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.

Messages

  Messages Help
Advanced
Messages 10743 - 10772 of 19188   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
10743
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...
Styskul
Offline Send Email
Oct 2, 2005
6:56 pm
10744
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...
lf6581
Offline Send Email
Oct 3, 2005
2:13 am
10745
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...
lf6581
Offline Send Email
Oct 3, 2005
2:28 am
10746
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...
headfortwoods
Offline Send Email
Oct 3, 2005
12:49 pm
10747
Thanks for the info!...
George Henne
ghenne
Offline Send Email
Oct 3, 2005
12:54 pm
10748
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...
headfortwoods
Offline Send Email
Oct 3, 2005
1:01 pm
10749
Have you tried doing a KeyboardStatus = 1 after displaying the PictureBox?...
George Henne
ghenne
Offline Send Email
Oct 3, 2005
1:03 pm
10750
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...
George Henne
ghenne
Offline Send Email
Oct 3, 2005
1:16 pm
10751
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...
Styskul
Offline Send Email
Oct 3, 2005
1:40 pm
10752
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...
Jeff
ht354
Offline Send Email
Oct 3, 2005
7:50 pm
10753
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...
headfortwoods
Offline Send Email
Oct 3, 2005
8:14 pm
10754
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...
md10bldr
Offline Send Email
Oct 3, 2005
8:17 pm
10755
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...
headfortwoods
Offline Send Email
Oct 3, 2005
8:23 pm
10756
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...
Styskul
Offline Send Email
Oct 3, 2005
8:55 pm
10757
The following should work... Dim adoConnect Set adoConnect = CreateObject("adoce.connection.3.0") adoConnect.Open "Data Source=\Path\DatabaseName" Then in your...
Styskul
Offline Send Email
Oct 3, 2005
9:04 pm
10758
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...
George Henne
ghenne
Offline Send Email
Oct 4, 2005
8:18 am
10759
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...
George Henne
ghenne
Offline Send Email
Oct 4, 2005
8:20 am
10760
Well, I opened up a blank project in eVB and it defaults to 268 as well so that's good enough for me ... From: nsbasic-ce@yahoogroups.com...
Potts, Jeff
ht354
Offline Send Email
Oct 4, 2005
11:55 am
10761
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...
Carl Speer
realtimerad
Offline Send Email
Oct 4, 2005
8:52 pm
10762
Look at "Conversions" in the Language Reference. You'll see a number of functions. x=clng(left(s,6)) 'should do the job....
George Henne
ghenne
Offline Send Email
Oct 5, 2005
8:29 am
10763
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...
Jørgen P. Kock
joergen_kock
Offline Send Email
Oct 5, 2005
8:48 am
10764
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...
George Henne
ghenne
Offline Send Email
Oct 5, 2005
2:35 pm
10765
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...
George Henne
ghenne
Offline Send Email
Oct 5, 2005
2:41 pm
10766
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 ...
lf6581
Offline Send Email
Oct 5, 2005
9:50 pm
10767
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...
michael_newett
Offline Send Email
Oct 5, 2005
11:33 pm
10768
You're the first to report this. Could you send me your project? I'd like to have a look at it....
George Henne
ghenne
Offline Send Email
Oct 6, 2005
1:01 am
10769
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...
lf6581
Offline Send Email
Oct 6, 2005
1:19 am
10770
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...
lf6581
Offline Send Email
Oct 6, 2005
1:22 am
10771
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...
George Henne
ghenne
Offline Send Email
Oct 6, 2005
1:30 am
10772
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...
Jeff
ht354
Offline Send Email
Oct 6, 2005
3:14 pm
Messages 10743 - 10772 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