Click here to Skip to main content
15,902,114 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
GeneralRe: howto addHotkey to Form/Button Pin
Krissh18-Oct-04 6:55
Krissh18-Oct-04 6:55 
Generalpermutation in lexiographic order Pin
webmanc12-Oct-04 10:36
webmanc12-Oct-04 10:36 
GeneralContainer set versus STL Pin
Gammill11-Oct-04 8:41
Gammill11-Oct-04 8:41 
GeneralRe: Container set versus STL Pin
John M. Drescher11-Oct-04 9:18
John M. Drescher11-Oct-04 9:18 
Generalpls help Pin
mrdudein9-Oct-04 4:15
mrdudein9-Oct-04 4:15 
GeneralRe: pls help Pin
Christian Graus12-Oct-04 10:57
protectorChristian Graus12-Oct-04 10:57 
GeneralRe: pls help Pin
Anonymous18-Oct-04 0:01
Anonymous18-Oct-04 0:01 
GeneralKeyDown problem Pin
yuvald8-Oct-04 12:06
yuvald8-Oct-04 12:06 
I have a form (name MyForm), where I want to know when the Arrow keys pressed
so I made this function but its not working for the arrow keys.
Its working great for all the others (shift, alt, caplock.....)
dont know what to do please help

in the constructor:
this->add_KeyDown(new KeyEventHandler(this, &MyForm::KeyDown));

the function:
void MyForm::KeyDown(Object *sender, KeyEventArgs *e)
{
switch(e->KeyCode)
{
case Keys::Down:
MessageBox::Show("Key Down was pressed");
s->Down(picGame->Handle);
}
}
I tried to step with the debugger, nothing happens when I press arrow keys
Its not getting in to the function
for all other keys it does.Confused | :confused:

GeneralRe: KeyDown problem Pin
AnsGe8-Oct-04 21:11
AnsGe8-Oct-04 21:11 
GeneralRe: KeyDown problem Pin
yuvald8-Oct-04 23:37
yuvald8-Oct-04 23:37 
GeneralRe: KeyDown problem Pin
AnsGe9-Oct-04 0:43
AnsGe9-Oct-04 0:43 
GeneralRe: KeyDown problem Pin
yuvald9-Oct-04 1:59
yuvald9-Oct-04 1:59 
Generalambiguous error Pin
ISUstudent7-Oct-04 14:19
ISUstudent7-Oct-04 14:19 
GeneralStrings Pin
gremlin067-Oct-04 8:04
gremlin067-Oct-04 8:04 
GeneralRe: Strings Pin
George L. Jackson8-Oct-04 2:39
George L. Jackson8-Oct-04 2:39 
GeneralRe: Strings Pin
AnsGe8-Oct-04 21:18
AnsGe8-Oct-04 21:18 
GeneralRe: Strings Pin
Gammill11-Oct-04 8:49
Gammill11-Oct-04 8:49 
GeneralDelegate not working... Pin
David Moody7-Oct-04 4:07
David Moody7-Oct-04 4:07 
Questionanyone know how to connect...? Pin
porac696-Oct-04 14:25
porac696-Oct-04 14:25 
GeneralVery frustrating dllimport code.. Pin
David Moody6-Oct-04 5:42
David Moody6-Oct-04 5:42 
GeneralRe: Very frustrating dllimport code.. Pin
ursus zeta6-Oct-04 9:50
ursus zeta6-Oct-04 9:50 
GeneralRe: Very frustrating dllimport code.. Pin
David Moody7-Oct-04 4:10
David Moody7-Oct-04 4:10 
Generalplease please please help me Pin
youngashish5-Oct-04 22:39
youngashish5-Oct-04 22:39 
GeneralRe: please please please help me Pin
Phil J Pearson5-Oct-04 22:54
Phil J Pearson5-Oct-04 22:54 
GeneralRe: please please please help me Pin
Anonymous5-Oct-04 22:59
Anonymous5-Oct-04 22:59 

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.