The text and the image changes at runtime. I have tried drawing the image using graphics but i could not figure out how to repaint the image with another or erase only the image on the label.
Ron bharath
Posts
-
showing image on label. -
showing image on label.Hello All, I have a situation here where in i have to concatenate an icon to the label text based on some information. As we have already set the image property i cannot go ahead with the image align property as it will align the image attached to the image property. I am trying here to add an icon or image to the end of the text. Thanks in Advance Bharath s Ron
-
Preventing the dropdown from being opened when drop down button pressed in combobox?Hello All, I have an issues, i want to cancel the dropdown from being opened after validating the dropdown button clicked. i tried with setting droppeddown property to true as suggested by one of the member from this forum in earlier post. But that is also not avoiding the dropdown from being opened. I also tried to override the wndProc method and canceling the event it self but that is also not working . Please suggest me what i need to do so that i can avoid the dropdown after custom validation. Thanks in Advance. Ron