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.)...
This is the first I've heard of this - but VBScript is sure to be around for a long, long time yet. It's a fully supported part of Vista, which is only getting...
As deep as I dig I can't find anything else but very old and oblique references. I doubt Longhorn Server will remove it, and Windows Vienna won't be out until...
Howdy all, I am currently running NSB/Desktop through it's paces. I am having issues with AddObject not adding a SQLite object as shown in the sample code. ...
Try: On Error Resume Next AddObject "newObjects.sqlite.dbutf8","db" If Err.Number <> 0 Then MsgBox Err.Description End If This should tell you why the...
Hello Jeff, which version of NSBasic are you using? If you're using Version 3.x, this comes bundled with SQLite3, and the object name is different. The...
Does anyone have a working example of how to use the SQLite ALTER command to add a column in NSBASIC 2.5? No matter what I try I get: -2147352567 near ALTER:...
Hi I am using NSBASIC 3.0.2 and have just used Sub AddNewCol Dim R On Error resume next r=db.Execute("Alter Table 'FF' Add FullName VarChar") If err Then...
Visitors counter. Redirection to any page. Perfect for long Amazon Affiliate URLs. Perfect for long eBay URLs. Perfect for long Affiliate URLs. Perfect for...
Visitors counter. Redirection to any page. Perfect for long Amazon Affiliate URLs. Perfect for long eBay URLs. Perfect for long Affiliate URLs. Perfect for...
Hello.,.. Does have nsbasic 1) Have a way to read or write to a registry key (without using the windows api) 2) Have an equivalent to: open "c:\fred.txt" for...
Hi Patrick Not sure about the Registry key question but you can read and write to text files using the FileSystemObject. See the example programs that come...
Hi Folks Does anyone have any knowledge of Gnostice's eDocEngine ActiveX control. You can use it to create PDF, Excel, RFT files etc. I can get most of to work...