It's not designed to turn to black. When you click on a button, the border should thicken as long as the button has the focus. If you want to make this happen...
I did not want it to stay black. It is only as long as it is down, that it should be black. That is the way all the system buttons work on the Pocket PC. As...
You raise a very good point. Let me talk to the guys here and see what they say. In the 6 years since NS Basic/CE has been released, you're the first to bring...
Sorry to jump in here but I wanted to add my 2 cents on this. I have not experienced a problem with the commandbutton as is. Like George has said it has been...
Hi George: Just another comment. Ever since the release of V4.0 I believe that more professional developers are moving to NSBasic and realizing that many...
WOW! that was a great response! - from you guys, I mean :-) After only been using NSB for a week or so, I was afraid I was totally off with this question. I am...
Hi George: Just wanted to let you know I posted a link to your announcement @ http://www.pocketpcmag.com/forum/forum.asp?FORUM_ID=43 Bob ... From: George Henne...
Hi George: I just removed NSBasic and then Re-installed version 5.1.0a. I went to Help/register to double check the old registraion was still retained like...
I've read on MSDN that Microsoft is no longer going to support visual basic embedded (on future pocket pc's) in the future. If this is true, will NSBasic...
From my perspective, there are no guarantees with the Pocket PC in general but the cancellation of Visual Basic Embedded will not do anything to the...
Until new devices are released, nobody can say. However, the new devices will be based on Windows CE 5.0, the emulator for which is already downloadable from...
Hi I have a NSB CE variable that I call "Taxrate". Because of lack of programming etiquitte, I change it from character to value and back and forth many...
Comm1.Output = Chr(i) i = 1 to 127 is OK But i = 128 to 255 is nothing How to do ?? I need Send Binary 128 to 255 In VB6 ... Dim OutData(0) As Byte OutData(0)...
Where can we get this new emulator please (address) Regards Colin ... _________________________________________________________________ Need more speed? Get...
I am playing with the treeview control. Is there a limit to how many children a node can have? I use the following code: Sub AddButton_click TopItem =...
If you want NextItem to be a branch off of Top1Item, then Top1Item needs to be the first parameter of the AddItem function for NextItem. The way you have it...
I have tried it several ways, my latest: Sub AddButton_click TopItem = Tree.AddItem( ,, "Parent" ) End Sub Sub Add2Button_click Top1Item = Tree.Additem(...
Unless you need the items in a specific order underneath a particular branch, why not just leave the second parameter empty? If I had NSBasic / CE installed...
I seem to remember reading about this either in the archives or on a website but can't remember...... I am trying to pick up on the ADOCE and do an open, which...
The "Create Table" statement in ADOCE does not actually open a recordset, so you do not need the rs.Close -- Eric Pankoke Founder / Lead Developer Point Of...
Hi all Let me focus this. I'm new in this forum so I don't really know if my issue is convenient or not to be in here, hope NSBasic staff can clarify. It is...
Hello - After reviewing the options for serial comm and Bluetooth, I took George's suggestion, and bought Franson's SerialTools Pro. I can run all the EVB...
I don't think CreateObjectWithEvents is valid in NSBasic/CE, is it? It should just be CreateObject. I would forget about trying to put the control on your...
I have a "Type Mismatch" error. I know what it is. I just can't locate which record among thousands, is causing the error. How do I activate the TRACE...