Click here to Skip to main content
15,906,106 members
Home / Discussions / C#
   

C#

 
GeneralRe: Help Pin
amaankhan27-Oct-09 21:41
amaankhan27-Oct-09 21:41 
QuestionWhy is the size fixed to 16384? Pin
ralphigo27-Oct-09 19:14
ralphigo27-Oct-09 19:14 
AnswerRe: Why is the size fixed to 16384? Pin
Christian Graus27-Oct-09 19:43
protectorChristian Graus27-Oct-09 19:43 
AnswerRe: Why is the size fixed to 16384? Pin
Keith Barrow28-Oct-09 3:18
professionalKeith Barrow28-Oct-09 3:18 
QuestionIs there a difference between connect PPC to WS through ActiveSync and IP cradle ? Pin
E_Gold27-Oct-09 12:43
E_Gold27-Oct-09 12:43 
QuestionHow do i make custom control update display at design-time ? Pin
idan_bismut27-Oct-09 11:00
idan_bismut27-Oct-09 11:00 
AnswerRe: How do i make custom control update display at design-time ? Pin
Not Active27-Oct-09 11:08
mentorNot Active27-Oct-09 11:08 
GeneralRe: How do i make custom control update display at design-time ? Pin
idan_bismut27-Oct-09 11:24
idan_bismut27-Oct-09 11:24 
AnswerRe: How do i make custom control update display at design-time ? Pin
DaveyM6927-Oct-09 11:46
professionalDaveyM6927-Oct-09 11:46 
GeneralRe: How do i make custom control update display at design-time ? Pin
idan_bismut27-Oct-09 20:14
idan_bismut27-Oct-09 20:14 
QuestionHow do I pass images to and from the WebBrowser control??? Pin
DelphiCoder27-Oct-09 9:54
DelphiCoder27-Oct-09 9:54 
AnswerRe: How do I pass images to and from the WebBrowser control??? Pin
Henry Minute27-Oct-09 10:15
Henry Minute27-Oct-09 10:15 
GeneralRe: How do I pass images to and from the WebBrowser control??? Pin
Luc Pattyn27-Oct-09 10:20
sitebuilderLuc Pattyn27-Oct-09 10:20 
GeneralRe: How do I pass images to and from the WebBrowser control??? Pin
Henry Minute27-Oct-09 10:27
Henry Minute27-Oct-09 10:27 
GeneralRe: How do I pass images to and from the WebBrowser control??? Pin
Luc Pattyn27-Oct-09 10:33
sitebuilderLuc Pattyn27-Oct-09 10:33 
GeneralRe: How do I pass images to and from the WebBrowser control??? Pin
Henry Minute27-Oct-09 10:38
Henry Minute27-Oct-09 10:38 
GeneralRe: How do I pass images to and from the WebBrowser control??? Pin
0x3c027-Oct-09 11:00
0x3c027-Oct-09 11:00 
GeneralRe: How do I pass images to and from the WebBrowser control??? Pin
Not Active27-Oct-09 11:06
mentorNot Active27-Oct-09 11:06 
GeneralRe: How do I pass images to and from the WebBrowser control??? Pin
Henry Minute27-Oct-09 11:19
Henry Minute27-Oct-09 11:19 
AnswerRe: How do I pass images to and from the WebBrowser control??? Pin
Abhishek Sur27-Oct-09 10:23
professionalAbhishek Sur27-Oct-09 10:23 
GeneralRe: How do I pass images to and from the WebBrowser control??? Pin
DelphiCoder27-Oct-09 10:52
DelphiCoder27-Oct-09 10:52 
GeneralRe: How do I pass images to and from the WebBrowser control??? Pin
Abhishek Sur27-Oct-09 11:00
professionalAbhishek Sur27-Oct-09 11:00 
If you are using .NET web browser control, you might use base64 string for the image. say you have an image, you convert it to base64 and embed it directly in the web browser document.

See the example :
<img
src="data:image/gif;base64,R0lGODlhUAAPAKIAAAsLav///88PD9WqsYmApmZmZtZfYmdakyH5BAQUAP8ALAAAAABQAA8AAAPb
WLrc/jDKSVe4OOvNu/9gqARDSRBHegyGMahqO4R0bQcjIQ8E4BMCQc930JluyGRmdAAcdiigMLVr
ApTYWy5FKM1IQe+Mp+L4rphz+qIOBAUYeCY4p2tGrJZeH9y79mZsawFoaIRxF3JyiYxuHiMGb5KT
kpFvZj4ZbYeCiXaOiKBwnxh4fnt9e3ktgZyHhrChinONs3cFAShFF2JhvCZlG5uchYNun5eedRxM
AF15XEFRXgZWWdciuM8GCmdSQ84lLQfY5R14wDB5Lyon4ubwS7jx9NcV9/j5+g4JADs=
" alt="British Blog Directory" width="80" height="15" />


Just read the image from your desktop application to memorystream, convert it to base64 and feed into the img control inside the web browser document.. . Smile | :)

Hope this is what you are looking for... Rose | [Rose]

Abhishek Sur
Don't forget to click "Good Answer" if you like this Solution.
My Latest Articles-->

Microsoft Bing MAP using Javascript
CLR objects in SQL Server 2005
Uncommon C# Keywords
/xml>

GeneralRe: How do I pass images to and from the WebBrowser control??? Pin
DelphiCoder27-Oct-09 13:59
DelphiCoder27-Oct-09 13:59 
GeneralRe: How do I pass images to and from the WebBrowser control??? Pin
Abhishek Sur27-Oct-09 22:43
professionalAbhishek Sur27-Oct-09 22:43 
QuestionButtons in screenpreview (Win7) Pin
_Madmatt27-Oct-09 9:48
_Madmatt27-Oct-09 9:48 

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.