How can I highlight and comment out a block....

  • Thread starter Thread starter nobody
  • Start date Start date
N

nobody

..... of code so it will by bypassed for testing purposes?
How do I un comment it after I'm done?

This is easy in Delphi, how do I do it in vb.Net?
 
Hey Piddley,

Ctrl-K Ctrl-U = Kwik Uncomment
Ctrl-K Ctrl-C = Kwik Comment
 
You can add those commands to a toolbar so you can click a button for the
same effect.
 
* nobody said:
.... of code so it will by bypassed for testing purposes?
How do I un comment it after I'm done?

This is easy in Delphi, how do I do it in vb.Net?

In addition to Fergus' reply: The commands for adding/removing comments
are available in the "Text Editor" toolbar too.
 
Joe,
They are already on the "Text Editor" toolbar so you don't really need to
add them, just show the "Text Editor" toolbar.

Of course you can add them to a different toolbar if you choose.

Hope this helps
Jay
 
That too! ;-)

--
Joe Fallon



Jay B. Harlow said:
Joe,
They are already on the "Text Editor" toolbar so you don't really need to
add them, just show the "Text Editor" toolbar.

Of course you can add them to a different toolbar if you choose.

Hope this helps
Jay
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top