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...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 19156 - 19187 of 19187   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
19156
edgeforum.net is your gate way to sites on the Internet for programming and project help! browse our resources or just try the search. http://edgeforum.net/...
expartooo0500
Offline Send Email
Jul 16, 2008
7:08 am
19157
Hello. I have seen the bug that Ghidera2000 explains also. I will try to explain it with my "poor" english: You only have to open the NS Basic/CE IDE and do...
David Carrión
dacarsoft
Offline Send Email
Jul 16, 2008
10:17 am
19158
Hi All, I want to call my NSBasic app from another app with that 1st app sending a value as a command line argument to the NSBasic app. Is there a way for...
Shaun
phlipsmsu
Offline Send Email
Jul 16, 2008
7:04 pm
19159
Hello, i'm checking the pocket pc's clock for seconds with: Variable = Second(Now) Is there a way to get smaller units of time from the pocket pc's clock? It...
stewartmayer
Offline Send Email
Jul 16, 2008
7:32 pm
19160
Hi, I have reported this exact same problem to George in Feb-2007. The steps below are the exact same steps I have given George to produce the problem. George...
joespan123
Offline Send Email
Jul 16, 2008
8:29 pm
19161
Hi, I'm sure any timer you create yourself is based on the system timer, so it's exactly as accurate as the system timer and should be independent of any...
Thomas Gruber
computerhusky
Offline Send Email
Jul 16, 2008
8:39 pm
19162
Hello, have a look at the "GetCommandLine" function, I wonder if that can deliver any parameters given. Kind regards Thomas...
Thomas Gruber
computerhusky
Offline Send Email
Jul 16, 2008
10:38 pm
19165
Hi, you can use most of the intrinsic controls - like a label - as a timer. Simply put a label on a form, and assign it an interval in milliseconds: ...
rbsoft42
Offline Send Email
Jul 17, 2008
9:45 am
19166
Hi again, in addition you can use the API control. How to use it you find in Technote 16: http://www.nsbasic.com/ce/info/technotes/TN16.htm Rolf...
rbsoft42
Offline Send Email
Jul 17, 2008
10:33 am
19167
Good ideas. Thanks! I think I'll try the regular NS Basic timer first, since it seems they are based on the same clock and will be equally accurate. I had...
stewartmayer
Offline Send Email
Jul 17, 2008
1:37 pm
19168
Hi, i've got a strange error that seems to happen randomly, the program will work from a minute to an hour, then pause unexpectedly whenever a certain routine...
stewartmayer
Offline Send Email
Jul 17, 2008
3:38 pm
19169
Well, I found the problem and was barking up the wrong tree. I have a "stop" button that appears when the program is running and it executes code when...
stewartmayer
Offline Send Email
Jul 17, 2008
4:34 pm
19170
Run any of the API or file/filesystem examples supplied with NSBasic CE and you'll see the problem. ... they ... reported ... improper ... me ... properly....
ghidera2000
Offline Send Email
Jul 18, 2008
2:52 am
19171
I think that it is evident for some of us that exists certain serious problems in the language and I would like to be able to do a constructive critique. With...
David Carrión
dacarsoft
Offline Send Email
Jul 18, 2008
9:20 am
19172
I acknowledge that there are several issues that we need to address. Eric's being ill has really made it tough to deal with them. At the same time, we're...
George Henne
ghenne
Offline Send Email
Jul 18, 2008
10:59 am
19173
Hi David: I guess, you have not dealt with larger companies like Microsoft. They tend to cover up and dance around issues they know they will not fix. Hot...
Bob Katayama
banffbears2006
Offline Send Email
Jul 18, 2008
1:18 pm
19174
Thanks Thomas, I'm guessing you're right (figured it was something easy). I'll have a look as soon as I get the software again. I just switched companies and...
Shaun
phlipsmsu
Offline Send Email
Jul 18, 2008
4:01 pm
19175
Hey, Did you hear about Scour? It is the next gen search engine with Google/Yahoo/MSN results and user comments all on one page. Best of all we get paid for...
Jitendra Kumar
jitku
Offline Send Email
Jul 19, 2008
2:57 pm
19176
Using VS Studio 2008 demo I opened up the registry and found that the runtimefat installer for wince doesn't create any registry entries except for...
ghidera2000
Offline Send Email
Jul 20, 2008
11:33 pm
19177
Hello! I will try to help you. There are differences between Windows Mobile 5.0 and Windows CE 5.0 installers. When you says "installer for wince" I suppose...
David Carrión
dacarsoft
Offline Send Email
Jul 21, 2008
7:35 am
19178
I don't have an HPC, its an ARM based device so I use the *.WinCE.* versions of the installers. The NSBWin32.dll file is installed by both Basic.WinCE.exe and...
ghidera2000
Offline Send Email
Jul 21, 2008
2:13 pm
19179
Hello again. An HPC may be an ARM based device. When we say HPC we say "Handheld PC". Most of handhelds PCs have Windows CE in ROM and have an ARM based...
David Carrión
dacarsoft
Offline Send Email
Jul 22, 2008
8:20 am
19180
Hello again! Sorry I must correct my explanations: When I say ...double click on the file "RuntimeFat.HPC.exe" I mean double click and install it. When I say...
David Carrión
dacarsoft
Offline Send Email
Jul 23, 2008
7:51 am
19181
Partial Success! The HPC installers report the device is not supported and won't install anything, only the WinCE versions work. regsvrce throws this error...
ghidera2000
Offline Send Email
Jul 23, 2008
12:43 pm
19182
I should show you the device I'm using actually. The link is http://www.cubloc.com/product/05_03.php Its pretty nice! 10.2 inch touchscreen etc....
ghidera2000
Offline Send Email
Jul 23, 2008
1:00 pm
19183
I'm trying to use the objPort.list property to identify the available com ports, but am having trouble. It seems real simple from the technotes,...
stewartmayer
Offline Send Email
Jul 23, 2008
5:47 pm
19184
I figured I'd get tricky in getting my device set up at boot time. It has an Autorun folder and a dip-switch setting that makes the device run the first exe...
ghidera2000
Offline Send Email
1:13 am
19185
I'm not sure if you can get rid of the blank form (that's the form known as Output, I believe), but you should be able to terminate your application by using...
Styskul
Offline Send Email
3:22 am
19186
Hello, I know that there is currently no possibility to access the POOM database on Windows Mobile 6 devices from within NSBasic. Obviously ADDOBJECT...
palmtopmagazin
Offline Send Email
10:22 am
19187
Hello again!... I'm very happy because I could help you a little bit... We could see if I can help you a little bit more ;) And very nice device!!!!! yes... ...
David Carrión
dacarsoft
Offline Send Email
10:51 am
Messages 19156 - 19187 of 19187   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