Thanks for answering my questions, I replyed below. I played with the timing event property of a labelcontrol and I think I got it to work. labelcontrol.timer...
I have read the discussions on creating an installer for applications. It appears that these tools are simply a mechanism for moving the .nsb file and other...
Good Morning Group, I developed an application last year with a .cdb that was compliant with PocketPC 2000/2002. When I attempt to load that same app on ...
Hello, I have been trying for weeks to set a comm break with no luck. I have a viewsonic ppc. I called viewsonic and they faxed me the pin configuration for my...
There isn't. Windows CE has a similar architecture to Windows on the desktop. It's usual for apps to rely on a number of dll files that need to be on the...
I haven't heard anything more on this, but here are a couple of interesting links: <http://www.odysseysoftware.com/support.html> Look at OSICreateObject. ...
Hi all: Sorry if this has been asked a zillion times. I remember somewhere there was information on how to convert a EVB source to NSBasic. Can someone please...
Thanks all: Found it on the NSBasic site after checking it a dozen times. Poor eye sight. :-( Sorry for the inconvenience. Bob ... From: Bob Katayama To:...
1) How put to file binary data? I want save file with example 5 bytes: 2,148,254,78,11. If I use file.PrintLine chr(2)&chr(148)&chr (254)&chr(78)&chr(11) then...
Hi All What files are auto created and where are they located when a project is saved? The only files I can find are .nsb files which are binary files and ...
According to the instructions for the S309PictureBox it say to do this: Installation of PictureBox ActiveX control on Windows CE Transfer the ocx file for your...
... From: Bob Katayama To: nsbasic-ce@yahoogroups.com Sent: Thursday, February 19, 2004 7:51 PM Subject: [nsbasic-ce] S302PictureBox Do I really need to...
Thanks for that. I did find the instructions and what I found out eventually was I initially downloaded the Emulator version of S309picturebox and not the...
Does it make a difference that I am using Wm 2003 and this app was originally created for Pocket PC 2000 or is this common Dialog ActiveX still the same? Bob ...
Hi all: I am trying to use the s309timer to allow me to display an image on the screen for 5 seconds and then switch to a new form. I am having problems...
Hi All: It's been a day of errors and very little progress. :-( I am getting a sharing violation each time I run the code from the desktop IDE. I check that...
... be unable to open again code saved as .nsb encrypted file so may be useful to save code as text always while developing code. As far as I know that bug is...
Hi All, has anyone any ideas about protecting win ce programs written with NS-Basic ? Is there any way of preventing the software being installed without...
... 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 old version...
Hi George: That's what I have been doing. Going to memory/running programs and closing the app plus NSBasic before downloading. Then downloading again but the...