Click here to Skip to main content
15,917,641 members
Home / Discussions / C#
   

C#

 
QuestionDocking Toolbar [modified] Pin
hiremath7128-Feb-07 0:02
hiremath7128-Feb-07 0:02 
AnswerRe: Docking Toolbar Pin
Seishin#28-Feb-07 1:16
Seishin#28-Feb-07 1:16 
GeneralRe: Docking Toolbar Pin
hiremath7128-Feb-07 2:47
hiremath7128-Feb-07 2:47 
GeneralRe: Docking Toolbar Pin
Pete O'Hanlon28-Feb-07 2:51
mvePete O'Hanlon28-Feb-07 2:51 
GeneralRe: Docking Toolbar Pin
hiremath7128-Feb-07 2:56
hiremath7128-Feb-07 2:56 
GeneralRe: Docking Toolbar Pin
hiremath7128-Feb-07 2:57
hiremath7128-Feb-07 2:57 
Questionemail - error: remote certificate invalid Pin
steve_rm27-Feb-07 23:50
steve_rm27-Feb-07 23:50 
QuestionKeyDown help needed! Pin
Pincus Jr.27-Feb-07 23:49
Pincus Jr.27-Feb-07 23:49 
Hey guys,
I'm quite new to C#. I am using Visual C# 2005 Express which I downloaded from Microsoft.
I have searched for a good 30 minutes, and I couldn't find anything which was helpful.

What I want is, when you press control + u another Form comes up. I have tried this:

private void Form1_KeyDown(object sender, KeyEventArgs e)
{
if (e.KeyCode == Keys.ControlKey && e.KeyCode == Keys.U)
{
username myUsernameDialog = new username();
myUsernameDialog.ShowDialog();
}
}

However, that doesn't work. I really do not know where to go from here.
Thanks in advance,
- Gordon

Smile | :)
AnswerRe: KeyDown help needed! Pin
Harini N K27-Feb-07 23:59
Harini N K27-Feb-07 23:59 
GeneralRe: KeyDown help needed! Pin
Pincus Jr.28-Feb-07 1:15
Pincus Jr.28-Feb-07 1:15 
AnswerRe: KeyDown help needed! [modified] Pin
Martin#28-Feb-07 1:31
Martin#28-Feb-07 1:31 
GeneralRe: KeyDown help needed! Pin
Pincus Jr.28-Feb-07 10:19
Pincus Jr.28-Feb-07 10:19 
QuestionUSER CONTROL FOCUS PROBLME ......PLZ. HELP ME [modified] Pin
meerraj27-Feb-07 22:56
meerraj27-Feb-07 22:56 
AnswerRe: USER CONTROL FOCUS PROBLME ......PLZ. HELP ME Pin
Pete O'Hanlon27-Feb-07 23:25
mvePete O'Hanlon27-Feb-07 23:25 
AnswerRe: USER CONTROL FOCUS PROBLME ......PLZ. HELP ME Pin
Pete O'Hanlon28-Feb-07 1:25
mvePete O'Hanlon28-Feb-07 1:25 
Questionhow can don't show application in task manager? Pin
B.A27-Feb-07 22:32
B.A27-Feb-07 22:32 
AnswerRe: how can don't show application in task manager? Pin
Tamimi - Code27-Feb-07 22:48
Tamimi - Code27-Feb-07 22:48 
GeneralRe: how can don't show application in task manager? Pin
sam#27-Feb-07 23:15
sam#27-Feb-07 23:15 
GeneralRe: how can don't show application in task manager? Pin
Tamimi - Code27-Feb-07 23:33
Tamimi - Code27-Feb-07 23:33 
AnswerRe: how can don't show application in task manager? Pin
Pete O'Hanlon27-Feb-07 23:22
mvePete O'Hanlon27-Feb-07 23:22 
GeneralRe: how can don't show application in task manager? Pin
Dan Neely28-Feb-07 2:04
Dan Neely28-Feb-07 2:04 
GeneralRe: how can don't show application in task manager? Pin
ednrgc28-Feb-07 3:40
ednrgc28-Feb-07 3:40 
GeneralRe: how can don't show application in task manager? Pin
Pete O'Hanlon28-Feb-07 10:36
mvePete O'Hanlon28-Feb-07 10:36 
Questionhow to secure erase/wipe a file ? Pin
Radu Sorin27-Feb-07 21:58
Radu Sorin27-Feb-07 21:58 
QuestionConvert Video to Sound, or extract sound from video Pin
AmroDigital27-Feb-07 21:30
AmroDigital27-Feb-07 21:30 

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.