Click here to Skip to main content
15,888,069 members
Home / Discussions / C#
   

C#

 
AnswerRe: What is the base for making chat program Pin
fly90412-Apr-09 4:37
fly90412-Apr-09 4:37 
Questionbuilding tree Pin
Reza S12-Apr-09 1:30
Reza S12-Apr-09 1:30 
QuestionShortcut key for a button ? Pin
Mohammad Dayyan12-Apr-09 1:12
Mohammad Dayyan12-Apr-09 1:12 
AnswerRe: Shortcut key for a button ? Pin
Henry Minute12-Apr-09 1:30
Henry Minute12-Apr-09 1:30 
GeneralRe: Shortcut key for a button ? Pin
Mohammad Dayyan12-Apr-09 1:34
Mohammad Dayyan12-Apr-09 1:34 
GeneralRe: Shortcut key for a button ? Pin
Henry Minute12-Apr-09 4:17
Henry Minute12-Apr-09 4:17 
GeneralRe: Shortcut key for a button ? Pin
Mohammad Dayyan13-Apr-09 1:23
Mohammad Dayyan13-Apr-09 1:23 
GeneralRe: Shortcut key for a button ? Pin
DaveyM6912-Apr-09 21:00
professionalDaveyM6912-Apr-09 21:00 
To get the functionailty you would need to set the Form's KeyPreview property to true, and use one of the form's Key events - KeyDown / KeyPress / KeyUp - and call the desired Button's PerformClick method when your Modifier+Key combination is detected.

Dave
BTW, in software, hope and pray is not a viable strategy. (Luc Pattyn)
Visual Basic is not used by normal people so we're not covering it here. (Uncyclopedia)
Why are you using VB6? Do you hate yourself? (Christian Graus)

GeneralRe: Shortcut key for a button ? Pin
Mohammad Dayyan13-Apr-09 1:24
Mohammad Dayyan13-Apr-09 1:24 
QuestionDisplaying MessageBox from a Console application Pin
Rajdeep.NET is BACK12-Apr-09 0:17
Rajdeep.NET is BACK12-Apr-09 0:17 
AnswerRe: Displaying MessageBox from a Console application Pin
Eddy Vluggen12-Apr-09 0:30
professionalEddy Vluggen12-Apr-09 0:30 
QuestionLast modified time in file. Pin
Karmendra Suthar11-Apr-09 23:27
Karmendra Suthar11-Apr-09 23:27 
AnswerRe: Last modified time in file. Pin
Karmendra Suthar11-Apr-09 23:28
Karmendra Suthar11-Apr-09 23:28 
GeneralRe: Last modified time in file. Pin
PIEBALDconsult12-Apr-09 4:23
mvePIEBALDconsult12-Apr-09 4:23 
GeneralRe: Last modified time in file. Pin
Karmendra Suthar12-Apr-09 7:01
Karmendra Suthar12-Apr-09 7:01 
GeneralRe: Last modified time in file. Pin
PIEBALDconsult12-Apr-09 7:20
mvePIEBALDconsult12-Apr-09 7:20 
QuestionNAT Traversal in C# (P2P behind firewalls/NAT Routers), UDP Hole Punching PinPopular
softwarejaeger11-Apr-09 22:41
softwarejaeger11-Apr-09 22:41 
AnswerRe: NAT Traversal in C# (P2P behind firewalls/NAT Routers), UDP Hole Punching Pin
harold aptroot12-Apr-09 7:46
harold aptroot12-Apr-09 7:46 
GeneralRe: NAT Traversal in C# (P2P behind firewalls/NAT Routers), UDP Hole Punching Pin
softwarejaeger12-Apr-09 22:20
softwarejaeger12-Apr-09 22:20 
GeneralRe: NAT Traversal in C# (P2P behind firewalls/NAT Routers), UDP Hole Punching Pin
harold aptroot13-Apr-09 2:16
harold aptroot13-Apr-09 2:16 
GeneralRe: NAT Traversal in C# (P2P behind firewalls/NAT Routers), UDP Hole Punching Pin
softwarejaeger13-Apr-09 22:20
softwarejaeger13-Apr-09 22:20 
GeneralRe: NAT Traversal in C# (P2P behind firewalls/NAT Routers), UDP Hole Punching Pin
harold aptroot14-Apr-09 1:43
harold aptroot14-Apr-09 1:43 
GeneralRe: NAT Traversal in C# (P2P behind firewalls/NAT Routers), UDP Hole Punching Pin
softwarejaeger14-Apr-09 2:18
softwarejaeger14-Apr-09 2:18 
GeneralRe: NAT Traversal in C# (P2P behind firewalls/NAT Routers), UDP Hole Punching Pin
harold aptroot14-Apr-09 2:37
harold aptroot14-Apr-09 2:37 
GeneralRe: NAT Traversal in C# (P2P behind firewalls/NAT Routers), UDP Hole Punching Pin
softwarejaeger14-Apr-09 3:07
softwarejaeger14-Apr-09 3:07 

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.