Hello Paolo,
Thanks for posting in the group.
As I understand, now the question is : How to write an addin to draw a line
at a specific location in the text editor of VS.NET IDE? Please correct me
if I have misunderstood anything.
Based on my experience, in order to control IDE, we could automate VS.NET
IDE. There is many code samples in this area. Please refer to this web
link:
http://msdn.microsoft.com/vstudio/downloads/samples/automation.aspx The GenerateHTML sample in this page is very similar to what you want. I
suggest you refer to it to draw a line in text editor.
For details, please refer to
http://msdn.microsoft.com/library/en-us/vsintro7/html/vxoriExtendingVisualSt udioEnvironment.asp?frame=true.
Hope them help.
Best regards,
Yanhong Huang
Microsoft Online Partner Support
Get Secure! -
www.microsoft.com/security This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
!From: "Paolo Liverani" <paoloat@alpiwooddot.com>
!Subject: drawing lines in a textpane of VS NET ide
!Date: Tue, 26 Aug 2003 14:48:07 +0200
!Lines: 6
!X-Priority: 3
!X-MSMail-Priority: Normal
!X-Newsreader: Microsoft Outlook Express 6.00.2800.1158
!X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
!Message-ID: <u60POB9aDHA.2668@TK2MSFTNGP09.phx.gbl>
!Newsgroups: microsoft.public.vsnet.ide
!NNTP-Posting-Host: host5-187.pool21382.interbusiness.it 213.82.187.5
!Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP09.phx.gbl
!Xref: cpmsftngxa06.phx.gbl microsoft.public.vsnet.ide:7754
!X-Tomcat-NG: microsoft.public.vsnet.ide
!
!Does anyone know if there is any way to draw lines in the textpanes of VS
!NET IDE by an add-in?
!Thank you,
! Paolo
!
!
!