CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Feb 2000
    Location
    Belgium
    Posts
    27

    VisualStudio Control

    Hi,

    I'm lookinf for the control that makes it possible in for example VisualStudio to input a breakpoint in a text

    Thanx


  2. #2
    Join Date
    Apr 1999
    Location
    Rotterdam, Netherlands
    Posts
    278

    Re: VisualStudio Control

    I have no idea what you mean, but if you mean Visual Studio and not the VB IDE, check out the vc++ part of codeguru, it has some (neat) macro's for Visual Studio.

    Crazy D :-)
    "One ring rules them all"

  3. #3
    Join Date
    Feb 2000
    Location
    Belgium
    Posts
    27

    Re: VisualStudio Control

    This is what I mean :
    in VC++ but also in VB you got this grey space on the left of your code-
    textbox, When you click on it you can insert a breakpoint ( red circle).µ
    I don't know how to implement such a thing.
    Any suggestions anybody ???

    Thanx



Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured