Dear Friends, How do we move from one field to another in the form by using return keystrokes instead of tab or mouse. Thanks a lot for yourkind help. Regards ...
What....? No one helped you with this ? Steve ________________________________________ From: helpwithvb@yahoogroups.com [mailto:helpwithvb@yahoogroups.com] On...
... instead of tab or mouse. ... Check out the SendKeys statement. Prof. Smiley has an example of this in his "Learn to Program with Visual BASIC: Examples"...
Here is a fancy way to do what you want. This code was written by a high school student that I taught to program in Visual Basic 6 he is now at Berkley on a...
Hi folks I wanted to let you know that I have just published a new book, and that I will be offering a new set of Internet based courses starting on Monday,...
... Haven't tried this on Vista, but you can try this Private Sub Form_KeyPress(KeyAscii As Integer) If KeyAscii = 13 Then KeyAscii = 0 ' Cancel the "Enter"...
Adelle, Thanks for this information. I did finally removed the Context menus for my input boxes. To find out today that once sub classed, Leaving them in was...
A week or so ago, I put out a call for help on this but, rather fatuously, did not explain the context, so that Steve 1, Steve 2, and Adelle, who kindly tried...
This is an ASP vb6 question but still off topic so we might consider direct contact if you have an idea This is my code very straight forward Protected Sub...
I spent parts of two days wondering why my program wouldn't display the form after running the following code. All it would do is show the code itself. I...
What do you think would happen if you use Long and Short since you have the app handy test it if you like and let us know I did this once a long time ago then...
Would it work if you added the word form to top ie; FormTop = or would the program think both words were reserved? ... From: Dwight Norris To:...
Bob
usewillow@...
Jun 8, 2008 6:14 pm
20829
... Firstly, I'd like to say IF YOU DIDN'T DIM IT YOURSELF, IT'S NOT YOUR VARIABLE. Sorry for the all-caps, but I just had to get that of my chest. The reason...
Dear Friends, I have a data grid bind from Ado Data Control, and I want to export the data including the header to a new excel spreadsheet. Can anybody help...
The Scratching Head Experience Part 2: We can experience the same type of confusion when we attempt to extract part of a string, and we use the 'Left'...
Good Morning Taufik, VB-6 or VB dot Net ? I never had to do this in VB-6, but I think I could point you in the right direction. Maybe even help a bit. With...
If he's using the ADO Data Control, I'm betting it's pre .NET /tr _____ From: helpwithvb@yahoogroups.com [mailto:helpwithvb@yahoogroups.com] On Behalf Of Steve...
I was just testing you /tr <g> Steve ________________________________________ From: helpwithvb@yahoogroups.com [mailto:helpwithvb@yahoogroups.com] On Behalf...
... The answer depends on how much you care about formatting in the excel spreadsheet. If you don't care about formatting, then you can take advantage of the ...
Finally getting to read this, Brian. Quite innovative. Ignoring code, what logic did you use with the form's click event? Do all the textboxes turn on, or...
All, My latest project assignment entails disabling an operator in a factory setting from exiting the software without a password. This is fairly easy, but as...
joe I am sure we need more than this but just did a quick AltaVista search http://www.developerfusion.co.uk/show/1021/ dwight ... From: Joe Wasko To:...
Thanks Bruce. Well, I haven't finally decided - I like to work with prototype parallel mini-projects trying out the various possible basic approaches - but in...
http://www.visualwin.com/Disable-C-A-D/ this should keep you busy Joe do you mind sharing why the force the no exit seems like a very strict software not that...
Dwight, Thanks for the quick response, More information is that the App is in vb6. The operating system is XP-PRO What I have found thus far is the need to...