Click here to Skip to main content
15,899,124 members
Home / Discussions / C#
   

C#

 
AnswerRe: Enum working with string array Pin
PIEBALDconsult10-Jul-07 16:50
mvePIEBALDconsult10-Jul-07 16:50 
AnswerRe: Enum working with string array Pin
Vikram A Punathambekar10-Jul-07 17:23
Vikram A Punathambekar10-Jul-07 17:23 
QuestionHow to enforce bounds when ScaleTransformed? Pin
Richard Blythe10-Jul-07 16:03
Richard Blythe10-Jul-07 16:03 
Questionenum with string array Pin
saymajum10-Jul-07 14:54
saymajum10-Jul-07 14:54 
AnswerRe: enum with string array Pin
PIEBALDconsult10-Jul-07 15:13
mvePIEBALDconsult10-Jul-07 15:13 
Questionc# error handling [modified] Pin
daku110-Jul-07 14:19
daku110-Jul-07 14:19 
AnswerRe: c# error handling Pin
Paul Conrad13-Jul-07 12:04
professionalPaul Conrad13-Jul-07 12:04 
QuestionUsing global hooks to respond to another application's events Pin
Melvinivitch10-Jul-07 13:08
Melvinivitch10-Jul-07 13:08 
I need my application to resize one of its forms when the user resizes the window of an external application (different process). It's been suggested to me that using Windows hooks is really the only viable way to do this.

There's just one problem: Apparently the callback that's executed when the hook is processed must be contained in a dll file if the thread/process that set the hook is different than the thread/process to which the hook is attached. From MSDN: "If the application installs a hook procedure for a thread of a different application, the procedure must be in a DLL."

So if my callback has to be contained within a dll, how do I get it to change properties on MY form??
AnswerRe: Most likely deployment problem Pin
Colin Angus Mackay10-Jul-07 13:35
Colin Angus Mackay10-Jul-07 13:35 
QuestionSend email thru Exchange Server in C# Pin
Brad Wick10-Jul-07 12:45
Brad Wick10-Jul-07 12:45 
AnswerRe: Send email thru Exchange Server in C# Pin
PIEBALDconsult10-Jul-07 15:21
mvePIEBALDconsult10-Jul-07 15:21 
GeneralRe: Send email thru Exchange Server in C# Pin
Brad Wick10-Jul-07 19:53
Brad Wick10-Jul-07 19:53 
GeneralRe: Send email thru Exchange Server in C# Pin
PIEBALDconsult11-Jul-07 12:50
mvePIEBALDconsult11-Jul-07 12:50 
AnswerRe: Send email thru Exchange Server in C# Pin
Jimmanuel10-Jul-07 15:43
Jimmanuel10-Jul-07 15:43 
QuestionHow t store the values in arraylist in c# Pin
sdev8510-Jul-07 12:02
sdev8510-Jul-07 12:02 
AnswerRe: How t store the values in arraylist in c# Pin
InOut.NET10-Jul-07 13:27
InOut.NET10-Jul-07 13:27 
QuestioniTunes SDK - Database Change Event Pin
MicealG10-Jul-07 11:31
MicealG10-Jul-07 11:31 
QuestionControlling an application from another. Pin
coder87c10-Jul-07 11:09
coder87c10-Jul-07 11:09 
AnswerRe: Controlling an application from another. Pin
Diana Fernandez10-Jul-07 18:06
Diana Fernandez10-Jul-07 18:06 
QuestionRespond to other application window's resize event Pin
Melvinivitch10-Jul-07 10:35
Melvinivitch10-Jul-07 10:35 
AnswerRe: Respond to other application window's resize event Pin
User 665810-Jul-07 10:47
User 665810-Jul-07 10:47 
AnswerRe: Respond to other application window's resize event Pin
Giorgi Dalakishvili10-Jul-07 10:50
mentorGiorgi Dalakishvili10-Jul-07 10:50 
QuestionDataGridView Link Cell Pin
rahvyn610-Jul-07 9:36
rahvyn610-Jul-07 9:36 
AnswerRe: DataGridView Link Cell Pin
Ketty Avashia10-Jul-07 9:48
Ketty Avashia10-Jul-07 9:48 
GeneralRe: DataGridView Link Cell Pin
rahvyn610-Jul-07 9:49
rahvyn610-Jul-07 9:49 

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.