06-26-2013 03:10 AM
Hello,
I am a beginner for labview. I am trying to create a menu strip and I am using the one which was posted in the forums. i.e .NET Menu strip. I am getting an error saying
Error 1172 occurred at error calling static method system.drawing.color.fromargb
Value of '986895' is not valid for red
I know that I am converting the color to rgb and the value for red should be between 0 to 255. I have coded exactly as shown in examples, but I think I have missed out something. Kindly help me with this. Also, I have attached my vi for reference.
Solved! Go to Solution.
06-26-2013 11:52 PM
Well I found out the reason it was not working. I had wired the resolved color of ColorToRGB to Red of FromArgb. Hence the error.