Quantcast
Channel: VBForums - Visual Basic .NET
Viewing all articles
Browse latest Browse all 27329

ToolStripItem.ToolTipText property not working in Windows 8

$
0
0
Hi,

We have a application developed using .NET. We use some ToolStripMenuItem in project and used ToolStripItem.ToolTipText property to display description of items.It is working fine in Windows XP. But now we are using some Windows 7 and Windows 8 PCs and ToolStripItem.ToolTipText property was not working.
After sometime find out that tooltip property is working if we use .net framework 2.0 and not working if we use .net framework 4.0 in Windows 8.
This was the initial config file lines
Code:

<startup>
        <supportedRuntime version="v4.0"/>
    <supportedRuntime version="v2.0.50727"/>
  </startup>

tooltip working if we interchange supportedRuntime lines. Why this is happening?windows 8 doesn't support .net framework 4.0? Or ToolStripItem.ToolTipText doesnot work on .net framework 4.0?
Thank you

Viewing all articles
Browse latest Browse all 27329

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>