Click here to Skip to main content
15,902,112 members

Comments by StoyanovZ (Top 30 by date)

StoyanovZ 24-Mar-14 14:38pm View    
Anyone? :/
StoyanovZ 21-Mar-14 15:45pm View    
Thanks! I found this thread. It does the job almost perfectly. Still there is one issue - I have a toolstrip which also acts like a titlebar for my form. I want to drag the form only if the event is captured by this toolstrip. If it's captured by the form itself(the only visible part of it is like a thin border), I want to be able to resize it. Right now, if I click on the toolstrip, nothing happens and at the same time, wherever I click on the form, it starts dragging.
StoyanovZ 20-Mar-14 16:15pm View    
To make it more clear - I'm currently using this and I don't like the way it works.
StoyanovZ 20-Mar-14 15:30pm View    
Actually, the only thing that bothers me is

[DllImportAttribute("user32.dll")]
StoyanovZ 3-Dec-13 12:08pm View    
Now that I think of it again... Is resource.h the only place we give numbers to the IDs?