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...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

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 2161 - 2209 of 3191   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2161
Does your program use any ActiveX controls?...
George Henne
ghenne
Offline Send Email
Apr 2, 2007
2:05 pm
2162
No no activeX controls, just standard VBScript and NSBasic code. ANother problem I am having is that every .nsd file I try to open comes up with an error,...
daverush3
Offline Send Email
Apr 2, 2007
2:34 pm
2163
They should run fine if they have no ActiveX controls. If you'll send me the exe, I'll try it on a clean machine here. For the other problem, try getting rid...
George Henne
ghenne
Offline Send Email
Apr 2, 2007
2:43 pm
2164
Thanks for the replies George, for now what I will do is go through the code again, I am sure it is something I have done. It needs to access specific files...
daverush3
Offline Send Email
Apr 2, 2007
2:57 pm
2165
Let me know if you can't find anything!...
George Henne
ghenne
Offline Send Email
Apr 2, 2007
3:49 pm
2170
Hi Folks. Newby on the block standby for questions! I am developing an application an in the manual (page 15) it says you can have windows that can be sized by...
John Hill
bodyjohn2003
Offline Send Email
Apr 13, 2007
9:49 am
2171
Have a look here: <http://www.nsbasic.com/desktop/info/enhancements.htm> Look at Documentation Changes for Version 2.5.0....
George Henne
ghenne
Offline Send Email
Apr 13, 2007
10:23 am
2172
Hi George Read that info in the manual. Have tried the sample code:- AddObject "Form", "fm1", 0, 0, 400, 300 fm1.minWidth = 200 fm1.maxWidth = 800 AddObject...
John Hill
bodyjohn2003
Offline Send Email
Apr 13, 2007
11:03 am
2173
Hi John, I tried your example and the window for me is resizable by drag. The only problem is that the curser doesn't change shape when it is on the border of...
computerhusky
Offline Send Email
Apr 13, 2007
2:49 pm
2174
Hi Thomas I was looking for the cursor to change. You are correct it does drag. Did you try the Minimise Maximise that caused the height to change? Thanks for...
John Hill
bodyjohn2003
Offline Send Email
Apr 13, 2007
4:19 pm
2175
Hi All Never mind wasting time to find out why, I have discovered that setting both maxWidth and maxHeight stops the over height problem on min-max. Regards ...
John Hill
bodyjohn2003
Offline Send Email
Apr 13, 2007
4:39 pm
2180
I have been designing a form to capture data I need to change the tab order of the controls on the form. Right clicking on the form name in the project...
John Hill
bodyjohn2003
Offline Send Email
Apr 23, 2007
2:26 pm
2181
We've just fixed this bug. It will be a few days before I can upload the fix, however. Another way to do this is to save the program as a text file, open it in...
George Henne
ghenne
Offline Send Email
Apr 23, 2007
3:23 pm
2182
Thanks George Will await the fix. Regards John ... upload the ... it in ... backup ... tab ... name in ... as ... move ... error 438....
John Hill
bodyjohn2003
Offline Send Email
Apr 23, 2007
3:55 pm
2186
Is there a way of programatically positioning a msgbox, or another way of simulating a msgbox that will look and behave in the same way? I thought about using...
michael_newett
Offline Send Email
May 1, 2007
12:37 pm
2187
Mike, Here's a link to code I wrote for VB that does it. The actual project was a skinning theme project so I needed to emulate Menus, Input Boxes and Message...
Tim Markoski
tmarkoski1122
Offline Send Email
May 1, 2007
1:21 pm
2188
Thanks Tim, I'll check it out. Regards Mike ... emulate ... txtCodeId=27716&lngWId=1 ... another way ... free to ... msgbox...
michael_newett
Offline Send Email
May 1, 2007
2:12 pm
2189
Hi Tim, just checked out your link. It looks good but I don't think I can take that approach with NSBASIC, because I believe that it only allows you to display...
michael_newett
Offline Send Email
May 1, 2007
2:40 pm
2190
You can always create a separate script that does nothing but receive all the necessary argument via command line and then display....
Tim Markoski
tmarkoski1122
Offline Send Email
May 1, 2007
2:44 pm
2193
Hi Mike Have just been thinking about the custom message box. I have uploaded a small file with what I think maybe a starting point. May not answer all the...
John Hill
bodyjohn2003
Offline Send Email
May 9, 2007
9:19 am
2194
Thanks John. I'll check it out. I have an improved excel demo that I keep meaning to post on here. It demonstrates even more commands. I just need a spare few...
michael_newett
Offline Send Email
May 9, 2007
10:51 am
2195
Hi John, just checked out your custom message box solution, but the problem still remains where the user can click on textboxes or commandbuttons before...
michael_newett
Offline Send Email
May 9, 2007
11:00 am
2196
Hi Mike Just got in and had a thought why not try and disable the form calling the new window until the new window closes. This worked but the user could still...
John Hill
bodyjohn2003
Offline Send Email
May 9, 2007
9:30 pm
2203
I am having trouble with the Chain statement, in as much as I cannot get it to work. Can anyone see an error in my code. Sub cmdChain_Click Dim strChainProg ...
John Hill
bodyjohn2003
Offline Send Email
May 14, 2007
4:24 pm
2204
Would you like to start working from home and earn a full time income? If I told you I have a system that runs on autopilot where you could earn $200 to $1000+...
Your Friend
ban_bob_12
Offline Send Email
May 15, 2007
3:58 am
2205
What shows up in the Print box? George Henne NS BASIC Corporation http://www.nsbasic.com...
George Henne
ghenne
Offline Send Email
May 15, 2007
9:18 am
2206
Hi George The print box shows the full path and name of exe called. C:\Trial\CommandLineTest2.exe This is where the files are both located. Regards John ... ...
John Hill
bodyjohn2003
Offline Send Email
May 15, 2007
9:43 am
2207
What happens? Do you get any sort of error message? George Henne NS BASIC Corporation http://www.nsbasic.com...
George Henne
ghenne
Offline Send Email
May 15, 2007
10:28 am
2208
No messages nothing at all happens. Have just copied the folder to another system. On this system I get:- error on line 8 Type mismatch: 'Chain' Regards John ...
John Hill
bodyjohn2003
Offline Send Email
May 15, 2007
10:56 am
2209
Saw this blog entry, but so far he hasn't given any credible source: http://blogs.msdn.com/powershell/archive/2007/05/18/replacing-cmd- exe.aspx I wonder: (a.)...
rriemersma
Offline Send Email
May 18, 2007
3:06 pm
Messages 2161 - 2209 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