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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. IP address

IP address

Scheduled Pinned Locked Moved C / C++ / MFC
c++question
3 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    ask_you
    wrote on last edited by
    #1

    Is it possible to create IP address box without using MFC? i mean a plain Win 32 application

    T 1 Reply Last reply
    0
    • A ask_you

      Is it possible to create IP address box without using MFC? i mean a plain Win 32 application

      T Offline
      T Offline
      ThatsAlok
      wrote on last edited by
      #2

      ask_you wrote: Is it possible to create IP address box without using MFC? Yeap ask_you wrote: i mean a plain Win 32 application here is the class SysIPAddress32 you have to pass in CreateWindow to dynamically create IpAddressCtrl

      "Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow

      cheers, Alok Gupta

      A 1 Reply Last reply
      0
      • T ThatsAlok

        ask_you wrote: Is it possible to create IP address box without using MFC? Yeap ask_you wrote: i mean a plain Win 32 application here is the class SysIPAddress32 you have to pass in CreateWindow to dynamically create IpAddressCtrl

        "Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow

        cheers, Alok Gupta

        A Offline
        A Offline
        ask_you
        wrote on last edited by
        #3

        Thanx i tried to implement the IP address using the following code hWnd = CreateWindowEx(NULL,ClsName,WndName,WS_OVERLAPPEDWINDOW, CW_USEDEFAULT, CW_USEDEFAULT, 300, 200, NULL, NULL, GetModuleHandle(NULL), NULL); HWND IPAddrWindow = CreateWindow("SysIPAddress32",NULL, WS_VISIBLE|WS_CHILD,35,55,250,30,hWnd,NULL,NULL,NULL); But its not created... only the blank base window is displayed. where am i wrong?

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

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