|
|
|||||||||
|
|||||||||
|
|||||||||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Ajax Application Generator Generate database and reporting .NET Web apps in minutes. Quickly create visually stunning, feature-rich apps that are easy to customize and ready to deploy. Download Now!
|
|
#1
|
|||
|
|||
|
I need some HELP..!!
I am working on VB6.0 I have a form when I am trying to use a Browser Program. This is what I have so far:
Private Sub Dir1_Change() File1.Path = Dir1.Path End Sub Private Sub Drive1_Change() Dir1.Path = Drive1.Drive End Sub Private Sub File1_Click() Dim WObj As Object Set WObj = CreateObject("Word.Application") WObj.Visible = True SlectedFile = File1.Path & "\" & File1.FileName WObj.Documents.Open (SelectedFile) <-- this is not workinig End Sub Anyways. What i want to do is: Open Documents with Word and Open CAD Drawings Using Voloview. So for the Drawing I will need to open that Program first and then the Drawing. Does anyone know how I can acomplish these tasks? Thanks Jorge ![]() |
|
#2
|
||||
|
||||
|
1) Simply by opening the file itself, it's associated viewer should be opened with the file contained inside.
2) Make sure that selectedFile variable contains the full path to the file that you are trying to open. You might need: dir1.path & "\" & File1.Path & "\" & File1.FileName or whatever gets the full path such as: c:\fullpath\file.doc |
![]() |
| Viewing: ASP Free Forums > Programming > Visual Basic Programming > I need some HELP..!! |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|
|
|