Click here to Skip to main content
15,895,799 members
Home / Discussions / C#
   

C#

 
AnswerRe: How can I create a component in run-time and show it like as design mode? Pin
John Fisher25-Jun-03 7:37
John Fisher25-Jun-03 7:37 
GeneralRe: How can I create a component in run-time and show it like as design mode? Pin
silver_ben30-Jun-03 19:38
silver_ben30-Jun-03 19:38 
GeneralInsanely simple interop question. Pin
Bog24-Jun-03 14:06
Bog24-Jun-03 14:06 
GeneralRe: Insanely simple interop question. Pin
Ranjan Banerji25-Jun-03 3:22
Ranjan Banerji25-Jun-03 3:22 
GeneralRe: Insanely simple interop question. Pin
Bog25-Jun-03 9:23
Bog25-Jun-03 9:23 
GeneralOverride OnPaint in TextBox control Pin
paulb24-Jun-03 13:31
paulb24-Jun-03 13:31 
GeneralRe: Override OnPaint in TextBox control Pin
jspano26-Jun-03 14:51
jspano26-Jun-03 14:51 
GeneralArrow keys in user controls Pin
duncanmeech24-Jun-03 12:35
duncanmeech24-Jun-03 12:35 
I have various custom controls derived from UserControl that appear in modal forms. Within Dialogs the arrow keys are an alternate form of tab control i.e they move to the next control in the direction of the arrow within the current container ( this is standard windows behaviour I think ).
The trouble is I want to be able to respond to arrow keys in one of these controls. No key event is generated ( or sent to me ). Even overriding WndProc and checking for WM_ messages that way doesn't work.
I notice that list boxes etc are able to get these key events.
Any ideas ?


-Duncan
dmeech AT riverdeep DOT net
GeneralTesting for control+enter in a textbox Pin
monrobot1324-Jun-03 12:00
monrobot1324-Jun-03 12:00 
GeneralRe: Testing for control+enter in a textbox Pin
leppie24-Jun-03 12:42
leppie24-Jun-03 12:42 
GeneralRe: Testing for control+enter in a textbox Pin
monrobot1325-Jun-03 11:26
monrobot1325-Jun-03 11:26 
GeneralCSharp conversion Pin
Member 88602324-Jun-03 10:49
Member 88602324-Jun-03 10:49 
GeneralRe: CSharp conversion Pin
Michael Mac24-Jun-03 12:26
Michael Mac24-Jun-03 12:26 
GeneralRe: CSharp conversion Pin
leppie24-Jun-03 12:30
leppie24-Jun-03 12:30 
GeneralCommon Icons for Buttons and Toolbars Pin
Khang Nguyen24-Jun-03 10:40
Khang Nguyen24-Jun-03 10:40 
GeneralRe: Common Icons for Buttons and Toolbars Pin
John R. Shaw24-Jun-03 12:08
John R. Shaw24-Jun-03 12:08 
GeneralRe: Common Icons for Buttons and Toolbars Pin
Khang Nguyen24-Jun-03 12:41
Khang Nguyen24-Jun-03 12:41 
GeneralC# & Winforms equivilent to AfxMessageBox Pin
Matt Newman24-Jun-03 10:35
Matt Newman24-Jun-03 10:35 
GeneralRe: C# & Winforms equivilent to AfxMessageBox Pin
monrobot1324-Jun-03 11:01
monrobot1324-Jun-03 11:01 
GeneralRe: C# & Winforms equivilent to AfxMessageBox Pin
Matt Newman24-Jun-03 11:32
Matt Newman24-Jun-03 11:32 
GeneralRe: C# & Winforms equivilent to AfxMessageBox Pin
Kant24-Jun-03 11:10
Kant24-Jun-03 11:10 
GeneralRe: C# & Winforms equivilent to AfxMessageBox Pin
Matt Newman24-Jun-03 11:33
Matt Newman24-Jun-03 11:33 
GeneralGetting the size of the main application Pin
monrobot1324-Jun-03 10:04
monrobot1324-Jun-03 10:04 
GeneralRe: Getting the size of the main application Pin
leppie24-Jun-03 10:25
leppie24-Jun-03 10:25 
GeneralRe: Getting the size of the main application Pin
monrobot1324-Jun-03 11:08
monrobot1324-Jun-03 11:08 

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.