Hi, I have the solution, finally. Function GetLong(s) Dim i,nr,a a=1 For i=1 to 4 nr=nr + Int(Asc(mid(s,i)))* a a = a * 256 Next GetLong=nr End Function I did...
Marcel, If this works, then you've got a little-endian format, see: http://www.webopedia.com/TERM/b/big_endian.html No need for the int(), that will shave a...
Hi, I would like to create a listbox with a description and remember the values x and y with this description. Can I create some kind of invisible list? Or can...
Marcel, You can't have more that one text string per list item,but you could pad the description with spaces such that it always overfills the box and and...
I found out what the prob. is. KEYBOARDSTATUS does work. The prob. is, that it's slow. By the time it updates my app. my machine is allready working on the...
Norm, I'm glad you got it working, but I suspect your conclusion that keyboardstatus is slow is not really on target. Windows gives WM_PAINT messages a low...
Look in the Big Red ToolBox for MGCEWin32, then search the forum for installation guidance. Whether it qualifies as 'easy', I'll leave that up to you:) Charl ...
Hello world ! Have you got please a idee to play a music file ? Thank you for your answer ___________________________________________________________ Do You...
I have tried this but the dowload is not suitbale for my ARM (IPAQ) device. In the mean time I found on the net the same .dll but know for a arm device. I will...
There is an alternative package in the files section of the forum. I would do the registration in a separate program. Of course, if you intend to distribute...
Hi George, I do have an urgent order for NS BASIC / CE. All I have in stock though are a version 3.2 CD + one NS BASIC / Ce manual of April 12, 2000. Sure, I...
mathemas ordinate
info@...
Jun 3, 2003 4:20 pm
3455
I'll answer this directly. (Carsten is a reseller of ours in Germany) George Henne NS BASIC Corporation http://www.nsbasic.com...
Hi again Having now found that all PDAs seem to use "My Documents", I am now trying to work out all the various names used for External Storage devices. So far...
Don't waste your time looking around and searching through your email in hopes that some cute girl or guy comes and writes you. Be proactive and find them...
Is it possible to access an SQL wireless from a Pocket PC 2002 on a server? I need to be able to read barcodes into an SQL usding ADO or ODBC. I have NSBASIC...
Hi Group, I have a little question How i create a number from a string Expample: string="i have 50" sum=0 A=mid(string,8,2) B=10 sum=A+B I have not find a...
A bunch of questions... Yes, it should be possible to do this. Here are some of the things you will use: Winsock: to send messages back and forth to a desktop...
Carlos, If you use SqlServerCE, you can connect to a remote Db, using replication or RDA pull using an IIS. This avoids needing winsock and writing your own ...