Click here to Skip to main content
16,016,067 members
Home / Discussions / C#
   

C#

 
GeneralRe: run .net app in all systems Pin
J4amieC21-Oct-04 4:59
J4amieC21-Oct-04 4:59 
GeneralRe: run .net app in all systems Pin
McClamm21-Oct-04 5:29
McClamm21-Oct-04 5:29 
GeneralRe: run .net app in all systems Pin
Heath Stewart21-Oct-04 7:14
protectorHeath Stewart21-Oct-04 7:14 
GeneralRe: run .net app in all systems Pin
McClamm21-Oct-04 9:01
McClamm21-Oct-04 9:01 
GeneralRe: run .net app in all systems Pin
Heath Stewart21-Oct-04 13:42
protectorHeath Stewart21-Oct-04 13:42 
Generaldatagrid column sorting Pin
ddelapasse21-Oct-04 4:35
ddelapasse21-Oct-04 4:35 
GeneralAdd-In VS .NET 2003 ToolTip on Words in Editor Pin
Nxsis21-Oct-04 3:46
Nxsis21-Oct-04 3:46 
GeneralRe: Add-In VS .NET 2003 ToolTip on Words in Editor Pin
Heath Stewart21-Oct-04 7:20
protectorHeath Stewart21-Oct-04 7:20 
That's because you're not programming against a .NET application. The EnvDTE assembly is a COM interop assembly (RCW) that allows managed code to marshal calls to native COM components. Of course you won't find anything derived from the System.Windows.Forms.Control class.

You have to use native tool tips, which are documented in the Platform SDK at http://msdn.microsoft.com/library[^]. Specifically, read ToolTip Controls[^].

You might also search MSDN[^] for helpful articles. There have been quite a few covering VS.NET Add-ins and one might just discuss what you need. More often than not, these articles - like here on CodeProject - are accompanied with sample source code.

This posting is provided "AS IS" with no warranties, and confers no rights.

Software Design Engineer
Developer Division Sustained Engineering
Microsoft

[My Articles] [My Blog]
GeneralRe: Add-In VS .NET 2003 ToolTip on Words in Editor Pin
Anonymous21-Oct-04 7:48
Anonymous21-Oct-04 7:48 
Generalupdating a database Pin
steve_rm21-Oct-04 2:58
steve_rm21-Oct-04 2:58 
GeneralRe: updating a database Pin
Hugo Hallman21-Oct-04 3:03
Hugo Hallman21-Oct-04 3:03 
GeneralRe: updating a database Pin
Colin Angus Mackay21-Oct-04 3:11
Colin Angus Mackay21-Oct-04 3:11 
GeneralRe: updating a database Pin
steve_rm21-Oct-04 3:53
steve_rm21-Oct-04 3:53 
GeneralRe: updating a database Pin
Colin Angus Mackay21-Oct-04 5:02
Colin Angus Mackay21-Oct-04 5:02 
QuestionHigh performance buffer pooling? Pin
Hugo Hallman21-Oct-04 2:40
Hugo Hallman21-Oct-04 2:40 
AnswerRe: High performance buffer pooling? Pin
Heath Stewart21-Oct-04 7:41
protectorHeath Stewart21-Oct-04 7:41 
GeneralScrollBar Problem Pin
ee9903521-Oct-04 2:07
ee9903521-Oct-04 2:07 
GeneralRe: ScrollBar Problem Pin
Heath Stewart21-Oct-04 7:26
protectorHeath Stewart21-Oct-04 7:26 
GeneralRe: ScrollBar Problem Pin
ee9903521-Oct-04 8:46
ee9903521-Oct-04 8:46 
GeneralRe: ScrollBar Problem Pin
Heath Stewart21-Oct-04 9:07
protectorHeath Stewart21-Oct-04 9:07 
GeneralChanging the Form icon Pin
Tony D. Abel21-Oct-04 2:03
Tony D. Abel21-Oct-04 2:03 
GeneralRe: Changing the Form icon Pin
perlmunger21-Oct-04 7:16
perlmunger21-Oct-04 7:16 
GeneralRe: Changing the Form icon Pin
Tony D. Abel22-Oct-04 5:36
Tony D. Abel22-Oct-04 5:36 
GeneralRegister Window Message Pin
ppp00121-Oct-04 1:42
ppp00121-Oct-04 1:42 
QuestionHow to find the window handle of MessageWindow instance of C# compact framework? Pin
ting66821-Oct-04 1:41
ting66821-Oct-04 1:41 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.