-
Dec 3rd, 2024, 11:32 AM
#1
Thread Starter
New Member
-
Dec 3rd, 2024, 08:38 PM
#2
Re: DataGridView Cell Editing Question
That's doesn't look like selection fore color and selection background color that you've set. It appears you've set the Style.BackGroundColor and the Style.ForeGroundColor.
To assist you with that we'll need to see your code...
- Coding Examples:
- Features:
- Online Games:
- Compiled Games:
-
Dec 3rd, 2024, 09:28 PM
#3
Thread Starter
New Member
Re: DataGridView Cell Editing Question
Thanks, I discovered it is under the Windows registry; HKEY_CURRENT_USER\Control Panel\Colors, Sub Key Hilight. I changed the value there, rebooted and it is changed.
-
Dec 4th, 2024, 07:03 AM
#4
Re: DataGridView Cell Editing Question
 Originally Posted by ProgrammerJF
Thanks, I discovered it is under the Windows registry; HKEY_CURRENT_USER\Control Panel\Colors, Sub Key Hilight. I changed the value there, rebooted and it is changed.
That’s a system wide change, which will only work on your computer. If you intend to distribute your app. it won’t be changed on any other computer…
- Coding Examples:
- Features:
- Online Games:
- Compiled Games:
-
Dec 4th, 2024, 11:40 AM
#5
Thread Starter
New Member
Re: DataGridView Cell Editing Question
 Originally Posted by .paul.
That’s a system wide change, which will only work on your computer. If you intend to distribute your app. it won’t be changed on any other computer…
Yes. I was confirming that windows controls that. You are correct, I would not want my user to have to reboot and all of that. I am able to change that color with a SetSysColors Function inside my program.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|