Click here to Skip to main content
16,004,882 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Adding MFC support to ATL service ... Pin
ramdili18-May-02 18:58
ramdili18-May-02 18:58 
GeneralRe: Adding MFC support to ATL service ... Pin
Rama Krishna Vavilala18-May-02 18:39
Rama Krishna Vavilala18-May-02 18:39 
GeneralRe: Adding MFC support to ATL service ... Pin
ramdili18-May-02 19:32
ramdili18-May-02 19:32 
GeneralDeskbands Pin
18-May-02 13:12
suss18-May-02 13:12 
GeneralRe: Deskbands Pin
Shaun Harrington11-Oct-06 4:23
Shaun Harrington11-Oct-06 4:23 
Generalis it possible to create array of controls in vc++ Pin
18-May-02 13:00
suss18-May-02 13:00 
GeneralRe: is it possible to create array of controls in vc++ Pin
Christian Graus18-May-02 13:53
protectorChristian Graus18-May-02 13:53 
GeneralRe: is it possible to create array of controls in vc++ Pin
Matt Gullett18-May-02 14:50
Matt Gullett18-May-02 14:50 
Christian's way is great if you create the controls dynamically at run time.

If you are familiar with VB control arrays and expect the resource editor to do it for you, then NO it wont.

Another way to create a control array AND use the resource editor is to use a vector or map just like Christian suggests, but instead of base it on CWnd*, base it on HWND and call GetDlgItem(IDC_XXX)->GetSafeHwnd(). Populate the vector/map in the OnInitDialog message handler.

GeneralRe: is it possible to create array of controls in vc++ Pin
Christian Graus18-May-02 15:46
protectorChristian Graus18-May-02 15:46 
GeneralRe: is it possible to create array of controls in vc++ Pin
Matt Gullett18-May-02 16:12
Matt Gullett18-May-02 16:12 
QuestionThread ? Pin
Maurizot18-May-02 11:58
Maurizot18-May-02 11:58 
AnswerRe: Thread ? Pin
Shog918-May-02 12:04
sitebuilderShog918-May-02 12:04 
GeneralAuto click on toolbar buttons Pin
Tili18-May-02 10:42
Tili18-May-02 10:42 
GeneralRe: Auto click on toolbar buttons Pin
Shog918-May-02 10:59
sitebuilderShog918-May-02 10:59 
GeneralRe: Auto click on toolbar buttons Pin
Tili18-May-02 11:18
Tili18-May-02 11:18 
GeneralRe: Auto click on toolbar buttons Pin
Shog918-May-02 12:00
sitebuilderShog918-May-02 12:00 
GeneralRe: Auto click on toolbar buttons Pin
Tili18-May-02 12:31
Tili18-May-02 12:31 
Generaltrue DOS program Pin
Kuniva18-May-02 9:31
Kuniva18-May-02 9:31 
GeneralRe: true DOS program Pin
markkuk18-May-02 9:51
markkuk18-May-02 9:51 
GeneralRe: true DOS program Pin
Carlos Antollini18-May-02 14:40
Carlos Antollini18-May-02 14:40 
GeneralRe: true DOS program Pin
Nish Nishant18-May-02 18:15
sitebuilderNish Nishant18-May-02 18:15 
GeneralRe: true DOS program Pin
Ancient Dragon18-May-02 18:50
Ancient Dragon18-May-02 18:50 
GeneralRelease MFC Programs & Dynamic MFC DLL :: MFC Pin
valikac18-May-02 8:42
valikac18-May-02 8:42 
GeneralRe: Release MFC Programs & Dynamic MFC DLL :: MFC Pin
Christian Graus18-May-02 13:55
protectorChristian Graus18-May-02 13:55 
GeneralRe: Release MFC Programs & Dynamic MFC DLL :: MFC Pin
valikac18-May-02 14:39
valikac18-May-02 14:39 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.