I can't get the mousedown event to fire with the NSCE Picturebox when clicking the *right* button. It works fine with the normal left button, and mousedown as...
NS Basic/Desktop 4.0 Beta 1 is now available for download. Here is a list of what is new and has been changed: 1. Gradient Button object added. (see ReadMe) 2....
Hi, I want to install an nsb program on a users pc, but it gives an error that nsbcomdlg cannot be found. On the pocket pc there are cab files to install such...
Hi If you are using an windows installer, you need to add an entry for nsbcomflg.dll to your install script. For example, if you are using the INNO SETUP...
... nsbcomdlg.dll to your install script. For example, if you are using the INNO SETUP COMPILER, you need to add something like this to your [FILES] ... Ed...
Dear Ed, Thank you very much for the response. I'm not using an installer, and haven't needed to do this before, so I wondered if you would mind giving me a...
Hi I have a project that gets the following error message when it is opened: Error Loading Project 91: Object Variable or With Block Variable Not Set There are...
You are trying to use an object that hasn't been created yet. Save the project as a text file and look at the data. Look at your code and see where you might...
In your program, you have added the ListView control as an object on your Report Form. Tech Note 12 says "IMPORTANT: The NSListView object does not currently...
... 232, ... ...snip... Thanks George. I read the tech note but spaced out. I moved the addobject like you suggested and it worked - the forms and the...
Dear George and Ed, Thank you very much for the help. I now have the common dialogs installed and working fine. I also found that the NSB register.bat file...
hi all, i wish to write a key-based input game, i figure out code below but it doesn't seem to work. or does nsbasic/desktop allows keyboard input? ... Sub...
hi, i tried to write the routine but it didn't work. ... regsvr32 nsbwin32.dll Dim varf Dim SysDir AddObject "NSBasic.win32.api", "win32" Set connections =...
Hello, be careful, the technote mentioned contains calls that are only valid on Windows CE devices (like "EnableKeyboard")! Don't use them on Windows /...
Hello, I tried your example, and after a few modifications it works. Here's what I found: 1. I put a "on error goto 0" at the beginning of the code, so that...
hi, i tried to alter my code from what you taught, but i still didn't know where gone wrong. ps: do you mind showing your code to enlighten us? Sub Form1_Load ...
hi, i have suceeded in capturing the shift key event,however,starting at the form2 , the capturing is still going on . thanks for helping me to achieve this ! ...
I loaded desktop to Vista, but got a runtime 380 message when I tried to open a project. I saw nsbasic website that I have to disable True Type Fonts. I also...
Can anyone help me to get the cursor to change to the standard Windows "Drag Arrows" shape when the mouse is over the active edge of the main window? I can...
Hi there, I am using reg expression to pull out some values. I know how to ude a "For" loop to get out each match item, but is there a way of adressing each...
I've spent the better part of an afternoon playing with the NSListView control, and I'm now stuck and looking for help. I have a Sqlite db that I open and...
Finally figured out how to actually grab the value in column zero, based upon the example code in my original post: oEvent.Item.Text I guess this should have...
As a multi-select property exists for listboxes, I assume it's possible to use one, but I'm having trouble making it work, either by setting the multiselect...
Just to clarify my request for help: 1) I'm using addobject to place the listbox at runtime. 2) I was able to get a multiselect listbox to work, but only if...