Maarten Versteeg
January 12th, 2000, 04:41 AM
Hi,
In a listbox (List1) I've added a few lines.
When I step through the listbox and push a button (Command1), the font of the line which is selected on that moment, has to change color.
Only the line which is selected has to change, so not the whole listbox.
When I step trough the listbox again, the font which was changed has to stay that color, until I select (with the button) another line. The previous selected line has to change back to the default color and the selected line has to change font color again.
I have a way to do this, but it will affect all applications and Windows screens, but I only want to do this in my VB application.
Does anyone has a solution.
Thanx a lot,
Maarten
In a listbox (List1) I've added a few lines.
When I step through the listbox and push a button (Command1), the font of the line which is selected on that moment, has to change color.
Only the line which is selected has to change, so not the whole listbox.
When I step trough the listbox again, the font which was changed has to stay that color, until I select (with the button) another line. The previous selected line has to change back to the default color and the selected line has to change font color again.
I have a way to do this, but it will affect all applications and Windows screens, but I only want to do this in my VB application.
Does anyone has a solution.
Thanx a lot,
Maarten