How did you "copy" the form? Did you create a new form in your application and copy all the controls over? Also, are you sure you copied all the code for the...
Yes. I copied all of the code over from the entire project and then I copied each control. It works fine if I start from that form so what I did was use that...
I'm still trying to figure out a way hold certain screen redraw operations until I explicitly call for them. Any ideas? Again the problem is a combo list...
Is SQLite better than ADOCE in terms of speed? I use ADOCE and I notice some slowdowns as the number of records increases. Not a major issue but something to...
As the size of code has built up, I notice a long time to load the project. My PC is not the fastest. What is being done as code is loaded into the IDE. I have...
Just how big is your project? How fast is your system? As NS Basic loads a project, it actually executes all the forms and object so they get created as live...
SQLite is faster than ADOCE, but not as it's implemented in the NewObjects ActiveX control. Unfortunately, this is the only way NSBasic can access SQLite for...
I'm trying to understand just what is the usable screen space. My guess is that it is 270 by 240 which takes into account the top and bottom menu bars. Does...
Below is some pseudocode. I presume the bit that is slowing it down is ms_RootFolderDB & "\clients.cdb" How do I reference the database I want just once and...
Hello - I'm considering the purchase of an external bluetooth keyboard. I use my PPC to monitor my hobby robot, and now would like to simultaneously issue...
I have about 9000 lines of code, 550 k file size. I have only 1 form and load all objects in code thereafter. I have a number of constants and global variables...
The splash screen I'm using for one of my projects is 268 pixels high. I don't remember exactly how I came about that figure, but I believe what I did was...
The following should work... Dim adoConnect Set adoConnect = CreateObject("adoce.connection.3.0") adoConnect.Open "Data Source=\Path\DatabaseName" Then in your...
My understanding is that is OS and the ThinkOutside driver will take care of it all. Nothing need be done within NS Basic - it should look just like the popup...
It's a pretty big program, then, and it will take a bit of time to load on an older machine. Without looking at the code, I can't tell if breaking it into...
I am trying to convert a text string received from a serial port device to a number. Using the function Val gives an error so I think it is not supported by...
Do anybody know how to calculate free space on a drive(expansionscard)? Jørgen Do anybody know how to calculate free space on a drive(expansionscard)? Jørgen...
NS Basic/CE 6.0 Released! Now supports Windows Mobile 5.0 devices October 5, 2005 -- NS BASIC Corporation announced today the immediate availability of NS...
Upgrades can be ordered here: <http://www.nsbasic.com/orderupgradece.shtml> Upgrades are free for those who bought NS Basic/CE after August 15, 2005. We will...
Since upgrading to 6.0 I'm getting a message "Member Not Found" when I start my project. Any idea what that might be? It didn't happen until I installed ...
I want to transfer information back and forth between a number of PDA's and a central desktop PC via GPRS. The PDA's will connect to a mobile phone, and use...
Code sensing is a nice step in right direction. I'm hoping you add methods to the code sensing in future releases and also have it extend to 3rd party...
It's on the way. I was sure that somewhere I misspelled an object somehow or left a reference to an object that no longer exisited. I searched for it and...
Thanks for the kind word and suggestions - there is certainly more we can do, but I'm not sure we'll ever duplicate all the tricks of VB. Getting all the...
I've imported a project from eVB into NSB 6.0 and want to work with the frame object. I wish to make it invisible but still there on the form as I am using the...