When I use the following code to display a messagebox with an information icon, I get OK & Cancel:
Also how can I have a messagebox pop up with the path to the windows directory using GetWindowsDirectory ???Code:MessageBox("Now opening CyberCarsten's Website", "CyberCarsten's Website", MB_OK || MB_ICONINFORMATION);




Reply With Quote