Click here to Skip to main content
15,920,688 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: VC++2005: if an app loses the focus, how can I know? Pin
Arman S.26-Apr-07 5:47
Arman S.26-Apr-07 5:47 
GeneralRe: VC++2005: if an app loses the focus, how can I know? Pin
Joan M26-Apr-07 5:59
professionalJoan M26-Apr-07 5:59 
QuestionC++ where to First? Pin
z1n26-Apr-07 4:58
z1n26-Apr-07 4:58 
AnswerRe: C++ where to First? Pin
Arman S.26-Apr-07 5:36
Arman S.26-Apr-07 5:36 
AnswerRe: C++ where to First? Pin
toxcct26-Apr-07 7:17
toxcct26-Apr-07 7:17 
AnswerRe: C++ where to First? Pin
Paresh Chitte26-Apr-07 19:16
Paresh Chitte26-Apr-07 19:16 
AnswerRe: C++ where to First? Pin
Hamid_RT26-Apr-07 21:43
Hamid_RT26-Apr-07 21:43 
QuestionVC++2005,interface Pin
lavy288326-Apr-07 4:56
lavy288326-Apr-07 4:56 
If I have this code made in the Form.h of may project, how can i make the conection in
the main project file(.cpp) for variable "W".....please help.....can you give me a link or something like that where I can learn to do the conections between the variables from interface(form) and my algorithm(code)....

private: System::Void StartPackingbutton_Click(System::Object^ sender, System::EventArgs^ e) {
int W;//Container Width
try {
W=Convert::ToInt32(ContainerWidthtextBox->Text, CultureInfo::CurrentCulture);
}



int main()
{ int W;
// Enabling Windows XP visual effects before any controls are created
Application::EnableVisualStyles();
Application::SetCompatibleTextRenderingDefault(false);

// Create the main window and run it
Application::Run(gcnew Form1());
return 0;
}

AnswerRe: VC++2005,interface Pin
toxcct26-Apr-07 7:00
toxcct26-Apr-07 7:00 
QuestionPass Array from VC++ Dll Pin
Samaya K.B.26-Apr-07 4:42
Samaya K.B.26-Apr-07 4:42 
AnswerRe: Pass Array from VC++ Dll Pin
CPallini26-Apr-07 5:22
mveCPallini26-Apr-07 5:22 
AnswerRe: Pass Array from VC++ Dll Pin
Paresh Chitte26-Apr-07 19:24
Paresh Chitte26-Apr-07 19:24 
GeneralRe: Pass Array from VC++ Dll Pin
Samaya K.B.26-Apr-07 19:54
Samaya K.B.26-Apr-07 19:54 
QuestionHelp to sort a vector of CObject! [modified] Pin
bosfan26-Apr-07 4:39
bosfan26-Apr-07 4:39 
AnswerRe: Help to sort a vector of CObject! Pin
Arman S.26-Apr-07 5:28
Arman S.26-Apr-07 5:28 
GeneralRe: Help to sort a vector of CObject! Pin
bosfan27-Apr-07 1:47
bosfan27-Apr-07 1:47 
QuestionC++ text button save Pin
Anka_Ame26-Apr-07 3:56
Anka_Ame26-Apr-07 3:56 
AnswerRe: C++ text button save Pin
David Crow26-Apr-07 3:57
David Crow26-Apr-07 3:57 
QuestionRe: C++ text button save Pin
GuyM26-Apr-07 4:07
GuyM26-Apr-07 4:07 
QuestionRe: C++ text button save Pin
Rajesh R Subramanian26-Apr-07 8:05
professionalRajesh R Subramanian26-Apr-07 8:05 
AnswerRe: C++ text button save Pin
Hamid_RT26-Apr-07 21:45
Hamid_RT26-Apr-07 21:45 
QuestionCeSeekDatabaseEx() problem. [modified] Pin
mahendra.pardeshi26-Apr-07 3:43
mahendra.pardeshi26-Apr-07 3:43 
QuestionMFC DLL Static Const CString Not Resolved (LNK2001) Pin
Peter Saint26-Apr-07 2:57
Peter Saint26-Apr-07 2:57 
AnswerRe: MFC DLL Static Const CString Not Resolved (LNK2001) Pin
KarstenK26-Apr-07 3:34
mveKarstenK26-Apr-07 3:34 
AnswerRe: MFC DLL Static Const CString Not Resolved (LNK2001) Pin
Cedric Moonen26-Apr-07 3:42
Cedric Moonen26-Apr-07 3:42 

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.