I have a winform application that needs to open the URL in a new browser window and pass the data to it. In addition, the data is too large to pass query string parameters. Is there a way to launch a new browser instance and somehow transfer the data as form or session data?
Not quite the answer to your question, but you can embed the IE control in your window and easily cope with this code. See: http://msdn.microsoft.com/en-us/library/2te2y1x6%28v=VS.85%29.aspx
, , , RandomNoobs. . , .
, , .
№ 1
XML, XML XML , -.
, Serialization .
Serialization
, ! =)
1) ( , SQL)
2) , (, , GUID)
3) -
4) load this object from your database.
5)...?
6) Profit!
Link = "http://aaa.com/asdas.exe", for example. you can use this.
System.Diagnostics.Process p = new System.Diagnostics.Process(); p.StartInfo.FileName = "\"" + Link + "\""; p.StartInfo.UseShellExecute = true; p.Start();
Source: https://habr.com/ru/post/1753326/More articles:How to connect code to a running iphone application - debuggingHide when clicking on a document, except when clicking on a div - jqueryNetbeans - Can't find include file: QtGui - qtPartial failure in the extension method fails - c #How to get 1st parameter in main () in C ++? - c ++Definition of title, background colors in latex - pdflatexunderstanding sleep mode cache - javaUnity Child Container Lifetime with WCF - unity-containerКак svn mkdir../dir, если.. не рабочая копия? - svnhttps://translate.googleusercontent.com/translate_c?depth=1&pto=aue&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/1753331/test-credentials-to-access-a-web-page&usg=ALkJrhhpSBWfZU9sINQ9XC0qgHUggRIS7QAll Articles