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 1303 - 1332 of 19188   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1303
... Most likely you are not using the correct string to open ADOCE. Check this Tech Note: http://www.nsbasic.com/ce/info/nsbce/technotes/TN10.htm George Henne ...
George Henne
ghenne
Offline Send Email
Mar 1, 2002
1:06 pm
1304
... This is why we suggest using the standard installer: that's where it puts the files. ... Windows CE is supposed to handle this properly, but in the real...
George Henne
ghenne
Offline Send Email
Mar 1, 2002
1:08 pm
1305
For George I assume someone has pointed out to you that if you Copy/Paste in the Desktop version you get 2 copies pasted in ? Cheers Al...
rmrsoft
Offline Send Email
Mar 6, 2002
2:53 am
1306
Hi,all I read many messages about distribuing the NSBasic application and about creating customized Runtime installation. The technical note 28 (if i remember...
efsoftit
Offline Send Email
Mar 6, 2002
4:01 am
1307
... We're working on a major overhaul of the desktop - we're close now. George Henne NS BASIC Corporation http://www.nsbasic.com...
George Henne
ghenne
Offline Send Email
Mar 6, 2002
10:36 pm
1308
My application uses a database. When I install it, the mdb file does not get converted to a cdb file automatically even though I have the 'Automatically...
john_malvey
Offline Send Email
Mar 9, 2002
3:26 am
1309
My apologies of this is in the book, but I cannot find it, but is there an easy way of making a dialog modal so that the user must press one of the Command...
rmrsoft
Offline Send Email
Mar 9, 2002
7:38 am
1310
... Have a look at the DialogX control. http://www.nsbasic.com/ce/info/nsbce/BigRedToolbox/DialogX.htm George Henne NS BASIC Corporation http://www.nsbasic.com...
George Henne
ghenne
Offline Send Email
Mar 9, 2002
11:19 am
1311
That is the way to handle it, as far as I can tell. The CAB file is shipped down to the device and unpacked there and the conversion software only "lives" on...
arbarnhart
Offline Send Email
Mar 9, 2002
5:32 pm
1312
HI I am producing an accounts package and need to import and export data as text files for Quicken compatibility. Anyone any ideas on how to do it ? In other...
rmrsoft
Offline Send Email
Mar 11, 2002
7:05 am
1313
... Yes. Have a look at the File control. http://www.nsbasic.com/ce/info/nsbce/technotes/TN03.htm George Henne NS BASIC Corporation http://www.nsbasic.com...
George Henne
ghenne
Offline Send Email
Mar 11, 2002
1:31 pm
1314
I have different menus on each form and have noticed some "menu" confusion. Do I have to remove the menu when I hide the form that the menu belongs to? If...
mypdawow
Offline Send Email
Mar 11, 2002
11:13 pm
1315
... The menu you define applies to the program, not the form. If you go to a new form that has a new menu, you must issue a new SetMenu command at that time. ...
George Henne
ghenne
Offline Send Email
Mar 12, 2002
11:53 am
1316
I've been playing around with winsock programming on the Pocket PC using NSBASIC and have been learning a lot about the environment. I am having trouble with...
etawebguy
Offline Send Email
Mar 14, 2002
6:51 pm
1317
... Windows CE is a single threaded OS, so it doesn't pick up other events while it is running your code. There isn't an doEvents() call you can make, either. ...
George Henne
ghenne
Offline Send Email
Mar 14, 2002
8:03 pm
1318
... events ... can ... are ... are ... Wow, I am impressed with such a fast response - Thanks again George. You've given me something to think about as I...
etawebguy
Offline Send Email
Mar 14, 2002
8:54 pm
1319
I've prototyped a program using NSBASIC. It runs, but is much too slow for real-world use (requires lots of text processing) I'd like to ask those who have...
burtcom
Offline Send Email
Mar 14, 2002
10:13 pm
1320
... events ... can ... are ... are ... In eVB you can use the Windows API as listed below to simulate DoEvents, is it possible to do this in NSBasic? Here is...
tbrooked
Offline Send Email
Mar 15, 2002
5:15 am
1321
... Actually, in the benchmarks we have run, NS Basic is at least twice as fast a eVB (VBCE's current name). To get much more speed, you'll need to use eVC++...
George Henne
ghenne
Offline Send Email
Mar 15, 2002
10:53 am
1322
... NS Basic doesn't allow direct calls to the Windows CE API, so the above approach isn't an option. We've checked with MS, and they are not willing to open...
George Henne
ghenne
Offline Send Email
Mar 15, 2002
10:58 am
1323
I would like to develop programs to communicate with my GPS3000 on my IPAQ 3850. I am looking for code,ideas,suggestions. I am new to NSBasic but not new to...
iaotech
Offline Send Email
Mar 18, 2002
6:29 pm
1324
... It should be fairly straightforward, if you have a serial connection. Once you have a physical connection, you will use this control: ...
George Henne
ghenne
Offline Send Email
Mar 18, 2002
6:35 pm
1325
I'm looking for a way to detect if the user is holding the stylus down on a picturebox object (or any other objects). I can trap when the user clicks on the...
john_malvey
Offline Send Email
Mar 19, 2002
2:55 pm
1326
Does anyone know how to set the background color of the grid object? I can set the background color of the grid itself but I can't seem to set the color of the...
john_malvey
Offline Send Email
Mar 19, 2002
3:08 pm
1327
The S309PictureBOx when used on PocketPC has a TapAndHold event... -Terry ... From: john_malvey [mailto:john.malvey@...] Sent: Tuesday, March 19, 2002...
Terry Myhrer
tmyhrer
Offline Send Email
Mar 19, 2002
4:10 pm
1328
Hi ... Just resize the grid object till the background matches the size of the grid you have produced (or change the column widths) Cheers Al...
rmrsoft
Offline Send Email
Mar 19, 2002
6:07 pm
1329
www.tlci.co.uk/pdadevcon This is a must for your diary! a.. Tell the platform developers what you need to see in their products, b.. Hear the key speakers from...
James Hardiman
jameshtlc
Offline Send Email
Mar 19, 2002
6:17 pm
1330
www.tlci.co.uk/pdadevcon Your First PDA Application Up and Running in just 2½ hours! In just 2½ hours in our “New Starters’ Session”, your boss (or...
James Hardiman
jameshtlc
Offline Send Email
Mar 19, 2002
6:18 pm
1331
www.tlci.co.uk/pdadevcon Meet the key PDA Buyers Over 200 key PDA developers—the people who influence their companies’ buying decisions, under one roof,...
James Hardiman
jameshtlc
Offline Send Email
Mar 19, 2002
7:18 pm
1332
Thanks Al. Since the number of rows can change, I was just trying to avoid having to resize the grid everytime. ... up...
john_malvey
Offline Send Email
Mar 19, 2002
8:29 pm
Messages 1303 - 1332 of 19188   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