Hello George, To test this I created another function in the DLL: LPDWORD WINAPI vbNullPointer () { return NULL; } then I call the existing function with this...
Hello, can you use the form ..\filename or .\filename, if the software is installed on the memory card as well? Kind regards Thomas ... Hello, can you use the...
Don't bother. the file control does not do what i want. the createfile and writefile however do. sample of my code: the functions for winsocket connect are...
work in the pocket in a path like "\IBFMEM36\teste.db", but not in the card in a path like "\Cartão de Memória\IBFMEM36\teste.db" with the path confirmed by...
Hi All, I'm sure it's in the documentation somewhere, but I haven't been able to find it. I've got an app designed in NSB 7.0.5b that runs fine on Windows...
You can try to enumerate the folders on your device by using NewObjects AXpack1's (free) OpenDirectory (www.newobjects.com). Something like this: AddObject...
Hi I am new to ns basic and need a little help? I am trying to store some recipes on a system using NS Basic Ce to develop but I don't understand a couple of...
Hey Brian, Welcome to NSB. Sorry I can't help much on the ADOCE side, but I can give you some tips on the files side. The system I've built using NSB utilizes...
I have a Mobilepro 780 running CE 2.11 (HPC/Pro) and am trying to get the wininet InternetOpen API function working. The same API function declaration and...
A user of these programs who has an HTC Touch says that there is an error opening the programs after download/install. I just tried them on my Palm 750v WM6...
That is an older device. What is puzzling me is that it is acting somewhat like a Pocket PC and somewhat like a Windows CE device in your description of the...
Wow - this is a very old device - almost 10 years. It sounds like you are doing everything right. I think the device is just too old for this function....
Shaun Thanks for the advice. The device is part of a machine that checks the weights of packs on the fly, we weigh every pack. Data is collated every hour to...
Hi I am working away with the NS Basic software now and developing a set of screens to be autorun on a device. Problem is I am not able to disable the close...
Here's one tip: The syntax of ShowFullScreen is now ShowFullScreen True Trying to hide parts of the UI was giving inconsistant results on varying devices. ...
I guess I'll have to try and figure out a raw sockets approach while using crypt api for the SSL (https) part. The strange thing is that the function in...
Hi George ShowFullScreen True stops the display of the menu bar but does not stop the "X" being displayed in the corner... I could live with this if I could...
Nope no different. Would it be any changes in the SHOWOKBUTTON language between earlier versions (I can't remember how it used to be)? Also, would the...
Hi George I tried this but the application stops before it has focus to handle it? Any other suggestions? Regards Brian ... this. ... this ... pop ... a ... to...
Here is a hack that hides the top menubar completely. Dim hWnd Dim nWidth Dim nHeight Dim bRepaint Declare "Function GetForegroundWindow Lib ""Coredll"" () As...
Hi I am using a system from Comfile called the CuWin, and am having a few problems with the installers. Here is a link to the device. I am new to NS Basic so...
You're probably missing the MSCEControls.WinCE.exe installer - it put the Microsoft controls on your device. ADOCE may work - a popular alternative is SQLite: ...
When I copy my nsbasic application to my device I create a shortcut to it under programs. Do you know how to create or specify an icon for the shortcut? ...