i'm beginer,i have a question about C#

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

i use C# 2005 Express Edition to devlop a program, and maybe i push a key on
my keyboard, now the blank among my code is replaced by lots of dot
for example:
it should be like this " using System;", but now it show me "using.System;"
how can i remove them? thanks.

Lorry
 
Lorry said:
i use C# 2005 Express Edition to devlop a program, and maybe i push a
key on my keyboard, now the blank among my code is replaced by lots
of dot
for example:
it should be like this " using System;", but now it show me
"using.System;" how can i remove them? thanks.

I can't check this in Express, but in Visual Studio, this is
Edit|Advanced|View White Space. The keyboard shortcut is normally Ctrl+R,
Ctrl+W (i.e. hold down the control key and press R followed by W).

-cd
 
ok, i'd resolved it based on your way, thanks.

Carl Daniel said:
I can't check this in Express, but in Visual Studio, this is
Edit|Advanced|View White Space. The keyboard shortcut is normally Ctrl+R,
Ctrl+W (i.e. hold down the control key and press R followed by W).

-cd
 

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