User Profile

Collapse

Profile Sidebar

Collapse
kappolo
kappolo
Last Activity: Dec 4 '08, 08:01 AM
Joined: Dec 1 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • kappolo
    started a topic C# starting Opera process

    C# starting Opera process

    I want to start in C# a process of Opera web browser with a given URL.
    I'm using Windows Mobile 5 and Opera 9.5 Beta
    Ive tried the following code (working of Internet Explorer)
    Code:
    System.Diagnostics.Process proc = new System.Diagnostics.Process();
    proc.StartInfo.FileName = "iexplore";
    proc.StartInfo.Arguments = "http://www.google.com";
    proc.Start();
    I've tried to change "iexplore"...
    See more | Go to post

  • kappolo
    started a topic C# on WinMobile POST request
    in .NET

    C# on WinMobile POST request

    Hello,
    I have a lame question about how to make a POST request on C# under Windows Mobile 5.
    I'm new to this language and technology, but I need it for a school project.

    Scenario:
    I have a php website randomblabla.co m/index.php that has a form with post with a text field status (the only field that I use).
    I'd like to make an HTTP POST request to this website sending the status from the mobile application....
    See more | Go to post
No activity results to display
Show More
Working...