Click here to Skip to main content
15,916,693 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: partial search in multi-column listview Pin
Dave Kreskowiak5-Jun-09 4:27
mveDave Kreskowiak5-Jun-09 4:27 
AnswerRe: partial search in multi-column listview Pin
Zaegra5-Jun-09 10:57
Zaegra5-Jun-09 10:57 
QuestionCrystal report using ttx in vb.net PinPopular
Ageesh4-Jun-09 23:57
Ageesh4-Jun-09 23:57 
QuestionHow to access Word pages ? Pin
Agarwaen594-Jun-09 23:14
Agarwaen594-Jun-09 23:14 
AnswerRe: How to access Word pages ? Pin
Christian Graus4-Jun-09 23:18
protectorChristian Graus4-Jun-09 23:18 
GeneralRe: How to access Word pages ? Pin
Agarwaen594-Jun-09 23:25
Agarwaen594-Jun-09 23:25 
GeneralRe: How to access Word pages ? Pin
Christian Graus4-Jun-09 23:37
protectorChristian Graus4-Jun-09 23:37 
GeneralRe: How to access Word pages ? [modified] Pin
Agarwaen595-Jun-09 0:00
Agarwaen595-Jun-09 0:00 
Thank you for your fast and meaningful replies.

Yes I do realise that the user would have to have Word, Adobe Acrobat etc installed in order to open the documents. However, this issue will be dealt with in the program requirements =)

Here's what I've tried to do and the results of my actions:
Bits of code:

Dim doc As HtmlDocument
wb.Navigate("C:\1.doc")
doc = wb.Document
MsgBox(doc.GetElementsByTagName("EMBED").Count.ToString)

And the result returned by msgbox is ZERO !!! So it seems your were right. So I guess I'd need to somehow get inside the MS Word that opens the document inside my WebBrowser and figure out the page that the document is currently on, is that right ?

EDIT: Hmm, MsgBox(doc.Body.InnerText) returns an empty string as well. So methinks the issue is inside the Navigate method and the way it opens documents.

modified on Friday, June 5, 2009 6:14 AM

GeneralRe: How to access Word pages ? Pin
Christian Graus5-Jun-09 0:14
protectorChristian Graus5-Jun-09 0:14 
GeneralRe: How to access Word pages ? Pin
Agarwaen595-Jun-09 0:20
Agarwaen595-Jun-09 0:20 
GeneralRe: How to access Word pages ? Pin
Dave Kreskowiak5-Jun-09 4:24
mveDave Kreskowiak5-Jun-09 4:24 
QuestionHow to refresh datagridview? Pin
JC.KaNNaN4-Jun-09 20:59
JC.KaNNaN4-Jun-09 20:59 
AnswerRe: How to refresh datagridview? Pin
Christian Graus4-Jun-09 22:28
protectorChristian Graus4-Jun-09 22:28 
GeneralRe: How to refresh datagridview? Pin
JC.KaNNaN5-Jun-09 1:54
JC.KaNNaN5-Jun-09 1:54 
AnswerRe: How to refresh datagridview? Pin
Agarwaen594-Jun-09 23:27
Agarwaen594-Jun-09 23:27 
GeneralRe: How to refresh datagridview? Pin
JC.KaNNaN5-Jun-09 2:16
JC.KaNNaN5-Jun-09 2:16 
GeneralRe: How to refresh datagridview? Pin
Dave Kreskowiak5-Jun-09 4:22
mveDave Kreskowiak5-Jun-09 4:22 
QuestionWindows RDN name Pin
Nanda16054-Jun-09 20:02
Nanda16054-Jun-09 20:02 
AnswerRe: Windows RDN name Pin
dan!sh 4-Jun-09 23:07
professional dan!sh 4-Jun-09 23:07 
QuestionProblem using VB.Net to call DLL (containing pointers) written in C Pin
babybass4-Jun-09 14:30
babybass4-Jun-09 14:30 
AnswerRe: Problem using VB.Net to call DLL (containing pointers) written in C Pin
Christian Graus4-Jun-09 14:58
protectorChristian Graus4-Jun-09 14:58 
QuestionKeyEventArgs to Ascii Pin
nlarson114-Jun-09 11:34
nlarson114-Jun-09 11:34 
AnswerRe: KeyEventArgs to Ascii Pin
Henry Minute4-Jun-09 13:15
Henry Minute4-Jun-09 13:15 
AnswerRe: KeyEventArgs to Ascii Pin
Henry Minute4-Jun-09 13:40
Henry Minute4-Jun-09 13:40 
GeneralRe: KeyEventArgs to Ascii Pin
nlarson114-Jun-09 14:18
nlarson114-Jun-09 14:18 

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.