Click here to Skip to main content
15,902,198 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Help in Serialization and Remote events Pin
James Gohl14-Jul-04 8:53
James Gohl14-Jul-04 8:53 
QuestionHow to call a form using keyboard like F3 Pin
Seah6911-Jul-04 17:46
Seah6911-Jul-04 17:46 
AnswerRe: How to call a form using keyboard like F3 Pin
Syed Abdul Khader11-Jul-04 23:21
Syed Abdul Khader11-Jul-04 23:21 
AnswerRe: How to call a form using keyboard like F3 Pin
Syed Abdul Khader11-Jul-04 23:45
Syed Abdul Khader11-Jul-04 23:45 
GeneralWord.Application how to load to object without open Pin
vancouver77711-Jul-04 13:00
vancouver77711-Jul-04 13:00 
GeneralRe: Word.Application how to load to object without open Pin
Dave Kreskowiak11-Jul-04 16:53
mveDave Kreskowiak11-Jul-04 16:53 
GeneralRe: Word.Application how to load to object without open Pin
vancouver77712-Jul-04 0:59
vancouver77712-Jul-04 0:59 
GeneralRe: Word.Application how to load to object without open Pin
vancouver77712-Jul-04 7:59
vancouver77712-Jul-04 7:59 
I found a solution. the dll dsofile.dll
was availble for getting office document
properties with out open. I downloaded and
used from kb. Thank you.

Shin
"Microsoft Knowledge Base Article - 224351 "

Dim oFilePropReader As DSOleFile.PropertyReader
Dim oDocProp As DSOleFile.DocumentProperties

Set oFilePropReader = New DSOleFile.PropertyReader
Set oDocProp = oFilePropReader.GetDocumentProperties(strFileName)

Debug.print oDocProp.Title
'display the title of document

set oFilePropReader = nothing

Generaldisplay word file Pin
nazerudeen11-Jul-04 2:21
nazerudeen11-Jul-04 2:21 
GeneralRe: display word file Pin
Dave Kreskowiak11-Jul-04 17:06
mveDave Kreskowiak11-Jul-04 17:06 
GeneralProblem with ADO, ADO.NET and VB.NET Pin
Mekong River10-Jul-04 6:30
Mekong River10-Jul-04 6:30 
GeneralTransfer pop3 to Exchange Pin
sybux200010-Jul-04 5:11
sybux200010-Jul-04 5:11 
GeneralData Filling and Handelling in VB.NET using DataGrid Pin
Thangaraj P.V.10-Jul-04 3:48
Thangaraj P.V.10-Jul-04 3:48 
GeneralRe: Data Filling and Handelling in VB.NET using DataGrid Pin
Syed Abdul Khader11-Jul-04 23:06
Syed Abdul Khader11-Jul-04 23:06 
GeneralRe: Data Filling and Handelling in VB.NET using DataGrid Pin
Ravi S.V.12-Jul-04 0:01
Ravi S.V.12-Jul-04 0:01 
QuestionLock Monitor, Keyboad and Mouse - How??? Pin
tommy_tanaka9-Jul-04 23:00
tommy_tanaka9-Jul-04 23:00 
AnswerRe: Lock Monitor, Keyboad and Mouse - How??? Pin
Dave Kreskowiak10-Jul-04 14:31
mveDave Kreskowiak10-Jul-04 14:31 
GeneralRe: Lock Monitor, Keyboad and Mouse - How??? Pin
tommy_tanaka11-Jul-04 7:39
tommy_tanaka11-Jul-04 7:39 
GeneralRe: Lock Monitor, Keyboad and Mouse - How??? Pin
Dave Kreskowiak11-Jul-04 8:55
mveDave Kreskowiak11-Jul-04 8:55 
GeneralRe: Lock Monitor, Keyboad and Mouse - How??? Pin
tommy_tanaka12-Jul-04 2:15
tommy_tanaka12-Jul-04 2:15 
GeneralRe: Lock Monitor, Keyboad and Mouse - How??? Pin
Dave Kreskowiak12-Jul-04 5:30
mveDave Kreskowiak12-Jul-04 5:30 
GeneralRe: Lock Monitor, Keyboad and Mouse - How??? Pin
tommy_tanaka12-Jul-04 5:50
tommy_tanaka12-Jul-04 5:50 
GeneralRe: Lock Monitor, Keyboad and Mouse - How??? Pin
Dave Kreskowiak12-Jul-04 13:28
mveDave Kreskowiak12-Jul-04 13:28 
GeneralRe: Lock Monitor, Keyboad and Mouse - How??? Pin
James Gohl14-Jul-04 8:58
James Gohl14-Jul-04 8:58 
GeneralPrint to a File Pin
gthompson20059-Jul-04 19:11
gthompson20059-Jul-04 19:11 

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.