You have to use ShowWindow(SW_SHOWMAXIMIZED);
V
vensatren
@vensatren
Posts
-
display window in full screen format -
How to extract integer value from CStringHi Ravi, We have ready made function for data conversion. You can use the following function to convert CString to int. CString str = "-123"; int i = atoi(str); This may be helpful you. Regards, Venkat