Click here to Skip to main content
15,896,912 members
Home / Discussions / C#
   

C#

 
AnswerRe: Date time picker Pin
vijaylumar6-Nov-09 20:53
vijaylumar6-Nov-09 20:53 
GeneralRe: Date time picker Pin
Christian Graus6-Nov-09 23:37
protectorChristian Graus6-Nov-09 23:37 
QuestionReading data from Excel file Pin
vijaylumar6-Nov-09 19:17
vijaylumar6-Nov-09 19:17 
Questionblur tool in C# Pin
Wallcode Hunter6-Nov-09 16:03
Wallcode Hunter6-Nov-09 16:03 
AnswerRe: blur tool in C# Pin
Christian Graus6-Nov-09 16:22
protectorChristian Graus6-Nov-09 16:22 
GeneralRe: blur tool in C# Pin
Wallcode Hunter7-Nov-09 17:53
Wallcode Hunter7-Nov-09 17:53 
QuestionIs it possible to access 32bit dll from 64 bit dll Pin
jsjwql1236-Nov-09 13:41
jsjwql1236-Nov-09 13:41 
AnswerRe: Is it possible to access 32bit dll from 64 bit dll Pin
Daniel Grunwald6-Nov-09 13:57
Daniel Grunwald6-Nov-09 13:57 
You cannot load both 32bit and 64bit code into the same process.

I would strongly suggest you avoid mixing the two in one application.

The only way you could use both 32bit and 64bit code is to create one process for each and use some kind of inter-process communication (.NET remoting or similar).
GeneralRe: Is it possible to access 32bit dll from 64 bit dll Pin
jsjwql1236-Nov-09 14:10
jsjwql1236-Nov-09 14:10 
GeneralRe: Is it possible to access 32bit dll from 64 bit dll Pin
Dave Kreskowiak6-Nov-09 14:46
mveDave Kreskowiak6-Nov-09 14:46 
QuestionApplication Call Hook Pin
b0b3rt6-Nov-09 11:59
b0b3rt6-Nov-09 11:59 
AnswerRe: Application Call Hook Pin
Christian Graus6-Nov-09 12:07
protectorChristian Graus6-Nov-09 12:07 
GeneralRe: Application Call Hook Pin
b0b3rt6-Nov-09 12:10
b0b3rt6-Nov-09 12:10 
GeneralRe: Application Call Hook Pin
Luc Pattyn6-Nov-09 12:37
sitebuilderLuc Pattyn6-Nov-09 12:37 
GeneralRe: Application Call Hook Pin
b0b3rt6-Nov-09 12:42
b0b3rt6-Nov-09 12:42 
QuestionCustom 404 Error Handler Pin
Joe Kohler6-Nov-09 11:19
Joe Kohler6-Nov-09 11:19 
QuestionC# File/DirectoryPermissions "Apply Onto" Advanced Pin
dsmithdev16-Nov-09 7:07
dsmithdev16-Nov-09 7:07 
Questionstring.Concat & MessageBox Pin
BDJones6-Nov-09 7:00
BDJones6-Nov-09 7:00 
AnswerRe: string.Concat & MessageBox Pin
Luc Pattyn6-Nov-09 7:17
sitebuilderLuc Pattyn6-Nov-09 7:17 
GeneralRe: string.Concat & MessageBox Pin
BDJones6-Nov-09 9:13
BDJones6-Nov-09 9:13 
AnswerRe: string.Concat & MessageBox Pin
Dave Kreskowiak6-Nov-09 7:22
mveDave Kreskowiak6-Nov-09 7:22 
GeneralRe: string.Concat & MessageBox Pin
BDJones6-Nov-09 9:14
BDJones6-Nov-09 9:14 
AnswerRe: string.Concat & MessageBox Pin
Pete O'Hanlon6-Nov-09 10:10
mvePete O'Hanlon6-Nov-09 10:10 
GeneralRe: string.Concat & MessageBox Pin
BDJones6-Nov-09 10:51
BDJones6-Nov-09 10:51 
Questionusing ellipsis button in the listview Pin
asiorhan6-Nov-09 4:55
asiorhan6-Nov-09 4:55 

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.