Click here to Skip to main content
15,891,567 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Questionusing Microsoft. ReportingServices sql 2000 ?? Pin
nsr2006nsr18-Sep-06 9:09
nsr2006nsr18-Sep-06 9:09 
QuestionCheckedList Box Pin
andyr200518-Sep-06 8:59
andyr200518-Sep-06 8:59 
QuestionTelnet component Pin
wildfire232318-Sep-06 8:31
wildfire232318-Sep-06 8:31 
QuestionChange look of button Pin
cj433118-Sep-06 8:25
cj433118-Sep-06 8:25 
AnswerRe: Change look of button Pin
Christian Graus18-Sep-06 12:50
protectorChristian Graus18-Sep-06 12:50 
QuestionReturning string to stdout from a vb.net gui app? Pin
Sam Marrocco18-Sep-06 8:02
Sam Marrocco18-Sep-06 8:02 
AnswerRe: Returning string to stdout from a vb.net gui app? Pin
Dave Kreskowiak18-Sep-06 8:41
mveDave Kreskowiak18-Sep-06 8:41 
GeneralRe: Returning string to stdout from a vb.net gui app? Pin
Sam Marrocco18-Sep-06 9:21
Sam Marrocco18-Sep-06 9:21 
vb.net 2005.
As for "code that created the console", I'm not sure of what you are asking: For testing, I'm creating a standard windows form application (hence as I mentioned it being gui-based and not console-based). Call it MyApp for discussion sake. Somewhere in the code (in this case within the Form_Load event) I have placed a console.writeline("hello world") statement. I was expecting this to display to the console when the program is run from a console, such as:

c:\>MyApp

and display

hello world

accordingly. However, nothing is ever displayed on the command line after the program quits. I'm guessing at this point that console.writeline doesn't really write to the console if the app is gui/form based, even if it is called from the command line....?


GeneralRe: Returning string to stdout from a vb.net gui app? Pin
Dave Kreskowiak18-Sep-06 9:43
mveDave Kreskowiak18-Sep-06 9:43 
GeneralRe: Returning string to stdout from a vb.net gui app? Pin
Sam Marrocco18-Sep-06 10:00
Sam Marrocco18-Sep-06 10:00 
GeneralRe: Returning string to stdout from a vb.net gui app? Pin
Dave Kreskowiak18-Sep-06 10:12
mveDave Kreskowiak18-Sep-06 10:12 
GeneralRe: Returning string to stdout from a vb.net gui app? Pin
Sam Marrocco18-Sep-06 9:25
Sam Marrocco18-Sep-06 9:25 
GeneralRe: Returning string to stdout from a vb.net gui app? Pin
Dave Kreskowiak18-Sep-06 10:11
mveDave Kreskowiak18-Sep-06 10:11 
GeneralRe: Returning string to stdout from a vb.net gui app? Pin
Sam Marrocco18-Sep-06 11:37
Sam Marrocco18-Sep-06 11:37 
GeneralRe: Returning string to stdout from a vb.net gui app? Pin
Dave Kreskowiak18-Sep-06 13:00
mveDave Kreskowiak18-Sep-06 13:00 
GeneralRe: Returning string to stdout from a vb.net gui app? Pin
Sam Marrocco18-Sep-06 14:41
Sam Marrocco18-Sep-06 14:41 
GeneralRe: Returning string to stdout from a vb.net gui app? Pin
Dave Kreskowiak18-Sep-06 15:05
mveDave Kreskowiak18-Sep-06 15:05 
Questionpassword Protection in vb.net 1.1 Pin
amaneet18-Sep-06 7:45
amaneet18-Sep-06 7:45 
AnswerRe: password Protection in vb.net 1.1 Pin
Dave Kreskowiak18-Sep-06 8:38
mveDave Kreskowiak18-Sep-06 8:38 
QuestionChange the registry of HKEY_CURRENT_USER "Control panel\colors" that is for changing each color? Pin
zyjl18-Sep-06 7:28
zyjl18-Sep-06 7:28 
AnswerRe: Change the registry of HKEY_CURRENT_USER "Control panel\colors" that is for changing each color? Pin
Dave Kreskowiak18-Sep-06 7:32
mveDave Kreskowiak18-Sep-06 7:32 
GeneralRe: Change the registry of HKEY_CURRENT_USER "Control panel\colors" that is for changing each color? [modified] Pin
zyjl18-Sep-06 7:54
zyjl18-Sep-06 7:54 
GeneralRe: Change the registry of HKEY_CURRENT_USER "Control panel\colors" that is for changing each color? Pin
Dave Kreskowiak18-Sep-06 8:39
mveDave Kreskowiak18-Sep-06 8:39 
GeneralRe: Change the registry of HKEY_CURRENT_USER "Control panel\colors" that is for changing each color? Pin
zyjl18-Sep-06 9:25
zyjl18-Sep-06 9:25 
QuestionWhat is the equivalent VB.net for this C code? Pin
TJO118-Sep-06 4:05
TJO118-Sep-06 4:05 

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.