blyskawka
@blyskawka
New Member
Joined: Feb 15, 2024
Topics: 2 / Replies: 11
Reply
RE: windows.setWindowPos

Thanks it works! Have tested on 16:9 3dsmax 2011 win7 all is fine on 4:3 3dsmax 2016 win10 remain small strip ont the right side. Have changed some p…

10 years ago
Forum
Reply
RE: windows.setWindowPos

And max is no maximized, maybe realy better is working with taskbar. Have read your post in theme about notepad and global user32 = ( source = “usin…

10 years ago
Forum
Reply
RE: windows.setWindowPos

denisT: are you not bored now? do you have enough fun? good luck. but as i said above the task doesn’t make any sense for me. сheers man

10 years ago
Forum
Reply
RE: windows.setWindowPos

global User32Assembly fn CreateUser32Assembly forceRecompile:on = ( if forceRecompile or not iskindof ::User32Assembly dotnetobject or (::Us…

10 years ago
Forum
Reply
RE: windows.setWindowPos

Ok, but first nomove nosize? fn showTopmost act:on = if (hwnd = windows.getMAXHWND() ) != undefined do ( HWND_TOPMOST = -1 HWND_NOTOPMOST = -2 …

10 years ago
Forum
Reply
RE: windows.setWindowPos

Ok thanks! Сurrently reading themes with your posts,hopefully shall understand something

10 years ago
Forum
Reply
RE: windows.setWindowPos

global User32 fn CreateUser32Assembly = ( source = “” source += “using System; ” source += “using System.Runtime.InteropServices; ” source += “class U…

10 years ago
Forum
Reply
RE: windows.setWindowPos

global User32 fn CreateUser32Assembly = ( source = “” source += “using System; ” source += “using System.Runtime.InteropServices; ” source += “class U…

10 years ago
Forum
Reply
RE: windows.setWindowPos

denisT: most artists who works with editors like max, maya, zbrush use two screens anyway. also you can set ‘auto-hide’ mode for taskbar display. …

10 years ago
Forum
Reply
RE: windows.setWindowPos

Thanks Denis it works, but it just maximize window, taskbar is still visible. Is it possible to maximize window over taskbar? Something like “ontop”

10 years ago
Forum
Topic
Forum
Replies: 23
Views: 107
Reply
RE: showToolbar method

Thanks, already have make this different way.

10 years ago
Forum
Topic
Forum
Replies: 3
Views: 54