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. Visual Basic
  4. who is event

who is event

Scheduled Pinned Locked Moved Visual Basic
7 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.
  • I Offline
    I Offline
    ivo75
    wrote on last edited by
    #1

    I use this code If DataGridView1.RowCount> 0 Then If DataGridView1.Rows(0).Cells("nadnica").Value <>Nothing Then CheckBox1.Enabled = True Else CheckBox1.Enabled = False End If End If and I want when type first letter in cell DataGridView1.Rows(0).Cells("nadnica") execute how make this thanks

    C K 2 Replies Last reply
    0
    • I ivo75

      I use this code If DataGridView1.RowCount> 0 Then If DataGridView1.Rows(0).Cells("nadnica").Value <>Nothing Then CheckBox1.Enabled = True Else CheckBox1.Enabled = False End If End If and I want when type first letter in cell DataGridView1.Rows(0).Cells("nadnica") execute how make this thanks

      C Offline
      C Offline
      Christian Graus
      wrote on last edited by
      #2

      You should choose variable names that make your code readable. If you have a textbox in a cell, it will have a text changed event.

      Christian Graus Driven to the arms of OSX by Vista.

      I 1 Reply Last reply
      0
      • C Christian Graus

        You should choose variable names that make your code readable. If you have a textbox in a cell, it will have a text changed event.

        Christian Graus Driven to the arms of OSX by Vista.

        I Offline
        I Offline
        ivo75
        wrote on last edited by
        #3

        Yes variable is textbox but have some event - CellValueChange, CellBeginEdit, CurrentCellChange etc but noone of this work

        1 Reply Last reply
        0
        • I ivo75

          I use this code If DataGridView1.RowCount> 0 Then If DataGridView1.Rows(0).Cells("nadnica").Value <>Nothing Then CheckBox1.Enabled = True Else CheckBox1.Enabled = False End If End If and I want when type first letter in cell DataGridView1.Rows(0).Cells("nadnica") execute how make this thanks

          K Offline
          K Offline
          kvelu d
          wrote on last edited by
          #4

          Better u can use "Infragistics" "UltraWinGrid" control to solve this problem. There is a "CellChange" event, this event fire when u start typing the first letter itself.

          I 1 Reply Last reply
          0
          • K kvelu d

            Better u can use "Infragistics" "UltraWinGrid" control to solve this problem. There is a "CellChange" event, this event fire when u start typing the first letter itself.

            I Offline
            I Offline
            ivo75
            wrote on last edited by
            #5

            OK where is found UltraWinGrid or Infragistics

            K J 2 Replies Last reply
            0
            • I ivo75

              OK where is found UltraWinGrid or Infragistics

              K Offline
              K Offline
              kvelu d
              wrote on last edited by
              #6

              infragistics is a third party control download the tool from the below link http://www.infragistics.com/dotnet/netadvantage.aspx[^]

              1 Reply Last reply
              0
              • I ivo75

                OK where is found UltraWinGrid or Infragistics

                J Offline
                J Offline
                Jon_Boy
                wrote on last edited by
                #7

                Trying asking this question on their forums.

                Any suggestions, ideas, or 'constructive criticism' are always welcome. "There's no such thing as a stupid question, only stupid people." - Mr. Garrison

                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