 |
C++Talk.NET C++ language newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Ufit Guest
|
Posted: Sat Nov 26, 2005 10:06 pm Post subject: [vc6]problem with resource editor |
|
|
Is there any free resource editor with full visual support
for creating dialogs and controlls? I came across a particular problem
when creating menu - it is impossible to assign IDs to popup items
and popup menus. Also some options are not available for all controlls
like ownerdraw or customdraw. Thanks for advices.
Ufit
|
|
| Back to top |
|
 |
Jacek Dziedzic Guest
|
Posted: Sun Nov 27, 2005 10:32 am Post subject: Re: [vc6]problem with resource editor |
|
|
Ufit wrote:
| Quote: | Is there any free resource editor with full visual support
for creating dialogs and controlls? I came across a particular problem
when creating menu - it is impossible to assign IDs to popup items
and popup menus. Also some options are not available for all controlls
like ownerdraw or customdraw. Thanks for advices.
|
http://www.parashift.com/c++-faq-lite/how-to-post.html#faq-5.9
HTH,
- J.
|
|
| Back to top |
|
 |
John Carson Guest
|
Posted: Sun Nov 27, 2005 3:01 pm Post subject: Re: [vc6]problem with resource editor |
|
|
"Ufit" <kot_tmp0SPAMSPAM (AT) NOpoczta (DOT) fm> wrote
| Quote: | Is there any free resource editor with full visual support
for creating dialogs and controlls? I came across a particular problem
when creating menu - it is impossible to assign IDs to popup items
and popup menus. Also some options are not available for all controlls
like ownerdraw or customdraw. Thanks for advices.
Ufit
|
This is Windows specific and off-topic here. A better place would be
comp.os.ms-windows.programmer.win32
For questions on VC++, you can also try:
microsoft.public.vc.ide_general
microsoft.public.vc.language
Also
microsoft.public.win32.programmer.ui
for user interface stuff.
Since you are here, I will say that you won't get a resource editor that is
free and better than the one that comes with VC++. Further, you can't assign
IDs to popup items and popup menus because you are meant to use menu handles
instead (and, in some cases, to refer to menu items by index rather than by
ID). As for ownerdraw and customdraw, not all controls can be ownerdrawn,
and customdraw is never a property that you set. Instead, customdraw is a
feature that is intrinsically part of some controls whether you want it or
not, and is implemented through a series of messages sent to a control's
owner that you can process or not process as you see fit.
--
John Carson
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|