mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Mar 2007
Posts: 40
S
silimon Offline OP
Ameglian cow
OP Offline
Ameglian cow
S
Joined: Mar 2007
Posts: 40
Since I can't properly use a window with a border to detect if the mouse left the window or not(it only detects when the mouse moves beyond the border, and not the inner portion of the window), I attempted to make a fixed, borderless window that's unmoveable and non-resizeable within mirc. It works fine on my client, and some other peoples' clients, but a few peoples' clients automatically maximize the window to the full mirc window size. I'm not sure what options they have set that causes this, and I'm looking for a way to prevent it regardless of the client settings.

Here's my line for creating the picture window;
window -Bk0p +dnt @Pad 0 0 350 300

Joined: Oct 2005
Posts: 1,741
G
Hoopy frood
Offline
Hoopy frood
G
Joined: Oct 2005
Posts: 1,741
It appears maximized for me when I have my other mirc windows maximized. It appears normally when my windows are not maximized.

-genius_at_work

Joined: Mar 2007
Posts: 40
S
silimon Offline OP
Ameglian cow
OP Offline
Ameglian cow
S
Joined: Mar 2007
Posts: 40
I went ahead and put it in a regular window, but I had to use a hokey method of checking to see if the mouse left the inner window. It *appears* to work, but it doesn't sit right with me.


Link Copied to Clipboard