Click here to Skip to main content
15,910,234 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralSaving Documents Without Confimation Dialog Pin
volkan87829-Dec-03 22:53
volkan87829-Dec-03 22:53 
GeneralRe: Saving Documents Without Confimation Dialog Pin
Azghar Hussain30-Dec-03 1:57
professionalAzghar Hussain30-Dec-03 1:57 
GeneralRe: Saving Documents Without Confimation Dialog Pin
Anand Paranjpe30-Dec-03 3:57
Anand Paranjpe30-Dec-03 3:57 
GeneralRe: Saving Documents Without Confimation Dialog Pin
David Crow30-Dec-03 5:32
David Crow30-Dec-03 5:32 
GeneralRe: Saving Documents Without Confimation Dialog Pin
volkan87830-Dec-03 9:02
volkan87830-Dec-03 9:02 
GeneralAdding a menu item to the outlook context menu Pin
YaronNir29-Dec-03 22:12
YaronNir29-Dec-03 22:12 
GeneralActiveX control arrays Pin
RCallaway29-Dec-03 20:52
RCallaway29-Dec-03 20:52 
GeneralRe: ActiveX control arrays Pin
Monty229-Dec-03 22:23
Monty229-Dec-03 22:23 
CButton arBtn[MAX_BUTTONS];

for(int i = 0 ; i < MAX_BUTTONS;i++)
{
   arBtn[i].Create(....,this,...);
   arBtn[i].MoveWindow(..);
   arBtn[i].ShowWindow(...);
}


Hope this helps Smile | :)

Live as if your were to die tomorrow. Learn as if you were to live forever.
-Mahatma Gandhi

GeneralLogin Password Pin
Member 64882829-Dec-03 19:54
Member 64882829-Dec-03 19:54 
GeneralRe: Login Password Pin
berndg29-Dec-03 20:50
berndg29-Dec-03 20:50 
GeneralRe: Login Password Pin
Member 64882829-Dec-03 20:58
Member 64882829-Dec-03 20:58 
GeneralRe: Login Password Pin
Azghar Hussain30-Dec-03 1:44
professionalAzghar Hussain30-Dec-03 1:44 
GeneralRe: Login Password Pin
Anonymous2-Jan-04 21:17
Anonymous2-Jan-04 21:17 
GeneralRe: Login Password Pin
Azghar Hussain3-Jan-04 0:48
professionalAzghar Hussain3-Jan-04 0:48 
QuestionMDI as SDI app? Pin
clintsinger29-Dec-03 19:41
clintsinger29-Dec-03 19:41 
AnswerRe: MDI as SDI app? Pin
twing29-Dec-03 21:32
twing29-Dec-03 21:32 
GeneralRe: MDI as SDI app? Pin
Azghar Hussain30-Dec-03 2:11
professionalAzghar Hussain30-Dec-03 2:11 
QuestionHow did i get here ? Pin
Monty229-Dec-03 18:59
Monty229-Dec-03 18:59 
AnswerCome on guys ! Pin
Monty230-Dec-03 2:00
Monty230-Dec-03 2:00 
AnswerRe: How did i get here ? Pin
Hauptman(n)30-Dec-03 2:36
Hauptman(n)30-Dec-03 2:36 
AnswerRe: How did i get here ? Pin
David Crow30-Dec-03 5:39
David Crow30-Dec-03 5:39 
GeneralRe: How did i get here ? Pin
Monty230-Dec-03 16:06
Monty230-Dec-03 16:06 
GeneralRe: How did i get here ? Pin
David Crow3-Jan-04 4:28
David Crow3-Jan-04 4:28 
GeneraldcPrint Pin
JKohm29-Dec-03 17:23
JKohm29-Dec-03 17:23 
GeneralVS .NET MFC 7 Pin
shultas29-Dec-03 17:22
shultas29-Dec-03 17: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.