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

C#

 
GeneralRe: How to delete a picture??? Pin
CrazyDragon63841-Mar-06 7:22
CrazyDragon63841-Mar-06 7:22 
GeneralRe: How to delete a picture??? Pin
mav.northwind1-Mar-06 7:48
mav.northwind1-Mar-06 7:48 
GeneralRe: How to delete a picture??? Pin
CrazyDragon63842-Mar-06 3:21
CrazyDragon63842-Mar-06 3:21 
QuestionForcing MSIL code to Native code? Pin
pankazmittal27-Feb-06 7:33
pankazmittal27-Feb-06 7:33 
AnswerRe: Forcing MSIL code to Native code? Pin
mav.northwind27-Feb-06 8:02
mav.northwind27-Feb-06 8:02 
AnswerRe: Forcing MSIL code to Native code? Pin
leppie27-Feb-06 8:06
leppie27-Feb-06 8:06 
AnswerRe: Forcing MSIL code to Native code? Pin
pankazmittal27-Feb-06 8:51
pankazmittal27-Feb-06 8:51 
QuestionConsole App Pin
niceguyeddie199927-Feb-06 6:54
niceguyeddie199927-Feb-06 6:54 
AnswerRe: Console App Pin
RobertChan200027-Feb-06 7:21
RobertChan200027-Feb-06 7:21 
AnswerRe: Console App Pin
Sean8927-Feb-06 8:57
Sean8927-Feb-06 8:57 
Questionhow to create multiple timers Pin
batmanAgen27-Feb-06 6:37
batmanAgen27-Feb-06 6:37 
AnswerRe: how to create multiple timers Pin
CWIZO27-Feb-06 10:43
CWIZO27-Feb-06 10:43 
QuestionContextMenu problem in Compact Framework? Pin
pmasknguyen27-Feb-06 6:02
pmasknguyen27-Feb-06 6:02 
AnswerRe: ContextMenu problem in Compact Framework? Pin
microsoc27-Feb-06 14:20
microsoc27-Feb-06 14:20 
GeneralRe: ContextMenu problem in Compact Framework? Pin
pmasknguyen27-Feb-06 14:55
pmasknguyen27-Feb-06 14:55 
GeneralRe: ContextMenu problem in Compact Framework? Pin
microsoc27-Feb-06 16:25
microsoc27-Feb-06 16:25 
QuestionDatagridview currentrowindex Pin
stijnbe27-Feb-06 4:13
stijnbe27-Feb-06 4:13 
Questionhow to add console Pin
papa198027-Feb-06 3:02
papa198027-Feb-06 3:02 
AnswerRe: how to add console Pin
User 665827-Feb-06 3:28
User 665827-Feb-06 3:28 
AnswerRe: how to add console Pin
mav.northwind27-Feb-06 3:42
mav.northwind27-Feb-06 3:42 
Hi!
What do you mean with "how to add console"?
You want a windows application and an additional shell window (often referred to as 'console')?
Then call Process.Start("cmd.exe"); (although I can't see what this is good for right now).
Or do you mean a console like you get in some FPS games where you can type in commands for your application?
In this case you'll have to implement it for yourself. For example, create a dialog with a TextBox and every time <Return> is pressed, evaluate the string in the TextBox and act accordingly.


Regards,
mav

--
Black holes are the places where god divided by 0...
Questionprevent MessageBox from continuously reappearing Pin
batmanAgen27-Feb-06 2:19
batmanAgen27-Feb-06 2:19 
AnswerRe: prevent MessageBox from continuously reappearing Pin
Guffa27-Feb-06 2:25
Guffa27-Feb-06 2:25 
GeneralRe: prevent MessageBox from continuously reappearing Pin
batmanAgen27-Feb-06 2:50
batmanAgen27-Feb-06 2:50 
AnswerRe: prevent MessageBox from continuously reappearing Pin
autekre27-Feb-06 2:56
autekre27-Feb-06 2:56 
GeneralRe: prevent MessageBox from continuously reappearing Pin
batmanAgen27-Feb-06 3:02
batmanAgen27-Feb-06 3:02 

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.