-
Hi guys,
But the problem with this code is that I can't set a specific color in it. I tried different ways, but I still get the error Like this:
Or:
But I still get the errors like "Too many arguments to Public overloads Sub New()" Where is my problem and how can I do it? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
I don't see anything wrong with what you do, but also there is no Sub, can you post a bit more of your code? Edit: The last line is wrong though, FromRgb only takes 3 arguments and you have 4. |
Beta Was this translation helpful? Give feedback.
I don't see anything wrong with what you do, but also there is no Sub, can you post a bit more of your code?
Edit: The last line is wrong though, FromRgb only takes 3 arguments and you have 4.