I assume you are using NS Basic/CE 8.0. If not, have a look at it. This is something the new release does much better. Simply add the file to your project...
First off, it is a very bad idea to save your projects inside the \Program Files\nsbasic\CE folder. It's likely to cause problems or even overwrite the IDE...
The problem is that you called one of your controls 'Main'. That's a reserved word, as in Sub Main 'Called when program is started, if it exists End Sub...
I'm now using the new version and trying to include several DLLs that the program requires. MSCEcomm.dll NSBControls.dll newObjectsPack1.dll seralCE.dll I've...
Figured it out. Don't have to mess with the install files, just include them as "resources" in the project explorer. Much easier than expected, don't you...
Very very thank ! The sqlite `db.open' work in the pocket in a path in the card in system with english system but not in portuguese I think because there is...
Perhaps this can explaine the problem?: http://sourceforge.net/forum/forum.php?thread_id=1406390&forum_id=303566 " noticed a problem with fopen on Windows CE. ...
It's the same idea. Add NewObjectsPack1.dll and SQLite3ComUTF8.dll to the resources. Since they end in .dll, they will be properly installed and registered ...
About the AXPackck it´s mok. Now about the data base not work, my not found the database file, to work I need past the database file under folder MYDEVICE ...
I test too the example SQLite.nsb, the same problem the datafile "name.db" create on the folder MYDEVICE, and I change to the folder "\Program Files\SQLite"...
The installer that NS Basic creates can put files in your app's home directory or in the System folder. You should only put files into the System folder that...
We have just uploaded NS Basic/CE 8.0.1. It's a free upgrade for anyone on NS Basic/CE 8.0. Here's what is new and fixed: 1. Platform set properly in demo. 2....
Hi Can anyone help me get started with a signature capture box. I am told the picture box is the way to go but a few pointers would be greatly appreciated. ...
... Hi Brian. Here's a few details about the way I did it. - Dropped a picture box onto the form using the toolbox, named it PBox with the properties window. -...
Hello. Just downloaded 8.0.2. First download, so not an overwrite of original 8.0. Properties of any objects below the tri-state button do not appear. This...
Is the latest version of NSB still compatible with Windows CE 3.0 for both executables and device IDE? I've looked for the requirements on the site but the...
Hi George, Thanks for confirming this. I currently do not have any registered versions of NSB/CE, but if I am to register for version 8 would it be possible to...