Click here to Skip to main content
15,908,111 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Access control from a user defined class (Dialog based application) Pin
nguyenvhn3-Nov-06 15:54
nguyenvhn3-Nov-06 15:54 
QuestionString Assignment Pin
abhiramsss3-Nov-06 9:17
abhiramsss3-Nov-06 9:17 
AnswerRe: String Assignment Pin
Christian Graus3-Nov-06 9:31
protectorChristian Graus3-Nov-06 9:31 
AnswerRe: String Assignment Pin
Zac Howland3-Nov-06 10:49
Zac Howland3-Nov-06 10:49 
Questioncheckbox - remote application Pin
edvintas3-Nov-06 8:54
edvintas3-Nov-06 8:54 
AnswerRe: checkbox - remote application Pin
aquawicket3-Nov-06 19:28
aquawicket3-Nov-06 19:28 
GeneralRe: checkbox - remote application Pin
edvintas3-Nov-06 21:24
edvintas3-Nov-06 21:24 
QuestionMath to Message Box problem. Pin
aquawicket3-Nov-06 7:42
aquawicket3-Nov-06 7:42 
Ok.. I need to do a formula like this, but my message box alwayse shows 0 no matter what the variables are...



int var1 = 25;
int var2 = 50;


temp.Format((L"%d"), ( (var1 / var2) * 100) );
AfxMessageBox(temp);
AnswerRe: Math to Message Box problem. Pin
Mark Salsbery3-Nov-06 7:47
Mark Salsbery3-Nov-06 7:47 
GeneralRe: Math to Message Box problem. Pin
aquawicket3-Nov-06 7:55
aquawicket3-Nov-06 7:55 
QuestionCFtpFileFind problems Pin
Dman83223-Nov-06 7:01
Dman83223-Nov-06 7:01 
QuestionRe: CFtpFileFind problems Pin
David Crow3-Nov-06 7:28
David Crow3-Nov-06 7:28 
AnswerRe: CFtpFileFind problems Pin
Dman83223-Nov-06 7:50
Dman83223-Nov-06 7:50 
QuestionReturn value or Exception or something else ? Pin
Mr.Brainley3-Nov-06 5:40
Mr.Brainley3-Nov-06 5:40 
AnswerRe: Return value or Exception or something else ? Pin
Waldermort3-Nov-06 5:52
Waldermort3-Nov-06 5:52 
AnswerRe: Return value or Exception or something else ? Pin
led mike3-Nov-06 6:00
led mike3-Nov-06 6:00 
GeneralRe: Return value or Exception or something else ? Pin
Mr.Brainley3-Nov-06 6:12
Mr.Brainley3-Nov-06 6:12 
GeneralRe: Return value or Exception or something else ? Pin
Mark Salsbery3-Nov-06 6:25
Mark Salsbery3-Nov-06 6:25 
GeneralRe: Return value or Exception or something else ? Pin
Mr.Brainley3-Nov-06 6:30
Mr.Brainley3-Nov-06 6:30 
GeneralRe: Return value or Exception or something else ? Pin
Mark Salsbery3-Nov-06 6:35
Mark Salsbery3-Nov-06 6:35 
GeneralRe: Return value or Exception or something else ? Pin
Mr.Brainley3-Nov-06 6:42
Mr.Brainley3-Nov-06 6:42 
GeneralRe: Return value or Exception or something else ? Pin
Mark Salsbery3-Nov-06 6:49
Mark Salsbery3-Nov-06 6:49 
AnswerRe: Return value or Exception or something else ? Pin
Jörgen Sigvardsson3-Nov-06 6:08
Jörgen Sigvardsson3-Nov-06 6:08 
GeneralRe: Return value or Exception or something else ? Pin
Mr.Brainley3-Nov-06 6:33
Mr.Brainley3-Nov-06 6:33 
AnswerRe: Return value or Exception or something else ? Pin
Jörgen Sigvardsson3-Nov-06 6:14
Jörgen Sigvardsson3-Nov-06 6:14 

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.