Click to See Complete Forum and Search --> : resizing window


femme_one
December 1st, 2005, 12:22 PM
i am currently manipulating a code that will have a window open and portray a line on a graph. my problem is that the window ((or dialog box...im not familiar with the term)) is too small and i probably need to make it larger, if not maximize it. What function do i use and where do i insert it in the code? Thanks for your time.

ovidiucucu
December 1st, 2005, 02:26 PM
Take a look at MoveWindow (http://msdn.microsoft.com/library/default.asp?url=/library/en-us/winui/winui/windowsuserinterface/windowing/windows/windowreference/windowfunctions/movewindow.asp) and SetWindowPos (http://msdn.microsoft.com/library/default.asp?url=/library/en-us/winui/winui/windowsuserinterface/windowing/windows/windowreference/windowfunctions/setwindowpos.asp) in MSDN.