Re: [nsbasic-ce] New file system (new to me) Help

2010-03-01 Thread George Henne
Is this all printable data? In that case, why not simply used ReadText? There is no reason to use fields. I have a text file sync'ed over from my laptop to a PDA. The text file has exactly 500 records and each is 90 chars long with a new line terminator. Running this on the PDA my problem is

Re: [nsbasic-ce] 16-Bits BMP Validation

2010-03-01 Thread George Henne
You will need to open the file and check the information in the header. Here's more info: http://en.wikipedia.org/wiki/BMP_file_format#BMP_File_Header George Henne NS BASIC Corporation http://www.nsbasic.com Hello,  I'm developing a program that needs

Re: [nsbasic-ce] file creation

2010-03-01 Thread George Henne
Is there a \Documents and Settings folder on your device? It's usually called \My Documents, but it's more normal to put files into the directory in \program files where your app resides. Does anyone see why this code does not create a file? I was expecting StockCount.txt to exist even if

Re: [nsbasic-ce] autocomplete help

2010-03-02 Thread George Henne
There is no option to turn off autocomplete. While there isn't any typeover mode, you might be able to accomplish the same thing by setting the contents to when the field gets focus. How can I enable and disable autocomplete. It's currently set on and I would like to turn it off. It's getting

Re: [nsbasic-ce] Re: How To Show a Open Dialog(Using CommonDialog Control)?

2010-03-03 Thread George Henne
this in Version 8.) I saw that it is installed, but I can't see that needed DLL on the Windows folder. --- In nsbasic-ce@yahoogroups.com, George Henne g...@... wrote: Using ActiveSync's Explore function, can you look for it? Yahoo! Groups Links -- You received

Re: [nsbasic-ce] Changing the Mouse Cursor

2010-03-08 Thread George Henne
The only option is the WaitCursor, which you use to let the user know that your app is busy. Is there a method of Changing the Mouse Cursor, different cursor replacing the arrow with another cursor file, or enlarging the existing Cursor with NSBasic? I cannot find any .cur files on the mobile

Re: [nsbasic-ce] Label visible property always equals false

2010-03-25 Thread George Henne
Yes, the fix was posted last week. In the About screen, it should show 8.2.0a. I updated to NSBasic/CE v 8.2 and all my labels have a visibility set to false. I went through and changed them all to true. Then I saved it. When I close and reopen project, all the labels have a visibility set to

Re: [nsbasic-ce] Re: Which cab files for HTC touch pro 2

2010-04-14 Thread George Henne
No - because the normal way to install is using ActiveSync and the .exe installers. Why do you want to use the CAB file? I did. The ReadMe says nothing about cab files. --- In nsbasic-ce@yahoogroups.com, George Henne g...@... wrote: Did you look at the ReadMe? OK so which NSBasic 7 cab

Re: [nsbasic-ce] Re: Which cab files for HTC touch pro 2

2010-04-14 Thread George Henne
-ce@yahoogroups.com, George Henne g...@... wrote: You really want to be on Version 8 for this. It automatically creates a single cab file which includes your app and the other files needed. Sent from my mobile device. Please excuse the typos! On Apr 14, 2010, at 2:26 PM, Michael full

Re: [nsbasic-ce] Lock-up on seond run of my application

2010-05-18 Thread George Henne
I'm not sure what could be causing this. Do you execute a BYE statement when your program ends? Hello, I have been developing a small app for myself. I am developing on my Windows Mobile 6.5 HTC Diamond 2 device. I have been having issues where I can run the program once from the Basic Editor

Re: [nsbasic-ce] Re: Problems with date picker

2010-05-20 Thread George Henne
We haven't been able to reproduce the problem here. As you mention, it is also not clear that this happens in all devices, or just hacked ones. The only alternative would seem to be to create a control of your own. It probably would not look like the old date picker, but it should be possible to

Re: [nsbasic-ce] Re: or, disable the power button

2010-05-26 Thread George Henne
I can't see how you would do this from NS Basic. Instead, could you have your program save its state whenever something significant happens? and more here... http://www.codeproject.com/KB/windows/WiMoQueue.aspx --- In nsbasic-ce@yahoogroups.com, Stewart M s...@... wrote: Or, anyone have any

Re: [nsbasic-ce] Re: Lock-up on seond run of my application

2010-05-26 Thread George Henne
This sounds like a problem we have seen before. At this point, we don't have a fix for it. We have looked into the problem, and it appears to be fairly complex. Hello, Yes - I do execute a Bye statement... Cheers, Mike. --- In nsbasic-ce@yahoogroups.com, George Henne g...@... wrote: I'm

Re: [nsbasic-ce] Convert String To Integer And Vice-Versa

2010-06-09 Thread George Henne
Ok, but no 'as int'. Please excuse any typos. This message is sent from my mobile device. On Jun 9, 2010, at 9:37 PM, Woody Yuni Ho hwoody2w...@yahoo.com wrote: Dim a as int A = cint(txtstr) Woody Woody wizard at large(I'm in shape. Round is a shape) Connected by MOTOBLUR™ on

Re: [nsbasic-ce] Re: Convert String To Integer And Vice-Versa

2010-06-10 Thread George Henne
. --- In nsbasic-ce@yahoogroups.com, Woody Yuni Ho hwoody2w...@... wrote: Sorry...keep thinking vb. Dim a A=cint(txtstr) Woody wizard at large(I'm in shape. Round is a shape) Connected by MOTOBLURâ?¢ on T-Mobile -Original message- From: George Henne g...@... To: nsbasic

Re: [nsbasic-ce] Re: Problem installing NSbasic Runtime on Samsung Omnia 2 I8000

2010-08-09 Thread George Henne
Are you registered user of NS Basic/CE? I tried with all of these files, http://www.nsbasic.com/ce/support/downloads.html even uncompressing and trying .cab by .cab. Thank you :-) --- In nsbasic-ce@yahoogroups.com, George Henne g...@... wrote: What version of NS Basic/CE are you using

Re: [nsbasic-ce] Re: Problem installing NSbasic Runtime on Samsung Omnia 2 I8000

2010-08-09 Thread George Henne
Henne g...@... wrote: Are you registered user of NS Basic/CE? I tried with all of these files, http://www.nsbasic.com/ce/support/downloads.html even uncompressing and trying .cab by .cab. Thank you :-) --- In nsbasic-ce@yahoogroups.com, George Henne gh@ wrote: What version of NS

Re: [nsbasic-ce] Trouble with RAS

2010-08-19 Thread George Henne
It looks like NSBWin32.dll is not installed and registered on the device. Which version of NS Basic/CE are you using? The current version, 8.1, makes it easiest to solve this problem. Hi, Does anybody know why I have the message : NSBASIC - line 36, char 0 Unable to resolve Class ID for

Re: [nsbasic-ce] Some silly questions

2010-09-01 Thread George Henne
the manufacturer. I believe the same situation exists with cameras. George Henne NS BASIC Corporation http://www.nsbasic.com Hi, Sorry, haven't posted for a while, so hope you don't mind three all at once :) 1) I've been trying to use htmlview through the device ide

Re(2): [nsbasic-ce] Some silly questions

2010-09-02 Thread George Henne
it I'll let you know, as not having camera access is a big limitation IMHO. Maybe microsoft will sort out standardising the api's in the new version of windows mobile :) Many thanks, Andrew. -Original Message- From: George Henne g...@nsbasic.com Sent: 01 September 2010 11:35 To: nsbasic

Re(6): [nsbasic-ce] Some silly questions

2010-09-02 Thread George Henne
Class ID for 'htmlview' when instantiating 'HTMLview' object. By the way, it's the same on both my ppc's, so not just a one-off thing. Best wishes, Andrew. -Original Message- From: George Henne g...@nsbasic.com Sent: 02 September 2010 12:31 To: nsbasic-ce@yahoogroups.com nsbasic-ce

Re: [nsbasic-ce] Re: Trouble with NSBWin32.dll

2010-09-16 Thread George Henne
). Windows mobile 5.0 with the Massaging ans Security Pack. OS 5.1.478 (build 15706.3.5.2) Processor ARM920T PXA27x Does it help ? --- In nsbasic-ce@yahoogroups.com, George Henne g...@... wrote: Looks good. What is the device you are using? My code is : ShellExecute open

Re: [nsbasic-ce] New Model CuWin5500 with CE6.0 having issues with NSBasic 8.02a

2010-10-06 Thread George Henne
It sounds like you have done all the right things. Is there any chance you can loan us the device for a day? If so, contact support @ nsbasic.com directly, and we will make the arrangements. George Henne NS BASIC Corporation http://www.nsbasic.com I have

Re: [nsbasic-ce] Re: New Model CuWin5500 with CE6.0 having issues with NSBasic 8.02a

2010-10-11 Thread George Henne
Hi Ben, I'm sorry - none of your emails came to our support email address. Our address is : NS BASIC Corporation 71 Hill Crescent Toronto, Canada M1M 1J3 416 264-5999 All of the major couriers deliver here regularly. George Henne NS BASIC Corporation http

Re: [nsbasic-ce] Re: New Model CuWin5500 with CE6.0 having issues with NSBasic 8.02a

2010-10-11 Thread George Henne
Thank you! George Henne NS BASIC Corporation http://www.nsbasic.com Do not know why the Emails were not recived, no indication of undeliverable, but I will courier a CuWin5500 to you office on Tuesday, October 12th. Thanks for your efforts Ben

Re: [nsbasic-ce] open and closed environments

2010-10-13 Thread George Henne
While we're always working on new stuff, we don't have anything to announce at this time. Hi George, while Microsoft seems to be going a big step towards a closed environment, Apple seems to be gradually opening up the iOS platform for outside development tools if I understand recent

Re: [nsbasic-ce] sqlite data into grid

2010-10-14 Thread George Henne
You need to set the value for each column individually - there is not a command to set them all at once. Hi everybody, I am working on a program and I want to put records in to a grid. With 1 column that is no problem, but when I want to have more then 1 column to put it in the grid, that is a

Re: [nsbasic-ce] Re: picturebox

2010-10-19 Thread George Henne
, George Henne gh@ wrote: Have a look at the PictureBox sample - it displays a picture. Many people use the S309PictureBox instead. It is much more flexible in the kinds of images it can display. I have one simple question that I knwo you have an answer for. I'm developing

Re: [nsbasic-ce] Install device IDE without ActiveSync?

2010-10-31 Thread George Henne
With a used computer off eBay, the first question I would have is: have you reinstalled the OS, so you have a clean system to start with? Have purchased a 7' Netbook off Ebay as the development platform but can't get ActiveSync working. Has USB,LAN and WIFI but these options are not available

Re: [nsbasic-ce] Menu text size

2010-11-04 Thread George Henne
Hi Andrew, I don't know any way to control this from within NS Basic. It's possible that something could be done using some DECLARE API calls. Are you handing the Hi Res stuff properly? Is HiRes Aware set in your Project Properties? George Henne NS BASIC

Re: [nsbasic-ce] Installing MS Device Emulator on Windows 7 Professional

2010-12-07 Thread George Henne
Check the Tech Note: http://www.nsbasic.com/ce/info/technotes/TN23.htm It recommends starting the Image directly from the SDK, then letting the Emulator find it. George Henne NS BASIC Corporation http://www.nsbasic.com Hi, I just had to change my main

Re: [nsbasic-ce] Re: Accessing desktop SQL Server 2005 database from the device...

2010-12-16 Thread George Henne
Yes - you'll need to open up the cab file to find out while files it installs, then add them as resources to your project. You may also have to check for custom registry entries. Do you know if it is possible to use NSBasic to create an installer of these CABs? Edgard --- In

Re: [nsbasic-ce] Creating an ActiveX Control For NSBasic

2010-12-17 Thread George Henne
AFAIK, if you're familiar with building ActiveX controls (I'm not), it's pretty straightforward. There isn't anything special about Active X controls to be used for NS Basic. Hello, I'm building an application for Windows CE 5 that uses a lot of the Flash control. I want to make the GUI making

Re: [nsbasic-ce] Re: Install device IDE without ActiveSync?

2010-12-17 Thread George Henne
$100)but looking through other forums,appears they don't support any Activesync. Worked out how to manually 'find' the .cab for the IDE and installed directly... Thanks anyway... --- In nsbasic-ce@yahoogroups.com, George Henne gh@ wrote: With a used computer off eBay, the first

Re: [nsbasic-ce] More information on SQL Server Compact Edition 3.5 and NSBasic

2010-12-18 Thread George Henne
We didn't include the installer for ADOCE in NS Basic/CE 8, as it is supposed to be obsolete. I have emailed it to you directly: it may help you. Hi, With George and the forum's help I was able to load SQL Server Compact Edition 3.5 to the emulator. It was just a matter of copying the three

Re: [nsbasic-ce] Microsoft Said to Be Unveiling Windows for ARM Chips

2010-12-23 Thread George Henne
We'll have to wait and see... One for you George. Microsoft Said to Be Unveiling Windows for ARM Chips  Is this something that NSB-CE might target, or would NSB-Desktop (with ARM libraries) be more likely? Er, assuming these ever reach the market of course.   -- You received this

Re: [nsbasic-ce] Question on special folders (i.e. My Documents)

2011-02-16 Thread George Henne
Close! Have a look at the SpecialFolder() function call in the Language Reference. George Henne NS BASIC Corporation http://www.nsbasic.com Hi, I would like to put my SQLite database in a standard folder. Application Data for example, or the My Documents

Re: [nsbasic-ce] Install Device IDE option is installing version 8.0.0

2011-02-19 Thread George Henne
That's the correct version for the device. The version number was not updated since there were no changes to the exe. George Henne NS BASIC Corporation http://www.nsbasic.com Hi George, I have NSBasic 8.2.0a. When I use the Install Device IDE option

Re: [nsbasic-ce] Is there a problem with the FileStream CopyFile method?

2011-02-19 Thread George Henne
Is the file tmp.ini present in root (\)? You need to give full pathnames to files in Windows CE. Hi, I'm trying to copy a text file from the device to the storage card. The line of code is: FS.CopyFile tmp.ini,pIniFileName,1 I'm getting the following error: Microsoft VBScript runtime

Re: [nsbasic-ce] Re: Is there a problem with the FileStream CopyFile method?

2011-02-23 Thread George Henne
OK, so the object is being created properly. What is in pIniFileName? It returns ISFMain --- In nsbasic-ce@yahoogroups.com, George Henne gh@... wrote: What happens if you do MsgBox TypeName(FS)? Let's see if the object is created properly. Hi George, Thanks for looking

Re: [nsbasic-ce] Re: Is there a problem with the FileStream CopyFile method?

2011-03-03 Thread George Henne
object to copy. However it would be nice to fix this problem. Best regards, Edgard --- In nsbasic-ce@yahoogroups.com, George Henne gh@... wrote: OK, so the object is being created properly. What is in pIniFileName? It returns ISFMain --- In nsbasic-ce@yahoogroups.com, George Henne gh

Re(2): [nsbasic-ce] Which control has focus and which will receive focus

2011-03-03 Thread George Henne
Sorry - no such thing. The original Windows Mobile specification was very strict. No keyboard, no tab keys, therefore no tab order. What about tab order? Woody wizard at large(I'm in shape. Round is a shape) Connected by MOTOBLUR(TM) on T-Mobile -Original message- From: George Henne

Re: [nsbasic-ce] Cannot find NSBasic.exe

2011-03-07 Thread George Henne
Hi Kurt, Did you reinstall your app? George Hi, I have a working NSbasic application in WinCE5.0. I received an updated board with more program memory but same file structure and processor. When I try to run my previously working app, I now get Cannot find NSBasic.exe. Please reinstall.  

Re(4): [nsbasic-ce] Cannot find NSBasic.exe

2011-03-07 Thread George Henne
What version of Windows CE? No problem. The Device is a Friendly ARM 2440 board with ARM 9 Samsung S3C2440AL-40.   From: nsbasic-ce@yahoogroups.com [mailto:nsbasic-ce@yahoogroups.com] On Behalf Of George Henne Sent: Monday, March 07, 2011 12:01 PM To: nsbasic-ce@yahoogroups.com Subject: Re: Re

Re(6): [nsbasic-ce] Cannot find NSBasic.exe

2011-03-09 Thread George Henne
(sorry I missed your earlier message) No ideas at this point - it just doesn't make sense. I assume you have tried a hard reset? Hi George. Using WinCE 5.0.  Any thoughts? Kurt   From: nsbasic-ce@yahoogroups.com [mailto:nsbasic-ce@yahoogroups.com] On Behalf Of George Henne Sent: Monday, March

Re(12): [nsbasic-ce] Cannot find NSBasic.exe

2011-03-28 Thread George Henne
How are you starting your app? George Henne NS BASIC Corporation http://www.nsbasic.com Yes I have. Maybe long shot, but only thing left is to try to re-compile with updated NSBasic.   From: nsbasic-ce@yahoogroups.com [mailto:nsbasic-ce@yahoogroups.com

Re(18): [nsbasic-ce] Cannot find NSBasic.exe

2011-04-25 Thread George Henne
Good catch - we would not have found this! George Henne NS BASIC Corporation http://www.nsbasic.com Hi George, I found the problem with NSBasic not found by the FriendlyArm Mini2440 board. When FriendlyArm created the WinCE5.0 to work with their new Sony

Re: [nsbasic-ce] Adding/Removing Desktop Shortcuts

2011-06-08 Thread George Henne
I think it should be possible using this control: http://www.nsbasic.com/ce/info/technotes/TN09.htm I don't think there is any sample code that shows how to do this. Hello, I would like to write a program code to add/remove shortcuts on Desktop Screen of my Device. It´s OS is Windows CE Pro 5.0

Re: [nsbasic-ce] Icons

2011-06-13 Thread George Henne
Sometime the OS caches the icons, and does not update them to the latest version. Try a soft reset! George Henne NS BASIC Corporation http://www.nsbasic.com Hi, Ive used IcoFX to create the following 32bit icons in a single .ico file. 16x16 21x21 22x22

Re: [nsbasic-ce] Re: Icons

2011-06-16 Thread George Henne
. Thanks Justin --- In nsbasic-ce@yahoogroups.com, George Henne gh@... wrote: Sometime the OS caches the icons, and does not update them to the latest version. Try a soft reset! George Henne NS BASIC Corporation http://www.nsbasic.com Hi, Ive

Re: [nsbasic-ce] Type Mismatch: '[Undefined]' return from a FUNCTION called within a FUNCTION

2011-07-07 Thread George Henne
We don't have any cases of this happening in our database. Can you reproduce this? Sent from my iPad On 2011-07-06, at 11:07 PM, Brian Burgess bburg...@keysystemsintl.com wrote: It's more like: Sub btnGetItems_Click GetItemDetails(AssembleList) End Sub But I did find the

Re: [nsbasic-ce] Change text font size on printing

2011-08-22 Thread George Henne
Check the programming instructions for your Bluetooth printer. You probably need to insert a code into your output to change the font size or to do other formatting. I am using serial tool to print a text to a bluetooth printer. How can i change the font size. ie bigger size, bold. Thanks Teo

Re: [nsbasic-ce] File transfer from PDA to PC via WiFi

2011-10-31 Thread George Henne
The best way would be to use HTTP POST or an Active X FTP control. Have a look at the NetStreams\TCP Client sample. I'd like to be able to move a file from a PDA to a PC using WiFi. I have 16 iPaq 112 Classics and don't want to muck around with cables or ActiveSync to transfer data. Can this be