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. Still Facing Tab form issue

Still Facing Tab form issue

Scheduled Pinned Locked Moved C#
5 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.
  • S Offline
    S Offline
    Sajjad Leo
    wrote on last edited by
    #1

    I am still facing a problem of Tab Form. I have Tab form of two pages i want to blink cursor / focus of cursor in first text box of first page of tab form. (Cursor should blink user can use it on load form) I try some code but not archive target and trying still beside other tasks. Tell me what should i do for ........

    M S 2 Replies Last reply
    0
    • S Sajjad Leo

      I am still facing a problem of Tab Form. I have Tab form of two pages i want to blink cursor / focus of cursor in first text box of first page of tab form. (Cursor should blink user can use it on load form) I try some code but not archive target and trying still beside other tasks. Tell me what should i do for ........

      M Offline
      M Offline
      musefan
      wrote on last edited by
      #2

      have you tried setting the focus of the control you want in the load event of the form? or simply set you tab indexes correctly and it should automatically be the first control that gets focus

      Life goes very fast. Tomorrow, today is already yesterday.

      1 Reply Last reply
      0
      • S Sajjad Leo

        I am still facing a problem of Tab Form. I have Tab form of two pages i want to blink cursor / focus of cursor in first text box of first page of tab form. (Cursor should blink user can use it on load form) I try some code but not archive target and trying still beside other tasks. Tell me what should i do for ........

        S Offline
        S Offline
        S a n d y
        wrote on last edited by
        #3

        -> You can easily set the TabIndex property of Textbox to 0 for focusing. -> At Form OnLoad event, set textbox.focus().

        S 1 Reply Last reply
        0
        • S S a n d y

          -> You can easily set the TabIndex property of Textbox to 0 for focusing. -> At Form OnLoad event, set textbox.focus().

          S Offline
          S Offline
          Sajjad Leo
          wrote on last edited by
          #4

          I am asking about Tab for not for only the text box on simple form.

          S 1 Reply Last reply
          0
          • S Sajjad Leo

            I am asking about Tab for not for only the text box on simple form.

            S Offline
            S Offline
            S a n d y
            wrote on last edited by
            #5

            tabControl1.SelectedIndex = 0; textBox.Focus();

            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