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 5810 - 5839 of 19099   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
5810
AFAIK, you can do this using the WINSOCK control: <http://www.nsbasic.com/ce/info/nsbce/technotes/TN05.htm>...
George Henne
ghenne
Offline Send Email
Jun 1, 2004
9:10 am
5811
We wrestled with this hard when we implemented: this was what we could get the underlying control to do....
George Henne
ghenne
Offline Send Email
Jun 1, 2004
9:12 am
5812
Whoops - I was looking at the next version. We're looking for beta testers - let me know if you're interested!...
George Henne
ghenne
Offline Send Email
Jun 1, 2004
9:14 am
5813
There is no such thing, I'm afraid. The answer is complex and variable depending on the circumstances. It's really easiest to just use our prebuilt installers...
George Henne
ghenne
Offline Send Email
Jun 1, 2004
9:15 am
5814
George, Thanks for your quick reply. Just curious, how the Grid was implemented? Both the ScrollBars ( Vertical as well as Horrizontal) works fine there. Can...
hidimba123
Offline Send Email
Jun 1, 2004
1:08 pm
5815
If you use the installation creation program available @ www.nsbasic.com the runtimes and your program will be installed automatically. The end user only needs...
Bob Katayama
banffbears
Offline Send Email
Jun 1, 2004
2:24 pm
5816
Dear Colleges: I still failed to install the NSB on my device: COMPAQ-iPAQ 3900. When I run the RUN->Install Full NSBasic IDE on Device, the error message...
Ning Zhang
zhngnng
Offline Send Email
Jun 1, 2004
3:00 pm
5817
Folks, Hopefully a quick one. Can anybody point me at the method for popping the 'keyboard' up and down under NSBasic program control? I'm on a iPAQ 2210 ...
Phil Sutherland
pjdsutherland
Offline Send Email
Jun 1, 2004
3:05 pm
5818
Absolutely! Please send the beta to my email. You'll get really good testing :-) ... From: George Henne To: nsbasic-ce@yahoogroups.com Sent: Tuesday, June...
mb
ddosful
Offline Send Email
Jun 1, 2004
6:44 pm
5819
Thanks. I'll keep trying ... From: George Henne To: nsbasic-ce@yahoogroups.com Sent: Tuesday, June 01, 2004 3:10 AM Subject: Re: [nsbasic-ce] Re: Do runtimes...
mb
ddosful
Offline Send Email
Jun 1, 2004
6:45 pm
5820
Dear College: The NSBASIC has installed on my PocketPC eventually. Another question: When I run the second program, why the former program would be triggered ...
Ning Zhang
zhngnng
Offline Send Email
Jun 1, 2004
8:36 pm
5821
Hi As the data is sent as clear text, I do not see how using the winsock control would work as there is no other network or TCP format to the data. Am I wrong...
Brenton Wildman
wtsau
Offline Send Email
Jun 1, 2004
10:31 pm
5822
Hi, I have tried tuturol # 2 came with NSB, I sync to ppc and run. I got two type of result from desktop and ppc, on desktop, there is no problem on...
nsbkkjy
Offline Send Email
Jun 2, 2004
3:44 am
5823
Does this help? The problem is that the minimize button on a Pocket PC doesn't close your app: it just minimizes it. (That's Microsoft's implementation). The...
George Henne
ghenne
Offline Send Email
Jun 2, 2004
9:55 am
5824
Have you looked at KeyBoardStatus in the Handbook?...
George Henne
ghenne
Offline Send Email
Jun 2, 2004
9:55 am
5825
It's looking for the install file Runtime.ppc.exe. It's not in the folder that it is expecting it to be, which is \program files\nsbasic\ce\Installers. You can...
George Henne
ghenne
Offline Send Email
Jun 2, 2004
9:55 am
5826
IRDA is a protocol for sending data over IR. Are you sure you mean IRDA as opposed to SIR? (Simple IR). ... Serial...
George Henne
ghenne
Offline Send Email
Jun 2, 2004
9:57 am
5827
It should work properly on the device as well. Have you checked that the values of your arguaments are valid? Use a msgbox statement to display them just...
George Henne
ghenne
Offline Send Email
Jun 2, 2004
10:00 am
5828
The scrollbars in the Grid are part of the MSCEGrid.dll control, so they are not accessible otherwise....
George Henne
ghenne
Offline Send Email
Jun 2, 2004
10:02 am
5829
I might be simplifying this a bit where I probably shouldn't, Current App uses Com1 to get data from a Datalogger, Data is set as text in a set format. Due to...
Brenton Wildman
wtsau
Offline Send Email
Jun 2, 2004
12:30 pm
5830
It sounds like what you want to do is SIR (Simple IR). For this, I believe using the Serial Control on Com3 will work....
George Henne
ghenne
Offline Send Email
Jun 2, 2004
12:50 pm
5831
... [blush] No. I'd read past it several times, but must have missed it. Of course it works perfectly. Apologies for wasting your time. Thank you phil...
Phil Sutherland
pjdsutherland
Offline Send Email
Jun 2, 2004
12:53 pm
5832
Here is my sample code. The code is not complete, but it will explain the problem, Dim Form7(8) Dim myArray=Array("A", "B", "C", "D") Dim i, j Dim CBName,...
Tapan
tapan1
Offline Send Email
Jun 3, 2004
2:50 am
5833
Thanks for reply. I did use msgbox to display the function result both Weekday and WeekDayName on PC, it's fine, but not at my device (h2210). Is it a config...
nsbkkjy
Offline Send Email
Jun 3, 2004
3:10 am
5834
Hi If SIR is the right terms, I tried once more to write a routine to capture the data being sent from a Mobile phone to the hand held but it just sits there,...
Brenton Wildman
wtsau
Offline Send Email
Jun 3, 2004
11:06 am
5835
Have a look at Tech Note 12, Item 2. It shows how to do something very similar to this....
George Henne
ghenne
Offline Send Email
Jun 3, 2004
2:11 pm
5836
I wasn't asking about the result: I meant the arguments of WeekDayName just before you call it....
George Henne
ghenne
Offline Send Email
Jun 3, 2004
2:20 pm
5837
Hi. CE user w/ NSBasic 4.1. How do I write to a data file from screen info? Thanks, Randy...
rjwaldman1234
Offline Send Email
Jun 3, 2004
2:27 pm
5838
Sorry if I'm asking everyone for the same help in getting these two blasted things to work. I'm getting really frustrated and hope you all reply. I'm trying to...
gareth10242000
Offline Send Email
Jun 3, 2004
7:46 pm
5839
What you need for NSBasic can be downloaded here @ http://www.nsbasic.com/ce/info/controls/ game.zip file What you need to get ASpriteCE working is available...
Bob Katayama
banffbears
Offline Send Email
Jun 3, 2004
8:10 pm
Messages 5810 - 5839 of 19099   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