Click here to Skip to main content
15,908,776 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Monitor System Pin
Eddy Vluggen12-Jan-09 0:10
professionalEddy Vluggen12-Jan-09 0:10 
GeneralRe: Monitor System Pin
EliottA12-Jan-09 1:00
EliottA12-Jan-09 1:00 
GeneralRe: Monitor System Pin
Anubhava Dimri12-Jan-09 17:36
Anubhava Dimri12-Jan-09 17:36 
GeneralRe: Monitor System Pin
EliottA13-Jan-09 2:47
EliottA13-Jan-09 2:47 
QuestionHow to assign shortcut keys for toolbar buttons? Pin
Prasadsm9-Jan-09 1:24
Prasadsm9-Jan-09 1:24 
Answer[Message Deleted] Pin
Scubapro9-Jan-09 1:50
Scubapro9-Jan-09 1:50 
GeneralRe: How to assign shortcut keys for toolbar buttons? Pin
Prasadsm9-Jan-09 2:02
Prasadsm9-Jan-09 2:02 
AnswerRe: How to assign shortcut keys for toolbar buttons? Pin
Scubapro9-Jan-09 2:17
Scubapro9-Jan-09 2:17 
There is no shortcut for ToolBarButtons. Normally you would create a corresponding MenuItem and set the Shortcut property of that. If you haven't created a MainMenu then you would have to set the KeyPreview property of the form to True and handle the KeyDown event, testing for whatever key combination you wanted to use as the shortcut key. Then you could call the same method that you would call from the ToolBar.ButtonClick event handler when that particular button is clicked.

[source: jmcilhinney at vbforums.com]
GeneralRe: How to assign shortcut keys for toolbar buttons? Pin
JR2129-Jan-09 2:44
JR2129-Jan-09 2:44 
GeneralRe: How to assign shortcut keys for toolbar buttons? Pin
EliottA9-Jan-09 2:49
EliottA9-Jan-09 2:49 
GeneralRe: How to assign shortcut keys for toolbar buttons? Pin
Prasadsm9-Jan-09 2:58
Prasadsm9-Jan-09 2:58 
GeneralRe: How to assign shortcut keys for toolbar buttons? Pin
Prasadsm9-Jan-09 2:56
Prasadsm9-Jan-09 2:56 
Questionconversion of char data type to datetime data type resulted in out of range datetime value Error in VB.NET [modified] Pin
samsonx8-Jan-09 23:10
samsonx8-Jan-09 23:10 
AnswerRe: conversion of char data type to datetime data type resulted in out of range datetime value Error in VB.NET Pin
Jay Royall8-Jan-09 23:19
Jay Royall8-Jan-09 23:19 
GeneralRe: conversion of char data type to datetime data type resulted in out of range datetime value Error in VB.NET Pin
samsonx8-Jan-09 23:22
samsonx8-Jan-09 23:22 
GeneralRe: conversion of char data type to datetime data type resulted in out of range datetime value Error in VB.NET Pin
Jay Royall8-Jan-09 23:45
Jay Royall8-Jan-09 23:45 
AnswerRe: conversion of char data type to datetime data type resulted in out of range datetime value Error in VB.NET Pin
Aman Bhullar9-Jan-09 0:04
Aman Bhullar9-Jan-09 0:04 
AnswerRe: conversion of char data type to datetime data type resulted in out of range datetime value Error in VB.NET Pin
Guffa10-Jan-09 17:35
Guffa10-Jan-09 17:35 
AnswerRe: conversion of char data type to datetime data type resulted in out of range datetime value Error in VB.NET Pin
Anubhava Dimri11-Jan-09 20:52
Anubhava Dimri11-Jan-09 20:52 
QuestionTreeview in vb.net 2008 Pin
jigneshDPatel8-Jan-09 19:46
jigneshDPatel8-Jan-09 19:46 
AnswerRe: Treeview in vb.net 2008 Pin
Ashfield8-Jan-09 21:05
Ashfield8-Jan-09 21:05 
GeneralRe: Treeview in vb.net 2008 Pin
Mycroft Holmes8-Jan-09 21:12
professionalMycroft Holmes8-Jan-09 21:12 
GeneralRe: Treeview in vb.net 2008 Pin
Ashfield9-Jan-09 1:27
Ashfield9-Jan-09 1:27 
GeneralRe: Treeview in vb.net 2008 Pin
Mycroft Holmes9-Jan-09 3:00
professionalMycroft Holmes9-Jan-09 3:00 
GeneralRe: Treeview in vb.net 2008 Pin
Ashfield9-Jan-09 4:22
Ashfield9-Jan-09 4:22 

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.