Dead simple? Setting the caption of a static text label without MFC
From: Aienthiwan (insert_my_name_here_at_mountaincable.net)
Date: 07/22/04
- Next message: Norman Bullen: "Re: Dead simple? Setting the caption of a static text label without MFC"
- Previous message: Dean Roddey: "Re: Technical question about modal loops"
- Next in thread: Norman Bullen: "Re: Dead simple? Setting the caption of a static text label without MFC"
- Reply: Norman Bullen: "Re: Dead simple? Setting the caption of a static text label without MFC"
- Reply: GuitarBill: "Re: Dead simple? Setting the caption of a static text label without MFC"
- Reply: Steve Alpert: "Re: Dead simple? Setting the caption of a static text label without MFC"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 21 Jul 2004 20:09:49 -0400
Hey all,
Not using MFC, trying to do something ridiculously simple in a Win32 C++
project.
I got a dialog box I created with the Visual Studio resource editor, and
inside it there are two labels (aka static text boxes).
After I pop up the dialog box, I want to change the contents of them in
runtime.
First off, any way I get the window handle of those labels using their
resources ids? If so, how? If not, what's the best way?
Secondly, how do I set the caption's of these static text boxes?
And does anyone know of any NON-MFC Win32 API programming links/tutorials
that would help me along (with Visual Studio .NET would be a plus)?
Thanks much,
Mark
- Next message: Norman Bullen: "Re: Dead simple? Setting the caption of a static text label without MFC"
- Previous message: Dean Roddey: "Re: Technical question about modal loops"
- Next in thread: Norman Bullen: "Re: Dead simple? Setting the caption of a static text label without MFC"
- Reply: Norman Bullen: "Re: Dead simple? Setting the caption of a static text label without MFC"
- Reply: GuitarBill: "Re: Dead simple? Setting the caption of a static text label without MFC"
- Reply: Steve Alpert: "Re: Dead simple? Setting the caption of a static text label without MFC"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|