Click here to Skip to main content
15,914,322 members
Home / Discussions / C#
   

C#

 
QuestionPocketPC, how to execute another app? Pin
waynerbruce10-Apr-04 19:32
waynerbruce10-Apr-04 19:32 
AnswerRe: PocketPC, how to execute another app? Pin
Mike Dimmick11-Apr-04 0:36
Mike Dimmick11-Apr-04 0:36 
GeneralRe: PocketPC, how to execute another app? Pin
waynerbruce11-Apr-04 20:27
waynerbruce11-Apr-04 20:27 
GeneralBinding Problem Pin
Jimbo45610-Apr-04 17:24
Jimbo45610-Apr-04 17:24 
GeneralRe: Binding Problem Pin
Jay Shankar11-Apr-04 16:05
Jay Shankar11-Apr-04 16:05 
GeneralRe: Binding Problem Pin
Jimbo45612-Apr-04 7:25
Jimbo45612-Apr-04 7:25 
GeneralRe: Binding Problem Pin
Jay Shankar12-Apr-04 21:41
Jay Shankar12-Apr-04 21:41 
GeneralKeypress WITHOUT textbox.. HELP Pin
pgfraz10-Apr-04 16:31
pgfraz10-Apr-04 16:31 
I am making a screensaver of sorts and I am trying to detect when p,P, or escape key is pressed. When i would hit p the screensaver would stop but upon hitting p again it should have started up again but had no response so i changed it to this.
construct...
this.KeyUp += new KeyEventHandler(OnKeyPress); ...

public void OnKeyPress(object o, KeyEventArgs e) {
switch(e.KeyCode) {
case Keys.Escape:
Application.Exit();
break;
default:
break;
}
}

all the examples i was able to locate show using a frikin textbox... i just want the form to check and handle necessary actions required.

codemonkey
aspiring programmer
GeneralRe: Keypress WITHOUT textbox.. HELP Pin
MasudM10-Apr-04 19:30
MasudM10-Apr-04 19:30 
GeneralFileStream help! :( Pin
Moon Boy10-Apr-04 15:27
Moon Boy10-Apr-04 15:27 
GeneralFileStream help! :( Pin
moonboy10-Apr-04 15:27
moonboy10-Apr-04 15:27 
GeneralRe: FileStream help! :( Pin
Peter Nirschl10-Apr-04 21:20
Peter Nirschl10-Apr-04 21:20 
GeneralRe: FileStream help! :( Pin
moonboy10-Apr-04 21:24
moonboy10-Apr-04 21:24 
GeneralRe: FileStream help! :( Pin
Peter Nirschl10-Apr-04 21:38
Peter Nirschl10-Apr-04 21:38 
GeneralRe: FileStream help! :( Pin
Chad Smith11-Apr-04 9:30
professionalChad Smith11-Apr-04 9:30 
GeneralRe: FileStream help! :( Pin
amal_pro8311-Apr-04 9:57
amal_pro8311-Apr-04 9:57 
QuestionHow to Deploy windows application for only 15 days? Pin
KRathor10-Apr-04 12:10
KRathor10-Apr-04 12:10 
AnswerRe: How to Deploy windows application for only 15 days? Pin
leppie11-Apr-04 8:04
leppie11-Apr-04 8:04 
GeneralRe: How to Deploy windows application for only 15 days? Pin
KRathor11-Apr-04 9:20
KRathor11-Apr-04 9:20 
GeneralRe: How to Deploy windows application for only 15 days? Pin
Jeremy Luebke11-Apr-04 9:49
Jeremy Luebke11-Apr-04 9:49 
AnswerRe: How to Deploy windows application for only 15 days? Pin
Nnamdi Onyeyiri11-Apr-04 9:50
Nnamdi Onyeyiri11-Apr-04 9:50 
GeneralTransparent Controls Pin
muralidharck10-Apr-04 2:57
muralidharck10-Apr-04 2:57 
GeneralRe: Transparent Controls Pin
twisterjosh10-Apr-04 3:30
twisterjosh10-Apr-04 3:30 
GeneralRe: Transparent Controls Pin
muralidharck10-Apr-04 3:33
muralidharck10-Apr-04 3:33 
GeneralRe: Transparent Controls Pin
muralidharck10-Apr-04 3:36
muralidharck10-Apr-04 3:36 

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.