|
-
Nov 8th, 2004, 12:54 PM
#1
Thread Starter
Hyperactive Member
Visually creating forms in unmanaged C++
Is there a way to visually edit a form using the VisualStudio IDE when developing an unmanaged C++app? If not is there a free solution out there for creating editing forms visually?
Thanks,
Eric
--------------------------------------------------------------------------------------------------------------------
VB.net/C# ... Visual Studio 2019
"None of us are as smart as all of us."
-
Nov 8th, 2004, 03:14 PM
#2
You can edit dialogs in the resource editor. That should cover just about everything you usually need.
Otherwise you might want to look into GTK+ and its window designer (too tired to remember the name), there might be a port for Windows.
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
-
Nov 8th, 2004, 03:23 PM
#3
Thread Starter
Hyperactive Member
Sorry for the newbie questions...
The main window that loads when I run the app that VisualStudio creates does not show up as a dialog. It does have an "About" dialog a menu. Do I edit a dialog and add it into the main window? How do I edit the contents of the main startup window?
Thanks,
Eric
--------------------------------------------------------------------------------------------------------------------
VB.net/C# ... Visual Studio 2019
"None of us are as smart as all of us."
-
Nov 8th, 2004, 03:33 PM
#4
Not graphically, but in code. The main window of the auto-generated Win32 app (which is bad IMHO) is code-generated, so you have to control its look with code.
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|