|
|
|
MS Office
|
|||
|---|---|---|---|
|
#18+
Народ подскажите Как определить на VB установлен ли пакет MS Office и его приложения на компе ? ... |
|||
|
:
Нравится:
Не нравится:
|
|||
| 15.05.2007, 15:57 |
|
||
|
MS Office
|
|||
|---|---|---|---|
|
#18+
Самое простое - проверить содержимое HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths на предмет наличия MSACCESS.EXE, OUTLOOK.EXE, excel.exe, Winword.exe, powerpnt.exe, ... ... |
|||
|
:
Нравится:
Не нравится:
|
|||
| 15.05.2007, 16:08 |
|
||
|
MS Office
|
|||
|---|---|---|---|
|
#18+
Меню Project - Add Reference - выбрать вкладка COM в Name Components будет всё что есть в данной винде на данный момент ... |
|||
|
:
Нравится:
Не нравится:
|
|||
| 15.05.2007, 16:22 |
|
||
|
MS Office
|
|||
|---|---|---|---|
|
#18+
Или ты имеешь ввиду что типа этого? Код: plaintext 1. ... |
|||
|
:
Нравится:
Не нравится:
|
|||
| 15.05.2007, 16:27 |
|
||
|
MS Office
|
|||
|---|---|---|---|
|
#18+
Не факт, что установлен Excel. Надо искать файл mso.dll '--------------------------------------------------------------------------------------- Private Declare Function SearchTreeForFile Lib "ImageHlp.dll" (ByVal lpRoot As String, ByVal lpInPath As String, ByVal lpOutPath As String) As Long Function LocateFile(ByVal strFilename As String, ByVal strRootPath As String) As String Dim strBuffer As String Dim lngResult As Long Const MAX_PATH = 260 LocateFile = "" strBuffer = String$(MAX_PATH, 0) lngResult = SearchTreeForFile(strRootPath, strFilename, strBuffer) If lngResult <> 0 Then If InStr(strBuffer, vbNullChar) > 0 Then LocateFile = Left$(strBuffer, InStr(strBuffer, vbNullChar) - 1) End If End If End Function Private Sub Command1_Click() '-----Содержимое этого Саба пихать на свое усмотрение Dim sPath As String sPath = LocateFile("mso.dll", "c:\") If sPath = "" Then MsgBox "Ms Office not found!", vbExlamation Else MsgBox "File full path = " & sPath, vbInformation End If End Sub '---------------------------------------------------------------------------------- Уж полночь близится, а аффтар все ни жжот! ... |
|||
|
:
Нравится:
Не нравится:
|
|||
| 16.05.2007, 11:49 |
|
||
|
|

start [/forum/topic.php?fid=60&fpage=234&tid=2164033]: |
0ms |
get settings: |
7ms |
get forum list: |
22ms |
check forum access: |
3ms |
check topic access: |
3ms |
track hit: |
64ms |
get topic data: |
12ms |
get forum data: |
3ms |
get page messages: |
35ms |
get tp. blocked users: |
1ms |
| others: | 227ms |
| total: | 377ms |

| 0 / 0 |
