Click here to Skip to main content
15,890,186 members
Home / Discussions / C#
   

C#

 
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 
AnswerRe: prevent MessageBox from continuously reappearing Pin
Eric Dahlvang27-Feb-06 3:08
Eric Dahlvang27-Feb-06 3:08 
GeneralRe: prevent MessageBox from continuously reappearing Pin
batmanAgen27-Feb-06 3:12
batmanAgen27-Feb-06 3:12 
Questionwia scripting Pin
leelaraj27-Feb-06 1:49
leelaraj27-Feb-06 1:49 
AnswerRe: wia scripting Pin
mav.northwind27-Feb-06 3:36
mav.northwind27-Feb-06 3:36 
QuestionC# datagrid control downloaded from Code project Pin
christopher_seewald27-Feb-06 1:28
christopher_seewald27-Feb-06 1:28 
AnswerRe: C# datagrid control downloaded from Code project Pin
mav.northwind27-Feb-06 8:01
mav.northwind27-Feb-06 8:01 
QuestionListView problem Pin
Dalia Ali27-Feb-06 1:09
Dalia Ali27-Feb-06 1:09 
AnswerRe: ListView problem Pin
Corinna John27-Feb-06 2:51
Corinna John27-Feb-06 2:51 
QuestionEnterDebugMode/Keeping Sorting Constant Pin
autekre27-Feb-06 0:37
autekre27-Feb-06 0:37 
QuestionListView Control Problem Pin
alyagalal27-Feb-06 0:30
alyagalal27-Feb-06 0:30 
QuestionChange image on another form? Pin
Dave McCool27-Feb-06 0:28
Dave McCool27-Feb-06 0:28 
AnswerRe: Change image on another form? Pin
\laddie27-Feb-06 4:25
\laddie27-Feb-06 4:25 

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.