Click here to Skip to main content
15,886,919 members
Home / Discussions / C#
   

C#

 
GeneralRe: How Save and retrive Font in database Pin
sepel6-Oct-08 3:26
sepel6-Oct-08 3:26 
GeneralRe: How Save and retrive Font in database Pin
Lazy_Monk7-Oct-08 3:40
Lazy_Monk7-Oct-08 3:40 
GeneralRe: How Save and retrive Font in database Pin
sepel7-Oct-08 7:28
sepel7-Oct-08 7:28 
GeneralRe: How Save and retrive Font in database Pin
Guffa7-Oct-08 21:18
Guffa7-Oct-08 21:18 
GeneralRe: How Save and retrive Font in database Pin
Guffa7-Oct-08 21:23
Guffa7-Oct-08 21:23 
QuestionExcel Automation Problem Pin
DJ2455-Oct-08 19:32
DJ2455-Oct-08 19:32 
AnswerRe: Excel Automation Problem Pin
Ashfield5-Oct-08 21:18
Ashfield5-Oct-08 21:18 
Questionpassing variants from C# client to MFC Automation enabled app Pin
venkyhyd5-Oct-08 19:15
venkyhyd5-Oct-08 19:15 
Hello

When try to send a ref of array string to the variant pointer we get DISP_E_TYPEMISMATCH exception.
Eg:
MFC App is OLE Automation enabled.
void Funct1(VARIANT *pVar) //is the MFC app function


from C# side we invoke this as follows
string [] str = new string[100];
Object obj = (Object) str;
mfcAutoApp.Funct1(ref obj); // this would throw the DISP_E_TYPEMISMATCH exception. :confused:


Any suggestions on this...

-thanks
AnswerRe: passing variants from C# client to MFC Automation enabled app Pin
venkyhyd6-Oct-08 17:20
venkyhyd6-Oct-08 17:20 
GeneralRe: passing variants from C# client to MFC Automation enabled app Pin
venkyhyd6-Oct-08 23:22
venkyhyd6-Oct-08 23:22 
QuestionIs there a method to create a new font... Pin
Wan--Vevi5-Oct-08 16:20
Wan--Vevi5-Oct-08 16:20 
AnswerRe: Is there a method to create a new font... Pin
Wan--Vevi5-Oct-08 16:39
Wan--Vevi5-Oct-08 16:39 
QuestionAllocating a pointer Pin
hockymot2008_20095-Oct-08 14:53
hockymot2008_20095-Oct-08 14:53 
AnswerRe: Allocating a pointer [modified] Pin
hockymot2008_20095-Oct-08 15:43
hockymot2008_20095-Oct-08 15:43 
GeneralRe: Allocating a pointer Pin
hockymot2008_20095-Oct-08 18:02
hockymot2008_20095-Oct-08 18:02 
GeneralRe: Allocating a pointer Pin
Guffa5-Oct-08 21:25
Guffa5-Oct-08 21:25 
GeneralRe: Allocating a pointer Pin
Guffa5-Oct-08 21:24
Guffa5-Oct-08 21:24 
AnswerRe: Allocating a pointer Pin
Eslam Afifi5-Oct-08 18:56
Eslam Afifi5-Oct-08 18:56 
AnswerRe: Allocating a pointer Pin
Guffa5-Oct-08 21:19
Guffa5-Oct-08 21:19 
AnswerRe: Allocating a pointer Pin
hockymot2008_20096-Oct-08 3:14
hockymot2008_20096-Oct-08 3:14 
QuestionRijndael Managed Pin
kenexcelon5-Oct-08 14:19
kenexcelon5-Oct-08 14:19 
AnswerRe: Rijndael Managed Pin
Cyrilix5-Oct-08 19:01
Cyrilix5-Oct-08 19:01 
AnswerRe: Rijndael Managed Pin
Pedram Behroozi5-Oct-08 21:20
Pedram Behroozi5-Oct-08 21:20 
QuestionI Don't Understand How To Sort A Generic List of Objects [modified] Pin
That Asian Guy5-Oct-08 11:21
That Asian Guy5-Oct-08 11:21 
AnswerRe: I Don't Understand How To Sort A Generic List of Objects Pin
User 66585-Oct-08 11:34
User 66585-Oct-08 11: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.