User Profile

Collapse

Profile Sidebar

Collapse
mtnbiker
mtnbiker
Last Activity: Mar 17 '10, 03:30 AM
Joined: Mar 15 '10
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Thanks for the reply

    Thanks for the quick reply. Obviously, I do not do this for a living! Good thing. That being said, is there a managed code (Visual C#) way to load a local .html file into a web browser-type form and pass certain parameters to the file (the file is java script and the parameters are values I am reading out of the registry). Seems to me, there should be some way of doing this, although the way I have shown is...
    See more | Go to post

    Leave a comment:


  • Using Webbrowser to load a page from a file with a query string?

    Am a novice at this. Trying to write a piece of code for personal use. Intent is to load a web page from a file (.html) and pass to it three parameters using a query string. Code is written in Visual C# with .net CF 3.5. Target platform is Windows Mobile. Using Windows Mobile 6 SDK. Example code is below passing only one parameter:

    Code:
            private void RefreshData()
            {
                string temp_url="file://\\Program
    ...
    See more | Go to post
No activity results to display
Show More
Working...