Run Vulcan App

Public support forum for peer to peer support with related to the Visual Objects and Vulcan.NET products
Post Reply
Juraj
Posts: 161
Joined: Mon Jan 09, 2017 7:00 am

Run Vulcan App

Post 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 247 times
image.png
image.png (109.98 KiB) Viewed 247 times
User avatar
lumberjack
Posts: 723
Joined: Fri Sep 25, 2015 3:11 pm

Run Vulcan App

Post by lumberjack »

Have you created the new Application as a Windows Form App or a Console app?
Juraj
Posts: 161
Joined: Mon Jan 09, 2017 7:00 am

Run Vulcan App

Post by Juraj »

yes, Windows Forms app and WPF app work OK.
User avatar
lumberjack
Posts: 723
Joined: Fri Sep 25, 2015 3:11 pm

Run Vulcan App

Post 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.
User avatar
robert
Posts: 4225
Joined: Fri Aug 21, 2015 10:57 am
Location: Netherlands

Run Vulcan App

Post by robert »

Change the application type in the Project Properties dialog from Console Application to Windows Application.

Robert
XSharp Development Team
The Netherlands
robert@xsharp.eu
Post Reply