Click here to Skip to main content
15,887,746 members
Home / Discussions / C#
   

C#

 
GeneralRe: Listboxes Pin
Alex Korchemniy27-Jul-03 18:20
Alex Korchemniy27-Jul-03 18:20 
QuestionHow to restart windows from c# code? Pin
Member 9627-Jul-03 9:17
Member 9627-Jul-03 9:17 
AnswerRe: How to restart windows from c# code? Pin
Mazdak27-Jul-03 9:48
Mazdak27-Jul-03 9:48 
AnswerRe: How to restart windows from c# code? Pin
Erick Sgarbi27-Jul-03 15:10
Erick Sgarbi27-Jul-03 15:10 
QuestionAdvanced Log Capabilities ? Pin
Andres Manggini27-Jul-03 8:51
Andres Manggini27-Jul-03 8:51 
GeneralTabbing to next edit box using Enter key Pin
IrishSonic27-Jul-03 8:23
IrishSonic27-Jul-03 8:23 
GeneralRe: Tabbing to next edit box using Enter key Pin
kharr102727-Jul-03 13:13
kharr102727-Jul-03 13:13 
GeneralRe: Tabbing to next edit box using Enter key Pin
dynamic27-Jul-03 13:36
dynamic27-Jul-03 13:36 
C#:
<font color="blue">private</font> <font color="blue">void</font> textBox1_KeyUp(<font color="blue">object</font> sender, System.Windows.Forms.KeyEventArgs e) <br> { <br> 	<font color="#0000FF">if</font> (e.KeyData.Equals(Keys.Enter)) <br> 	{ <br> 		textBox2.Focus(); <br> 	} <br> } 



Smile | :)


Vb:
<font color="blue">Public Function</font> TwinsOnWay(<font color="blue">ByVal</font> twins <font color="blue">As String</font>) <font color="blue">As String <br>     Select Case</font> twins<br>         <font color="blue">Case</font> "Gender" <br>             <font color="blue">Return</font> "Two Girls" <br>     <font color="blue">End Select <br> End Function</font> <br> 


GeneralRe: Tabbing to next edit box using Enter key Pin
eggie527-Jul-03 19:07
eggie527-Jul-03 19:07 
GeneralEmbedded Resources Pin
Brian Delahunty27-Jul-03 4:35
Brian Delahunty27-Jul-03 4:35 
GeneralRe: Embedded Resources Pin
leppie27-Jul-03 5:23
leppie27-Jul-03 5:23 
GeneralRe: Embedded Resources Pin
Brian Delahunty27-Jul-03 5:29
Brian Delahunty27-Jul-03 5:29 
GeneralRe: Embedded Resources Pin
leppie27-Jul-03 5:35
leppie27-Jul-03 5:35 
GeneralRe: Embedded Resources Pin
Nick Parker27-Jul-03 18:22
protectorNick Parker27-Jul-03 18:22 
QuestionRelease memory quickly? Pin
novachen26-Jul-03 23:38
novachen26-Jul-03 23:38 
AnswerRe: Release memory quickly? Pin
leppie27-Jul-03 3:14
leppie27-Jul-03 3:14 
GeneralAlgorithm needed Pin
albean26-Jul-03 15:02
albean26-Jul-03 15:02 
GeneralRe: Algorithm needed Pin
Anonymous26-Jul-03 17:00
Anonymous26-Jul-03 17:00 
GeneralRe: Algorithm needed Pin
Jim Stewart26-Jul-03 17:01
Jim Stewart26-Jul-03 17:01 
GeneralRe: Algorithm needed - Thanks! Pin
albean26-Jul-03 17:28
albean26-Jul-03 17:28 
GeneralRe: Annoying Properties Pin
albean26-Jul-03 14:57
albean26-Jul-03 14:57 
GeneralRe: Annoying Properties Pin
albean26-Jul-03 15:16
albean26-Jul-03 15:16 
GeneralRe: Annoying Properties Pin
StealthyMark27-Jul-03 23:44
StealthyMark27-Jul-03 23:44 
GeneralSend Error Message From Web Service To its client Pin
Mazdak26-Jul-03 9:30
Mazdak26-Jul-03 9:30 
GeneralRe: Send Error Message From Web Service To its client Pin
SimonS26-Jul-03 23:21
SimonS26-Jul-03 23:21 

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.