Click here to Skip to main content
15,913,055 members
Home / Discussions / C#
   

C#

 
GeneralSOLVED!! Pin
Daniel Turini4-Jul-05 12:10
Daniel Turini4-Jul-05 12:10 
GeneralRe: SOLVED!! Pin
Hauxon6-Jul-05 2:13
Hauxon6-Jul-05 2:13 
QuestionWhy .net requires .dll file ? Pin
montu33774-Jul-05 4:11
montu33774-Jul-05 4:11 
AnswerRe: Why .net requires .dll file ? Pin
S. Senthil Kumar4-Jul-05 4:57
S. Senthil Kumar4-Jul-05 4:57 
QuestionHow to use MCI cut command in c#? Pin
Member 20843324-Jul-05 2:48
Member 20843324-Jul-05 2:48 
GeneralAccess Question Pin
Rassul Yunussov4-Jul-05 1:44
Rassul Yunussov4-Jul-05 1:44 
GeneralRe: Access Question Pin
WillemM4-Jul-05 2:47
WillemM4-Jul-05 2:47 
GeneralGetNextControl again .. Pin
kakarato4-Jul-05 1:09
kakarato4-Jul-05 1:09 
I plan to create a custom textbox class that when user press the enter key it will focus to another control. But i would like to check out that, should i place the GetNextControl method in the textbox class or in the base form class Confused | :confused: ? I found that code below not working .. Dead | X|

<br />
public class baseTextBox:System.Windows.Forms.TextBox <br />
{<br />
 protected override void OnKeyDown(KeyEventArgs e)<br />
 {<br />
  if (e.KeyCode == Keys.Enter)  <br />
  {<br />
   Control ctrl = this.GetNextControl(this,true);<br />
   ctrl.Focus();<br />
   e.Handled = true;<br />
  }<br />
 }<br />
}<br />


Please advice. Thanks.
GeneralRe: GetNextControl again .. Pin
leppie4-Jul-05 4:45
leppie4-Jul-05 4:45 
GeneralRe: GetNextControl again .. Pin
kakarato4-Jul-05 18:16
kakarato4-Jul-05 18:16 
GeneralPlz help me Pin
Member 17061224-Jul-05 1:05
Member 17061224-Jul-05 1:05 
GeneralRe: Plz help me Pin
leppie4-Jul-05 4:48
leppie4-Jul-05 4:48 
GeneralPlz supply a better subject [nt] Pin
Guffa4-Jul-05 5:37
Guffa4-Jul-05 5:37 
Generalvs.net c++ to mysql 4.1 Pin
__horus__4-Jul-05 1:00
__horus__4-Jul-05 1:00 
Generalserial to parallel data conversion code in C# Pin
4-Jul-05 0:55
suss4-Jul-05 0:55 
GeneralPlz help me Pin
Member 17061224-Jul-05 0:47
Member 17061224-Jul-05 0:47 
GeneralRe: Plz help me Pin
S. Senthil Kumar4-Jul-05 1:09
S. Senthil Kumar4-Jul-05 1:09 
GeneralPlz help me Pin
Anonymous4-Jul-05 2:24
Anonymous4-Jul-05 2:24 
GeneralRe: Plz help me Pin
J4amieC4-Jul-05 1:09
J4amieC4-Jul-05 1:09 
QuestionHow to use System.Drawing in c# dll? Pin
Liu Baofang4-Jul-05 0:18
Liu Baofang4-Jul-05 0:18 
AnswerRe: How to use System.Drawing in c# dll? Pin
WillemM4-Jul-05 0:31
WillemM4-Jul-05 0:31 
GeneralLaunching a form with visible set to false Pin
Sharpoverride3-Jul-05 23:25
Sharpoverride3-Jul-05 23:25 
GeneralRe: Launching a form with visible set to false Pin
Gavin Jeffrey3-Jul-05 23:43
Gavin Jeffrey3-Jul-05 23:43 
GeneralRe: Launching a form with visible set to false Pin
WillemM4-Jul-05 0:02
WillemM4-Jul-05 0:02 
GeneralRe: Launching a form with visible set to false Pin
Gavin Jeffrey4-Jul-05 0:12
Gavin Jeffrey4-Jul-05 0:12 

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.