in my project i am having a richtext object and it needs to be displayed until Esc key is pressed. please help me in coding . i tried but it not working fine
Professional Software Development Tools
in my project i am having a richtext object and it needs to be displayed until Esc key is pressed. please help me in coding . i tried but it not working fine
Goes in the On Key event.
Code:if (e_Key == 17) then RichText.SetVisible("RichText1", false); end
Please post such messages in the Discussions forum. Thanks.