Re: How to use finished dialog?

Tech-Archive recommends: Fix windows errors by optimizing your registry

From: Ajay Kalra (ajaykalra_at_yahoo.com)
Date: 09/15/04


Date: Wed, 15 Sep 2004 00:29:13 -0400

I am not sure what you mean by finished dialog. If this "finished dialog" is
already in a exe/dll, you can open it in resource editor and extract it out.
It works rather easily.

--
Ajay Kalra [MVP - VC++]
ajaykalra@yahoo.com
"LeeTow" <fbjlt@pub3.fz.fj.cn> wrote in message
news:OnYSeUsmEHA.704@TK2MSFTNGP09.phx.gbl...
> I create a new dialog using vc,but I want not to design this dialog,I want
> to use another
> finished dialog,because that finished dialog have some control and they
have
> layout,who could tell me how to do?Thanks.
>
>


Relevant Pages

  • Re: Resource Editor / direct .RC file edits
    ... I mostly just change strings and other "easy" things in Notepad, but in the resource editor you can use the tab key to move from control to control and, I typically, use the arrow keys when doing these kinds of dialogs. ... What are the rules again (how can we edit .rc file and not have the changes lost)? ... Instead, I have to move stuff somewhere edit, move it back. ...
    (microsoft.public.vc.ide_general)
  • Re: I want to get rid of a beep
    ... hopefully it still allows you to choose any class derived from CEdit. ... cause a problem adding a MyEditBox object using the resource editor. ... add a control variable, typing MyEditBox* to be the type, select a name ... a common trick is to add a static control of the ...
    (microsoft.public.vc.mfc)
  • Re: I want to get rid of a beep
    ... You can bind objects of your own classes to CEdit controls you add in the ... cause a problem adding a MyEditBox object using the resource editor. ... add a control variable, typing MyEditBox* to be the type, select a name ... a common trick is to add a static control of the ...
    (microsoft.public.vc.mfc)
  • resource editor control limitation?
    ... We are developing an MFC application with Visual Studio 6 and appear ... control to the resource.h and project.rc files. ... and the resource editor appears to be managing the 256th control ... Does anyone know if there really is an upper limit to the number of ...
    (microsoft.public.vc.mfc)
  • Re: Windows forms application without Managed Code?
    ... There is a resource editor that lets you design your dialog boxes. ... been using Borland for years and we're just looking into converting ...
    (microsoft.public.vc.mfc)