Click here to Skip to main content
15,898,134 members
Home / Discussions / C#
   

C#

 
Questiontimers in services Pin
sianatia30-Sep-06 23:03
sianatia30-Sep-06 23:03 
AnswerRe: timers in services Pin
Stefan Troschuetz30-Sep-06 23:21
Stefan Troschuetz30-Sep-06 23:21 
QuestionControls's array Pin
t_nedelchev30-Sep-06 22:07
t_nedelchev30-Sep-06 22:07 
AnswerRe: Controls's array Pin
Stefan Troschuetz30-Sep-06 22:17
Stefan Troschuetz30-Sep-06 22:17 
GeneralRe: Controls's array Pin
t_nedelchev30-Sep-06 23:06
t_nedelchev30-Sep-06 23:06 
GeneralRe: Controls's array Pin
Stefan Troschuetz30-Sep-06 23:17
Stefan Troschuetz30-Sep-06 23:17 
GeneralRe: Controls's array Pin
t_nedelchev1-Oct-06 1:23
t_nedelchev1-Oct-06 1:23 
Questionkeys events Pin
Kola Sokol30-Sep-06 22:05
Kola Sokol30-Sep-06 22:05 
hi i am try learn "push buttons events" & i stack on this.

i want on key ENETER push navigate on my pooor webBrowser Smile | :)

but this doesn work

1)
void Form1_KeyPress(object sender, KeyPressEventArgs e)
{
// Navigate if the ENTER key is pressed
if (e.KeyChar == '\r')
Navigate();
}

2)
private void Form1_KeyDown(object sender, KeyEventArgs e)
{

if(e.Alt && e.KeyCode == Keys.E)
}


please tell me where prolem?
i am using VC#2005
tnx for help

i am noob in c#
AnswerRe: keys events Pin
Stefan Troschuetz30-Sep-06 22:29
Stefan Troschuetz30-Sep-06 22:29 
GeneralRe: keys events Pin
Kola Sokol30-Sep-06 22:36
Kola Sokol30-Sep-06 22:36 
GeneralRe: keys events Pin
Stefan Troschuetz30-Sep-06 22:47
Stefan Troschuetz30-Sep-06 22:47 
GeneralRe: keys events Pin
Kola Sokol30-Sep-06 23:36
Kola Sokol30-Sep-06 23:36 
GeneralRe: keys events Pin
Stefan Troschuetz30-Sep-06 23:55
Stefan Troschuetz30-Sep-06 23:55 
QuestionCheck out if Serial port is used from another application Pin
t_nedelchev30-Sep-06 22:02
t_nedelchev30-Sep-06 22:02 
AnswerRe: Check out if Serial port is used from another application Pin
Stefan Troschuetz30-Sep-06 22:49
Stefan Troschuetz30-Sep-06 22:49 
QuestionShell argument's path problem; "D:\My Documents" vs. "D:\MyDocu~1" Pin
User 96257830-Sep-06 21:52
User 96257830-Sep-06 21:52 
AnswerRe: Shell argument's path problem; "D:\My Documents" vs. "D:\MyDocu~1" Pin
Stefan Troschuetz30-Sep-06 22:40
Stefan Troschuetz30-Sep-06 22:40 
AnswerRe: Shell argument's path problem; "D:\My Documents" vs. "D:\MyDocu~1" Pin
S. Senthil Kumar1-Oct-06 9:39
S. Senthil Kumar1-Oct-06 9:39 
QuestionSimple DataGridView Question Pin
dy1330-Sep-06 18:41
dy1330-Sep-06 18:41 
AnswerRe: Simple DataGridView Question Pin
LongRange.Shooter3-Oct-06 8:16
LongRange.Shooter3-Oct-06 8:16 
QuestionRegarding Event handling on MicroSoft WebBrowser Control in .Net 1.x (AxSHDocVw.AxWebBrowser) Pin
Mystic_30-Sep-06 12:15
Mystic_30-Sep-06 12:15 
QuestionQueryContinueDrag problem Pin
e-laj30-Sep-06 11:21
e-laj30-Sep-06 11:21 
GeneralWall Street Programming Pin
Andrey Butov30-Sep-06 10:55
Andrey Butov30-Sep-06 10:55 
Questiondata from dataset to array Pin
Amar Chaudhary30-Sep-06 8:26
Amar Chaudhary30-Sep-06 8:26 
AnswerRe: data from dataset to array Pin
Amar Chaudhary30-Sep-06 8:32
Amar Chaudhary30-Sep-06 8:32 

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.