Click here to Skip to main content
15,897,704 members
Home / Discussions / C#
   

C#

 
AnswerSolved! Pin
Muammar©21-Jun-09 6:19
Muammar©21-Jun-09 6:19 
QuestionDeleted VS component Pin
Hans Ruck21-Jun-09 4:01
Hans Ruck21-Jun-09 4:01 
AnswerRe: Deleted VS component Pin
Henry Minute21-Jun-09 8:00
Henry Minute21-Jun-09 8:00 
GeneralRe: Deleted VS component Pin
Hans Ruck21-Jun-09 8:59
Hans Ruck21-Jun-09 8:59 
QuestionReuseability of controls Pin
Rafone21-Jun-09 3:29
Rafone21-Jun-09 3:29 
AnswerRe: Reuseability of controls Pin
Colin Angus Mackay21-Jun-09 4:12
Colin Angus Mackay21-Jun-09 4:12 
GeneralRe: Reuseability of controls Pin
Rafone21-Jun-09 5:08
Rafone21-Jun-09 5:08 
GeneralRe: Reuseability of controls Pin
Luc Pattyn21-Jun-09 5:25
sitebuilderLuc Pattyn21-Jun-09 5:25 
Hi,

as long as you included a reference to your DLL, you can refer to its public types, either using the full name (mySpace.mySubspace...MyClass) or using a using statement (using mySpace.mySubspace; ) and a short name (MyClass instance=new MyClass()).

There is no need to modify namespace names, they exist to help you keep things apart (avoid name clashes), not to make your job more difficult.

PS: the types need to be public, VS often creates classes without attributes, just prefix "public".

Smile | :)

Luc Pattyn [Forum Guidelines] [My Articles]

DISCLAIMER: this message may have been modified by others; it may no longer reflect what I intended, and may contain bad advice; use at your own risk and with extreme care.

GeneralRe: Reuseability of controls Pin
Rafone21-Jun-09 7:58
Rafone21-Jun-09 7:58 
GeneralRe: Reuseability of controls Pin
Luc Pattyn21-Jun-09 8:10
sitebuilderLuc Pattyn21-Jun-09 8:10 
QuestionEvent handling in a custom control. Pin
Siddhartha S.21-Jun-09 1:26
Siddhartha S.21-Jun-09 1:26 
AnswerRe: Event handling in a custom control. Pin
Luc Pattyn21-Jun-09 1:58
sitebuilderLuc Pattyn21-Jun-09 1:58 
GeneralRe: Event handling in a custom control. Pin
Siddhartha S.21-Jun-09 16:55
Siddhartha S.21-Jun-09 16:55 
GeneralRe: Event handling in a custom control. Pin
Luc Pattyn21-Jun-09 17:00
sitebuilderLuc Pattyn21-Jun-09 17:00 
GeneralRe: Event handling in a custom control. Pin
Siddhartha S.21-Jun-09 17:04
Siddhartha S.21-Jun-09 17:04 
QuestionCasting KeyValuePair -- eliminate else if blocks [modified] Pin
devvvy21-Jun-09 0:48
devvvy21-Jun-09 0:48 
AnswerRe: Casting KeyValuePair -- eliminate else if blocks Pin
Colin Angus Mackay21-Jun-09 3:49
Colin Angus Mackay21-Jun-09 3:49 
GeneralRe: Casting KeyValuePair -- eliminate else if blocks Pin
devvvy21-Jun-09 6:15
devvvy21-Jun-09 6:15 
Question"Error 1053: The service did not respond to the start or control request in a timely fashion" Pin
obrix_activex21-Jun-09 0:37
obrix_activex21-Jun-09 0:37 
QuestionHow You Check Data In DataSet? Pin
noamtzu21-Jun-09 0:17
noamtzu21-Jun-09 0:17 
AnswerRe: How You Check Data In DataSet? Pin
dan!sh 21-Jun-09 0:23
professional dan!sh 21-Jun-09 0:23 
GeneralRe: How You Check Data In DataSet? Pin
noamtzu21-Jun-09 0:32
noamtzu21-Jun-09 0:32 
GeneralRe: How You Check Data In DataSet? Pin
Christian Graus21-Jun-09 0:35
protectorChristian Graus21-Jun-09 0:35 
GeneralRe: How You Check Data In DataSet? Pin
noamtzu21-Jun-09 0:44
noamtzu21-Jun-09 0:44 
GeneralRe: How You Check Data In DataSet? Pin
Rajesh R Subramanian21-Jun-09 6:03
professionalRajesh R Subramanian21-Jun-09 6:03 

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.