473,409 Members | 2,057 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,409 software developers and data experts.

[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
Nov 26 '05 #1
2 1448
Ufit wrote:
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-lit...t.html#faq-5.9

HTH,
- J.
Nov 27 '05 #2
"Ufit" <ko**************@NOpoczta.fm> wrote in message
news:dm*********@news.onet.pl
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
Nov 27 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
by: Gernot Frisch | last post by:
class GFFront2D { public: std::vector<GFFront2D::SECTION>& sections); }; yields a C2027 (use of undefined type "GFFront2D") Can you help me out?
7
by: Gernot Frisch | last post by:
class A { public: std::list<A> m_a; }; yields errorC2079: '_Value' uses undefined class 'A' using std::vector will work...
4
by: | last post by:
When do they plan on making this essential utility USEFUL? In its current form its pointless. How could they let this out? Its useless.
0
by: Martin | last post by:
When I convert a program from VC6 to VC7 I get the following linker error: CVTRES : fatal error CVT1100: duplicate resource. type:STRING, name:1686, language:0x0409 LINK : fatal error LNK1123:...
11
by: Devender Khari | last post by:
Hi Friends, I'm facing a situation as follows, need help on identifying possible issues. There is an MFC application developed in VC6.0, say ABCVC6.exe and another developed in VC.NET, say...
2
by: | last post by:
I try to build dll in VC .NET, In that project I use dlls that were built in VC6, and I get a lot of errors. (for example <iostream.h> instead of <iostream> etc.) I am not aloud to change anything...
0
by: the.frapster | last post by:
HI, I hope you all can help me, or at least point me in the right direction. I am not a programmer, I am just trying to help some students in a programming class with this issue, I am the lab...
3
by: geekworx | last post by:
I have a .NET managed C++ application that needs to call a 3rd party dll that was built with VC6 and returns MFC types. e.g. int GetSomeStrings(CStringArray *pStringArray); The problem I'm...
0
by: martin | last post by:
I've just been handed an old project (written in VC6 or possibly an earlier version) which I need to compile in Visual Studio Express. I went through the normal solution coversion process but the...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.