Click here to Skip to main content
15,902,114 members
Home / Discussions / C#
   

C#

 
GeneralSystem.Windows.Forms.ListBox .net 2.0 problem Pin
Shane Stevens14-Aug-05 17:54
Shane Stevens14-Aug-05 17:54 
Generaldatabase question Pin
nidhelp14-Aug-05 15:18
nidhelp14-Aug-05 15:18 
GeneralRe: database question Pin
Rob Graham14-Aug-05 16:29
Rob Graham14-Aug-05 16:29 
GeneralRe: database question Pin
nidhelp14-Aug-05 20:53
nidhelp14-Aug-05 20:53 
GeneralRe: database question Pin
Mohamad Al Husseiny14-Aug-05 23:20
Mohamad Al Husseiny14-Aug-05 23:20 
GeneralRe: database question Pin
tatchung15-Aug-05 0:19
tatchung15-Aug-05 0:19 
QuestionSystem.Activator question..? Pin
Besinci14-Aug-05 11:42
Besinci14-Aug-05 11:42 
AnswerRe: System.Activator question..? Pin
DavidNohejl14-Aug-05 12:26
DavidNohejl14-Aug-05 12:26 
What do you mean? If you get that type as argument myType it does exist Confused | :confused:

If you mean something like System.Activator.CreateInstance("MyType",...); then it throws exception as described in MSDN[^]

You can use Assembly.GetType Method (String)[^] to determine if type is in assembly, it returns null if type wasn't found.

Never forget: "Stay kul and happy" (I.A.)

David's thoughts / dnhsoftware.org / MyHTMLTidy
GeneralSystem.net.Mail default smtp host Pin
oOomen14-Aug-05 10:57
oOomen14-Aug-05 10:57 
GeneralRe: System.net.Mail default smtp host Pin
Bounz14-Aug-05 11:11
Bounz14-Aug-05 11:11 
GeneralRe: System.net.Mail default smtp host Pin
Vasudevan Deepak Kumar15-Aug-05 0:28
Vasudevan Deepak Kumar15-Aug-05 0:28 
GeneralRe: System.net.Mail default smtp host Pin
Vasudevan Deepak Kumar15-Aug-05 0:24
Vasudevan Deepak Kumar15-Aug-05 0:24 
Generalnot case-sensitive string.Replace() Pin
Bounz14-Aug-05 10:27
Bounz14-Aug-05 10:27 
GeneralRe: not case-sensitive string.Replace() Pin
Guffa14-Aug-05 10:29
Guffa14-Aug-05 10:29 
GeneralRe: not case-sensitive string.Replace() Pin
Bounz14-Aug-05 10:46
Bounz14-Aug-05 10:46 
GeneralRe: not case-sensitive string.Replace() Pin
Mohamad Al Husseiny14-Aug-05 10:51
Mohamad Al Husseiny14-Aug-05 10:51 
GeneralRe: not case-sensitive string.Replace() Pin
Bounz14-Aug-05 11:21
Bounz14-Aug-05 11:21 
GeneralRe: not case-sensitive string.Replace() Pin
Mohamad Al Husseiny14-Aug-05 11:29
Mohamad Al Husseiny14-Aug-05 11:29 
GeneralRe: not case-sensitive string.Replace() Pin
Guffa14-Aug-05 12:03
Guffa14-Aug-05 12:03 
GeneralRe: not case-sensitive string.Replace() Pin
Bounz15-Aug-05 9:14
Bounz15-Aug-05 9:14 
GeneralGetting the real directory of a GAC'd assembly Pin
MrEyes14-Aug-05 8:56
MrEyes14-Aug-05 8:56 
GeneralRe: Getting the real directory of a GAC'd assembly Pin
leppie14-Aug-05 9:20
leppie14-Aug-05 9:20 
GeneralRe: Getting the real directory of a GAC'd assembly Pin
MrEyes14-Aug-05 9:41
MrEyes14-Aug-05 9:41 
GeneralRe: Getting the real directory of a GAC'd assembly Pin
MrEyes14-Aug-05 11:16
MrEyes14-Aug-05 11:16 
QuestionHow to serialize the content of an ImageList class? Pin
bouli14-Aug-05 8:29
bouli14-Aug-05 8:29 

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.