Hi,
Is it possible to popup your own customized Dialog?
Hello,
Could you please clarify what exactly do you mean by 'customized dialog'? I will be happy to assist you further on that matter.
The window shown in ultraDesktopAlert is built in. User can only set the message in it. What i need to customize that window so that i can add controls in it. Or in other words if i create my own window with my own customized controls in it, can i popup my window in the same way ultraDesktopAlert window shows?
Please do let me know if you get my point else wise i will prepare a simple demo project for you.
Thanks.
Thanks, this solve the issue.
If you mean that you do not see the button, I think this is because the window is now smaller so you should also move your button, like this:
buttonUI.Rect = new Rectangle(100, 10, 100, 20);
Please try that out and let me know of the result.
I have tried the same with your code, but the newly inserted elements does't show. Do i have to do some thing else with the code?
This could be achieved through the following code:
ultraDesktopAlert1.Style = DesktopAlertStyle.WindowsLiveMessenger;
right?
So I tried it and it works fine with my CreationFilter implementation. You could try it in my sample and let me know if it meets your requirements.
Please check the image in attachment. I want to customized this message window.