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...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 11693 - 11725 of 19209   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
11693
No problem. George, feel free to use it as the basis for an updated Tech note. It will save you alot of time answering Franson Serial Tools questions on this...
michael_newett
Offline Send Email
Dec 1, 2005
9:31 am
11694
Can you check this link? It doesn't seem to work....
George Henne
ghenne
Offline Send Email
Dec 1, 2005
11:57 am
11695
It's fixed in the next printing......
George Henne
ghenne
Offline Send Email
Dec 1, 2005
11:57 am
11696
That's the whole point of Multiline. In this case, why would you not want it set?...
George Henne
ghenne
Offline Send Email
Dec 1, 2005
11:58 am
11697
George- It's in the files section of this forum. Evidently Yahoo has some kind of blcok for direct linking. It's essentially the same code as the sample for NS...
Tim Markoski
tmarkoski1122
Offline Send Email
Dec 1, 2005
12:04 pm
11698
Should/Do the KeyDown/KeyUp events work with Command Buttons? The language reference says so, but I'm unable to make it work. I'm using v 6.0.3. Regards, ...
Robert Slack
robertmslack
Offline Send Email
Dec 1, 2005
12:17 pm
11699
Hello Michael, for me, this turns -9.9 into 9 (positive), as it should. The function you need is FIX(number). This just drops the decimal part of both positive...
computerhusky
Offline Send Email
Dec 1, 2005
1:26 pm
11700
Same for me. I got forwarded to: http://f5.grp.yahoofs.com/v1/8C6OQ5Wd7XdhhyhDn9tzb51KhsuOJF3M5Z1Hw4FUT3T5iko ...
Brian Burgess
bburgess66
Online Now Send Email
Dec 1, 2005
1:34 pm
11701
Again, it's in the files section of this forum ... http://f5.grp.yahoofs.com/v1/8C6OQ5Wd7XdhhyhDn9tzb51KhsuOJF3M5Z1Hw4FUT3T5iko ... ...
Tim Markoski
tmarkoski1122
Offline Send Email
Dec 1, 2005
1:51 pm
11702
For those who have an interest, I've uploaded a sample project that shows how to send an email message from an NS Basic Ce application without knowing what the...
Tim Markoski
tmarkoski1122
Offline Send Email
Dec 1, 2005
1:55 pm
11703
Yessir ... Got it .. Thx only rec'd your note after I sent mine. ... From: nsbasic-ce@yahoogroups.com [mailto:nsbasic-ce@yahoogroups.com] On Behalf Of Tim...
Brian Burgess
bburgess66
Online Now Send Email
Dec 1, 2005
2:07 pm
11704
You can certainly use the intrinsic functions. Here's a custom function that I modified from it's original intent of stripping trailing zeros. Function...
Tim Markoski
tmarkoski1122
Offline Send Email
Dec 1, 2005
2:11 pm
11705
I have 5 objects on screen visible and 2 hidden at startup. I notice that if I open the code file as text, there is a frame mentioned in there which seems to...
d_thorpe2000
Offline Send Email
Dec 1, 2005
3:45 pm
11706
Hello Gert What about checking the port just before you write to it? When the port should be open, just check if it is open. If it is not, then open it. if...
Frank Hansen
fhpax
Offline Send Email
Dec 1, 2005
6:18 pm
11707
I'm using the Franson ActiveX serial tools and I get OnForceClose event when my BT device disconnects or the PDA is powered off and then on while the COM port...
tomnew2003
Offline Send Email
Dec 1, 2005
6:40 pm
11709
Yes. Please don't mess with the generated code unless you want to do everything yourself....
George Henne
ghenne
Offline Send Email
Dec 1, 2005
9:51 pm
11710
What is the correct syntax for Dim x(npoints). I get error message "Expected integer constant" Mike...
michael_newett
Offline Send Email
Dec 2, 2005
12:41 am
11711
Hi Mike: Without testing it, I suspect that you need to write: Dim x(Int(npoints)). I am sure you are aware that npoints must be initialized before the Dim...
j.hesch@...
jk_hesch
Offline Send Email
Dec 2, 2005
1:24 am
11712
Hello - I've written a small Pocket PC app using Franson Serialtools to communicate with a hobby robot, via hardwire to the COM port or Bluetooth. I'm using a...
md10bldr
Offline Send Email
Dec 2, 2005
2:06 am
11713
Try DIM x ReDim x(npoints) Horst What is the correct syntax for Dim x(npoints). I get error message "Expected integer constant" Mike SPONSORED LINKS ...
Horst Poppinga
horst_poppinga
Offline Send Email
Dec 2, 2005
8:09 am
11714
I'm glad your happy with the Franson code. Thanks for the offer of the curve fitting, but I finally found some code on the net that I could use before anyone...
michael_newett
Offline Send Email
Dec 2, 2005
10:03 am
11715
I take your point, George. I started the project form again, designing only what i wanted but a frame still gets half drawn and then disappears on loading....
d_thorpe2000
Offline Send Email
Dec 2, 2005
12:16 pm
11718
You can explicity declare the array with a specific integer value. Dim MyArray(4) The proper declaration/initialization of an array that needs to be ...
Tim Markoski
tmarkoski1122
Offline Send Email
Dec 2, 2005
1:18 pm
11719
I'm using the TCP client demo that comes with NSBASIC CE. I've been trying to connect to a Desktop server, but I am having no luck. I've tried via the internet...
michael_newett
Offline Send Email
Dec 2, 2005
3:08 pm
11720
I have a problem with the Grid continuing to be visible even after the form has been unloaded with the 'Form_Hide' command. It seems to happen when the...
kshetarpal
Offline Send Email
Dec 2, 2005
3:14 pm
11721
Mike, I just went through all of this.... Try waiting (80+) seconds for the winsock.connect to occur. You can e-mail me directly for some ideas if you would...
Marko Palikko
mpalikko
Offline Send Email
Dec 2, 2005
3:24 pm
11722
There are several ways to do this. One that works is to use the Move method to move the grid offscreen....
George Henne
ghenne
Offline Send Email
Dec 2, 2005
4:18 pm
11723
I Wrote an ftp client program using the winsock control. It connects to the ftp server and gets the wellcome message, but in the first SendData I get winsock...
zuman402
Offline Send Email
Dec 2, 2005
4:42 pm
11724
Does anyone have a working sample that shows how to connect with bluetooth printer?...
zuman402
Offline Send Email
Dec 2, 2005
4:46 pm
11725
Hi there, I'm about to get an MDA (T-Mobile Vario, aka k-jam, wizard etc) which runs WM5. I've just (in the last ten minutes) discovered NS BASIC/CE, which...
Ken
harrogate22
Offline Send Email
Dec 2, 2005
5:28 pm
Messages 11693 - 11725 of 19209   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