CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4

Threaded View

  1. #1
    Join Date
    Dec 2002
    Posts
    55

    Disabling Flexgrid Header click...

    How do I disable clicking on the header in a MSFlexGrid ?

    I tried:

    If fg1.row = 0 then Exit Sub

    in the click event, which does nothing, it's like clicking the firrst row of data.

    and I tried:

    If fg1.row = 1 then Exit Sub

    in the click event, which disables the header row and the first row of data.

    Thanks
    Rel
    Last edited by Relentless; May 16th, 2005 at 11:45 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured