Toolstrip 第一次按鍵沒反應

基礎篇

C# 簡介

開發環境

變數與運算

流程控制

陣列

函數

物件

例外處理

函式庫篇

檔案處理

資料結構

正規表達式

Thread

應用篇

視窗程式

媒體影音

網路程式

遊戲程式

手機程式

資料庫

雲端運算

特殊功能

委派

擴展方法

序列化

LinQ

WPF

網路資源

教學影片

投影片

教學文章

軟體下載

考題解答

101習題

解法1:

I think they I got around it (and this was years ago, so please excuse the hack) was to programatically give the focus to the toolbar in the MouseOver event.

解法2:

I had the same problem some times ago, and I found http://blogs.msdn.com/rickbrew/archive/2006/01/09/511003.aspx a solution. The idea is to overwrite 'WndProc' in a derived class ToolStripEx.

  1. ToolStrip sometimes not responding to a mouse click
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License