Highlight LisView?

  • Thread starter Thread starter perspolis
  • Start date Start date
Set the style ListView1.FullRowSelect = true

--

Best regards,

Carlos J. Quintero

MZ-Tools: Productivity add-ins for Visual Studio .NET, VB6, VB5 and VBA
You can code, design and document much faster.
Free resources for add-in developers:
http://www.mztools.com
 
I want to hightlight it by clicking.?????
Carlos J. Quintero said:
Set the style ListView1.FullRowSelect = true

--

Best regards,

Carlos J. Quintero

MZ-Tools: Productivity add-ins for Visual Studio .NET, VB6, VB5 and VBA
You can code, design and document much faster.
Free resources for add-in developers:
http://www.mztools.com
 
Carlos's is the solution, if you click it it will be selected, if you change
it by code it will be the same.


cheers,

--
Ignacio Machin,
ignacio.machin AT dot.state.fl.us
Florida Department Of Transportation
 
I did it but it dosen't work.

Ignacio Machin ( .NET/ C# MVP ) said:
Carlos's is the solution, if you click it it will be selected, if you change
it by code it will be the same.


cheers,
 
Can you post a sample with 10 lines of code or so to let us see what is
failing?

--

Best regards,

Carlos J. Quintero

MZ-Tools: Productivity add-ins for Visual Studio .NET, VB6, VB5 and VBA
You can code, design and document much faster.
Free resources for add-in developers:
http://www.mztools.com
 
Back
Top