Search found 6 matches

by ern
Sat Jul 24, 2004 4:20 pm
Forum: Coding Questions
Topic: WebGadget DocumentComplete event
Replies: 41
Views: 21500

Ignoring all other issues about the WebBrowser, I meant that if the "document" (a nebulous term in MSspeak- see http://msdn.microsoft.com/workshop/browser/webbrowser/reference/properties/document.asp? ) in question is an MSWord document; a #PB_EventRepaint message seems to come back to the PureBasic ...
by ern
Wed Jul 21, 2004 2:04 am
Forum: Coding Questions
Topic: WebGadget DocumentComplete event
Replies: 41
Views: 21500

I too would like too know what the WebGadget is up to sometimes, and I feel like I've been to some of the places y'all have, trying to find out.

For what it's worth, with reference strictly to (Word) "Documents", I had some luck with the following code ...
by ern
Sun May 09, 2004 6:09 pm
Forum: Coding Questions
Topic: message 275 (1792 on similar projects)
Replies: 10
Views: 4516

While my original code worked consistently in my debugger and failed consistently as an executable; fweil's variation works inconsistently in both(for me); yet I can't see much difference in the logic.

I guess it was sort of reckless using something when I didn't know what it was, much less what it ...
by ern
Sun May 09, 2004 3:51 pm
Forum: Coding Questions
Topic: message 275 (1792 on similar projects)
Replies: 10
Views: 4516

P.S.

I didn't mean to get so minimal as to forget an End statement
by ern
Sun May 09, 2004 2:21 pm
Forum: Coding Questions
Topic: message 275 (1792 on similar projects)
Replies: 10
Views: 4516

Back to the drawing board

Well; I see this morning that my code works fine in the debugger, but not in an executable, so my questions may be academic-but I'm stuck with them.

Sometimes, with Windows, I feel like The Blind Men and the Elephant. Microsoft suggests using the webbrowser control for uses other than Web browsing ...
by ern
Sun May 09, 2004 2:23 am
Forum: Coding Questions
Topic: message 275 (1792 on similar projects)
Replies: 10
Views: 4516

message 275 (1792 on similar projects)

Hi y'all

I got PureBasic 0n 3/9/04, and I'm amazed by IT, but dismayed by Microsoft/Windows. In the 80's I used COBOL and have been playing catch-up ever since. I've enjoyed running some of your(s) code, and have done some things myself. One of my approaches has been to take your examples down to ...