Click to See Complete Forum and Search --> : VB editor


Sigal Laniado
December 2nd, 1999, 02:38 AM
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

Ravi Kiran
December 3rd, 1999, 04:43 AM
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