HELP.!! Visual Studio 2010 and Wxwidget.!!!

Questions about wxWidgets running on MS.NET, mono or Portable.NET ? Ask it here !
Post Reply
Orion2k
In need of some credit
In need of some credit
Posts: 1
Joined: Fri Oct 01, 2010 2:14 pm

HELP.!! Visual Studio 2010 and Wxwidget.!!!

Post by Orion2k »

I want a direct answer how to do this cause this is really important
C++ Module in my college has just started well the whole yesterday night I figured out how to configure the Wxwidget for Visual Studio 2010 but it didn't work and finally I could done it but I can't get the graphical user interface like that u can see in C# and Visual Basic in Design Time ,u can see that also in WxDev and easily create GUI applications
and there is a separate option in File->New->Project Now u can select WxWidget but in Visual Studio I can't see that.!!

I ask u don't give me an external like cause I have searched Google and I didn't satisfy with what I found, if u can write the step by step instructions then I would appreciate.

anyway I use Visual Studio 2010 Professional Version and just tried QT and it works charm :D but some reason I really want to try Wxwidget.
psunnt81
In need of some credit
In need of some credit
Posts: 5
Joined: Mon Apr 22, 2013 1:03 pm

Re: HELP.!! Visual Studio 2010 and Wxwidget.!!!

Post by psunnt81 »

hey dude .. VS does not provide any .. Designer engine for wxWidgets .. so you can do
that in wxFormBulder and than simply use that designed code in VS ...
Post Reply