Click here to Skip to main content
15,917,859 members

Comments by Manish V Mahajan (Top 7 by date)

Manish V Mahajan 12-Jul-11 8:56am View    
Code posted below as the solution. Cheers.
Manish V Mahajan 23-Jun-11 10:41am View    
Thanks, but it would help if you posted a very simple solution using examples in both XAML and the corresponding C# code.....I'm relatively new (only 3 weeks) to C# and WPF so it helps tremendously when people respond by posting simple examples with explanations....see my posted solution below.
Manish V Mahajan 21-Jun-11 10:37am View    
Hi Derin,

Many Thanks for your help. This worked perfectly...the only thing that was missing was to add:

1) popupWindow.Child = dp;
2) Set: popupWindow.Width = 300, popupWindow.Height=300

Cheers man...appreciate the help.
Manish V Mahajan 21-Jun-11 8:07am View    
I would use the Window if I could, but I the functionality has a security restriction from a third party vendor - not sure why, but I am also following up with them on the same. Will take a look @ the Modal and revert if any questions.

Thanks, M
Manish V Mahajan 20-Jun-11 12:43pm View    
Dude, Thanks a lot for this. I wouldn't have figured this out given that I am new to WPF and C#.

Can you kindly recommend any books or references on learning material....this would help greatly....Thanks again!!!