Click here to Skip to main content
15,889,365 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: noob framework question Pin
toxcct17-Aug-05 23:15
toxcct17-Aug-05 23:15 
GeneralRe: noob framework question Pin
Sam 200617-Aug-05 23:22
Sam 200617-Aug-05 23:22 
GeneralRe: noob framework question Pin
toxcct17-Aug-05 23:31
toxcct17-Aug-05 23:31 
GeneralRe: noob framework question Pin
Phil J Pearson17-Aug-05 23:37
Phil J Pearson17-Aug-05 23:37 
GeneralRe: noob framework question Pin
Sam 200617-Aug-05 23:52
Sam 200617-Aug-05 23:52 
GeneralRe: noob framework question Pin
normanS18-Aug-05 20:32
normanS18-Aug-05 20:32 
GeneralRe: noob framework question Pin
Sam 200619-Aug-05 3:05
Sam 200619-Aug-05 3:05 
GeneralRefresh Tab Controls Pin
Barm17-Aug-05 20:03
Barm17-Aug-05 20:03 
Hi all,

I have an application with several tabs, selection made in one tab is suppose to update the values on a few other tabs (from database). I tried creating a function and call it when the selection is change. This function activates the refresh buttons on the various tabs. But this method is unable to work.

XXXOnDbClick()
{
// processing done here
.............
// processing end
Ctab1 *tab1;
Ctab2 *tab2;
tab1->Refresh();
tab2->Refresh();
}

void XXX:Refresh();
{ // as the button is private, this is the only way I can activate it
OnButtonRefresh();
}

I want to be able to view the updated values when selecting the tab instead of having to press the refresh button everytime.

Thanks in advance.
GeneralRe: Refresh Tab Controls Pin
mark novak18-Aug-05 0:33
mark novak18-Aug-05 0:33 
Generalvc and vc.net Pin
shaz jazz17-Aug-05 20:03
shaz jazz17-Aug-05 20:03 
GeneralRe: vc and vc.net Pin
Geert van Horrik17-Aug-05 20:45
Geert van Horrik17-Aug-05 20:45 
GeneralRe: vc and vc.net Pin
shaz jazz17-Aug-05 21:02
shaz jazz17-Aug-05 21:02 
GeneralRe: vc and vc.net Pin
Geert van Horrik17-Aug-05 22:28
Geert van Horrik17-Aug-05 22:28 
GeneralI need use a file DLL Pin
Thangnc17-Aug-05 19:10
Thangnc17-Aug-05 19:10 
GeneralRe: I need use a file DLL Pin
Cedric Moonen17-Aug-05 20:55
Cedric Moonen17-Aug-05 20:55 
GeneralNeed Redraw in PNG based image Dlg Pin
MacGadger17-Aug-05 18:10
MacGadger17-Aug-05 18:10 
Questionenumerating resources? Pin
Peter Weyzen17-Aug-05 17:10
Peter Weyzen17-Aug-05 17:10 
AnswerRe: enumerating resources? Pin
ThatsAlok17-Aug-05 19:21
ThatsAlok17-Aug-05 19:21 
Generalautocomplete control in file opne dialog Pin
followait17-Aug-05 16:45
followait17-Aug-05 16:45 
GeneralRe: autocomplete control in file opne dialog Pin
Christian Graus17-Aug-05 17:06
protectorChristian Graus17-Aug-05 17:06 
GeneralRe: autocomplete control in file opne dialog Pin
Jose Lamas Rios17-Aug-05 18:38
Jose Lamas Rios17-Aug-05 18:38 
GeneralRe: autocomplete control in file opne dialog Pin
ThatsAlok17-Aug-05 23:10
ThatsAlok17-Aug-05 23:10 
GeneralRe: autocomplete control in file opne dialog Pin
Jose Lamas Rios18-Aug-05 2:49
Jose Lamas Rios18-Aug-05 2:49 
GeneralRe: autocomplete control in file opne dialog Pin
ThatsAlok19-Aug-05 19:21
ThatsAlok19-Aug-05 19:21 
GeneralCoCreateGuid Pin
Al_Pennyworth17-Aug-05 12:22
Al_Pennyworth17-Aug-05 12:22 

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.