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...
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,...
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....
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...
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:...
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...
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...
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...
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...
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...
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...
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...
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...
... 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...
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....
Hi, ... install ... message. ... RegistryControl.RegCtl -> Owner information is mentioned in the Reference Card served with manual, Section Controls and ...
Hi kshetarpal, ... third ... mention ... In TN01 (list of ActiveX controls) you can see that RegistryControl.RegCtl's owner is Microsoft and even when the...
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 ...
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...
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...
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...
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) ...
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@......
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...
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...