Click here to Skip to main content
15,892,809 members
Home / Discussions / C#
   

C#

 
Questioncsv to IList Pin
john3417-Mar-06 2:22
john3417-Mar-06 2:22 
AnswerRe: csv to IList Pin
Judah Gabriel Himango17-Mar-06 9:08
sponsorJudah Gabriel Himango17-Mar-06 9:08 
Questionequivalent code Pin
V.17-Mar-06 2:02
professionalV.17-Mar-06 2:02 
AnswerRe: equivalent code Pin
J4amieC17-Mar-06 2:16
J4amieC17-Mar-06 2:16 
GeneralRe: equivalent code Pin
V.17-Mar-06 2:23
professionalV.17-Mar-06 2:23 
GeneralRe: equivalent code Pin
J4amieC17-Mar-06 3:16
J4amieC17-Mar-06 3:16 
GeneralRe: equivalent code Pin
V.17-Mar-06 3:22
professionalV.17-Mar-06 3:22 
AnswerRe: equivalent code Pin
Guffa17-Mar-06 5:07
Guffa17-Mar-06 5:07 
I examined the CreateObject class, and doing the same without it is not so hard:

object idisp;<br />
bool bidisp;<br />
<br />
try {<br />
   idisp = Activator.CreateInstance(Type.GetTypeFromProgID("idisp.Command"));<br />
   bidisp = true;<br />
} catch (Exception e) {<br />
   bidisp = false;<br />
   MessageBox.Show(e + "");<br />
}


---
b { font-weight: normal; }

AnswerRe: equivalent code Pin
mcljava17-Mar-06 4:34
mcljava17-Mar-06 4:34 
GeneralRe: equivalent code Pin
V.17-Mar-06 4:38
professionalV.17-Mar-06 4:38 
QuestionRotating image in C# Pin
CoolASL17-Mar-06 1:41
CoolASL17-Mar-06 1:41 
AnswerRe: Rotating image in C# Pin
JuanAlbertoMD17-Mar-06 3:41
JuanAlbertoMD17-Mar-06 3:41 
AnswerRe: Rotating image in C# Pin
Werdna17-Mar-06 5:20
Werdna17-Mar-06 5:20 
QuestionPath of current project. Pin
deepscyberpulse17-Mar-06 1:32
deepscyberpulse17-Mar-06 1:32 
AnswerRe: Path of current project. Pin
nidheeshkayal17-Mar-06 1:53
nidheeshkayal17-Mar-06 1:53 
AnswerRe: Path of current project. Pin
jimjo19-Mar-06 20:01
jimjo19-Mar-06 20:01 
QuestionAdd help text to custom functions in Excel Pin
jimjo17-Mar-06 1:26
jimjo17-Mar-06 1:26 
QuestionRichTextBox and SendKeys action Pin
conrado717-Mar-06 1:25
conrado717-Mar-06 1:25 
AnswerRe: RichTextBox and SendKeys action Pin
IdUnknown17-Mar-06 3:23
IdUnknown17-Mar-06 3:23 
GeneralRe: RichTextBox and SendKeys action Pin
conrado717-Mar-06 3:39
conrado717-Mar-06 3:39 
QuestionShow/Hide Quick Launch Toolbar on Button Click Pin
sherwani17-Mar-06 1:06
sherwani17-Mar-06 1:06 
QuestionHow to handle Window Context Menu events ? Pin
sherwani17-Mar-06 1:02
sherwani17-Mar-06 1:02 
AnswerRe: How to handle Window Context Menu events ? Pin
CoolASL17-Mar-06 3:41
CoolASL17-Mar-06 3:41 
GeneralRe: How to handle Window Context Menu events ? Pin
sherwani17-Mar-06 3:43
sherwani17-Mar-06 3:43 
AnswerRe: How to handle Window Context Menu events ? Pin
CoolASL17-Mar-06 3:58
CoolASL17-Mar-06 3:58 

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.