How to change color of already select listview text on external listview?
Visual Basic
2
Posts
2
Posters
0
Views
1
Watching
-
Hi all .There is an external listview application and i want to change the color of selected text item. i be happy if some one show me how that can be done. The item is already selected and i have its class name .Thanks
To clarify, you want to change the color of an item in a ListView that's inside a different application?? If this is true, then you can't do that. You would have to replace the rendering code for the ListView in the other app. This being a HUGE security violation, there is no support for doing this... Dave Kreskowiak Microsoft MVP - Visual Basic