changing mousepointer for 1 cell in a mshflexgrid
I a have few fields in column 0 that have urls in them and I made code to launch a browser when the field is dblclicked but i can figure out a way to change the .MousePointer to flexcustom for ONLY 1 field... since not every row conatians a URL.
Any suggestions?
Re: changing mousepointer for 1 cell in a mshflexgrid
Just an off the top of my head suggestion...can you check the text property of the cell, and if Left(xxxxx, 4) = "http" then change the mousepointer.
Re: changing mousepointer for 1 cell in a mshflexgrid
hrmm.. that may work. ill look into it. Thanks