Click here to Skip to main content
16,004,887 members
Home / Discussions / C#
   

C#

 
QuestionRe: Encription Pin
Nafiseh Salmani3-Jul-06 20:01
Nafiseh Salmani3-Jul-06 20:01 
Questiondesigning 'piano roll' control [modified] Pin
davidgale3-Jul-06 4:21
davidgale3-Jul-06 4:21 
AnswerRe: designing 'piano roll' control Pin
Josh Smith3-Jul-06 4:43
Josh Smith3-Jul-06 4:43 
QuestionChanging Fontsizes in Controls Pin
MCSD-Gandalf3-Jul-06 2:33
MCSD-Gandalf3-Jul-06 2:33 
AnswerRe: Changing Fontsizes in Controls Pin
stancrm3-Jul-06 3:28
stancrm3-Jul-06 3:28 
GeneralRe: Changing Fontsizes in Controls Pin
MCSD-Gandalf5-Jul-06 0:52
MCSD-Gandalf5-Jul-06 0:52 
QuestionUsing drag and drop in c# Pin
Phanindra Kumar3-Jul-06 2:00
Phanindra Kumar3-Jul-06 2:00 
AnswerRe: Using drag and drop in c# [modified] Pin
jjansen3-Jul-06 2:06
jjansen3-Jul-06 2:06 
The OpenFileDialog is most probably a modal dialog. Your application will not react to mouse or keyboard input or, in this case, to darg-and-drop events.
Is there a reason why you won't let the user select files in the OpenFileDialog and wait till he/she presses OK?

-- modified at 8:26 Monday 3rd July, 2006
On second thought, what I wrote above is complete nonsense Roll eyes | :rolleyes: . I just remembered I did something similar in one of my applications. You can drag files out of your OpenFileDialog just the same as out of, say, Explorer. You can use one and the same DragDrop event handler.

Maybe you should post the code of your DragDrop event handler so we can take a look.
GeneralRe: Using drag and drop in c# Pin
Phanindra Kumar3-Jul-06 19:16
Phanindra Kumar3-Jul-06 19:16 
GeneralRe: Using drag and drop in c# Pin
jjansen3-Jul-06 19:53
jjansen3-Jul-06 19:53 
GeneralRe: Using drag and drop in c# Pin
Phanindra Kumar3-Jul-06 20:33
Phanindra Kumar3-Jul-06 20:33 
GeneralRe: Using drag and drop in c# Pin
jjansen3-Jul-06 21:04
jjansen3-Jul-06 21:04 
GeneralRe: Using drag and drop in c# Pin
Phanindra Kumar3-Jul-06 22:12
Phanindra Kumar3-Jul-06 22:12 
AnswerRe: Using drag and drop in c# Pin
jjansen3-Jul-06 22:39
jjansen3-Jul-06 22:39 
GeneralRe: Using drag and drop in c# Pin
Phanindra Kumar3-Jul-06 23:02
Phanindra Kumar3-Jul-06 23:02 
GeneralRe: Using drag and drop in c# Pin
jjansen4-Jul-06 1:17
jjansen4-Jul-06 1:17 
GeneralRe: Using drag and drop in c# Pin
Phanindra Kumar4-Jul-06 1:35
Phanindra Kumar4-Jul-06 1:35 
QuestionConverting Datagrid to Excel sheet in C# Pin
aaraaayen3-Jul-06 1:44
aaraaayen3-Jul-06 1:44 
AnswerRe: Converting Datagrid to Excel sheet in C# Pin
MCSD-Gandalf3-Jul-06 2:41
MCSD-Gandalf3-Jul-06 2:41 
QuestionGridview to Excel Sheet Pin
aaraaayen3-Jul-06 1:03
aaraaayen3-Jul-06 1:03 
AnswerRe: Gridview to Excel Sheet Pin
psamy3-Jul-06 1:29
psamy3-Jul-06 1:29 
Questionuse csharp dll in VC dotnet Pin
scorpion_pgm823-Jul-06 0:59
scorpion_pgm823-Jul-06 0:59 
AnswerRe: use csharp dll in VC dotnet Pin
stancrm3-Jul-06 1:37
stancrm3-Jul-06 1:37 
Questionhow to Systemtray notification Pin
lifo.net3-Jul-06 0:50
lifo.net3-Jul-06 0:50 
AnswerRe: how to Systemtray notification Pin
stancrm3-Jul-06 1:32
stancrm3-Jul-06 1:32 

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.