IDE feature need to develop

  • Thread starter Thread starter lucky
  • Start date Start date
L

lucky

hi,
currently i'm developing an editor where i need to add section
saperation feature. if u have seen in vs.net IDE when u declares any
function it add lines above and below the function to saperate from the
other functions. i want to add the same facility.
if somebody has any idea plz do share with me.

thanx
 
I would say that you need to use the GDI+ functions of .NET to draw a line
on the window of the editor, an redraw it whenever the window is scrolled or
lines are added/removed above it.

--

Best regards,

Carlos J. Quintero

MZ-Tools: Productivity add-ins for Visual Studio .NET, VB6, VB5 and VBA
You can code, design and document much faster.
Free resources for add-in developers:
http://www.mztools.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top