Ya'll, I don't even know what to think at this point. I have a small program ... I've written 2 subroutines ... they will not co-exist. Either will work...
When you place both TextBox1_Change and TextBox3_Change events in your program they will perform a circular cascade until failure which is a Stack Overflow...
That is a good explanation of the syndrome. To correct for it, I would suggest using a global variable called stopCascade or something similar: dim stopCascade...
The program start fine and after the message work fine. After run the sub "StartedForm_Load" appears the message "Member not found" and I haven't be capable of...
Hi, I am new to this , please bear with me I want to manually open a Comm port with a Button ( no problem this I can do ) The comm port is connected to a...
Hi, I don't really know an answer to your question, but I was wondering why you don't just user serialtools with events, set the buffer length to whatever...
Dear all, in message #19681 it has already been asked, if it is possible to use the higher screen resolutions of modern devices. I myself use an SE Xperia with...
In theory, it should work - but it isn't easy finding how to do this. Apparently, you can supply a manifest file that changes the default API for your app -...
I need to write an app in Ruby on Rails that will act as a SOAP server. I need to use PocketSOAP with NSBasic/CE to create an app that will be a SOAP-based...
Chris, Thank you for the input. Once Joe showed me what was going on, it was a simple matter to test for whether or not the fields being updated were infact...
I found a good howto for making a SOAP server in Ruby on Rails here: http://benrobb.com/2007/01/30/howto-put-wsdl-on-rails/ But I am having trouble getting...
It's reported "Windows XP Embedded-based systems run on an x86 processor and PC Architecture hardware, both of which are very well understood. This means that...
... Out of curiosity, what does the code for this test like? How do you determine the input field? Something to do with the focus - setting each field as the...
Has anyone had the experience of having the ActiveSync conduit close at the termination of an NSBasic program? This happens no matter how I terminate the...
NSBasic v7 will make EXEs, but those program won't run on a Windows device that doesn't have the runtime installed. Am I doing something wrong? At your service...
I'm beginning to take this personal. I am trying to create grouped optionbuttons. The language reference says it goes like this. - Create the first button. Set...
... Don't you just love programming with less than stellar examples ... especially when you are just learning as I am as well.. I am developing for a CuWin3500...
... Don't you just love programming with less than stellar examples ... especially when you are just learning as I am as well.. I am developing for a CuWin3500...
Hi, I just tried the Option button's by adding 2 buttons to a form and setting the 2nd one Group=False. Below is the generated code. It works for me - that is...
bwolodko, That's what I'm doing now ... at OB1_Click I'm clearing all the other OptionButtons. It gets the job done. In another program I'm using a different...
joespan123, I can't get the grouping to work using any method ... even AddObject instead of the IDE. However ... the same code executed on a WM2003 device...
Randall, I tested this on PPC2003 device and it works. I assume your reference of it working on a WM2003 refers to the same OS as PC2003. So the latest devices...
hi all, I am a beginer and NS Basic but use VB for a long time. At this time,I have to use a rugged PDA (M3 mobile) to read RFID card the manufacturer send me...
If it is an ActiveX control, you can use the AddObject command to activate the control for your program. You can then call the functions in the control. If it...