set Visual Basic compiler options programatically

Hi,

I wanted to know how to set Visual Basic compiler options programatically, example adding dll references programatically and setting the binary compatibility.
 


Answer this question

set Visual Basic compiler options programatically

  • decyclone

    look at using the ENVDTE and ENVDTE80 namespaces...they will give you the ability to progmatically manipulate the IDE.

  • HolySmokes

    You could best have that question answered in a VB6 Forum as these are for .net.

  • DimitrisTsangaris

    Hi,

    Thanks, But i think this we can use only in .net, i wanted to know how to use the command line options for adding dll references dynamically using vb6.exe (visual basic 6.0)

  • set Visual Basic compiler options programatically