Click here to Skip to main content
15,914,500 members
Home / Discussions / Windows Forms
   

Windows Forms

 
QuestionSaving image to sql server using vb.net Pin
nowords4u21-Sep-09 2:54
nowords4u21-Sep-09 2:54 
AnswerRe: Saving image to sql server using vb.net Pin
bluepoison21-Sep-09 3:21
bluepoison21-Sep-09 3:21 
GeneralRe: Saving image to sql server using vb.net Pin
dan!sh 21-Sep-09 23:12
professional dan!sh 21-Sep-09 23:12 
AnswerRe: Saving image to sql server using vb.net Pin
nowords4u22-Sep-09 10:04
nowords4u22-Sep-09 10:04 
QuestionMake Something Like the Visual Studio Start Page Pin
Brian C Hart18-Sep-09 12:47
professionalBrian C Hart18-Sep-09 12:47 
AnswerRe: Make Something Like the Visual Studio Start Page Pin
Luc Pattyn18-Sep-09 12:54
sitebuilderLuc Pattyn18-Sep-09 12:54 
QuestionRe: Make Something Like the Visual Studio Start Page Pin
Brian C Hart19-Sep-09 8:26
professionalBrian C Hart19-Sep-09 8:26 
AnswerRe: Make Something Like the Visual Studio Start Page Pin
Luc Pattyn19-Sep-09 8:57
sitebuilderLuc Pattyn19-Sep-09 8:57 
Hi Brian,

there is a solution to that, not a very simple one though. It basically consists of embedding a web server into your application, and letting your WebBrowser show actual pages originating from that web server. The complexity depends on the features you would want; just delivering files should be very easy (remember, each image just causes another HTTP GET request to the server, and gets answered by sending the image file). Things would become real complex if you want to handle forms, AJAX, etc.

I trust CodeProject holds some decent articles on the subject, maybe tthis one[^] could help.

Smile | :)

Luc Pattyn

Have a look at my entry for the lean-and-mean competition; please provide comments, feedback, discussion, and don’t forget to vote for it! Thank you.

Local announcement (Antwerp region): Lange Wapper? Neen!


QuestionWebBrowser control stopped working Pin
Alan Burkhart17-Sep-09 5:22
Alan Burkhart17-Sep-09 5:22 
AnswerRe: WebBrowser control stopped working Pin
Luc Pattyn17-Sep-09 5:44
sitebuilderLuc Pattyn17-Sep-09 5:44 
GeneralRe: WebBrowser control stopped working Pin
Alan Burkhart17-Sep-09 15:09
Alan Burkhart17-Sep-09 15:09 
GeneralRe: WebBrowser control stopped working Pin
Luc Pattyn17-Sep-09 15:23
sitebuilderLuc Pattyn17-Sep-09 15:23 
GeneralRe: WebBrowser control stopped working Pin
Alan Burkhart17-Sep-09 15:56
Alan Burkhart17-Sep-09 15:56 
GeneralRe: WebBrowser control stopped working Pin
Luc Pattyn17-Sep-09 16:05
sitebuilderLuc Pattyn17-Sep-09 16:05 
GeneralRe: WebBrowser control stopped working Pin
Alan Burkhart17-Sep-09 16:38
Alan Burkhart17-Sep-09 16:38 
GeneralRe: WebBrowser control stopped working Pin
Luc Pattyn17-Sep-09 16:52
sitebuilderLuc Pattyn17-Sep-09 16:52 
GeneralRe: WebBrowser control stopped working Pin
Luc Pattyn17-Sep-09 16:56
sitebuilderLuc Pattyn17-Sep-09 16:56 
GeneralRe: WebBrowser control stopped working Pin
Alan Burkhart17-Sep-09 17:09
Alan Burkhart17-Sep-09 17:09 
GeneralRe: WebBrowser control stopped working Pin
Alan Burkhart17-Sep-09 18:01
Alan Burkhart17-Sep-09 18:01 
GeneralRe: WebBrowser control stopped working Pin
Luc Pattyn17-Sep-09 18:29
sitebuilderLuc Pattyn17-Sep-09 18:29 
QuestionReplacement component for the Microsoft MSHTML component (PIA) [modified] Pin
Joost Verdaasdonk17-Sep-09 2:47
Joost Verdaasdonk17-Sep-09 2:47 
AnswerRe: Replacement component for the Microsoft MSHTML component (PIA) Pin
Joost Verdaasdonk20-Sep-09 21:57
Joost Verdaasdonk20-Sep-09 21:57 
QuestionAdding Dropdown button to ToolStrip Pin
εїзεїзεїз16-Sep-09 21:49
εїзεїзεїз16-Sep-09 21:49 
AnswerRe: Adding Dropdown button to ToolStrip Pin
Henry Minute17-Sep-09 3:13
Henry Minute17-Sep-09 3:13 
GeneralRe: Adding Dropdown button to ToolStrip Pin
εїзεїзεїз17-Sep-09 13:10
εїзεїзεїз17-Sep-09 13:10 

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.