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 2888 - 2924 of 3191   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2888
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...
Elliott
sailvalis
Offline Send Email
Apr 2, 2009
8:27 am
2889
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....
George Henne
ghenne
Offline Send Email
Apr 16, 2009
3:20 pm
2890
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...
Andrew Thomas
andrewmarkth...
Offline Send Email
Apr 19, 2009
5:33 pm
2891
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...
cedarlakebuzzards
cedarlakebuz...
Offline Send Email
Apr 20, 2009
7:00 am
2892
... 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...
cedarlakebuzzards
cedarlakebuz...
Offline Send Email
Apr 20, 2009
7:07 am
2893
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...
Andrew Thomas
andrewmarkth...
Offline Send Email
Apr 20, 2009
11:16 pm
2894
From the command line, use Regsvr32 nsbcomdlg.dll. Or, from within NS Basic, ShellExecute "open","regsvr32","nsbcomdlg.dll"...
George Henne
ghenne
Offline Send Email
Apr 22, 2009
1:46 pm
2897
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...
cedarlakebuzzards
cedarlakebuz...
Offline Send Email
Apr 24, 2009
7:00 am
2898
... Sorry about the delay but I see George beat me to the answer. Ed...
cedarlakebuzzards
cedarlakebuz...
Offline Send Email
Apr 24, 2009
7:14 am
2900
Could you send the project to support@...? We'd like to have a look at it! George Henne NS BASIC Corporation http://www.nsbasic.com...
George Henne
ghenne
Offline Send Email
Apr 24, 2009
1:53 pm
2901
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...
Tim Markoski
tmarkoski1122
Offline Send Email
Apr 24, 2009
5:26 pm
2902
The error happens as the project is being loaded, so it's not clear that this is what is going on. ... variable....
George Henne
ghenne
Offline Send Email
Apr 24, 2009
7:51 pm
2903
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...
George Henne
ghenne
Offline Send Email
Apr 25, 2009
10:08 am
2904
... 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...
cedarlakebuzzards
cedarlakebuz...
Offline Send Email
Apr 25, 2009
11:32 am
2905
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...
Andrew Thomas
andrewmarkth...
Offline Send Email
Apr 26, 2009
11:09 pm
2906
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...
tst_sg
Offline Send Email
Apr 28, 2009
5:29 pm
2907
Hi Look at tech note 16 http://www.nsbasic.com/desktop/info/technotes/TN16.htm Some win32 APIs regarding the keyboard are documented there. Ed...
cedarlakebuzzards
cedarlakebuz...
Offline Send Email
May 4, 2009
7:44 am
2908
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 =...
tst_sg
Offline Send Email
May 5, 2009
2:51 am
2909
Hello, be careful, the technote mentioned contains calls that are only valid on Windows CE devices (like "EnableKeyboard")! Don't use them on Windows /...
Thomas Gruber
computerhusky
Offline Send Email
May 5, 2009
8:53 am
2910
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...
Thomas Gruber
computerhusky
Offline Send Email
May 5, 2009
9:22 am
2911
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 ...
tst_sg
Offline Send Email
May 5, 2009
1:42 pm
2912
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 ! ...
tst_sg
Offline Send Email
May 7, 2009
11:55 pm
2913
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...
algehe
Offline Send Email
May 8, 2009
10:08 pm
2916
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...
sailvalis
Offline Send Email
May 9, 2009
5:28 pm
2918
hi, i sented a email to support@... asking for a request for a feature that is implemented ... 'this code is wrong dim str1 dim currentRow dim...
tst_sg
Offline Send Email
May 10, 2009
2:17 pm
2920
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...
justinanning
Offline Send Email
May 24, 2009
8:43 am
2921
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...
skysensor
Offline Send Email
May 28, 2009
10:27 pm
2922
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...
skysensor
Offline Send Email
May 29, 2009
12:52 pm
2923
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...
skysensor
Offline Send Email
May 29, 2009
4:00 pm
2924
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...
skysensor
Offline Send Email
May 31, 2009
10:53 pm
Messages 2888 - 2924 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