B
bj7lewis
I have a C# app in VS.NET 2002...
It shows 2 sibling forms with their parent as the desktop... Now I have
Winamp(just an example my app doesn't use Winamp) setup to have Winamp's
main controls position on the lower left corner of desktop and my playlist
dock to the right side of desktop. When Winamp is covered by any other app
and I click any Winamp's window both of Winamp's windows pop to the front
but(now back to my app) only the form of my app clicked on pops to the front
and the other wait to be click to then come to front as if it was a form in
another process...
Where should I look into like
protected override void WndProc(ref Message m)
{
//...
}
or elsewhere to get my form to bring the other sibling to front when click
on like Winamp does...
Any help...
It shows 2 sibling forms with their parent as the desktop... Now I have
Winamp(just an example my app doesn't use Winamp) setup to have Winamp's
main controls position on the lower left corner of desktop and my playlist
dock to the right side of desktop. When Winamp is covered by any other app
and I click any Winamp's window both of Winamp's windows pop to the front
but(now back to my app) only the form of my app clicked on pops to the front
and the other wait to be click to then come to front as if it was a form in
another process...
Where should I look into like
protected override void WndProc(ref Message m)
{
//...
}
or elsewhere to get my form to bring the other sibling to front when click
on like Winamp does...
Any help...