Where is the documentation for the tabstrip control? The technotes have a sample app but I can not find documentation on properties, events or methods. I am...
Well the visible property does not seem to be supported. No surprise here. Move is not supported either. So I thought I would drop back to the tried and true...
Good Morning Group, I have a list of dates and times : 3/31/03 2:00:00PM 3/31/03 2:00:00PM 3/31/03 2:00:00PM 3/31/03 2:00:00PM 3/31/03 2:00:00PM 4/1/03...
Good - then you should definitely have a look at ADOCE. Access databases are autoamtically converted to Pocket Access on Windows CE and can be accessed using...
This does the trick for managing the tab control. Trouble is that it also covers up all the objects that are "on" the tab control. I tried to bring the z...
Chris, "You cannot place an object in the middle of the z-order" msdn However, it depends what you need to do. This demonstrates how I was able to achieve...
Charl: While the sample you provided works great somehow I cannot get it to behave the same when I mix it in with my multiple forms and menu structure. I will...
After prolonged testing the output_keydown code, which seems to be a bit intermittent in its behaviour, I decided to try another approach. I saw InputBox in...
Check the ReadMe file: it explains why InputBox won't work on Pocket PC devices, and gives a workaround. The NSBInputBox sample you saw uses the DialogX...
Steven, Just curious how you determine where your troubles are located, as there are a number of players, more so than on the Palm. 1. Program code. 2. NsBasic...
The lost email seems to have been due to our spam filtering software. We rolled back to an earlier version and things seem to be better now. It's something we...
We've got lots of users that use more than one email address. Furthermore, many of the questions are from new users. I don't think the messages were being lost...
Yes, it is time to take action, George even lost some of my emails a few weeks ago!!!! :-) -Terry ... From: Charl Van Schoick [mailto:cdvs@...] Sent:...
Good news! We've sent a reference card off to the printers. What's wrong with the index? We're working on an update to the Handbook right now. George Henne NS...
There's a newer version of this on Microsoft's web site: <http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnce30/ html/activex30.asp> George...
... vbScript/ce is embedded into rom, it is the engine for eVb and NsBasic uses it in addition to the runtime. Sometimes it is helpful to use eVb to determine...
When I tap on any of the checkboxes in the application below, I get a "Scripting Error - Microsoft VBScript Runtime Error. Line 99 Char 99 Out of Stack...
The problem here is that changing the value of a checkbox fires off its click event, so you end up in a loop. See the ComboBox sample for a way to this. Just...