CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: VB editor

  1. #1
    Join Date
    Jul 1999
    Location
    Israel
    Posts
    140

    VB editor

    I have a question about VB editor.
    Why i can't indent the code

    Private m_Handle As Long
    Private m_Left As Long
    Private m_Right As Long

    So that the 'As Long' of all the 3 statements will started at the same point i.e. i want to determine the spaces between the variable ant the type
    Currently the VB force me to put one character space . I so code which it is possible to indent this way. Does any body know where i can control this feature?
    Thanks


  2. #2
    Join Date
    May 1999
    Location
    Omika, Japan
    Posts
    729

    Re: VB editor

    I think it is not possible. VB IDE does the allignment itself. Let me know, if somebody else knows how to do this. If it is possible there should be an option in the Options dialod box, (where you set the colors, fonts etc, )and i dont see any.. so..

    RK

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