I was testing the Shellexecute command in a Formless EXE simpley launching CMD.exe. I still see a MAIN Form Flash in the background and it never runs truely...
I'll try the first two: Main form flash is an outstanding issue. I don't know of a workaround (make it small?) but it's something we plan to work on. Have your...
The program already does open the file and reads it in as a .txt document in a field. I was wondering if the "find function" is something that would be done...
I wondered what the opinion of users of NS BASIC are on this topic, because NS BASIC depends on vbScript. What provoked my reflection was the following: ...
I'm not too worried. That article was written 5 years ago, and nothing has changed. There are millions of scripts written using VBScript, plus innumerable web...
Ok, so this is what I have come up with for being able to search the various *.txt files that are loaded into a label entitled nsbtxtData.Text. Ideally, I...
Your use of InStr is incomplete. While technically an optional argument, you should ALWAYS specify the start location and it's recommended that you also...
Hi Adrienne, I think the arguments in the InStr function are in the wrong order. Try pos=InStr(target,txtBody.Text) In addition, you may want to follow Tim's...
Hi Adrienne, Tim, I must say that the description isn't exactly helpful (I think it's similar in the syntax description of NSBasic), at least for anyone who's...
Thomas, I agree that the descriptions of string1 and string2 are confusing. I looked at the NSB Help Language for quite awhile and still obviously put them in...
Hi Adrienne, I tried the code you published in your first message, and it worked without any problem (after I reversed the order of the InStr parameters). ...
Thanks for your replies, I find the main window does not appear,... That is a start, but the command executes and close... Is there away to give Shellexecute a...
Adrienne, I looked at your code and didn't see anything wrong with the string search but there were a few other problems. I coded up your form with your...
Has anyone used VBOLock to software protect programs? The program uses an activeX control that allows you to add software protection to your VB, C++, etc....
... Tom, I use VBOLock and I'm very happy with it. It works just fine on Windows Vista as well. However, I believe you will find issues with trying to use it...
Tim, Do you use VBOLock with NS Basic Desktop programs? I coded up a small test program using NS Basic and everything seems to work, including the events. I...
... Tom, I didn't spend a lot of time with it with NSB. I only use NSB Desktop for certain utilities and not for any commercial apps. Generating the license...
... Tim, Does the stand-alone app include a program to generate the license file or do you still have to use the property page in VB? I found the documentation...
Tom, This is a terrific addition to the sample codes available in this group. I am sure many users will find it useful. Unfortunately, the problem I came...