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

C#

 
QuestionRead URL Link from Managed Code? Pin
ehollar31-Aug-05 15:24
ehollar31-Aug-05 15:24 
QuestionVisual Studio Designer Pin
Eric Lacroix31-Aug-05 13:55
Eric Lacroix31-Aug-05 13:55 
QuestionInputBox Pin
kenexcelon31-Aug-05 13:42
kenexcelon31-Aug-05 13:42 
AnswerRe: InputBox Pin
Werdna31-Aug-05 13:46
Werdna31-Aug-05 13:46 
AnswerRe: InputBox Pin
kenexcelon31-Aug-05 14:21
kenexcelon31-Aug-05 14:21 
QuestionHow can I call static method using late binding Pin
Johny Ng31-Aug-05 12:50
Johny Ng31-Aug-05 12:50 
AnswerRe: How can I call static method using late binding Pin
Werdna31-Aug-05 13:43
Werdna31-Aug-05 13:43 
QuestionAssemblies References Pin
Heinz_31-Aug-05 12:47
Heinz_31-Aug-05 12:47 
Hi all,

¿Is it possible to compile 2 assemblies and making reference one to each other?

Example:

We want to compile MySoftware.exe and MyLibrary.dll, we do it as follow:

csc.exe /target:winexe /out:MySoftware.exe /reference:MyLibrary.dll
csc.exe /target:library /out:MyLibrary.dll /reference:MySoftware.exe

I want both assemblies to access the other assembly methods but at compile time is obviously that the other file does not exist, so compile error displays.

Thanx
AnswerRe: Assemblies References Pin
Lars Niedziolka31-Aug-05 14:07
Lars Niedziolka31-Aug-05 14:07 
AnswerRe: Assemblies References Pin
Stefan Troschuetz31-Aug-05 21:24
Stefan Troschuetz31-Aug-05 21:24 
QuestionFrame Capturing From AVI Movie Pin
Nabeel Younus Khan31-Aug-05 10:58
Nabeel Younus Khan31-Aug-05 10:58 
AnswerRe: Frame Capturing From AVI Movie Pin
Lars Niedziolka31-Aug-05 14:10
Lars Niedziolka31-Aug-05 14:10 
Questionrichtextbox @ if_mel_yes_else_no Pin
surfman1931-Aug-05 9:40
surfman1931-Aug-05 9:40 
AnswerRe: richtextbox @ if_mel_yes_else_no Pin
Mohamad Al Husseiny31-Aug-05 10:05
Mohamad Al Husseiny31-Aug-05 10:05 
Answer[Message Deleted] Pin
Dave Kreskowiak31-Aug-05 10:19
mveDave Kreskowiak31-Aug-05 10:19 
AnswerRe: richtextbox @ if_mel_yes_else_no Pin
Dave Kreskowiak31-Aug-05 10:19
mveDave Kreskowiak31-Aug-05 10:19 
GeneralRe: richtextbox @ if_mel_yes_else_no Pin
surfman1931-Aug-05 12:09
surfman1931-Aug-05 12:09 
GeneralRe: richtextbox @ if_mel_yes_else_no Pin
Dave Kreskowiak31-Aug-05 12:32
mveDave Kreskowiak31-Aug-05 12:32 
Questionproperty lists Pin
BungoMan8531-Aug-05 9:05
BungoMan8531-Aug-05 9:05 
AnswerRe: property lists Pin
Mohamad Al Husseiny31-Aug-05 9:19
Mohamad Al Husseiny31-Aug-05 9:19 
QuestionOpen Graph via: icon Pin
Debs*31-Aug-05 8:35
Debs*31-Aug-05 8:35 
AnswerRe: Open Graph via: icon Pin
Mohamad Al Husseiny31-Aug-05 9:30
Mohamad Al Husseiny31-Aug-05 9:30 
GeneralRe: Open Graph via: icon Pin
Debs*1-Sep-05 6:27
Debs*1-Sep-05 6:27 
QuestionPlay raw data Pin
Niklas Ulvinge31-Aug-05 8:07
Niklas Ulvinge31-Aug-05 8:07 
QuestionReflection Pin
Yoyosch31-Aug-05 7:23
Yoyosch31-Aug-05 7:23 

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.