473,545 Members | 1,989 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

DTE, want to hook in like Intellisense

I'm developing an add-in. Is there some series of events that I can hook
into that will let me know the non-compiled interface has changed. I want to
be able to update my add-in as the user types. For example, if the user
types in:

Public Function Foo() as Integer
End Function

I want my add-in to reflect the new function like Intellisense would.

Any help would be appreciated.
Thanks
Nov 20 '05 #1
2 1048
How about check VSIP?

http://www.vsippartners.com/programoverview.aspx

You can download VSIP SDK from that links..

It helps you.

--

--------------------
Microsoft .NET MVP
"Rob Mayo" <Ro******@Westo nSolutions.com> wrote in message
news:O7******** ******@TK2MSFTN GP11.phx.gbl...
I'm developing an add-in. Is there some series of events that I can hook
into that will let me know the non-compiled interface has changed. I want to be able to update my add-in as the user types. For example, if the user
types in:

Public Function Foo() as Integer
End Function

I want my add-in to reflect the new function like Intellisense would.

Any help would be appreciated.
Thanks

Nov 20 '05 #2
OK, I registered for VSIP and posted my question to the private newsgroup.
Now what?
"[MVP] SmileSeo" <se******@msmvp .com> wrote in message
news:uE******** ******@TK2MSFTN GP11.phx.gbl...
How about check VSIP?

http://www.vsippartners.com/programoverview.aspx

You can download VSIP SDK from that links..

It helps you.

--

--------------------
Microsoft .NET MVP
"Rob Mayo" <Ro******@Westo nSolutions.com> wrote in message
news:O7******** ******@TK2MSFTN GP11.phx.gbl...
I'm developing an add-in. Is there some series of events that I can hook
into that will let me know the non-compiled interface has changed. I
want to
be able to update my add-in as the user types. For example, if the user
types in:

Public Function Foo() as Integer
End Function

I want my add-in to reflect the new function like Intellisense would.

Any help would be appreciated.
Thanks


Nov 20 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
1655
by: Rob Mayo | last post by:
I'm developing an add-in. Is there some series of events that I can hook into that will let me know the non-compiled interface has changed. I want to be able to update my add-in as the user types. For example, if the user types in: Public Function Foo() as Integer End Function I want my add-in to reflect the new function like...
5
19046
by: Mohammad | last post by:
Can someone explain to me what a hook is? Does it has something to do with a debugger? Thanks
1
3360
by: ayiiq180 | last post by:
my hook already in a dll and the handle is shared,but the hook cant work well,when i run the application,My mouse click the application's view,the hook work well,but when i click the other place(like taskbar),it cant work,why?help me. this is the hook: // HookDll.cpp : Defines the initialization routines for the DLL. // #include...
0
1994
by: Hans Kiehn | last post by:
Hi *, I'm debugging a crash in a very big and complex server application. This server run's fine for days and hours and suddenly crashes. I've spent 2 weeks of time now, but cannot find the problem. I believe that there is a method call with an already deleted objects causing the crash, something like
17
2611
by: MLH | last post by:
Can I control what text appears on msgbox function buttons? Sure do like NOT having to build a form to show a msg and solicit a YES/NO response. MsgBox function is a great solution for that. Sure would like NOT to have to build a form to show a msg and solicit a BIG/LITTLE or ON/OFF or RED/BLUE response. Wish I could pop up a msgbox...
1
2450
by: Michael Roper | last post by:
Well, actually I'm not sure that's what I need. What I'd like to do is write an app for the tray that can monitor any app that gets launched and do a 'window size and position' on it based on whatever info is available for it (like say, its command line). This is part exercise, and part annoyance rectification. Any tips on how best to...
0
1382
by: BobAchgill | last post by:
When I try to hook a non letter key like left arrow (37) all is OK. If (Hookstruct.vkCode = 37) Or (Hookstruct.vkCode = 83) And CBool(Hookstruct.flags) Then But, for example, the hook for the letter "s" key (83) does not work. Mysteriously, the "s" starts hooking properly after I set and continue through a break point. I can even...
7
26521
by: jpierson | last post by:
Hi, I am tryin to create a keyboard hook that sends the keystroke ctrl + pause/break. I haven't used keyboard hooks before so I'm not too sure how to use them public int MyKeyboardProc(int nCode, int wParam, int lParam) {
2
4669
by: Lunchtimemama | last post by:
I am trying to modify another application's window (Google Talk) to insert some UI of my own. I think the best method would be to install a remote local hook in gtalk's thread that intercepts the paint message and injects the custom UI. From the reading I've done, it is possible to install a system hook with an unmanaged stub that passes...
22
6400
by: schneider | last post by:
I need to hook the system mouse down event. I'm trying to replicate how a context menu hides when the mouse clicks outside of the control. Thanks, Schneider
0
7487
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main...
0
7934
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that...
1
7446
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For...
0
7778
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the...
0
6003
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then...
1
5349
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes...
0
4966
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert...
0
3459
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
1033
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.