Nov 15, 2005 #1 AustinOne Programmer Mar 22, 2002 59 US Is there a way in Visual Studio to have your source code in this format: Code: Dim dTotal As Decimal Dim dGrandTotal As Decimal Dim dCount As Decimal instead of: Code: Dim dTotal As Decimal Dim dGrandTotal As Decimal Dim dCount As Decimal ?
Is there a way in Visual Studio to have your source code in this format: Code: Dim dTotal As Decimal Dim dGrandTotal As Decimal Dim dCount As Decimal instead of: Code: Dim dTotal As Decimal Dim dGrandTotal As Decimal Dim dCount As Decimal ?
Nov 16, 2005 #2 Ruffnekk Programmer Aug 2, 2005 249 DE Go to the menu "Tools -> Options -> Text Editor -> Basic -> VB Specific" and uncheck "Pretty listing (reformatting) of code. Regards, Ruffnekk --- Is it my imagination or do buffalo wings taste just like chicken? Upvote 0 Downvote
Go to the menu "Tools -> Options -> Text Editor -> Basic -> VB Specific" and uncheck "Pretty listing (reformatting) of code. Regards, Ruffnekk --- Is it my imagination or do buffalo wings taste just like chicken?