473,795 Members | 2,865 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

[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 1465
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.program mer.win32

For questions on VC++, you can also try:

microsoft.publi c.vc.ide_genera l
microsoft.publi c.vc.language

Also

microsoft.publi c.win32.program mer.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
1362
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
2600
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
8844
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
3343
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: failure during conversion to COFF: file invalid or corrupt Duplicate resource...no problem! Except that I cannot find that value anywhere!! No such string resource
11
2297
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 DEFVCNET.exe. There are a few DLLs that are to be used by these applications. All these DLLs are originally developed in VC6.0 but some of them are now migrated to VC.NET. So, let's say we have PQRVC6.dll and XYZVCNET.dll.
2
1349
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 inthe code of projects that were built in vc6. I need to make it works together(dlls that were built in vc6 and the one that was built in .NET). The main problem is that the vc6 header files that were included in .net source code raise such errors...
0
1180
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 assistant for their college and they are saying it's a program installation issue whereas I am thinking it's a programming issue. I've done an install of .NET 2003 with the October 2005 Directx SDK. We have a sample project that we are trying to...
3
2258
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 having is the destructor of the CStringArray is crashing. Is it possible to call VC6 dlls that use MFC from .NET? Thanks
0
1351
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 code unfortunately does not compile. There seem to be a problem with the resource but the error message is very vague so I don't know which part (configuration or code) that needs to be modified. I think the relevant error is this one: CVTRES :...
0
9672
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9519
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10000
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9040
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6780
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 then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5436
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5563
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3722
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2920
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.