Click here to Skip to main content
15,913,939 members
Home / Discussions / C#
   

C#

 
AnswerRe: C# Object Reference Not Set to an Instance of Object Error Pin
Mike Dimmick16-Jul-07 5:53
Mike Dimmick16-Jul-07 5:53 
QuestionHow to call a JavaScript function with C#? Pin
Gene Arnold16-Jul-07 4:38
Gene Arnold16-Jul-07 4:38 
AnswerRe: How to call a JavaScript function with C#? Pin
JCS_110116-Jul-07 8:10
JCS_110116-Jul-07 8:10 
Questionstrange error -- COM DLL is not installed correctly? Pin
George_George16-Jul-07 4:38
George_George16-Jul-07 4:38 
AnswerRe: strange error -- COM DLL is not installed correctly? Pin
Judah Gabriel Himango16-Jul-07 5:25
sponsorJudah Gabriel Himango16-Jul-07 5:25 
GeneralRe: strange error -- COM DLL is not installed correctly? Pin
George_George16-Jul-07 17:06
George_George16-Jul-07 17:06 
QuestionDrop Files at Runtime Pin
Paul Kettley16-Jul-07 4:13
Paul Kettley16-Jul-07 4:13 
AnswerRe: Drop Files at Runtime Pin
Malcolm Smart16-Jul-07 4:58
Malcolm Smart16-Jul-07 4:58 
Not sure, but this sounds like you need to interop to the raw API call -

[DllImport("user32.dll", CharSet=CharSet.Auto)]
public static extern int SendMessage(IntPtr hWnd, uint Msg, int wParam,lParam);


You can then get the handle of your Dephi window, and send whatever message you like. YOu need to look up the actual message format and structure for WM_DROPFILES message (that was a pure guess at the message name)

"More functions should disregard input values and just return 12. It would make life easier." - comment posted on WTF

QuestionUrgent Help Required Pin
waqas_2k16-Jul-07 4:07
waqas_2k16-Jul-07 4:07 
AnswerRe: Urgent Help Required Pin
Sathesh Sakthivel16-Jul-07 4:20
Sathesh Sakthivel16-Jul-07 4:20 
GeneralRe: Urgent Help Required Pin
Vasudevan Deepak Kumar16-Jul-07 6:11
Vasudevan Deepak Kumar16-Jul-07 6:11 
AnswerRe: Urgent Help Required Pin
originSH16-Jul-07 4:22
originSH16-Jul-07 4:22 
GeneralRe: Urgent Help Required Pin
Vasudevan Deepak Kumar16-Jul-07 6:11
Vasudevan Deepak Kumar16-Jul-07 6:11 
AnswerI wish I could ban you.... Pin
leckey16-Jul-07 6:32
leckey16-Jul-07 6:32 
GeneralRe: I wish I could ban you.... Pin
Dave Kreskowiak16-Jul-07 7:16
mveDave Kreskowiak16-Jul-07 7:16 
GeneralRe: I wish I could ban you.... Pin
Vasudevan Deepak Kumar16-Jul-07 7:49
Vasudevan Deepak Kumar16-Jul-07 7:49 
GeneralRe: I wish I could ban you.... Pin
leckey16-Jul-07 9:02
leckey16-Jul-07 9:02 
GeneralRe: I wish I could ban you.... Pin
Dave Kreskowiak16-Jul-07 9:59
mveDave Kreskowiak16-Jul-07 9:59 
GeneralRe: I wish I could ban you.... Pin
Malcolm Smart16-Jul-07 10:06
Malcolm Smart16-Jul-07 10:06 
GeneralRe: I wish I could ban you.... Pin
leckey16-Jul-07 10:37
leckey16-Jul-07 10:37 
AnswerRe: Urgent Help Required Pin
Vasudevan Deepak Kumar16-Jul-07 7:48
Vasudevan Deepak Kumar16-Jul-07 7:48 
AnswerRe: Urgent Help Required Pin
Bert delaVega17-Jul-07 5:12
Bert delaVega17-Jul-07 5:12 
GeneralRe: Urgent Help Required Pin
Paul Conrad23-Dec-07 15:06
professionalPaul Conrad23-Dec-07 15:06 
QuestionHow to call a javascript function onunload Pin
Exelioindia16-Jul-07 3:45
Exelioindia16-Jul-07 3:45 
QuestionCan any one help me with (How to export a gridview to Excel) Pin
ku3_ku16-Jul-07 3:44
ku3_ku16-Jul-07 3:44 

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.