E
Erik
Hi all,
I am interested in discerning the difference from my textbook and the
actual behavior of the MS Dev IDE 2003.
My textbook specifies:
objOleDbCommand = New OleDbCommand()
I type that in the VB Editor. However when I end the line and start
typing the next code line, the editor automatically removes the closing
parentheses () from end of the line so that it leaves this:
objOleDbCommand = New OleDbCommand
Any idea why this is? I wonder if this is something new in the MS Dev
Environment for version 2003.
Any time I put an arg in the the parens, then the IDE does not delete
them.
Thanks,
Erik
I am interested in discerning the difference from my textbook and the
actual behavior of the MS Dev IDE 2003.
My textbook specifies:
objOleDbCommand = New OleDbCommand()
I type that in the VB Editor. However when I end the line and start
typing the next code line, the editor automatically removes the closing
parentheses () from end of the line so that it leaves this:
objOleDbCommand = New OleDbCommand
Any idea why this is? I wonder if this is something new in the MS Dev
Environment for version 2003.
Any time I put an arg in the the parens, then the IDE does not delete
them.
Thanks,
Erik