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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 1116 - 1145 of 3191   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1116
Hi, The new NSCEPictureBox included in release 2.0.0 of NSB Desktop is not an intrinsic control. How can I use it and make sure that it will work on a computer...
Claude Dionne
edtaiga
Offline Send Email
Feb 1, 2006
6:12 pm
1117
Hi, I need to register some .ocx and .dll files using NSB Desktop. I know I can use the ShellExecute statement but I need to do it "silently", without any...
Claude Dionne
edtaiga
Offline Send Email
Feb 1, 2006
6:46 pm
1118
ShellExecute "regsvr32.exe", "NameOfControl", "/s" Untested, but according to the docs the third parameter on ShellExecute is any parameters you want passed to...
Styskul
Offline Send Email
Feb 1, 2006
7:01 pm
1119
Thank you. I tried it and it works. I added the file to register to the parameter and it works as this: ShellExcute "open", "regsvr32.exe", " /s " & filename I...
Claude Dionne
edtaiga
Offline Send Email
Feb 1, 2006
7:14 pm
1120
Short of knowing where the registry keys are for the OCX, the only way I know of to see if an object is registered is to do an On Error Resume Next before you...
Styskul
Offline Send Email
Feb 1, 2006
7:37 pm
1121
Hi, When you compile your NSB Desktop program correctly, the resulting execute file requires only a computer with the Windows operating system. The adjective...
Karl Roebling
karl_roebling
Offline Send Email
Feb 1, 2006
8:55 pm
1122
I agree with you, but I do care about the new picture box. I use it in a project and it works fine on the computer I use for development. But when I try to run...
Claude Dionne
edtaiga
Offline Send Email
Feb 1, 2006
10:05 pm
1123
Thanks. You might be right. This is probably the only way to know if the file has been registered correctly. Thanks a lot. Claude ... way ... <epankoke@c...> ...
Claude Dionne
edtaiga
Offline Send Email
Feb 1, 2006
10:12 pm
1124
Does anybody know of a way to read from and write to the registry? Thanks. Claude...
Claude Dionne
edtaiga
Offline Send Email
Feb 2, 2006
12:36 am
1125
WMI _____ From: nsbasic-desktop@yahoogroups.com [mailto:nsbasic-desktop@yahoogroups.com] On Behalf Of Claude Dionne Sent: Wednesday, February 01, 2006 7:35 PM ...
Fred Tonetti
fctonetti
Offline Send Email
Feb 2, 2006
1:17 am
1126
Claude, What's the exact error message? Could this be a problem with an unregistered activeX bit? Karl...
Karl Roebling
karl_roebling
Offline Send Email
Feb 2, 2006
3:36 am
1127
Short and sweet as an answer! But that was enough and I found everything about it! Thank you very much! Claude ... ...
Claude Dionne
edtaiga
Offline Send Email
Feb 2, 2006
3:40 am
1128
Well, I guess I should have been more explicit! What I called intrinsic controls are those controls present in the toolbox of NSB Desktop: textbox, listbox,...
Claude Dionne
edtaiga
Offline Send Email
Feb 2, 2006
3:59 am
1129
The new PictureBox is indeed a separate file, called NSCEPictureBox.ocx. To use it, you need to have it installed on the system that uses it and it needs to be...
George Henne
ghenne
Offline Send Email
Feb 2, 2006
12:03 pm
1130
This four step guide will give you the foundation you always wanted. Learning the basics in handling stocks. This guide will help anyone, intrested in getting...
basi_cgrp_505@...
basi_cgrp_505
Offline Send Email
Feb 6, 2006
8:38 pm
1131
Hi, I just experienced this strange behavior. When I set the content of a variable to the 'GetCommandLine' function, the content is different than when I set...
Claude Dionne
edtaiga
Offline Send Email
Feb 8, 2006
7:19 pm
1132
... I suspect the quotes are intentional because a command line could have spaces in it. Try deleting the quotes with mid() and left(). ...
John Carter
johnecarter
Offline Send Email
Feb 8, 2006
10:50 pm
1133
Hi John, I'm new to script programming and I tend to forget that variables do not work the same in VBScript as they do in VB. I should have think about a so...
Claude Dionne
edtaiga
Offline Send Email
Feb 9, 2006
2:25 am
1134
Does anyone use .DBF files with nsbasic/desktop? If so do indexes work and do you have any code samples on simple seeks, updates, deletes, appends etc....
kevineckstrand
Offline Send Email
Feb 9, 2006
7:47 pm
1135
Hi, with TechNote 4 and this link http://www.vbforums.com/showthread.php?t=384164 it should be possible regards Heiko ... Von: nsbasic-desktop@yahoogroups.com...
Stolte, Heiko
stolte_h
Offline Send Email
Feb 10, 2006
12:08 pm
1136
Is Beta 3 still the latest beta version George? I havent received any email notifications about beta 4 yet (if its released). If it has been released can you...
michael_newett
Offline Send Email
Feb 10, 2006
1:08 pm
1137
We're cooking beta 4 right now. It could be out today....
George Henne
ghenne
Offline Send Email
Feb 10, 2006
1:40 pm
1138
I'm getting an error about not having comdlg32.ocx not being installed. What can I do to rectify this. I've tried downloading it and registering it but the...
Jeff
ht354
Offline Send Email
Feb 12, 2006
4:41 pm
1139
This has been fixed in beta 4....
George Henne
ghenne
Offline Send Email
Feb 13, 2006
12:14 pm
1140
Try registering it: From the Start menu, choose Run... then enter regsvr32 comdlg32.ocx...
George Henne
ghenne
Offline Send Email
Feb 13, 2006
12:17 pm
1141
Does anyone have any experience with good copy protection for NSB .exe's, preferably without the use of additional H/W or the registry, the latter of which is...
Fred
fctonetti
Offline Send Email
Feb 14, 2006
7:03 pm
1142
George, I tried your suggestion, but I still get the error "Common Dialog Control (comdlg32.ocx) not installed" when I try to run the SDIGrid demo file. it...
Jeff
ht354
Offline Send Email
Feb 15, 2006
2:57 am
1143
See this Tech Note: <http://www.nsbasic.com/desktop/info/technotes/TN02.htm> See Section 3.1....
George Henne
ghenne
Offline Send Email
Feb 15, 2006
11:23 am
1144
NS Basic/Desktop 2.0 has been released! It has a long list of enhancements and improvements. The problem with getting events from the Franson Serial Control is...
George Henne
ghenne
Offline Send Email
Feb 17, 2006
2:31 am
1145
Have any of the other things mentioned along the way been fixed ? _____ From: nsbasic-desktop@yahoogroups.com [mailto:nsbasic-desktop@yahoogroups.com] On...
Fred Tonetti
fctonetti
Offline Send Email
Feb 17, 2006
2:41 am
Messages 1116 - 1145 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