xsharp.eu • Run Vulcan App
Page 1 of 1

Run Vulcan App

Posted: Fri Feb 03, 2017 12:39 pm
by Juraj
I am a new FOX. After intallation XSharpSetup029Fox in VS 2015 I created a new project as Vulcan Application,
I created my Main window as Windows Form. In program.prg erase console commands ana add command MyWindow{}:ShowDialog(). Even though when run my applications
first show console window and secont show my window.
image.png
image.png (109.98 KiB) Viewed 556 times
image.png
image.png (109.98 KiB) Viewed 556 times

Run Vulcan App

Posted: Fri Feb 03, 2017 12:56 pm
by lumberjack
Have you created the new Application as a Windows Form App or a Console app?

Run Vulcan App

Posted: Fri Feb 03, 2017 12:59 pm
by Juraj
yes, Windows Forms app and WPF app work OK.

Run Vulcan App

Posted: Fri Feb 03, 2017 1:10 pm
by lumberjack
Not 100% familiar with all the details, but if the start of the creation is Console, then it will show the Console as far as I know.

Run Vulcan App

Posted: Fri Feb 03, 2017 2:18 pm
by robert
Change the application type in the Project Properties dialog from Console Application to Windows Application.

Robert