Click here to Skip to main content
15,907,328 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionNeed Help with ADODB.Connection_InfoMessage Event in VB6 Pin
valkyriexp8-May-08 14:00
valkyriexp8-May-08 14:00 
AnswerRe: Need Help with ADODB.Connection_InfoMessage Event in VB6 Pin
Dave Kreskowiak9-May-08 1:42
mveDave Kreskowiak9-May-08 1:42 
GeneralRe: Need Help with ADODB.Connection_InfoMessage Event in VB6 Pin
valkyriexp9-May-08 6:06
valkyriexp9-May-08 6:06 
AnswerRe: Need Help with ADODB.Connection_InfoMessage Event in VB6 Pin
valkyriexp9-May-08 10:41
valkyriexp9-May-08 10:41 
QuestionMinimizing a windows application. Pin
dptalt8-May-08 10:25
dptalt8-May-08 10:25 
AnswerRe: Minimizing a windows application. Pin
Smithers-Jones8-May-08 10:44
Smithers-Jones8-May-08 10:44 
Questionspecifying autocad version when opened by my vb application Pin
OlaMohammed8-May-08 10:21
OlaMohammed8-May-08 10:21 
AnswerRe: specifying autocad version when opened by my vb application Pin
Dave Kreskowiak8-May-08 10:31
mveDave Kreskowiak8-May-08 10:31 
Launching the acad drawing file itself?? You can't. It'll be opened by the version that is registered to open that particular version of the file.

You'd have to use some kind of Autocad automation library to control which version opens the file in question. I don't if this exists or not. This would be a question for AutoDesk I would think...

The only other possibility would be to buld a command line string that launches the Autocad.exe you want with the drawing file as a command line parameter. Something like:
C:\Program Files\AutoDesk\Autocad 12\AutoCad.exe "C:\some folder\folder\other folder\someDrawingFile.dwg"

All of the folders and filenames in this example are hypothetical and may not relfect actual file/folder names in the real world.


A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007, 2008




GeneralRe: specifying autocad version when opened by my vb application Pin
OlaMohammed10-May-08 3:07
OlaMohammed10-May-08 3:07 
Questionsql server Pin
bapu28898-May-08 9:52
bapu28898-May-08 9:52 
AnswerRe: sql server Pin
Dave Kreskowiak8-May-08 10:20
mveDave Kreskowiak8-May-08 10:20 
QuestionRe: sql server Pin
bapu28899-May-08 9:01
bapu28899-May-08 9:01 
AnswerRe: sql server Pin
Dave Kreskowiak9-May-08 13:54
mveDave Kreskowiak9-May-08 13:54 
QuestionRe: sql server Pin
bapu288910-May-08 7:29
bapu288910-May-08 7:29 
AnswerRe: sql server Pin
Dave Kreskowiak10-May-08 9:07
mveDave Kreskowiak10-May-08 9:07 
QuestionRe: sql server Pin
bapu288910-May-08 23:12
bapu288910-May-08 23:12 
QuestionDisappearing custom CommandBar menu in Excel Pin
dsimms8-May-08 8:05
dsimms8-May-08 8:05 
Questionfread() equivalent in VB? Pin
Phyxion8-May-08 7:49
Phyxion8-May-08 7:49 
AnswerRe: fread() equivalent in VB? Pin
Tim Carmichael8-May-08 7:56
Tim Carmichael8-May-08 7:56 
GeneralRe: fread() equivalent in VB? Pin
Phyxion8-May-08 8:08
Phyxion8-May-08 8:08 
AnswerRe: fread() equivalent in VB? Pin
Phyxion8-May-08 9:26
Phyxion8-May-08 9:26 
GeneralRe: fread() equivalent in VB? Pin
Anubhava Dimri8-May-08 19:57
Anubhava Dimri8-May-08 19:57 
Questionhow can made msn messenger or windows messenger in vb.net?please send me coding of this application and send me msn messenger application in vb.net Pin
mohammedali20068-May-08 7:48
mohammedali20068-May-08 7:48 
AnswerRe: how can made msn messenger or windows messenger in vb.net?please send me coding of this application and send me msn messenger application in vb.net Pin
Tim Carmichael8-May-08 7:58
Tim Carmichael8-May-08 7:58 
AnswerRe: how can made msn messenger or windows messenger in vb.net?please send me coding of this application and send me msn messenger application in vb.net Pin
Christian Graus8-May-08 14:04
protectorChristian Graus8-May-08 14:04 

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.