Is there a line continuation character in NSBasic that will let me write a single command on multiple lines in the code editor? For example, the underscore is...
Hello, for line continuation, why don't you simply use the underscore? :-) You already guessed it, why didn't you try? That's standard in Basic, and also works...
Yes, you can use _ as a line continuation character as you describe. Labels, however, are limited to a single line. It's in the underlying object: labels on...
Odd, I tried the underscoe and it didn't seem to work. I must have done something silly like not close quotes (making the underscore part of the string) or...
Well, from code I can do multiline in a CE label. I just used lblTest.Caption = "Hello" & vbcrlf & "There" and that broke into two lines. Or did you mean just...
I've been messing around with NSExecute to set checkbox values. Setting them works great using this code: basename = "Checkbox" for count = 0 to 3 controlname...
At first this didn't work for me, and then I searched the forum here ... After adding that, the button now works with the below code to be multiline. ... ...
You can get ASpriteCE here: http://www.andybeaulieu.com/Home/tabid/67/Default.aspx I would offer a couple of warnings, however. The first is that - at least...
Thanks for this Styskul I have downloaded and think I have managed to register ASpriteCE?? I will try to find a working NSBasic program featuring sprites and ...
Check my Styskul folder in the files section. I don't remember what the sample does, but there is a program in there that uses the ASpriteCE control....
Hello : I'm looking for an easy way to .. 1) Get Latitude/Longitude position from GPS signal (any WM5/WM6 with GPS (integrated on device or external via...
We just moved over to a new server. It gives us more space, faster access and new versions of software for a lower price. If you spot anything that broken,...
Hi again, Following an issue on my Asus Mypal 620, i was forced to purchase a new device. I've purchase the HP Ipaq 214 running WM6 which on the paper suppose...
I am not familiar with the HP but I am with Wm 6.0 and Windows Mobile 6.0 is much quicker over previous OS versions. Typically what I would do with a new ...
Hello : Thanks Bob. It has been very useful, and a good starting point. Any other idea about how to get MCC/MNC/LAC and CID (GSM Telephony Network Parameters)...
I've found on my drawing routines (moving one picture box over another) that my old Pocket PC 2003 device will garble the underlaying image, requiring me to...
Hello – I'm not very familiar with pocket PC's, so this may be an easy question. I have a rather large txt file which I am using to create an SQLite ...
Hello, I think there's a misunderstanding with the AddObject statement. Addobject only creates an object (name) inside NSBasic which you will use for reference...