Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
P

pc18

@pc18
About
Posts
1
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • C# Change IP Address
    P pc18

    Hi, have you found the solution to your question? I am currently searching for a solution myself. I am using this code on a Windows Mobile 6 device, but it doesn't seem to set the IP to the hardcoded one. Instead, it stays 0.0.0.0. Maybe you or someone else can figure this out. Cheers! private NetworkInterface wireless_interface; System.Net.IPAddress ip = System.Net.IPAddress.Parse("192.168.16.1"); if (wireless_interface == null) return; wireless_interface.CurrentIpAddress = ip; wireless_interface.Bind();

    Mobile csharp question tutorial
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups