Objectmix
Tags Register Mark Forums Read

Windows GUI app with Console Window? : xharbour

This is a discussion on Windows GUI app with Console Window? within the xharbour forums in Programming Languages category; Hi, Is it possible to have a Windows GUI app (Fivewin) that calls a console window where you can use: ? " hello" in your code that than appears in the console window? A user wants to have a Console Window (Like a 'Dos-Box') where he can use ? "Hello world" to appear in that console window. So, the Windows app should be able to open a 'dos-box'-alike window and send text to it. Its mainly for keeping track of which files have been uploaded to a FTP site. So the dos-box alike window is used as a outputwindow to ...


Object Mix > Programming Languages > xharbour > Windows GUI app with Console Window?

Reply

 

LinkBack Thread Tools
  #1  
Old 09-07-2007, 01:08 PM
Junior Member
 
Join Date: Nov 2009
Posts: 0
Application Development is on a distinguished road
Default Windows GUI app with Console Window?

Hi,

Is it possible to have a Windows GUI app (Fivewin) that calls a console
window where you can use:

? " hello"

in your code that than appears in the console window?

A user wants to have a Console Window (Like a 'Dos-Box') where he can
use ? "Hello world" to appear in that console window. So, the Windows
app should be able to open a 'dos-box'-alike window and send text to it.

Its mainly for keeping track of which files have been uploaded to a FTP
site. So the dos-box alike window is used as a outputwindow to see the
progress of the files uploaded. Like:

? "Starting upload"
FOR F=1 TO Len(aFiles)
? "Uploading file ", aFiles[f][1]
UploadFile( aFiles[f][1])
NEXT
? "Done"

--
Sincerely,

Patrick Mast,
xHarbour.com Inc.
http://www.xHarbour.com

  #2  
Old 09-08-2007, 02:22 AM
Junior Member
 
Join Date: Nov 2009
Posts: 0
Application Development is on a distinguished road
Default Re: Windows GUI app with Console Window?

Patrick,

> Is it possible to have a Windows GUI app (Fivewin) that calls a console
> window where you can use:
>
> ? " hello"
>
> in your code that than appears in the console window?


I'm almost sure that if the GUI app is linked as a CONSOLE application, then
it will have the console window auto generated and all other windows as
well. If some functioning GT is linked, and if the GUI in question does not
use some #commands to affect the console usage of ? then it should work.

Ron


Reply

Thread Tools


Similar Threads

Thread Thread Starter Forum Replies Last Post
KBS: why is there a console window on startup? usenet TCL 3 11-08-2007 04:24 AM
Is it possible to embed a console window c#? usenet CSharp 7 10-18-2007 10:33 AM
Console window in MDI Application. usenet CSharp 1 08-23-2007 03:52 AM
wx.App console window [Windows] usenet Python 3 07-12-2007 08:05 PM
Kate - how do you switch between text window and console? usenet Editors 0 03-09-2007 05:52 AM


All times are GMT -5. The time now is 08:45 AM.

Managed by Infnx Pvt Ltd.