Click here to Skip to main content
15,898,855 members

Comments by dex.ilic (Top 2 by date)

dex.ilic 27-Mar-12 9:07am View    
Reason for my vote of 4
4, because explanation of difference between verification and validation is not very clear to me. All other definitions are concise and clear :)
dex.ilic 11-May-10 10:20am View    
I have added this line of code instead of MoveWindow:
SetWindowPos(this.Handle, HWND_TOPMOST, 400, 400, 800, 800, SWP_SHOWWINDOW);
This command made my application top most but did not resize it to 800x800pixels, nor did put it on x=400, y=400 location, but x=400, y=0 (no matter what I put y is always zero). Needless to say that this line of code didn't work for other applications but only for the process owner. Please help! I am running this code on Vista.