Click here to Skip to main content
15,891,184 members
Home / Discussions / C#
   

C#

 
AnswerRe: gac Pin
Pete O'Hanlon8-Mar-07 1:25
mvePete O'Hanlon8-Mar-07 1:25 
AnswerRe: gac Pin
N a v a n e e t h8-Mar-07 2:26
N a v a n e e t h8-Mar-07 2:26 
QuestionHow to determine the size of my class Pin
Arindam Tewary7-Mar-07 23:26
professionalArindam Tewary7-Mar-07 23:26 
AnswerRe: How to determine the size of my class Pin
Pete O'Hanlon8-Mar-07 0:22
mvePete O'Hanlon8-Mar-07 0:22 
QuestionOpen and Write in Console window Pin
harvid7-Mar-07 23:24
harvid7-Mar-07 23:24 
AnswerRe: Open and Write in Console window Pin
rah_sin7-Mar-07 23:53
professionalrah_sin7-Mar-07 23:53 
GeneralRe: Open and Write in Console window [modified] Pin
harvid8-Mar-07 0:10
harvid8-Mar-07 0:10 
GeneralRe: Open and Write in Console window Pin
\laddie8-Mar-07 23:57
\laddie8-Mar-07 23:57 
Hi

The easy way is start your windows project as a console application.

To do this go to

Project\properties\Common properties\General

Change the value Output Type from Windows Application to Console Application.

Now run the project.

You will see that a console window will be opened fist which then launches the windows application what ever you write using Console.WriteLine will now appear on the Console window.


Please let me know if this helps

Neo
GeneralRe: Open and Write in Console window Pin
harvid11-Mar-07 20:45
harvid11-Mar-07 20:45 
Questionhelp regarding crystal report Pin
vijayashanthi7-Mar-07 23:04
vijayashanthi7-Mar-07 23:04 
AnswerRe: help regarding crystal report Pin
Harini N K7-Mar-07 23:32
Harini N K7-Mar-07 23:32 
GeneralRe: help regarding crystal report Pin
vijayashanthi8-Mar-07 0:13
vijayashanthi8-Mar-07 0:13 
GeneralRe: help regarding crystal report Pin
Harini N K8-Mar-07 0:19
Harini N K8-Mar-07 0:19 
GeneralRe: help regarding crystal report Pin
vijayashanthi8-Mar-07 0:35
vijayashanthi8-Mar-07 0:35 
QuestionRecording screen activity into video format Pin
jacobxu7-Mar-07 22:55
jacobxu7-Mar-07 22:55 
AnswerRe: Recording screen activity into video format Pin
Pete O'Hanlon8-Mar-07 0:55
mvePete O'Hanlon8-Mar-07 0:55 
QuestionHelp regarding Listview Pin
anu817-Mar-07 22:48
anu817-Mar-07 22:48 
AnswerRe: Help regarding Listview Pin
PS@Codeproj7-Mar-07 23:14
PS@Codeproj7-Mar-07 23:14 
QuestionPlease let me know if it is posssible to use instance of one application into another ? For example, i have one application, I am creatiing a instance for it, I want to access this same instance into other application ? Pin
Mr Perfect7-Mar-07 22:38
Mr Perfect7-Mar-07 22:38 
AnswerRe: use instance of one application into another Pin
Guffa7-Mar-07 23:17
Guffa7-Mar-07 23:17 
GeneralRe: use instance of one application into another Pin
Mr Perfect7-Mar-07 23:42
Mr Perfect7-Mar-07 23:42 
GeneralRe: use instance of one application into another Pin
Pete O'Hanlon8-Mar-07 0:01
mvePete O'Hanlon8-Mar-07 0:01 
GeneralRe: use instance of one application into another Pin
Mr Perfect8-Mar-07 0:11
Mr Perfect8-Mar-07 0:11 
QuestionPrint to a file not on paper Pin
rsgdba7-Mar-07 22:35
rsgdba7-Mar-07 22:35 
QuestionPlease help me out : How to convert "CrystalDecisions.Shared.ExportFormatType.PortableDocFormat" to System.IO.MemoryStream Pin
shanthivasan7-Mar-07 22:20
shanthivasan7-Mar-07 22:20 

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.