Click here to Skip to main content
15,885,689 members
Home / Discussions / C#
   

C#

 
GeneralRe: formatting text Pin
Robert Rohde22-Aug-05 8:47
Robert Rohde22-Aug-05 8:47 
GeneralRe: formatting text Pin
Christian Graus22-Aug-05 10:59
protectorChristian Graus22-Aug-05 10:59 
GeneralRe: formatting text Pin
samoore22-Aug-05 11:34
samoore22-Aug-05 11:34 
QuestionTest Network Services with C#? Pin
jkersch22-Aug-05 5:49
jkersch22-Aug-05 5:49 
Generalc# newbie problem Pin
talk2krish22-Aug-05 4:34
talk2krish22-Aug-05 4:34 
GeneralRe: c# newbie problem Pin
Judah Gabriel Himango22-Aug-05 4:59
sponsorJudah Gabriel Himango22-Aug-05 4:59 
GeneralOnEnter Event Pin
Agyeman22-Aug-05 4:07
Agyeman22-Aug-05 4:07 
GeneralRe: OnEnter Event Pin
miah alom22-Aug-05 4:32
miah alom22-Aug-05 4:32 
this.textBox1.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBox1_KeyDown);

private void textBox1_KeyDown(object sender, System.Windows.Forms.KeyPressEventArgs e)
{
if (e.KeyChar == (char)Keys.Enter )
{
this.listBox1.Items.Add(this.textBox1.Text );
}
}
GeneralRe: OnEnter Event Pin
Agyeman22-Aug-05 5:01
Agyeman22-Aug-05 5:01 
GeneralRe: OnEnter Event Pin
miah alom22-Aug-05 5:02
miah alom22-Aug-05 5:02 
GeneralRe: OnEnter Event Pin
miah alom22-Aug-05 5:59
miah alom22-Aug-05 5:59 
GeneralRe: OnEnter Event Pin
Agyeman22-Aug-05 8:02
Agyeman22-Aug-05 8:02 
GeneralRe: OnEnter Event Pin
nidhelp22-Aug-05 22:02
nidhelp22-Aug-05 22:02 
GeneralRe: OnEnter Event Pin
Agyeman23-Aug-05 2:44
Agyeman23-Aug-05 2:44 
GeneralRe: OnEnter Event Pin
Agyeman23-Aug-05 2:49
Agyeman23-Aug-05 2:49 
GeneralRe: OnEnter Event Pin
nidhelp23-Aug-05 5:46
nidhelp23-Aug-05 5:46 
Generalaccess autonincrement question Pin
theStorminMormon22-Aug-05 3:58
theStorminMormon22-Aug-05 3:58 
GeneralRe: access autonincrement question Pin
Guffa22-Aug-05 5:38
Guffa22-Aug-05 5:38 
GeneralRe: access autonincrement question Pin
theStorminMormon22-Aug-05 5:43
theStorminMormon22-Aug-05 5:43 
GeneralRe: access autonincrement question Pin
miah alom22-Aug-05 5:57
miah alom22-Aug-05 5:57 
GeneralRe: access autonincrement question Pin
Guffa22-Aug-05 6:38
Guffa22-Aug-05 6:38 
GeneralHorizontal Scroll Bar Pin
zaboboa22-Aug-05 3:47
zaboboa22-Aug-05 3:47 
GeneralRe: Horizontal Scroll Bar Pin
miah alom22-Aug-05 4:58
miah alom22-Aug-05 4:58 
GeneralRe: Horizontal Scroll Bar Pin
zaboboa22-Aug-05 6:17
zaboboa22-Aug-05 6:17 
GeneralRe: Horizontal Scroll Bar Pin
Dan Neely22-Aug-05 7:06
Dan Neely22-Aug-05 7:06 

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.