Click here to Skip to main content
15,899,679 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Questionhow to make .dll file in vb.net??? Pin
bhawna_k24-Mar-07 6:35
bhawna_k24-Mar-07 6:35 
AnswerRe: how to make .dll file in vb.net??? Pin
Christian Graus24-Mar-07 6:45
protectorChristian Graus24-Mar-07 6:45 
GeneralRe: how to make .dll file in vb.net??? Pin
bhawna_k24-Mar-07 6:49
bhawna_k24-Mar-07 6:49 
GeneralRe: how to make .dll file in vb.net??? Pin
Dave Kreskowiak24-Mar-07 7:23
mveDave Kreskowiak24-Mar-07 7:23 
GeneralRe: how to make .dll file in vb.net??? Pin
Christian Graus24-Mar-07 7:24
protectorChristian Graus24-Mar-07 7:24 
QuestionArgument should implement 2 or more interfaces Pin
Banjobeni24-Mar-07 6:23
Banjobeni24-Mar-07 6:23 
AnswerRe: Argument should implement 2 or more interfaces Pin
Christian Graus24-Mar-07 6:47
protectorChristian Graus24-Mar-07 6:47 
AnswerRe: Argument should implement 2 or more interfaces Pin
TwoFaced24-Mar-07 7:04
TwoFaced24-Mar-07 7:04 
If ISecond inherits IFirst then you could accept anything that Implements IFirst, which would also include anything that implements ISecond. However you would be limited to only the methods and properties found in IFirst. If you needed access to properties/methods found in ISecond you would have to test the object to see if it could be cast as ISecond and if so act accordingly. If those are completly seperate interfaces then no it's not possible.
GeneralRe: Argument should implement 2 or more interfaces Pin
Banjobeni24-Mar-07 7:23
Banjobeni24-Mar-07 7:23 
GeneralRe: Argument should implement 2 or more interfaces Pin
Christian Graus24-Mar-07 7:25
protectorChristian Graus24-Mar-07 7:25 
GeneralRe: Argument should implement 2 or more interfaces Pin
Banjobeni24-Mar-07 7:27
Banjobeni24-Mar-07 7:27 
GeneralRe: Argument should implement 2 or more interfaces Pin
Christian Graus24-Mar-07 7:32
protectorChristian Graus24-Mar-07 7:32 
GeneralRe: Argument should implement 2 or more interfaces Pin
Banjobeni24-Mar-07 8:47
Banjobeni24-Mar-07 8:47 
GeneralRe: Argument should implement 2 or more interfaces Pin
Dave Kreskowiak24-Mar-07 9:48
mveDave Kreskowiak24-Mar-07 9:48 
GeneralRe: Argument should implement 2 or more interfaces Pin
Christian Graus24-Mar-07 10:03
protectorChristian Graus24-Mar-07 10:03 
GeneralRe: Argument should implement 2 or more interfaces Pin
Dave Kreskowiak24-Mar-07 10:05
mveDave Kreskowiak24-Mar-07 10:05 
GeneralRe: Argument should implement 2 or more interfaces Pin
Christian Graus24-Mar-07 10:45
protectorChristian Graus24-Mar-07 10:45 
GeneralRe: Argument should implement 2 or more interfaces Pin
Dave Kreskowiak24-Mar-07 11:23
mveDave Kreskowiak24-Mar-07 11:23 
Questiondictionary Pin
beefcakeharsh24-Mar-07 5:56
beefcakeharsh24-Mar-07 5:56 
AnswerRe: dictionary Pin
Christian Graus24-Mar-07 6:10
protectorChristian Graus24-Mar-07 6:10 
GeneralRe: dictionary Pin
beefcakeharsh24-Mar-07 6:26
beefcakeharsh24-Mar-07 6:26 
GeneralRe: dictionary Pin
Christian Graus24-Mar-07 6:46
protectorChristian Graus24-Mar-07 6:46 
Questionprint preview in vb.net 2005 Window Application Pin
Pankaj Garg24-Mar-07 4:08
Pankaj Garg24-Mar-07 4:08 
QuestionClipboard Save/Load Pin
MohammadAmiry24-Mar-07 3:38
MohammadAmiry24-Mar-07 3:38 
QuestionEyeprint Pin
Member 395676324-Mar-07 2:20
Member 395676324-Mar-07 2:20 

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.