Search the web
Sign In
New User? Sign Up
nsbasic-ce · Forum for NS Basic/CE users
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 7555 - 7584 of 19209   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
7555
Hi All: I need to record the results of an equation in a 1 - 2 digit format. When a large number is divided by a fixed smaller number, I need to track the...
Bob Katayama
banffbears
Offline Send Email
Jan 3, 2005
2:51 am
7556
Hi Bob: What you need is: Result = 362 MOD 64 Result will be 22. Use "Result2 = INT(362/64) " to get the 5 Regards, Jim Hesch -- James K. Hesch, CPE President,...
j.hesch@...
jk_hesch
Offline Send Email
Jan 3, 2005
4:51 am
7557
Hi all, I would like to start my program when I dial/receive a call. How I can acheive this with NSBasic? Can the nsbasic phone control do this? Thanks a lot....
thirdeye_2k
Offline Send Email
Jan 3, 2005
8:23 am
7558
I don't know a way to do this. Since NS Basic isn't running, the incoming phone call needs to trigger something that starts your program. I don't know whether...
George Henne
ghenne
Offline Send Email
Jan 3, 2005
12:05 pm
7559
That's Jim: I will have to try this ASAP. Bob ... From: j.hesch@... To: nsbasic-ce@yahoogroups.com Sent: Sunday, January 02, 2005 11:51 PM Subject: Re:...
Bob Katayama
banffbears
Offline Send Email
Jan 3, 2005
2:29 pm
7560
Hi All: Thanks to Jim, I am now able to generate the remainder. I missed this completely in the manual. :-( Now I have another problem. I have a value 0 to 32...
Bob Katayama
banffbears
Offline Send Email
Jan 3, 2005
2:57 pm
7561
I may have just missed seeing it somplace, but is it possible to access the IR port to transmit? What I'm doing in a nutshell is: Our church records the...
Scott Yarbrough
kf6kmx
Offline Send Email
Jan 3, 2005
6:24 pm
7562
Hi Bob: I think an array of lookup values is an easy implementation of what you need. Dim LookupValues(64) 'Initialize all 65 values (0..64) . . . ...
j.hesch@...
jk_hesch
Offline Send Email
Jan 3, 2005
6:50 pm
7563
Jim: Looking at your solution, it's so simple. If I had thought about this from the reserve angle, it all makes perfect sense and would not have had to bother...
Bob Katayama
banffbears
Offline Send Email
Jan 3, 2005
10:22 pm
7564
There are many types of IR transmission. The IR port on Pocket PC devices is for transmission of data, which happens at a different carrier frequency than...
George Henne
ghenne
Offline Send Email
Jan 4, 2005
12:02 pm
7565
I'll have to do some checking on the CDR unit.. The specs they sent me on programming/sending remote codes are standard decimal commands to send in a series...
Scott Yarbrough
kf6kmx
Offline Send Email
Jan 4, 2005
2:19 pm
7566
Hi All: I am creating a slot machine game. To avoid duplication and make this version as unique as possible, I would appreciate any links or titles of Pocket...
Bob Katayama
banffbears
Offline Send Email
Jan 4, 2005
6:22 pm
7567
Hi I am very Novice to the NS Basic and NS Basic / CE. I have a application built into NS Basic already. Is it possible to use the same application in NS Basic...
rajukavi@...
rajukavi
Offline Send Email
Jan 6, 2005
9:45 am
7568
Hi all, Couple questions when using grids. I have a form with a grid control on it and I would like to resize the grid when a checkbox is selected. The...
bab929
Offline Send Email
Jan 7, 2005
5:06 pm
7569
Do you mean NS Basic/Palm where you refer to simply "NS Basic" below? Are you a registered user? I cannot find you in our database....
George Henne
ghenne
Offline Send Email
Jan 7, 2005
7:24 pm
7570
... You can either use the MOVE method to put it off screen, or change number of rows or columns to 0. ... Change the number of rows and columns. ... Make it...
George Henne
ghenne
Offline Send Email
Jan 7, 2005
7:27 pm
7571
Bill, I think the key is to use the ".Move" command. Since the grid has no ".visible" property, try moving the grid a long way to hide it. i.e. off the screen....
Robert Slack
robertmslack
Offline Send Email
Jan 7, 2005
7:58 pm
7572
Bill, I should have referred to ".Move" as a method, not a Command. Regards, Robert ... control ... selected....
Robert Slack
robertmslack
Offline Send Email
Jan 7, 2005
8:14 pm
7573
George/Robert, Thank you very much for your help. It's working great now! Regards, Bill...
bab929
Offline Send Email
Jan 7, 2005
8:53 pm
7574
Hi, ... install ... message. ... RegistryControl.RegCtl -> Owner information is mentioned in the Reference Card served with manual, Section Controls and ...
jose_adell
Offline Send Email
Jan 9, 2005
1:15 pm
7575
Hi kshetarpal, ... third ... mention ... In TN01 (list of ActiveX controls) you can see that RegistryControl.RegCtl's owner is Microsoft and even when the...
jose_adell
Offline Send Email
Jan 9, 2005
2:00 pm
7576
Hi, I'm very new to NSBasic, just a few hours and writing a program for cycling purposes. In a form the user needs to fill up or change the content of three ...
Jose Adell
jose_adell
Offline Send Email
Jan 9, 2005
5:42 pm
7577
Dear all, I am a newbie in NSBasic/CE, or even in Basic language. I am doing a project which need to control the serial port of the HP Jornada 680e. I try to...
tof0001
Offline Send Email
Jan 9, 2005
5:49 pm
7578
Hi! You probably need to install and register MSCECOMM.dll and register it. Attached is a copy of the dll -- I think that I can send it to you without...
j.hesch@...
jk_hesch
Offline Send Email
Jan 9, 2005
6:03 pm
7579
I have a text data file that looks like this: 3 1,joe,friend in need 2,tom,broke as always 3,bill,wants my wife thatsallfolks I have named the file...
richardhawley2003
richardhawle...
Offline Send Email
Jan 9, 2005
7:59 pm
7580
Hey Rich You have a way to go buddy! Assuming you have NSBasic, I suggest you read Tech Note 3: Accessing Simple Files. I'm sure you'll get the picture in...
Ray Erasmus
ray_erasmus
Offline Send Email
Jan 9, 2005
8:47 pm
7581
Jose Assuming you have a textbox called Text1, program the _GotFocus event like this: Sub Text1_GotFocus Text1.SelStart = 0 Text1.SelLength = Len(Text1.Text) ...
Ray Erasmus
ray_erasmus
Offline Send Email
Jan 9, 2005
9:41 pm
7582
Dear Jim, It seems that the attachments are not stored by the system. Could you mind sending me a copy of two files directly? My email is: tof0001@......
tof0001
Offline Send Email
Jan 10, 2005
1:55 am
7583
Can an application developed in Windows CE be programed and tested on the desktop like you can with the Palm version using POSE (Emulator) or the Simulator or...
Michael Wilson
bpmrules
Offline Send Email
Jan 10, 2005
3:11 am
7584
The control belongs to Microsoft and is covered under the license agreement and probably should not be just emailed to people. It is OK to redistribute it with...
George Henne
ghenne
Offline Send Email
Jan 10, 2005
10:43 am
Messages 7555 - 7584 of 19209   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2007 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help