Click here to Skip to main content
15,881,812 members
Home / Discussions / C#
   

C#

 
QuestionAuto serial software Pin
ostad_mrn10-Jun-10 2:39
ostad_mrn10-Jun-10 2:39 
AnswerRe: Auto serial software Pin
#realJSOP10-Jun-10 2:49
mve#realJSOP10-Jun-10 2:49 
QuestionRe: Auto serial software Pin
ostad_mrn10-Jun-10 3:13
ostad_mrn10-Jun-10 3:13 
AnswerRe: Auto serial software Pin
#realJSOP10-Jun-10 4:26
mve#realJSOP10-Jun-10 4:26 
QuestionHow to find duplicate values in two or more Excel files? Pin
bebef_198710-Jun-10 2:27
bebef_198710-Jun-10 2:27 
AnswerRe: How to find duplicate values in two or more Excel files? Pin
Adam R Harris10-Jun-10 4:58
Adam R Harris10-Jun-10 4:58 
QuestionCan I pass binary data of a file to WebBrowser control? Pin
Ahmad Safwat10-Jun-10 1:32
Ahmad Safwat10-Jun-10 1:32 
AnswerRe: Can I pass binary data of a file to WebBrowser control? Pin
Luc Pattyn10-Jun-10 1:51
sitebuilderLuc Pattyn10-Jun-10 1:51 
With WebBrowser, you either provide a URL to the Navigate() method, which causes the Control to go fetch the corresponding web page, or you provide an HTML document to its DocumentText property, so you provide the page content directly, nothing gets fetched.

The DocumentText also accepts non-HTML documents very much like Internet Explorer does. If you set it to "aha" it will show the word in a default font, size, color, etc. And probably, not tested, if you feed it a PDF document (the binary content of a PDF file) it will display that too, assuming your system has the necessary code to do so, i.e. Internet Explorer is doing that too.

You should experiment a bit.

Smile | :)
Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles]

I only read formatted code with indentation, so please use PRE tags for code snippets.

I'm not participating in frackin' Q&A, so if you want my opinion, ask away in a real forum (or on my profile page).

GeneralRe: Can I pass binary data of a file to WebBrowser control? Pin
Ahmad Safwat10-Jun-10 1:56
Ahmad Safwat10-Jun-10 1:56 
AnswerRe: Can I pass binary data of a file to WebBrowser control? Pin
Giorgi Dalakishvili10-Jun-10 2:14
mentorGiorgi Dalakishvili10-Jun-10 2:14 
GeneralRe: Can I pass binary data of a file to WebBrowser control? Pin
Ahmad Safwat10-Jun-10 2:45
Ahmad Safwat10-Jun-10 2:45 
GeneralRe: Can I pass binary data of a file to WebBrowser control? Pin
Luc Pattyn10-Jun-10 3:44
sitebuilderLuc Pattyn10-Jun-10 3:44 
GeneralRe: Can I pass binary data of a file to WebBrowser control? Pin
Ahmad Safwat10-Jun-10 4:14
Ahmad Safwat10-Jun-10 4:14 
GeneralRe: Can I pass binary data of a file to WebBrowser control? Pin
Luc Pattyn10-Jun-10 4:28
sitebuilderLuc Pattyn10-Jun-10 4:28 
GeneralRe: Can I pass binary data of a file to WebBrowser control? [modified] Pin
Hristo-Bojilov10-Jun-10 6:23
Hristo-Bojilov10-Jun-10 6:23 
GeneralRe: Can I pass binary data of a file to WebBrowser control? Pin
Luc Pattyn10-Jun-10 7:02
sitebuilderLuc Pattyn10-Jun-10 7:02 
GeneralRe: Can I pass binary data of a file to WebBrowser control? Pin
Hristo-Bojilov10-Jun-10 7:30
Hristo-Bojilov10-Jun-10 7:30 
GeneralRe: Can I pass binary data of a file to WebBrowser control? Pin
Luc Pattyn10-Jun-10 7:40
sitebuilderLuc Pattyn10-Jun-10 7:40 
GeneralRe: Can I pass binary data of a file to WebBrowser control? Pin
Luc Pattyn10-Jun-10 8:18
sitebuilderLuc Pattyn10-Jun-10 8:18 
GeneralRe: Can I pass binary data of a file to WebBrowser control? Pin
Hristo-Bojilov10-Jun-10 10:51
Hristo-Bojilov10-Jun-10 10:51 
GeneralRe: Can I pass binary data of a file to WebBrowser control? Pin
Luc Pattyn10-Jun-10 10:55
sitebuilderLuc Pattyn10-Jun-10 10:55 
GeneralRe: Can I pass binary data of a file to WebBrowser control? Pin
Hristo-Bojilov10-Jun-10 11:11
Hristo-Bojilov10-Jun-10 11:11 
GeneralRe: Can I pass binary data of a file to WebBrowser control? Pin
Luc Pattyn10-Jun-10 14:30
sitebuilderLuc Pattyn10-Jun-10 14:30 
AnswerRe: Can I pass binary data of a file to WebBrowser control? Pin
Luc Pattyn10-Jun-10 8:19
sitebuilderLuc Pattyn10-Jun-10 8:19 
GeneralRe: Can I pass binary data of a file to WebBrowser control? Pin
AspDotNetDev10-Jun-10 13:52
protectorAspDotNetDev10-Jun-10 13:52 

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.