blah blah blah is here! blah blah » Close

0
votes
1 answers

how to get the file name from copy file dialog?

AK01
15

hi! I have an issue with copying and moving files using standart Windows dialogs. here is snippet: [code] using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using ...

1
votes
1 answers

Move Form From GroupBox

Hi, I have a small issue, wondering if anyone could help. I have a form, FormBorderStyle is set to None. I have a groupBox on the form called gbLogin. I want to be able to move the form via anywhere on the groupBox. I have searched th ...

0
votes
0 answers

Move controls when Drag and drop on panel in C#

I want to drag controls on panel and when dragging I want to move the control and also I want to drag and drop controls to another panel.I have tried out mouseUp,mouseDown,MouseMove events of control.But that is not what I am looking for.I ...

Feedback