Hy to Everybody.....i've bought maxgui module but there poor instructions to use it.......I want to set a window metal style with the command createwindow....
How i can???
Thanks a lot in advance......
here the program:
---------------------------------------------------------------
Local style = WINDOW_TITLEBAR|WINDOW_RESIZABLE|WINDOW_MENU|WINDOW_STATUS
MyFirstWindow:TGadget=CreateWindow("try it", 200,200,320,240,Null,style=15)
Repeat
WaitEvent()
Until EventID()=EVENT_WINDOWCLOSE
End
How i can???
Thanks a lot in advance......
here the program:
---------------------------------------------------------------
Local style = WINDOW_TITLEBAR|WINDOW_RESIZABLE|WINDOW_MENU|WINDOW_STATUS
MyFirstWindow:TGadget=CreateWindow("try it", 200,200,320,240,Null,style=15)
Repeat
WaitEvent()
Until EventID()=EVENT_WINDOWCLOSE
End



