hi!
I created this control back in 2002, i shared its ocx form but not code... then i got real busy... and now back to share its code also..
This ActiveX Control gives you some extended events of the form, like form resizing(which doesn't flicker), mouse events on non-client areas(like titlebar, borders, menus etc)
...the issues you have raised..unfortunately.. i was unable to reproduce these errors here...
I tested on XP, Win2K and win98..
It seems the blame lies with WindowBlinds. I unloaded it and then the disabling options all worked. Unfortunately then I couldn't get any MenuMouseMove events for the top-level menus. I then reloaded WindowBlinds and got MenuMouseMove events for the File menu, but not the Edit menu.
It seems the blame lies with WindowBlinds. I unloaded it and then the disabling options all worked. Unfortunately then I couldn't get any MenuMouseMove events for the top-level menus. I then reloaded WindowBlinds and got MenuMouseMove events for the File menu, but not the Edit menu.
That event you provided for VB6 is very usefull.
I wonder why it hasn't been there at the start? Manually moving a window is so common.
Have you tried it on a dual screen installation ?
For me, it is working on Screen 1, but the window disappears when I move it on screen 2.
Its probably a limitation of VB6 as .NET has these features, except the titlebar stuff, already built in. It has a object for working with multiple displays.
Evolution takes time but to create/extend events like this can be continued on with API code like shown in the API FAQ thread (flicker free form resize is in there for ex.).
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum.
That event you provided for VB6 is very usefull.
I wonder why it hasn't been there at the start? Manually moving a window is so common.
Have you tried it on a dual screen installation ?
For me, it is working on Screen 1, but the window disappears when I move it on screen 2.
Oncle Richi
Thanks..
I shifted from VB to java... so i do not know whether all or some of these events are provided in .Net or not...
I didn't check it with Dual screen ...