Click here to Skip to main content
15,895,084 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: How to change Regional language setting date format to dd/MM/yyyy ? Pin
Johan Hakkesteegt12-May-09 2:22
Johan Hakkesteegt12-May-09 2:22 
AnswerRe: How to change Regional language setting date format to dd/MM/yyyy ? Pin
Dave Kreskowiak12-May-09 4:42
mveDave Kreskowiak12-May-09 4:42 
QuestionFolder path Pin
rmedo12-May-09 0:28
rmedo12-May-09 0:28 
AnswerRe: Folder path Pin
Christian Graus12-May-09 1:18
protectorChristian Graus12-May-09 1:18 
GeneralRe: Folder path Pin
rmedo12-May-09 2:29
rmedo12-May-09 2:29 
GeneralRe: Folder path Pin
Zaegra12-May-09 7:51
Zaegra12-May-09 7:51 
GeneralRe: Folder path Pin
rmedo12-May-09 20:13
rmedo12-May-09 20:13 
GeneralRe: Folder path Pin
0x3c012-May-09 22:11
0x3c012-May-09 22:11 
You could Assembly.GetExecutingAssembly, then call GetReferencedAssemblies on the result. That would give you an array of AssemblyName classes, which each have the CodeBase property. If you wanted to check whether they were COM references, you'd have to use Assembly.Load, passing the AssemblyName of the reference in question, and poke around somewhere to see if it has any COM types

Of course, all this presupposes that you're using VB.Net, not VB6. If you're using VB6, then this is irrelevant and you need help of the type nobody on a programming forum can give you
GeneralRe: Folder path Pin
0x3c012-May-09 22:25
0x3c012-May-09 22:25 
Questionremoving controls [modified] Pin
JR21211-May-09 23:55
JR21211-May-09 23:55 
AnswerRe: removing controls Pin
Tom Deketelaere12-May-09 0:05
professionalTom Deketelaere12-May-09 0:05 
AnswerRe: removing controls Pin
Zaegra12-May-09 7:56
Zaegra12-May-09 7:56 
GeneralRe: removing controls Pin
JR21213-May-09 0:49
JR21213-May-09 0:49 
GeneralRe: removing controls Pin
Zaegra13-May-09 0:52
Zaegra13-May-09 0:52 
GeneralRe: removing controls Pin
JR21213-May-09 3:44
JR21213-May-09 3:44 
GeneralRe: removing controls Pin
tiagu8-Jun-09 1:24
tiagu8-Jun-09 1:24 
QuestionRE:How can i get this checkbox to work when it is selected Pin
Lee Mwangi11-May-09 22:59
Lee Mwangi11-May-09 22:59 
AnswerRe: RE:How can i get this checkbox to work when it is selected Pin
Tom Deketelaere11-May-09 23:17
professionalTom Deketelaere11-May-09 23:17 
GeneralRe: RE:How can i get this checkbox to work when it is selected Pin
Lee Mwangi11-May-09 23:42
Lee Mwangi11-May-09 23:42 
AnswerRe: RE:How can i get this checkbox to work when it is selected Pin
Henry Minute12-May-09 0:00
Henry Minute12-May-09 0:00 
AnswerRe: RE:How can i get this checkbox to work when it is selected Pin
Henry Minute12-May-09 0:25
Henry Minute12-May-09 0:25 
Questioncrystal report + vb.net2005 Pin
hrishiS11-May-09 20:26
hrishiS11-May-09 20:26 
AnswerRe: crystal report + vb.net2005 Pin
Tiyani Miyambo11-May-09 20:49
Tiyani Miyambo11-May-09 20:49 
GeneralRe: crystal report + vb.net2005 Pin
hrishiS11-May-09 20:57
hrishiS11-May-09 20:57 
QuestionCrystal Report Error when called from VB 2008 Pin
Ener Leumas11-May-09 20:09
Ener Leumas11-May-09 20:09 

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.