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

C#

 
GeneralRe: I'm getting demolished by an easy SELECT statement, help. Pin
Expert Coming22-May-07 14:43
Expert Coming22-May-07 14:43 
GeneralRe: I'm getting demolished by an easy SELECT statement, help. Pin
ThisIsMyUserName222-May-07 14:54
ThisIsMyUserName222-May-07 14:54 
GeneralRe: I'm getting demolished by an easy SELECT statement, help. Pin
ThisIsMyUserName222-May-07 14:49
ThisIsMyUserName222-May-07 14:49 
GeneralRe: I'm getting demolished by an easy SELECT statement, help. Pin
Expert Coming22-May-07 14:55
Expert Coming22-May-07 14:55 
GeneralRe: I'm getting demolished by an easy SELECT statement, help. Pin
ThisIsMyUserName222-May-07 15:01
ThisIsMyUserName222-May-07 15:01 
AnswerRe: I'm getting demolished by an easy SELECT statement, help. Pin
Dave Herren22-May-07 15:21
Dave Herren22-May-07 15:21 
GeneralRe: I'm getting demolished by an easy SELECT statement, help. Pin
ThisIsMyUserName222-May-07 15:33
ThisIsMyUserName222-May-07 15:33 
AnswerRe: C# Consoles & Windows Forms Pin
Dave Herren22-May-07 15:08
Dave Herren22-May-07 15:08 
Create a Winforms application and in the application properties change Common Properties / Output Type from windows application to Console application. When you run application your form will open and a console window will also open. In your form if you call Console.WriteLine the text will appear in the console window. I'm sure there are limitations to this approach (if the console gets closed so does your form), but this may meet your needs. You should be able to use api calls to hide/show the console window if you need to. It might be possible to use api calls to move the console window into your MDI, but I expect this would be very difficult.

topcoderjax - Remember, Google is your friend.

QuestionArray Shift Register Pin
cmarcus22-May-07 12:45
cmarcus22-May-07 12:45 
AnswerRe: Array Shift Register Pin
Guffa22-May-07 12:59
Guffa22-May-07 12:59 
GeneralRe: Array Shift Register Pin
cmarcus23-May-07 2:22
cmarcus23-May-07 2:22 
GeneralRe: Array Shift Register Pin
Martin#23-May-07 3:32
Martin#23-May-07 3:32 
QuestionInsert into MS Access database using C#.Net Pin
sunkkd22-May-07 9:37
sunkkd22-May-07 9:37 
AnswerRe: Insert into MS Access database using C#.Net Pin
Pete O'Hanlon22-May-07 9:59
mvePete O'Hanlon22-May-07 9:59 
AnswerRe: Insert into MS Access database using C#.Net Pin
led mike22-May-07 10:01
led mike22-May-07 10:01 
AnswerRe: Insert into MS Access database using C#.Net Pin
Hamid_RT23-May-07 2:11
Hamid_RT23-May-07 2:11 
QuestionCreate pop-up message Pin
diddy3422-May-07 9:07
diddy3422-May-07 9:07 
AnswerRe: Create pop-up message Pin
Muammar©22-May-07 9:21
Muammar©22-May-07 9:21 
AnswerRe: Create pop-up message Pin
Hamid_RT23-May-07 2:18
Hamid_RT23-May-07 2:18 
QuestionCenter Text on Custom Button Pin
PHDENG8122-May-07 7:17
PHDENG8122-May-07 7:17 
AnswerRe: Center Text on Custom Button Pin
Manoj Kumar Rai22-May-07 8:02
professionalManoj Kumar Rai22-May-07 8:02 
GeneralRe: Center Text on Custom Button Pin
PHDENG8122-May-07 8:29
PHDENG8122-May-07 8:29 
AnswerRe: Center Text on Custom Button Pin
Ian Shlasko22-May-07 10:34
Ian Shlasko22-May-07 10:34 
GeneralRe: Center Text on Custom Button Pin
PHDENG8123-May-07 0:45
PHDENG8123-May-07 0:45 
GeneralRe: Center Text on Custom Button Pin
Ian Shlasko24-May-07 3:40
Ian Shlasko24-May-07 3:40 

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.