Click here to Skip to main content
15,913,055 members
Home / Discussions / Windows Forms
   

Windows Forms

 
QuestionAdvise regarding rich text or xml/xslt editing Pin
tienus20-Nov-09 1:06
tienus20-Nov-09 1:06 
QuestionDisplay error of FolderBrowserDialog on Windows Server 2008 Pin
Caloiv17-Nov-09 23:37
Caloiv17-Nov-09 23:37 
AnswerRe: Display error of FolderBrowserDialog on Windows Server 2008 Pin
Shameel24-Nov-09 2:19
professionalShameel24-Nov-09 2:19 
GeneralRe: Display error of FolderBrowserDialog on Windows Server 2008 Pin
Caloiv25-Nov-09 6:17
Caloiv25-Nov-09 6:17 
QuestionDrag Drop of controls in .net Pin
S.Aijaz17-Nov-09 0:36
S.Aijaz17-Nov-09 0:36 
AnswerRe: Drag Drop of controls in .net Pin
Nuri Ismail17-Nov-09 0:42
Nuri Ismail17-Nov-09 0:42 
AnswerRe: Drag Drop of controls in .net [modified] Pin
Shameel17-Nov-09 4:06
professionalShameel17-Nov-09 4:06 
AnswerRe: Drag Drop of controls in .net Pin
Natza Mitzi22-Nov-09 21:44
Natza Mitzi22-Nov-09 21:44 
I wrote something like this back in the day and I will look for it. But dragging controls is very demanding since they redraw all the time causing flickering and bad performance (at least in .net 2.0).You can show squares when you drag or implement it by adding custom redraw on bitmaps which may still cause problems, very complicates and has relatively poor performance.

This is a big task and you should be looking for a nice peace of code to start with.Try looking for a custom drawn object source code it will be a good start.

I don't know whether you should use an off the shelf product, check quality and pricing first.

I found this here : Drag and Drop Image C#


QuestionGolly! Why Won't My Form Design? I know I am being retarded about this but I can't figure out how! Pin
Brian C Hart16-Nov-09 4:41
professionalBrian C Hart16-Nov-09 4:41 
QuestionGridView Pin
moody12314-Nov-09 23:11
moody12314-Nov-09 23:11 
AnswerRe: GridView Pin
Shameel17-Nov-09 22:24
professionalShameel17-Nov-09 22:24 
QuestionCheckedListBox question Pin
machallo13-Nov-09 3:14
machallo13-Nov-09 3:14 
AnswerRe: CheckedListBox question Pin
Shameel17-Nov-09 4:38
professionalShameel17-Nov-09 4:38 
Questionlistbox question Pin
loyal ginger12-Nov-09 10:51
loyal ginger12-Nov-09 10:51 
AnswerRe: listbox question Pin
Luc Pattyn12-Nov-09 12:03
sitebuilderLuc Pattyn12-Nov-09 12:03 
GeneralRe: listbox question Pin
loyal ginger12-Nov-09 14:46
loyal ginger12-Nov-09 14:46 
GeneralRe: listbox question Pin
Shameel17-Nov-09 4:41
professionalShameel17-Nov-09 4:41 
GeneralRe: listbox question Pin
Shameel17-Nov-09 4:40
professionalShameel17-Nov-09 4:40 
QuestionChange of text color in PropertyGrid Pin
Member 133012112-Nov-09 0:19
Member 133012112-Nov-09 0:19 
AnswerRe: Change of text color in PropertyGrid Pin
Dave Kreskowiak12-Nov-09 3:42
mveDave Kreskowiak12-Nov-09 3:42 
GeneralRe: Change of text color in PropertyGrid Pin
Member 133012115-Nov-09 18:52
Member 133012115-Nov-09 18:52 
GeneralRe: Change of text color in PropertyGrid Pin
Dave Kreskowiak16-Nov-09 5:12
mveDave Kreskowiak16-Nov-09 5:12 
QuestionProgrammatically Click mouse on specefic location Pin
shaina22317-Nov-09 3:02
shaina22317-Nov-09 3:02 
AnswerRe: Programmatically Click mouse on specefic location Pin
shaina22317-Nov-09 3:24
shaina22317-Nov-09 3:24 
QuestionRe: Programmatically Click mouse on specefic location Pin
Lukas Molnar16-Dec-09 0:34
Lukas Molnar16-Dec-09 0:34 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.