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

Visual Basic

 
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 
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 
if (myOb is IMyInterface)
{
}

or

IMyInterFace myInt = myOb as IMyInterface;

if (myInt != null)
{
// It worked
}



Christian Graus - Microsoft MVP - C++
Metal Musings - Rex and my new metal blog
"I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )

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 
AnswerRe: Eyeprint Pin
Christian Graus24-Mar-07 4:29
protectorChristian Graus24-Mar-07 4:29 
AnswerRe: Eyeprint Pin
Dave Kreskowiak24-Mar-07 4:29
mveDave Kreskowiak24-Mar-07 4:29 

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.