Search the web
Sign In
New User? Sign Up
nsbasic-desktop · Forum for NS Basic/Desktop users
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 2699 - 2731 of 3191   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2699
Is there a way to use CTRL-F to search a text file that is opened by the NSB Desktop program? Thanks, Adrienne...
aelenteny
Offline Send Email
Sep 7, 2008
12:32 am
2700
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...
jposso21
Offline Send Email
Sep 7, 2008
1:17 am
2701
You'll need to write the code yourself to open the file and read it in. The InStr() function can be used to find a string once it has been read in....
George Henne
ghenne
Offline Send Email
Sep 8, 2008
3:35 pm
2702
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...
George Henne
ghenne
Offline Send Email
Sep 8, 2008
3:42 pm
2703
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...
aelenteny
Offline Send Email
Sep 8, 2008
8:14 pm
2704
... Try this. :-) Call Main Sub Main() Output.Left = 2048 Output.Top = 0 ShellExecute "open","CMD", "/c" Bye End Sub...
Tim Markoski
tmarkoski1122
Offline Send Email
Sep 9, 2008
11:20 am
2705
I used the following code to create Word Object: Set objWord = CreateObject("Word.Application") objWord.Visible = True Set objDoc =...
kshetarpal
Offline Send Email
Sep 10, 2008
6:17 am
2706
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: ...
LanceGary
Offline Send Email
Sep 10, 2008
12:44 pm
2707
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...
George Henne
ghenne
Offline Send Email
Sep 10, 2008
12:49 pm
2708
Hello, could that be a problem with the access rights under Vista? Did you run this as administrator? I'd put the folder under "C:\Users ...
Thomas Gruber
computerhusky
Offline Send Email
Sep 10, 2008
9:52 pm
2709
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...
aelenteny
Offline Send Email
Sep 10, 2008
11:06 pm
2710
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...
Tim Markoski
tmarkoski1122
Offline Send Email
Sep 11, 2008
2:04 am
2713
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...
Thomas Gruber
computerhusky
Offline Send Email
Sep 11, 2008
4:00 pm
2714
Good Eyes! You are correct. The order is incorrect. From MSDN InStr FunctionInStr Function ...
Tim Markoski
tmarkoski1122
Offline Send Email
Sep 11, 2008
4:15 pm
2715
We do! <http://en.wikipedia.org/wiki/NS_Basic>...
George Henne
ghenne
Offline Send Email
Sep 11, 2008
5:28 pm
2716
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 Gruber
computerhusky
Offline Send Email
Sep 11, 2008
9:06 pm
2718
Thomas, The MSDN description is correct and the examples are also correct. aelenteny was using the incorrect sequence hence the incorrect results....
Tim Markoski
tmarkoski1122
Offline Send Email
Sep 12, 2008
12:37 am
2719
Thanks, I will check it out....
kshetarpal
Offline Send Email
Sep 12, 2008
3:27 am
2720
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...
aelenteny
Offline Send Email
Sep 12, 2008
3:59 am
2721
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). ...
Thomas Gruber
computerhusky
Offline Send Email
Sep 12, 2008
5:55 am
2722
... I think this great. Thanks for taking the time and trouble! Lance...
LanceGary
Offline Send Email
Sep 12, 2008
11:51 am
2723
I am glad you are "not too worried". Thanks for the reassurance. Lance ... nothing ... plus ... the ... quite ... topic, ... was...
LanceGary
Offline Send Email
Sep 12, 2008
11:59 am
2724
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...
Jorge Posso
jposso21
Offline Send Email
Sep 15, 2008
1:16 am
2725
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...
tomnew2003
Offline Send Email
Sep 17, 2008
12:27 am
2726
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....
tomnew2003
Offline Send Email
Sep 17, 2008
12:49 am
2727
... 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 Markoski
tmarkoski1122
Offline Send Email
Sep 17, 2008
5:09 pm
2728
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...
tomnew2003
Offline Send Email
Sep 17, 2008
7:08 pm
2729
... 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 Markoski
tmarkoski1122
Offline Send Email
Sep 17, 2008
8:57 pm
2730
... 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...
tomnew2003
Offline Send Email
Sep 18, 2008
12:45 am
2731
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...
aelenteny
Offline Send Email
Sep 18, 2008
4:45 am
Messages 2699 - 2731 of 3191   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help