Jump to content

How can I open a 3ds max file (*.3ds) using visula basic

- - - - -

  • Please log in to reply
2 replies to this topic

#1
fotisnafplion

fotisnafplion

    Newbie

  • Members
  • Pip
  • 2 posts
Hello! I d like to write some code that opens a 3dmax file when I click a button. Is this easy?
Would it be easier to use VB for Applications from 3ds max?

#2
fotisnafplion

fotisnafplion

    Newbie

  • Members
  • Pip
  • 2 posts
Actually I found a solution but another problem showed up. I can use the shell function to open 3DS Max but I can't find a way to open files with ".3ds" extension. Do I have to use the ShellExecute API call? Is that easy? Please help me!

#3
Blimp

Blimp

    Programmer

  • Members
  • PipPipPipPip
  • 154 posts
There should be a command line argument that the 3DS Max program will take. Either that or you could try simply executing the .3ds file itself, though this would mean that if a user didn't have 3ds files associated to 3DS Max then it would not open.

Id stick with the command line argument though, it'll be a lot more consistent.




1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users