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

C#

 
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 
AnswerRe: Assemblies References Pin
Lars Niedziolka31-Aug-05 14:07
Lars Niedziolka31-Aug-05 14:07 
A solution (but not the best) is to build a stupid MyLibrary.dll with the needed public class, but without implementation.
<br />
public class MyLibraryClass<br />
{<br />
  public int ComputeSomething(int l, int r)<br />
  {<br />
    throw new NotImplementedException();<br />
  }<br />
}<br />


Than build the exe against this stupid Library. Than build the real Library against the exe.


I have not tested this solution.
If you try it, please write your result.

Good luck.

Lars Niedziolka
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 
AnswerRe: Reflection Pin
Andrew Kirillov31-Aug-05 10:13
Andrew Kirillov31-Aug-05 10:13 

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.