Click here to Skip to main content
15,900,110 members
Home / Discussions / C#
   

C#

 
AnswerRe: Cannot use any DLL in Windows Service! Pin
Mbah Dhaim3-Dec-08 21:39
Mbah Dhaim3-Dec-08 21:39 
GeneralRe: Cannot use any DLL in Windows Service! Pin
Metal763-Dec-08 21:47
Metal763-Dec-08 21:47 
GeneralRe: Cannot use any DLL in Windows Service! Pin
Mbah Dhaim4-Dec-08 12:02
Mbah Dhaim4-Dec-08 12:02 
GeneralRe: Cannot use any DLL in Windows Service! Pin
Metal764-Dec-08 20:44
Metal764-Dec-08 20:44 
GeneralRe: Cannot use any DLL in Windows Service! Pin
Metal764-Dec-08 21:03
Metal764-Dec-08 21:03 
GeneralRe: Cannot use any DLL in Windows Service! Pin
Metal764-Dec-08 21:06
Metal764-Dec-08 21:06 
GeneralRe: Cannot use any DLL in Windows Service! Pin
Mbah Dhaim4-Dec-08 21:26
Mbah Dhaim4-Dec-08 21:26 
QuestionUsing a custom control Pin
JpGreiner3-Dec-08 20:47
JpGreiner3-Dec-08 20:47 
Ok I'm not exactly sure if this is the correct place to ask this, but here goes.

I am using a method call AddControl that takes two strings as arguments. The first argument is the "Class Name" of a control, the second is some sort of license code for the control.

For Example, If I wanted to add a Calender, I wold call the function like this:

object obj = AddControl("MSCAL.Calendar", "")

This would add the Microsoft Calendar control and pass me back a pointer so I could access it's methods and properties.

Ok my question is this, I now extend the Calendar control by creating a new c# Control Library project. I can compile and use this control by dragging it from the toolbox and placing it on a form, but I cannot get it to load using the method above. I tried calling it by it's class name TestControl.TestControl, but that doesn't work. I have tried using the GUID as the Class name, but that doesn't seem to work either.

Any help would be appreciated.


John
AnswerRe: Using a custom control Pin
CodingYoshi4-Dec-08 3:20
CodingYoshi4-Dec-08 3:20 
GeneralRe: Using a custom control Pin
JpGreiner4-Dec-08 5:12
JpGreiner4-Dec-08 5:12 
AnswerRe: Using a custom control Pin
JpGreiner4-Dec-08 5:16
JpGreiner4-Dec-08 5:16 
QuestionDataGridViewComboBoxColumn and databinding? Pin
kbalias3-Dec-08 20:37
kbalias3-Dec-08 20:37 
AnswerRe: DataGridViewComboBoxColumn and databinding? Pin
CodingYoshi4-Dec-08 3:29
CodingYoshi4-Dec-08 3:29 
AnswerRe: DataGridViewComboBoxColumn and databinding? Pin
u2envy1217-Dec-08 3:01
u2envy1217-Dec-08 3:01 
QuestionDiference between Using Namespace and Namespace.Class.Method in the code.... Pin
BhuvaneswarKumar3-Dec-08 20:09
BhuvaneswarKumar3-Dec-08 20:09 
AnswerRe: Diference between Using Namespace and Namespace.Class.Method in the code.... [modified] Pin
Pedram Behroozi3-Dec-08 20:27
Pedram Behroozi3-Dec-08 20:27 
GeneralRe: Diference between Using Namespace and Namespace.Class.Method in the code.... Pin
BhuvaneswarKumar3-Dec-08 21:46
BhuvaneswarKumar3-Dec-08 21:46 
GeneralRe: Diference between Using Namespace and Namespace.Class.Method in the code.... Pin
User 66583-Dec-08 23:03
User 66583-Dec-08 23:03 
QuestionGNU make Pin
Sinol Jose3-Dec-08 20:09
Sinol Jose3-Dec-08 20:09 
AnswerRe: GNU make Pin
leppie3-Dec-08 20:29
leppie3-Dec-08 20:29 
JokeRe: GNU make Pin
Mbah Dhaim3-Dec-08 20:31
Mbah Dhaim3-Dec-08 20:31 
GeneralRe: GNU make Pin
tonyjsebastian13-Dec-08 22:00
tonyjsebastian13-Dec-08 22:00 
Questionmake file / Make file Pin
tonyjsebastian13-Dec-08 19:50
tonyjsebastian13-Dec-08 19:50 
AnswerRe: make file / Make file Pin
Guffa3-Dec-08 19:56
Guffa3-Dec-08 19:56 
GeneralRe: make file / Make file Pin
tonyjsebastian13-Dec-08 20:01
tonyjsebastian13-Dec-08 20:01 

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.