View Single Post
Old Dec 5th, 2005, 6:49 PM   #1
Prm753
Professional Programmer
 
Prm753's Avatar
 
Join Date: Oct 2005
Location: United States
Posts: 447
Rep Power: 4 Prm753 is on a distinguished road
Send a message via AIM to Prm753 Send a message via MSN to Prm753
MessageBox help needed

Hello all.

I am wanting to show a summary of the files that ViewpointKiller has deleted after the program has finished its various and sundry tasks. I was thinking of showing a MessageBox that had the summary inside of it with all of the files deleted. Problem is, I don't know how to do this, and I don't really know how to put this into search terms in Google or Msdn. I was thinking along the lines of this:
char removz1 = DeleteFile("C:\\BlahBlah.tmp");
// and then...
MessageBox(hwnd, "Deleted %s", removz1, "Summary", MB_OK); // illegal code, i know

I hope you see what I mean...

Also, is it possible to put a working url link inside a MessageBox?
Thanks in advance.
__________________
The world's first athletic computer geek!
The home of PrProgramsStudios
How not to post a question: <-- Please don't reply
Prm753 is offline   Reply With Quote