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,...
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...
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...
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...
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...
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...
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...
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 ...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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 ...
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+...
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 ... ...
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 ...
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.)...