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

2010-10-09 Thread bwolodko
Hi George, Thankyou for the offer. I have sent several emails to supp...@nsbasic.com without any replys. All I need is an address, and a choice of courier, and I will send you a unit. Thanks again Ben --- In nsbasic-ce@yahoogroups.com, "George Henne" wrote: > > It sounds like you have done al

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

2010-10-11 Thread bwolodko
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 --- In nsbasic-ce@yahoogroups.com, "George Henne" wrote: > > Hi Ben, > > I'm sorry - none of your emails came to our

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

2011-03-28 Thread bwolodko
Kurt, just a suggestion, can you run any other programs, i.e the NSBasic Benchmark? Ben --- In nsbasic-ce@yahoogroups.com, "Kurt Goszyk - iPREP" wrote: > > Yes I have. Maybe long shot, but only thing left is to try to re-compile > with updated NSBasic. > > > > From: nsbasic-ce@yahoogroups.

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

2011-03-28 Thread bwolodko
Kurt, just a suggestion, can you run any other programs, i.e the NSBasic Benchmark? Ben --- In nsbasic-ce@yahoogroups.com, "Kurt Goszyk - iPREP" wrote: > > Yes I have. Maybe long shot, but only thing left is to try to re-compile > with updated NSBasic. > > > > From: nsbasic-ce@yahoogroups.

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

2011-03-28 Thread bwolodko
ecked to see if NSBasic is registered in windows CE? Any chance this could be CE6.0? Ben --- In nsbasic-ce@yahoogroups.com, "Kurt Goszyk - iPREP" wrote: > > No. > > > > From: nsbasic-ce@yahoogroups.com [mailto:nsbasic-ce@yahoogroups.com] On > Behalf Of bwolod

[nsbasic-ce] Re: NSListView "OnClick" not Firing

2010-03-03 Thread bwolodko
Is _OnClick a valid event? I thought it was just _Click. One one of my programs, I had forgot that I had 2 copies of a Sub _Click, one with statements and one just Sub _Click End Sub The click event didnot work because the empty one was further down the program ben --- In nsba

[nsbasic-ce] Re: NSListView "OnClick" not Firing

2010-03-03 Thread bwolodko
Is _OnClick a valid event? I thought it was just _Click. One one of my programs, I had forgot that I had 2 copies of a Sub _Click, one with statements and one just Sub _Click End Sub The click event didnot work because the empty one was further down the program ben --- In nsba

[nsbasic-ce] Re: Copy Files

2010-03-06 Thread bwolodko
Nathan, here is a Code Snippet for copying files from an SD card on the CuWin3500 device to a USB stick plugged into the CuWin3500. This code was written using NSBasic 7.0.5 and Uses the old Windows File and filesystem Dll's I left out some Dim statements for the variables and Addobject pictu

[nsbasic-ce] Changing the Mouse Cursor

2010-03-06 Thread bwolodko
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 device. Control panelhttp://groups.google.com/group/nsb-ce?hl=en.

[nsbasic-ce] Re: Identification of PDA

2010-03-08 Thread bwolodko
Hi, Files section has a DeviceID.zip file for "Get unique DeviceID in form of UUID " See Message #18770 Re: Serialnumber() This may help Ben --- In nsbasic-ce@yahoogroups.com, Computerhusky wrote: > > Hi George, > you know that NSBasic/CE can read the serial number of the device > I assum

[nsbasic-ce] Re: Changing the Mouse Cursor

2010-03-08 Thread bwolodko
George, Would there be a function in "coredll" by the name of "CreateCursor" See http://msdn.microsoft.com/en-us/library/ms908167.aspx This would aallow for the re-sizing of a cursor, to make it more visible. This article http://support.microsoft.com/kb/209014 has this paragraph: Use of the

[nsbasic-ce] Re: Copy Files

2010-03-10 Thread bwolodko
essage saying > >"Microsoft VBScript runtime error.char 0 File name or class name not > >found during automation operation" > > > >I thought copying it from the tech note would be pretty straight > >forward. though I was wrong. > > > > >

[nsbasic-ce] Re: Copy Files

2010-03-10 Thread bwolodko
n the handheld, I believe it is called "My Device" > I'm guessing its equivalent to the "My Computer" destination on a computer > > --- In nsbasic-ce@yahoogroups.com, "bwolodko" wrote: > > > > Nathan, these objects require you to specify