Click here to Skip to main content
15,891,733 members
Home / Discussions / C#
   

C#

 
GeneralRe: win form treeview image Pin
arkiboys23-Jul-08 4:24
arkiboys23-Jul-08 4:24 
QuestionDatagridview displaying garbage characters Pin
tkrn23-Jul-08 2:51
tkrn23-Jul-08 2:51 
AnswerRe: Datagridview displaying garbage characters Pin
SomeGuyThatIsMe23-Jul-08 3:19
SomeGuyThatIsMe23-Jul-08 3:19 
GeneralMessage Removed Pin
23-Jul-08 4:53
tkrn23-Jul-08 4:53 
GeneralRe: Datagridview displaying garbage characters Pin
SomeGuyThatIsMe23-Jul-08 5:36
SomeGuyThatIsMe23-Jul-08 5:36 
QuestionCollectionBase to PropertyGrid Pin
stancrm23-Jul-08 2:47
stancrm23-Jul-08 2:47 
AnswerRe: CollectionBase to PropertyGrid Pin
darkelv23-Jul-08 6:33
darkelv23-Jul-08 6:33 
AnswerRe: CollectionBase to PropertyGrid Pin
visualhint11-Aug-08 4:54
visualhint11-Aug-08 4:54 
QuestionC# for Driver Pin
balu1234523-Jul-08 2:07
balu1234523-Jul-08 2:07 
AnswerRe: C# for Driver Pin
snorkie23-Jul-08 3:00
professionalsnorkie23-Jul-08 3:00 
Questionip address Pin
AlexPizzano23-Jul-08 1:50
AlexPizzano23-Jul-08 1:50 
AnswerRe: ip address Pin
Mogaambo23-Jul-08 2:13
Mogaambo23-Jul-08 2:13 
AnswerRe: ip address Pin
Harvey Saayman23-Jul-08 2:23
Harvey Saayman23-Jul-08 2:23 
GeneralRe: ip address Pin
Mogaambo23-Jul-08 2:48
Mogaambo23-Jul-08 2:48 
GeneralRe: ip address Pin
Simon P Stevens24-Jul-08 2:58
Simon P Stevens24-Jul-08 2:58 
AnswerRe: ip address Pin
nelsonpaixao23-Jul-08 14:33
nelsonpaixao23-Jul-08 14:33 
Questionchecked DateTimePicker Pin
kaustavG23-Jul-08 1:36
kaustavG23-Jul-08 1:36 
AnswerRe: checked DateTimePicker Pin
DaveyM6923-Jul-08 2:13
professionalDaveyM6923-Jul-08 2:13 
QuestionAttach event to html element Pin
mahmoud wafy23-Jul-08 1:03
mahmoud wafy23-Jul-08 1:03 
Questionusing Directive clarification Pin
But_Im_a_Lady23-Jul-08 0:58
But_Im_a_Lady23-Jul-08 0:58 
AnswerRe: using Directive clarification Pin
Luc Pattyn23-Jul-08 1:06
sitebuilderLuc Pattyn23-Jul-08 1:06 
Hi,

Visual Studio generates a couple of using statements automatically when
creating a new C# file.

The Visual Designer always generates code with fully qualified type names,
so no ambiguity can creep in.

Some people insist on not using using statements at all, and always have fully
qualified type names.

But as a programmer you are free to use or not use using statements, and to use or not use
fully qualified type names, as long as the compiler can find them and find them
without ambiguity.

There is no performance difference whatsoever.


Smile | :)

Luc Pattyn [Forum Guidelines] [My Articles]

Voting for dummies? No thanks. Dead | X|


GeneralRe: using Directive clarification Pin
But_Im_a_Lady23-Jul-08 1:11
But_Im_a_Lady23-Jul-08 1:11 
GeneralRe: using Directive clarification Pin
Luc Pattyn23-Jul-08 1:27
sitebuilderLuc Pattyn23-Jul-08 1:27 
QuestionUsing Threads in Windows Forms Pin
Megidolaon23-Jul-08 0:35
Megidolaon23-Jul-08 0:35 
AnswerRe: Using Threads in Windows Forms Pin
DaveyM6923-Jul-08 0:53
professionalDaveyM6923-Jul-08 0:53 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.