Click here to Skip to main content
15,887,485 members
Home / Discussions / C#
   

C#

 
QuestionHow can i add A Linklable by calling a function in a class? Pin
Arunkumar.Koloth27-Apr-11 8:57
Arunkumar.Koloth27-Apr-11 8:57 
AnswerRe: How can i add A Linklable by calling a function in a class? Pin
Pete O'Hanlon27-Apr-11 9:04
mvePete O'Hanlon27-Apr-11 9:04 
QuestionRe: How can i add A Linklable by calling a function in a class? Pin
Arunkumar.Koloth27-Apr-11 10:48
Arunkumar.Koloth27-Apr-11 10:48 
AnswerRe: How can i add A Linklable by calling a function in a class? Pin
Pete O'Hanlon27-Apr-11 10:52
mvePete O'Hanlon27-Apr-11 10:52 
QuestionRe: How can i add A Linklable by calling a function in a class? Pin
Arunkumar.Koloth27-Apr-11 11:34
Arunkumar.Koloth27-Apr-11 11:34 
AnswerRe: How can i add A Linklable by calling a function in a class? Pin
Pete O'Hanlon27-Apr-11 14:49
mvePete O'Hanlon27-Apr-11 14:49 
QuestionRe: How can i add A Linklable by calling a function in a class? Pin
Arunkumar.Koloth27-Apr-11 18:02
Arunkumar.Koloth27-Apr-11 18:02 
AnswerRe: How can i add A Linklable by calling a function in a class? Pin
Pete O'Hanlon27-Apr-11 20:35
mvePete O'Hanlon27-Apr-11 20:35 
Arunkumar.Koloth wrote:
is it possible to create a library for a control?

Yes, but you have to remember to add the right references to the class library. Here's a hint for you for the future; when I want to create a library for a forms application like this I would normally create it as a windows forms application, remove the generated forms, and change the output type to class library. By doing this, I've got all the basic references that I need.

From this answer, you can tell that what you need to do is add in the missing references. Good luckThumbs Up | :thumbsup:

Forgive your enemies - it messes with their heads


My blog | My articles | MoXAML PowerToys | Mole 2010 - debugging made easier - my favourite utility


GeneralRe: How can i add A Linklable by calling a function in a class? Pin
Arunkumar.Koloth28-Apr-11 1:57
Arunkumar.Koloth28-Apr-11 1:57 
GeneralRe: How can i add A Linklable by calling a function in a class? Pin
Pete O'Hanlon28-Apr-11 3:16
mvePete O'Hanlon28-Apr-11 3:16 
QuestionCompiling a project in a "smart" way? Pin
Dr.Unreal27-Apr-11 7:35
Dr.Unreal27-Apr-11 7:35 
AnswerRe: Compiling a project in a "smart" way? Pin
AspDotNetDev27-Apr-11 7:43
protectorAspDotNetDev27-Apr-11 7:43 
AnswerRe: Compiling a project in a "smart" way? Pin
Dave Kreskowiak27-Apr-11 7:45
mveDave Kreskowiak27-Apr-11 7:45 
AnswerRe: Compiling a project in a "smart" way? Pin
Dr.Unreal27-Apr-11 7:48
Dr.Unreal27-Apr-11 7:48 
GeneralRe: Compiling a project in a "smart" way? Pin
OriginalGriff27-Apr-11 8:23
mveOriginalGriff27-Apr-11 8:23 
GeneralRe: Compiling a project in a "smart" way? Pin
Dr.Unreal27-Apr-11 8:27
Dr.Unreal27-Apr-11 8:27 
GeneralRe: Compiling a project in a "smart" way? Pin
OriginalGriff27-Apr-11 8:31
mveOriginalGriff27-Apr-11 8:31 
GeneralRe: Compiling a project in a "smart" way? Pin
walterhevedeich27-Apr-11 17:02
professionalwalterhevedeich27-Apr-11 17:02 
Questionconverting to int Pin
jojoba201127-Apr-11 4:46
jojoba201127-Apr-11 4:46 
AnswerRe: converting to int Pin
dan!sh 27-Apr-11 5:10
professional dan!sh 27-Apr-11 5:10 
AnswerRe: converting to int Pin
Luc Pattyn27-Apr-11 5:16
sitebuilderLuc Pattyn27-Apr-11 5:16 
GeneralRe: converting to int Pin
AspDotNetDev27-Apr-11 7:34
protectorAspDotNetDev27-Apr-11 7:34 
GeneralRe: converting to int Pin
AspDotNetDev27-Apr-11 7:37
protectorAspDotNetDev27-Apr-11 7:37 
AnswerRe: converting to int Pin
Luc Pattyn27-Apr-11 14:47
sitebuilderLuc Pattyn27-Apr-11 14:47 
AnswerRe: converting to int Pin
jojoba201127-Apr-11 5:32
jojoba201127-Apr-11 5:32 

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.