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...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 19251 - 19282 of 20555   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
19251
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...
ghidera2000
Offline Send Email
Aug 2, 2008
2:07 am
19252
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...
Thomas Gruber
computerhusky
Offline Send Email
Aug 2, 2008
10:05 am
19253
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...
George Henne
ghenne
Offline Send Email
Aug 2, 2008
11:02 am
19254
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...
ghidera2000
Offline Send Email
Aug 2, 2008
2:18 pm
19255
Hello George, sorry, I tried it on the desktop (the multi line labels), wasn't aware that CE has a restriction in this respect. Kind regards Thomas...
Thomas Gruber
computerhusky
Offline Send Email
Aug 2, 2008
4:02 pm
19257
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...
ghidera2000
Offline Send Email
Aug 3, 2008
1:25 pm
19258
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...
ghidera2000
Offline Send Email
Aug 3, 2008
4:25 pm
19259
HI Can NSBasic directly connect to MYSQL servers? regards Joe...
gohjoe888
Offline Send Email
Aug 3, 2008
4:57 pm
19260
Hello, shouldn't the statement be NSExecute "thevalue = " & ctrlname & ".value" ? I haven't tested this. Kind regards Thomas...
Thomas Gruber
computerhusky
Offline Send Email
Aug 3, 2008
5:06 pm
19261
Actually, that does make more sense quoting wise, but it still doesn't retrieve the values. No error messages though....
ghidera2000
Offline Send Email
Aug 3, 2008
6:06 pm
19263
Is Sprite handling availablein NSBasic please?...
andylennox2001
Offline Send Email
Aug 7, 2008
10:44 am
19264
Look up a control called ASpriteCE - it implements sprites for Windows CE....
George Henne
ghenne
Offline Send Email
Aug 7, 2008
12:36 pm
19265
Do you mean to connect to a MySql server on another computer, or use MySQLMobile on the device?...
George Henne
ghenne
Offline Send Email
Aug 7, 2008
12:40 pm
19266
That's great news!...
George Henne
ghenne
Offline Send Email
Aug 7, 2008
12:40 pm
19267
Thanks for the quick response George. ... Windows CE....
andylennox2001
Offline Send Email
Aug 7, 2008
2:14 pm
19268
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. ... ...
stewartmayer
Offline Send Email
Aug 7, 2008
8:21 pm
19269
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...
Styskul
Offline Send Email
Aug 7, 2008
10:04 pm
19270
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 ...
andylennox2001
Offline Send Email
Aug 8, 2008
1:23 pm
19271
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....
Styskul
Offline Send Email
Aug 8, 2008
1:49 pm
19272
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...
jcesarotero
Offline Send Email
Aug 8, 2008
7:34 pm
19273
Try FransonGPSTools http://franson.com/gpstools/guide.asp?section=NSBSetup <http://franson.com/gpstools/guide.asp?section=NSBSetup&platform=wince> ...
Bob Katayama
banffbears2006
Offline Send Email
Aug 8, 2008
8:12 pm
19274
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,...
George Henne
ghenne
Offline Send Email
Aug 8, 2008
8:50 pm
19275
Hi All I've noticed when you add vbtab or < & > in menu, it does not behave as documented. Does anybody have a clue....
Pascal
pascal_plaga...
Offline Send Email
Aug 9, 2008
2:35 pm
19276
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...
Pascal
pascal_plaga...
Offline Send Email
Aug 9, 2008
2:45 pm
19277
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 ...
Bob Katayama
banffbears2006
Offline Send Email
Aug 9, 2008
3:49 pm
19278
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)...
jcesarotero
Offline Send Email
Aug 9, 2008
9:40 pm
19279
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...
stewartmayer
Offline Send Email
Aug 9, 2008
11:59 pm
19280
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 ...
southerncoloradousa
southerncolo...
Offline Send Email
Aug 10, 2008
1:28 am
19281
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...
Thomas Gruber
computerhusky
Offline Send Email
Aug 10, 2008
7:57 am
19282
Use the SystemVersion call in the Win32API DLL: <http://www.nsbasic.com/ce/info/technotes/TN16.htm#api>...
George Henne
ghenne
Offline Send Email
Aug 10, 2008
10:44 am
Messages 19251 - 19282 of 20555   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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