I have been away a while and obviously suffer from a memory problem. I have a button declared on a DialogX form and the click event doesn't work. I put the...
Have a look at the Login sample. It capture events from DialogX controls: notice it does something interesting with the "_" character. George Henne NS BASIC...
... Thank you for the response George. This does not 'seem' to solve my problem. As I see it the underscore on the end of the dialog name only appears to...
Hi, I need to call an function in a dll with a vbNullPtr (this is pre-defined in eVB) value in a parameter. What is the substitute for vbNullPtr in NS Basic ?...
... doesn't ... memory ... Perhaps I can put this in simpler terms and get some help... A button does not seem to respond to a click when on a DialogX dialog. ...
I guess I have been writing at the wrong end of the reply box!! Can I get anything right? My main form contains a grid full of columns of data from an open ...
Hello George, That is strange, if I try the line Msgbox typename(vbNullPtr) & " " & vbNullPtr in eVB and run the code I get an error that variable vbNullPtr is...
All I have been able to find in the forum seems to suggest that h/pc does not support removing toolbars. However, the bottom toolbar is permitted to slide out...
Can you give this a try? vbNullPtr = clng(0) Call RZipInit (57236465, vbNullPtr) I have no idea if this will work, but the first line forces the subtype of...
This installer doesn't register the dll and if I use regsvrce to register it I get an error saying it is for a different architecture. I report this back in...
Why db.Open("Name.db") work fine but db.Open("\Cartão de Expansão\IBF\Name.db") result in open error ? I cannot specify a path on the card? Problem with...
Hi Marcelo, I'm not sure this is the reason for the error, but using special characters like the a with the tilde on top (what's the official name for this...
Hi, No, that does not work either. It seems nothing (I tried in eVB, too) except vbNullPtr works. Looks like anything else is still a variant and vbNullPtr is...
I searched google and can not really find anything but snippets of what vbNullPtr is supposed to be used for, that is: "vbNullPtr Constant: The constant...
NOPE. Does not work. From: nsbasic-ce@yahoogroups.com [mailto:nsbasic-ce@yahoogroups.com] On Behalf Of kitimatwoz Sent: Wednesday, January 21, 2009 3:02 PM To:...
I have not tried it on my daughter's netbook, but you might try in via WINE. NSBasic is pretty well behaved so I would think it would work via WINE. Don ...
Thansk - I had forgotten about WINE. I will give it a try. __________________________________________________________________ Instant Messaging, free SMS,...
This document contains a partial list: <http://www.nsbasic.com/ce/info/technotes/TN21.htm> We haven't encountered many (any?) Windows CE devices that NS...
Depending on what you need the thin client to do, I might suggest you look at something like a Netbook from Acer or Asus that runs Windows Home Edition and run...
I am having a very frustrating with implementing automatic landscape/portrait switching. (Sorry for the long post) To do this I have created an OUTPUT_SIZE...
The first question is how are you storing the current screen status? If you are using the Registry, you may find a setting that deals with the hardware issue. ...
Hi, Thanks for your answer Joe,sorry to say it doesn't work. To investigate the problem I have now created a small dll in eVC with ... DWORD WINAPI fnTest...