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 to share photos of your group with the world? 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 2186 - 2227 of 3191   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
2210
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...
George Henne
ghenne
Offline Send Email
May 18, 2007
3:24 pm
2211
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...
rriemersma
Offline Send Email
May 19, 2007
5:31 pm
2212
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. ...
Jeff Stillinger
kb6ibb
Offline Send Email
May 22, 2007
2:09 am
2213
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...
Styskul
Offline Send Email
May 22, 2007
4:39 am
2214
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...
Thomas Gruber
computerhusky
Offline Send Email
May 22, 2007
7:13 pm
2215
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:...
gklein2us
Offline Send Email
May 26, 2007
3:57 am
2216
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...
John Hill
bodyjohn2003
Offline Send Email
May 26, 2007
7:23 am
2217
Forgot to say in the last reply that FF was the name of the table I had added earlier when testing. Regards John...
John Hill
bodyjohn2003
Offline Send Email
May 26, 2007
7:34 am
2221
Visitors counter. Redirection to any page. Perfect for long Amazon Affiliate URLs. Perfect for long eBay URLs. Perfect for long Affiliate URLs. Perfect for...
Friend
go_job_12
Offline Send Email
Jun 5, 2007
10:19 am
2222
Visitors counter. Redirection to any page. Perfect for long Amazon Affiliate URLs. Perfect for long eBay URLs. Perfect for long Affiliate URLs. Perfect for...
Friend
go_job_12
Offline Send Email
Jun 5, 2007
11:04 am
2223
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...
gianteyeballscom
gianteyeball...
Offline Send Email
Jun 9, 2007
8:58 pm
2225
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...
John Hill
bodyjohn2003
Offline Send Email
Jun 14, 2007
5:55 pm
2226
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...
John Hill
bodyjohn2003
Offline Send Email
Jun 14, 2007
6:02 pm
2227
Thanks for the info...! Patrick ************************************** See what's free at http://www.aol.com....
mrgalaxy@...
gianteyeball...
Offline Send Email
Jun 15, 2007
2:15 am
Messages 2186 - 2227 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