Click here to Skip to main content
15,925,661 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Questionhow to get cpu info, mem, etc Pin
brokenshard17-Jul-04 23:52
brokenshard17-Jul-04 23:52 
AnswerRe: how to get cpu info, mem, etc Pin
vancouver77718-Jul-04 5:41
vancouver77718-Jul-04 5:41 
GeneralRe: how to get cpu info, mem, etc Pin
brokenshard18-Jul-04 6:00
brokenshard18-Jul-04 6:00 
AnswerRe: how to get cpu info, mem, etc Pin
Dave Kreskowiak18-Jul-04 6:07
mveDave Kreskowiak18-Jul-04 6:07 
GeneralImporting/Loading MSG file into Outlook Inbox Pin
vancouver77717-Jul-04 22:06
vancouver77717-Jul-04 22:06 
GeneralShortcuts (arrows) in VB6 Pin
alex5kov17-Jul-04 20:49
alex5kov17-Jul-04 20:49 
GeneralRe: Shortcuts (arrows) in VB6 Pin
Mekong River17-Jul-04 22:45
Mekong River17-Jul-04 22:45 
GeneralRe: Shortcuts (arrows) in VB6 Pin
alex5kov18-Jul-04 5:36
alex5kov18-Jul-04 5:36 
I have some buttons in my form, so I had to make a roundabout way to solve the problem with the capturing of the arrow keys. First, I created a text box and place it behind a button (so the text box isn't visible but has the focus!); and second - I set the TabIndex property of the text box to 0, so when I press an arrow key, the KeyDown event of the text box will be executed (not the changing of the focus).
I wonder why in VB there isn't a way/property to turn off the focus changing when an arrow key is pressed, so the programmer can capture this event directly (by analogy with the TabStop property).

Thanks for the idea, Roath Smile | :)
GeneralRe: Shortcuts (arrows) in VB6 Pin
Mekong River18-Jul-04 6:18
Mekong River18-Jul-04 6:18 
QuestionHow to cancel a form with a text box with the Leave Event coded Pin
SerialHobbyist17-Jul-04 20:35
SerialHobbyist17-Jul-04 20:35 
GeneralMicrosoft.Win32 Namespace Pin
beowulfagate17-Jul-04 15:04
beowulfagate17-Jul-04 15:04 
GeneralRe: Microsoft.Win32 Namespace Pin
SerialHobbyist17-Jul-04 20:50
SerialHobbyist17-Jul-04 20:50 
GeneralShortcut files Pin
ChowKF17-Jul-04 14:49
ChowKF17-Jul-04 14:49 
QuestionHow to interface with another windows app Pin
swiftrhett17-Jul-04 9:45
swiftrhett17-Jul-04 9:45 
AnswerRe: How to interface with another windows app Pin
swiftrhett17-Jul-04 20:53
swiftrhett17-Jul-04 20:53 
GeneralMysterious color channel problem. Pin
Kevnar17-Jul-04 7:21
Kevnar17-Jul-04 7:21 
GeneralRe: Mysterious color channel problem. Pin
Dave Kreskowiak17-Jul-04 9:22
mveDave Kreskowiak17-Jul-04 9:22 
GeneralRe: Mysterious color channel problem. Pin
Kevnar17-Jul-04 11:08
Kevnar17-Jul-04 11:08 
GeneralRe: Mysterious color channel problem. Pin
Dave Kreskowiak18-Jul-04 4:29
mveDave Kreskowiak18-Jul-04 4:29 
GeneralRe: Mysterious color channel problem. Pin
Kevnar18-Jul-04 16:15
Kevnar18-Jul-04 16:15 
GeneralJIT Debugging Pin
beowulfagate16-Jul-04 23:54
beowulfagate16-Jul-04 23:54 
GeneralInterface Question Pin
beowulfagate16-Jul-04 22:26
beowulfagate16-Jul-04 22:26 
GeneralSQL query with where clause Pin
Shanmukeswara Rao16-Jul-04 20:46
Shanmukeswara Rao16-Jul-04 20:46 
GeneralRe: SQL query with where clause Pin
orion80716-Jul-04 22:03
orion80716-Jul-04 22:03 
GeneralRe: SQL query with where clause Pin
Shanmukeswara Rao16-Jul-04 22:41
Shanmukeswara Rao16-Jul-04 22:41 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.