User Profile

Collapse

Profile Sidebar

Collapse
pal123
pal123
Last Activity: Oct 17 '16, 09:01 PM
Joined: Oct 17 '16
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • pal123
    started a topic MSH Flex grid not highlighting a cell

    MSH Flex grid not highlighting a cell

    Following is my code for highlighting cell in the MSH Flex grid in vb6. But it is not working.

    Code:
    MSHFlexGrid1.FocusRect = 0 - flexFocusNone
    MSHFlexGrid1.SelectionMode = 1 - flexSelectionByRow
    Any help is appreciated. Thanks in advance.
    See more | Go to post

  • pal123
    started a topic connection using DSN

    connection using DSN

    I am trying to connect to my SQL database using DSN in vb6. But it is not working.
    Code:
          cString = "DSN=abc;Uid=;Pwd=;"
    Thanks in advance
    See more | Go to post

  • highlighting text in textbox not working in vb6

    Hi All,
    My highlighting text in textbox not working in vb6 everywhere. This is weird , if it is working at few places, then it should work everywhere. Following is my code in form load-

    Code:
    txt_1.SelStart = 0
    txt_1.SelLength = Len(txt_1.Text)
    Any help is appreciated. Thanks in advance.
    See more | Go to post
No activity results to display
Show More
Working...