Click here to Skip to main content
15,897,518 members
Home / Discussions / Visual Basic
   

Visual Basic

 
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 
GeneralRe: How to assign shortcut keys for toolbar buttons? Pin
JR2129-Jan-09 2:44
JR2129-Jan-09 2:44 
If you do not want a menu you can also look at Hotkey
Private Declare Function RegisterHotKey Lib "user32" (ByVal hwnd As IntPtr, ByVal id As Integer, ByVal fsModifiers As Integer, ByVal vk As Integer) As Integer
Private Declare Function UnregisterHotKey Lib "user32" (ByVal hwnd As IntPtr, ByVal id As Integer) As Integer
Private Declare Function GlobalAddAtom Lib "kernel32" Alias "GlobalAddAtomA" (ByVal lpString As String) As Short
Private Declare Function GlobalDeleteAtom Lib "kernel32" (ByVal nAtom As Short) As Short


there is on CP a very good in VB.net example

Jan
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 
AnswerRe: Treeview in vb.net 2008 Pin
Reza Raad10-Jan-09 21:36
Reza Raad10-Jan-09 21:36 

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.