01-30-2010, 07:20 PM
SetWinStyle just goofs up the window when I try to use it for anything on these windows. Maybe I won't be able to add a minimize and maximize box to them.
Could not get window to show up in taskbar using TaskbarButton.
Used MMT_WinTaskbarAddRemoveButton to show window in taskbar. Window only shows in primary taskbar regardless of monitor in multimonitor system.
Information about the window:
Maybe the program is just stange and won't cooperate here. I posted the above information because maybe you'll see something I don't know about.
Really just getting the window to show up in the right taskbar would be all I need done.
Thanks,
jimmy Vig
Could not get window to show up in taskbar using TaskbarButton.
Used MMT_WinTaskbarAddRemoveButton to show window in taskbar. Window only shows in primary taskbar regardless of monitor in multimonitor system.
Information about the window:
int hwnd=win("Production" "AudioWndClass")
int a=GetWinStyle(win("Production " "AudioWndClass"))
int b=GetWinStyle(win("Production " "AudioWndClass") 1)
int c=GetParent(win("Production " "AudioWndClass"))
int d=GetAncestor(win("Production " "AudioWndClass") 2)
int e=GetWindow(win("Production " "AudioWndClass") GW_OWNER)
out a;;381943808
out b;;256
outw c;;0
outw d;;4589156 AudioWndClass "Production"
outw e;;524504 NexGen Digital "NexGen Audio Control System - 3 XXXX"Maybe the program is just stange and won't cooperate here. I posted the above information because maybe you'll see something I don't know about.
Really just getting the window to show up in the right taskbar would be all I need done.
Thanks,
jimmy Vig
