Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Manipulating Windows.
#3
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:
Code:
Copy      Help
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


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)