Re: SDK dialog editor
r_z_aret_at_pen_fact.com
Date: 12/02/04
- Next message: Bonj: "Re: using gzlib from c#"
- Previous message: Bonj: "using gzlib from c#"
- In reply to: Bonj: "SDK dialog editor"
- Next in thread: Ken Wickes [MSFT]: "Re: SDK dialog editor"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 02 Dec 2004 16:17:08 -0500
On Thu, 2 Dec 2004 06:01:08 -0800, "Bonj"
<Bonj@discussions.microsoft.com> wrote:
>Hi
>
>How do developers that use the SDK (not full-blown VS IDE) create dialog
>boxes?
>Do they type out the DIALOG resource section of the .rc file manually? Use a
>third-party program? Or cheat, and hop on a mate's PC that has got VS IDE
>whenever they want to create a dialog box?
>Or do they use a dialog editor that is actually included in the SDK that I'm
>failing to find?
For me, none of the above. All my apps are dialog-based, and all my
dialogs size and position their controls based on the dimensions of
the dialog box. The framework I put together for myself includes
several functions that help. And I've developed some stock pieces that
size themselves and can be placed. So I usually don't need to position
many controls per dialog. I sometimes take a little longer to build a
new dialog. But I _rarely_ need to worry about screen size or shape. I
develop primarily for Windows CE and need to support several different
screen sizes and shapes, so this approach is _very_ helpful for me.
-----------------------------------------
To reply to me, remove the underscores (_) from my email address (and please indicate which newsgroup and message).
Robert E. Zaret, eMVP
PenFact, Inc.
500 Harrison Ave., Suite 3R
Boston, MA 02118
www.penfact.com
- Next message: Bonj: "Re: using gzlib from c#"
- Previous message: Bonj: "using gzlib from c#"
- In reply to: Bonj: "SDK dialog editor"
- Next in thread: Ken Wickes [MSFT]: "Re: SDK dialog editor"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|