Click here to Skip to main content
15,887,676 members
Home / Discussions / C#
   

C#

 
AnswerRe: I thought understood file io Pin
Wendelius9-Dec-12 10:29
mentorWendelius9-Dec-12 10:29 
AnswerRe: I thought understood file io Pin
Dave Kreskowiak9-Dec-12 12:23
mveDave Kreskowiak9-Dec-12 12:23 
AnswerRe: I thought understood file io Pin
Pete O'Hanlon9-Dec-12 18:20
mvePete O'Hanlon9-Dec-12 18:20 
QuestionWhat's the relation of delegate and threading Pin
mohammadkaab9-Dec-12 8:09
mohammadkaab9-Dec-12 8:09 
AnswerRe: What's the relation of delegate and threading Pin
Shameel10-Dec-12 21:19
professionalShameel10-Dec-12 21:19 
QuestionHow to pass variables from main window to Html file Pin
amiraf1239-Dec-12 3:43
amiraf1239-Dec-12 3:43 
AnswerRe: How to pass variables from main window to Html file Pin
Eddy Vluggen9-Dec-12 23:09
professionalEddy Vluggen9-Dec-12 23:09 
GeneralRe: How to pass variables from main window to Html file Pin
amiraf12310-Dec-12 0:51
amiraf12310-Dec-12 0:51 
Hi,
i am trying to use WebBrowser.navigate("c:\path?pramaters").
so it should send the parameters like in GET method - as part of the address.

but it seems like there is a problem with the '?' char.

i also used the followig way:


XML
String postdata = "long1=32";
            System.Text.Encoding a = System.Text.Encoding.UTF8;
            byte[] byte1 = a.GetBytes(postdata);
            webBrowser1.Navigate("c:\\map.htm","", byte1, "Content-Type: application/x-www-form-urlencoded\r\n");


then i the map.html i m getting the parameters using javascript but the results of the parametrers is "undefined"

when i m trying to load the same html file (map.html?lat=12) directly in my chrome browser it getting the parameter as i pass him - 12 .
so the problem is the C# code , the javascript works well
GeneralRe: How to pass variables from main window to Html file Pin
Eddy Vluggen10-Dec-12 1:48
professionalEddy Vluggen10-Dec-12 1:48 
GeneralRe: How to pass variables from main window to Html file Pin
amiraf12310-Dec-12 2:36
amiraf12310-Dec-12 2:36 
GeneralRe: How to pass variables from main window to Html file Pin
Eddy Vluggen10-Dec-12 3:00
professionalEddy Vluggen10-Dec-12 3:00 
GeneralRe: How to pass variables from main window to Html file Pin
amiraf12310-Dec-12 3:36
amiraf12310-Dec-12 3:36 
GeneralRe: How to pass variables from main window to Html file Pin
Eddy Vluggen11-Dec-12 2:19
professionalEddy Vluggen11-Dec-12 2:19 
GeneralRe: How to pass variables from main window to Html file Pin
amiraf12311-Dec-12 3:56
amiraf12311-Dec-12 3:56 
QuestionWCF REST Service : Using Bing Map Pin
Vijay Kanda8-Dec-12 20:56
Vijay Kanda8-Dec-12 20:56 
AnswerRe: WCF REST Service : Using Bing Map Pin
OriginalGriff8-Dec-12 22:36
mveOriginalGriff8-Dec-12 22:36 
AnswerRe: WCF REST Service : Using Bing Map Pin
Richard MacCutchan8-Dec-12 22:40
mveRichard MacCutchan8-Dec-12 22:40 
GeneralRe: WCF REST Service : Using Bing Map Pin
Vijay Kanda9-Dec-12 10:33
Vijay Kanda9-Dec-12 10:33 
GeneralRe: WCF REST Service : Using Bing Map Pin
Richard MacCutchan9-Dec-12 21:30
mveRichard MacCutchan9-Dec-12 21:30 
QuestionUsing Bing map or google geocoder Pin
Vijay Kanda8-Dec-12 14:08
Vijay Kanda8-Dec-12 14:08 
AnswerRe: Using Bing map or google geocoder Pin
Simon_Whale8-Dec-12 23:43
Simon_Whale8-Dec-12 23:43 
GeneralRe: Using Bing map or google geocoder Pin
Vijay Kanda9-Dec-12 10:30
Vijay Kanda9-Dec-12 10:30 
AnswerRe: Using Bing map or google geocoder Pin
Simon_Whale9-Dec-12 12:07
Simon_Whale9-Dec-12 12:07 
QuestionSomewhat embarrassed: how do I get the dotnet framework? Pin
Septimus Hedgehog8-Dec-12 0:11
Septimus Hedgehog8-Dec-12 0:11 
AnswerRe: Somewhat embarrassed: how do I get the dotnet framework? Pin
OriginalGriff8-Dec-12 1:54
mveOriginalGriff8-Dec-12 1:54 

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.