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. winform start location

winform start location

Scheduled Pinned Locked Moved C#
question
6 Posts 4 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.
  • P Offline
    P Offline
    Peter Reiter
    wrote on last edited by
    #1

    hi how can i set the startlocation of an winform? i don't mean center or standard i want to let it start bottom right of the screen, over the clock and tray icons can someone tell me how i can do so thx

    H L H 4 Replies Last reply
    0
    • P Peter Reiter

      hi how can i set the startlocation of an winform? i don't mean center or standard i want to let it start bottom right of the screen, over the clock and tray icons can someone tell me how i can do so thx

      H Offline
      H Offline
      hxxbin
      wrote on last edited by
      #2

      Maybe you want a NotifyIcon?? ---- hxxbin

      P 1 Reply Last reply
      0
      • H hxxbin

        Maybe you want a NotifyIcon?? ---- hxxbin

        P Offline
        P Offline
        Peter Reiter
        wrote on last edited by
        #3

        hxxbin wrote: Maybe you want a NotifyIcon?? i have one already :) i need exacly what i wrote in the 1st post

        1 Reply Last reply
        0
        • P Peter Reiter

          hi how can i set the startlocation of an winform? i don't mean center or standard i want to let it start bottom right of the screen, over the clock and tray icons can someone tell me how i can do so thx

          L Offline
          L Offline
          leppie
          wrote on last edited by
          #4

          Form.Location and set Startup position to manual. leppie::AllocCPArticle("Zee blog");
          Seen on my Campus BBS: Linux is free...coz no-one wants to pay for it.

          1 Reply Last reply
          0
          • P Peter Reiter

            hi how can i set the startlocation of an winform? i don't mean center or standard i want to let it start bottom right of the screen, over the clock and tray icons can someone tell me how i can do so thx

            H Offline
            H Offline
            Heath Stewart
            wrote on last edited by
            #5

            leppie's right about the positioning, but I must add that - according to the PSDK documentation - you can't display your form on top of the taskbar unless you use a borderless form and make it the size of the screen (a full-screen window), much like a screensaver.

            -----BEGIN GEEK CODE BLOCK----- Version: 3.21 GCS/G/MU d- s: a- C++++ UL@ P++(+++) L+(--) E--- W+++ N++ o+ K? w++++ O- M(+) V? PS-- PE Y++ PGP++ t++@ 5 X+++ R+@ tv+ b(-)>b++ DI++++ D+ G e++>+++ h---* r+++ y+++ -----END GEEK CODE BLOCK-----

            1 Reply Last reply
            0
            • P Peter Reiter

              hi how can i set the startlocation of an winform? i don't mean center or standard i want to let it start bottom right of the screen, over the clock and tray icons can someone tell me how i can do so thx

              H Offline
              H Offline
              hxxbin
              wrote on last edited by
              #6

              Like I understand, you wanna a form that appear like the MSN messenger popup, why you don't check the code of one article named TaskbarNotifier here in CodeProject. The author make a popup form over the taskbar like you need. ---- hxxbin

              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