Jan 19, 2001 #1 Ologhai Programmer Apr 11, 2000 42 CA Hi all, I wanna put my Compagny logo on MDI Form, my logo size is 358 x 275 x 16milion color but my logo always appears at top left corner of the form and i found no solution to center my logo according to the screen resolution. Anyone have idea. thanks to all.
Hi all, I wanna put my Compagny logo on MDI Form, my logo size is 358 x 275 x 16milion color but my logo always appears at top left corner of the form and i found no solution to center my logo according to the screen resolution. Anyone have idea. thanks to all.
Jan 19, 2001 #2 RobSchultz Programmer Jun 1, 2000 444 US You will have to dig into the gdi in order to accomplish this. A similar (but unfortunately different) problem is solved by this article... http://vbaccelerator.com/codelib/gfx/bmptile.htm You may be able to use ideas found within. Good luck, Rob robschultz@yahoo.com -Focus on the solution to the problem, not the obstacles in the way.- Upvote 0 Downvote
You will have to dig into the gdi in order to accomplish this. A similar (but unfortunately different) problem is solved by this article... http://vbaccelerator.com/codelib/gfx/bmptile.htm You may be able to use ideas found within. Good luck, Rob robschultz@yahoo.com -Focus on the solution to the problem, not the obstacles in the way.-
Jan 19, 2001 Thread starter #3 Ologhai Programmer Apr 11, 2000 42 CA Thanks, I add a new form and put picturebox on it with my logo. and i disabled the form. and i remap the form with resolution. that's work fine. thank for your help, RobSchultz Upvote 0 Downvote
Thanks, I add a new form and put picturebox on it with my logo. and i disabled the form. and i remap the form with resolution. that's work fine. thank for your help, RobSchultz