Click here to Skip to main content
15,905,136 members

Comments by bhaskerlee (Top 4 by date)

bhaskerlee 15-Jul-15 6:11am View    
While displaying my dropdown window it will receive activation and Windows will deactivate the main window. This deactivation feels like a flickering in the title bar of main window.(Sorry for the word "flickering". Better I should use "Title bar blinking")
bhaskerlee 14-Jul-15 2:12am View    
So how can I make desktop as parent of my window?
bhaskerlee 13-Jul-15 7:23am View    
@Ralf Meier, I didn't handled any event in Form1. I just created a DropDownEdit control as the code snippet and just called its ShowWindow() method from Form1.
bhaskerlee 8-Jul-15 6:07am View    
@Suvendu Shekhar, Thanks.
Basically, ToolStripDropDown suits my requirement and works fine. But my doubt is, is it a good or suggested way to show custom control as a drop down window?