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

C#

 
GeneralRe: Can someone make SunClock.net? Pin
Anton Afanasyev6-Feb-07 21:48
Anton Afanasyev6-Feb-07 21:48 
GeneralRe: Can someone make SunClock.net? Pin
Ken OKABE6-Feb-07 22:01
Ken OKABE6-Feb-07 22:01 
Questionhelp in using POP3 in EMail client Pin
EEmaan6-Feb-07 19:19
EEmaan6-Feb-07 19:19 
AnswerRe: help in using POP3 in EMail client Pin
VirtualVoid.NET7-Feb-07 1:58
VirtualVoid.NET7-Feb-07 1:58 
Questionhi, how can i send/read data from parallel port in VC#.net & frame work 1.1 Pin
gpremkamal6-Feb-07 19:03
gpremkamal6-Feb-07 19:03 
AnswerRe: hi, how can i send/read data from parallel port in VC#.net & frame work 1.1 Pin
Christian Graus6-Feb-07 19:44
protectorChristian Graus6-Feb-07 19:44 
Questionhi, how can i send/read data from parallel port in VC#.net & frame work 1.1 Pin
gpremkamal6-Feb-07 19:02
gpremkamal6-Feb-07 19:02 
QuestionKeyPress Event for TextBox Pin
aaraaayen6-Feb-07 18:47
aaraaayen6-Feb-07 18:47 
Hi Friends,

I am working in C# Windows Application 2.0. In my page, i am having 2 textboxes.
But when i add keypress event for textbox1 nothing happening at runtime.

my code:
private void textBox1_KeyPress(object sender, System.Windows.Forms.KeyPressEventArgs e)
{
if (e.KeyChar == (System.Char)Keys.Enter)
{
//SendKeys.Send((System.Char)Keys.Tab);
MessageBox.Show("Hi");
}
}

Please help me.

Thanks in Advance,

Regards,

Prya

AnswerRe: KeyPress Event for TextBox Pin
Christian Graus6-Feb-07 18:59
protectorChristian Graus6-Feb-07 18:59 
AnswerRe: KeyPress Event for TextBox Pin
quiteSmart6-Feb-07 20:00
quiteSmart6-Feb-07 20:00 
AnswerRe: KeyPress Event for TextBox Pin
aSarafian6-Feb-07 20:25
aSarafian6-Feb-07 20:25 
QuestionWhere to begin Pin
mohd imran abdul aziz6-Feb-07 18:27
mohd imran abdul aziz6-Feb-07 18:27 
QuestionTreeview Back colour Pin
Sri harini6-Feb-07 18:15
Sri harini6-Feb-07 18:15 
QuestionDigital Signature by Multiple X509Certificates - Urgent Pin
Member 36860026-Feb-07 18:06
Member 36860026-Feb-07 18:06 
Questionquestion about subreport of Crystal Report in CSharp Pin
phantanagu6-Feb-07 16:17
phantanagu6-Feb-07 16:17 
Questionvisual studio 2005 using C#.Net Pin
Sri harini6-Feb-07 16:09
Sri harini6-Feb-07 16:09 
AnswerRe: visual studio 2005 using C#.Net Pin
Stefan Troschuetz6-Feb-07 21:45
Stefan Troschuetz6-Feb-07 21:45 
AnswerRe: visual studio 2005 using C#.Net Pin
Luc Pattyn6-Feb-07 22:56
sitebuilderLuc Pattyn6-Feb-07 22:56 
QuestionMac Address Pin
Sri harini6-Feb-07 16:03
Sri harini6-Feb-07 16:03 
AnswerRe: Mac Address Pin
cofst30-Oct-09 2:17
cofst30-Oct-09 2:17 
QuestionUnselectable menu Item Pin
Khoramdin6-Feb-07 15:42
Khoramdin6-Feb-07 15:42 
AnswerRe: Unselectable menu Item Pin
Ravi Bhavnani6-Feb-07 16:00
professionalRavi Bhavnani6-Feb-07 16:00 
QuestionHELP: how to select specific node in XML using c# [modified] Pin
drifters6-Feb-07 14:46
drifters6-Feb-07 14:46 
AnswerRe: HELP: how to select specific node in XML using c# Pin
gauthee6-Feb-07 20:32
gauthee6-Feb-07 20:32 
GeneralRe: HELP: how to select specific node in XML using c# Pin
drifters6-Feb-07 21:55
drifters6-Feb-07 21:55 

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.