Click here to Skip to main content
15,885,757 members

Comments by Philippe Mercure (Top 5 by date)

Philippe Mercure 15-Sep-12 9:44am View    
Yes that's what we are doing with the Ctrl+Alt+Delete, thanks for you help, I'll try to be using the MessageBox, if I found another solution I'll try to post it here, thanks again, :).
Philippe Mercure 15-Sep-12 9:37am View    
Mmmm, ok, so we might not have a choice but use a custom form in modal mode. I was trying to avoid this. I'll try to limit the impact. Thanks for you help, :).
Philippe Mercure 15-Sep-12 9:32am View    
Could you elaborate on what is not clear, ???
Philippe Mercure 15-Sep-12 9:29am View    
Ok maybe try it another way around, you need to create a full screen application with security to disable the start menu Alt+Tab and stuff like this. We already create a bunch of user control, but all of them are being use at the same time, like a UserControlClock and a UserControlDate. With all those user control we now need to ask the user if he want to delete or not something, basically we need the user to answer a question, Yes No. How would you do if you were not able to create a new form. Their must be a way with event, delegation, timer or a mix of them, to assure you that the user select Yes or No, before the main form can continue it execution.
Philippe Mercure 15-Sep-12 9:20am View    
No I am using a form for the main form, but I cannot put the user control that we want to be modal in a new form and then just show this form. It need to be a user control in the main form with a modal behavior, sorry for the misunderstood.