In message <0f2101c2f7be$63089930$01fda8c0@anna>, Terry Myhrer <tmyhrer@...> writes ... Thanks for your interest. I have decided to give up with this...
Please help me. I'd like to use the CommonDlg (SelectFile). When I use this script: Option Explicit AddObject "dialog","dialogx",0,0,0,0 Private Sub...
i'm not sure what this is called but i'd like my program to run immediately after the pda is turned on (like a program in the startup folder or autoexec.bat)....
I have read here that the formatnumber function does not work on the PPC. I am addicted to the format command in basic and the transform command in foxpro for...
I think these functions behave as vbScript docs specify: <code> Function formatNum(n,d,l,p,g) formatNum=fixformat(formatnumber(abs(n),d,l),n,d,l,p,g) End...
Not quite: <code> Function formatNum(n,d,l,p,g) formatNum=fixformat(formatnumber(abs(n),d,l),n,d,l,p,g,0) End Function Function formatCur(n,d,l,p,g) ...
I've set up a new Tech Note called Issues and Workarounds. <http://www.nsbasic.com/ce/info/nsbce/technotes/TN31.htm> We'll be adding to this as things come up...
... Looks good. The only odd thing is the supposed problem with FORMATNUMBER. I have used this extensively in my suite of programs and so far have not...
It's device dependant - the problem does not show up on all units. What devices are you using? George Henne NS BASIC Corporation http://www.nsbasic.com...
Talk about your easy questions. I've been using the palm version for about 2 years and NEXTFORM easily switches between forms. However, I can not find the...
Call Form1_show to show Form1, Form1_Hide to hide it again. A cheat sheet is a great idea - we just have to find time to do it. :-) George Henne NS BASIC...
Please help me I'd like to distribute my program created in NSBasic/Ce. Is there some easy way to create the installation application ? The method in technote...
Format number does not work on the Ipaq 5455. The separator(,)is not captured or used from the system settings. So 1000000 does not reformat to 1,000,000. ......
... not ... Thanks, this was my misunderstanding, I thought people meant it REALLY didn't work, i.e. it sometimes gave the wrong number of decimal places. I...
Please help me I want to distribute to someone who has OS PocketPC 2002 the program filesample.nsb. Need I distribute with the basic filesample.nsb some...
Would someone care to share information about your use of one or both of the following handhelds. I am considering moving over from the Palm OS to a PC based...
Not sure if the Dir command supports the vbDirectory attribute. You can try it. Like dir("c:\",vbDirectory) would return directories under the root path....
Looks like the getattr returns a value of 16 for a directory. So if you enumerate though a path looking for entries which return 16 you will be able to...
Yes, you need to send along the file Runtime.ppc.exe. It's always best to use the latest version from the website. George Henne NS BASIC Corporation ...
From the NS Basic point of view, there is little difference between these devices. If you want to get a book on programming these devices, there are a number...
I just got book titled eMbedded Visual Basic, by Christopher Tacke and Tim Bassett, published by Sams. I only picked it up on the weekend and started reading...
From: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vbceide/htm /controls_4.asp For Pocket PC projects, the InitDir property has limited...
Is 4.0.1a the latest version? I have noticed a few times now how NSBasic 4.0.1a doesn't always save my work even though I have hit the save button or gone to...