|
-
Aug 7th, 2005, 04:39 PM
#1
Thread Starter
Member
ShowInTaskbar=False Bug Workaround PLEASE SOMEONE ANYONE
When I set ShowinTaskbar = False then my MouseLeave and MouseEnter events stop working. How pleasant. I googled and plenty of people have acknowledged the bug but none have posted a workaround.
Anyone know of what I could do? I just have a few buttons with MouseEnter and MouseLeave Background image changes. Don't want to change the design of my project.
Thx in advance.
EDIT:
I probably have no hope finding a workaround for this so I'll ask this:
If ShowInTaskbar is set to False and I minimize the program it minimizes to the bottom left of the screen, how can I make it minimize to the right or to the system tray icon ?
Last edited by Input; Aug 7th, 2005 at 08:54 PM.
Reason: make look more desperate
-
Aug 7th, 2005, 05:57 PM
#2
Re: ShowInTaskbar=False Bug Workaround
hmm I tried that and it seems to be workign fine
can you explain more? I created a form with showInTaskbar set to false and I put a button on it. The enter and leave mouse events seem to fire just fine for the button
rate my posts if they help ya!
Extract thumbnail without reading the whole image file: (C# - VB)
Apply texture to bitmaps: (C# - VB)
Extended console library: (VB)
Save JPEG with a certain quality (image compression): (C# - VB )
VB.NET to C# conversion tips!!
-
Aug 7th, 2005, 08:46 PM
#3
Thread Starter
Member
Re: ShowInTaskbar=False Bug Workaround
It has be when you are running the program. Forexample you have a button that does Me.ShowInTaskbar = False and then the events will no longer work.
The problem is also addressed here:
http://www.dotnetmonster.com/Uwe/For...-ShowInTaskbar
I was hoping some of the fine minds here could think of a workaround?
-
Aug 7th, 2005, 09:19 PM
#4
Re: ShowInTaskbar=False Bug Workaround PLEASE SOMEONE ANYONE
There is no mention of it in the Microsoft Knowledge Base so it may be that noone has ever reported it as a bug. The same behaviour does not occur in .NET 2.0, so maybe MS concetrated their efforts in getting things right in 2.0 and have neglected to fix the problem in 1.1. Once 2.0 is released then maybe some of the fixes will make it into a service pack for 1.1.
-
Aug 7th, 2005, 09:48 PM
#5
Thread Starter
Member
Re: ShowInTaskbar=False Bug Workaround PLEASE SOMEONE ANYONE
Damn Microsoft is so negligent
-
Aug 8th, 2005, 02:56 AM
#6
Re: ShowInTaskbar=False Bug Workaround PLEASE SOMEONE ANYONE
 Originally Posted by Input
Damn Microsoft is so negligent
yup I found a mistake in MSDN regarding PropertyItem descriptions and I reported it, I checked backed often for 2 months and they never fixed it. bleh
rate my posts if they help ya!
Extract thumbnail without reading the whole image file: (C# - VB)
Apply texture to bitmaps: (C# - VB)
Extended console library: (VB)
Save JPEG with a certain quality (image compression): (C# - VB )
VB.NET to C# conversion tips!!
-
Jan 25th, 2006, 08:49 AM
#7
Junior Member
Re: ShowInTaskbar=False Bug Workaround PLEASE SOMEONE ANYONE
i run into the same bug.
I solved it by using me.show() and me.hide()
Hope this helps someone out ^^
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|