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
  1. Home
  2. General Programming
  3. C#
  4. create form like ICQ

create form like ICQ

Scheduled Pinned Locked Moved C#
4 Posts 3 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.
  • K Offline
    K Offline
    kobi10i10
    wrote on last edited by
    #1

    Hi, I need to create form like ICQ/ Thank u

    T N 2 Replies Last reply
    0
    • K kobi10i10

      Hi, I need to create form like ICQ/ Thank u

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

      What do you mean excactly with 'like ICQ'? Maybe you can use the msn API, or skype beta API? I don't really know if ICQ has an API too, maybe it has? Try a search on google... Succes

      K 1 Reply Last reply
      0
      • T thunderbirdje

        What do you mean excactly with 'like ICQ'? Maybe you can use the msn API, or skype beta API? I don't really know if ICQ has an API too, maybe it has? Try a search on google... Succes

        K Offline
        K Offline
        kobi10i10
        wrote on last edited by
        #3

        i mean a form that wouldn't be hidden by another form and the other windows will be affected by this form (the form will be showd always even if other window are open)

        1 Reply Last reply
        0
        • K kobi10i10

          Hi, I need to create form like ICQ/ Thank u

          N Offline
          N Offline
          Nader Elshehabi
          wrote on last edited by
          #4

          Hello You will have to use windows API to do this. The function is

          ::SetWindowPos(m_hWnd , // handle to window
          HWND_TOPMOST, // placement-order handle
          rect.left, // horizontal position
          rect.top, // vertical position
          rect.Width(), // width
          rect.Height(), // height
          SWP_SHOWWINDOW // window-positioning options);

          search for how to handle unmanaged calls from C#, and dllImport. Regards:rose:

          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