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...
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...
ShellExecute "regsvr32.exe", "NameOfControl", "/s" Untested, but according to the docs the third parameter on ShellExecute is any parameters you want passed to...
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...
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...
Hi, When you compile your NSB Desktop program correctly, the resulting execute file requires only a computer with the Windows operating system. The adjective...
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...
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...> ...
WMI _____ From: nsbasic-desktop@yahoogroups.com [mailto:nsbasic-desktop@yahoogroups.com] On Behalf Of Claude Dionne Sent: Wednesday, February 01, 2006 7:35 PM ...
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,...
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...
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...
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...
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...
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....
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...
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...
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...
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...
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...
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...
Have any of the other things mentioned along the way been fixed ? _____ From: nsbasic-desktop@yahoogroups.com [mailto:nsbasic-desktop@yahoogroups.com] On...