Click here to Skip to main content
15,890,282 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
AnswerRe: .net app not running on european computer Pin
Luc Pattyn30-Jan-10 6:44
sitebuilderLuc Pattyn30-Jan-10 6:44 
AnswerRe: .net app not running on european computer Pin
Abhinav S1-Feb-10 22:40
Abhinav S1-Feb-10 22:40 
Questionsql database Pin
Milind Panchal29-Jan-10 5:59
Milind Panchal29-Jan-10 5:59 
AnswerRe: sql database Pin
Ciumac Sergiu31-Jan-10 3:51
Ciumac Sergiu31-Jan-10 3:51 
QuestionHow to initialize parameters to call COM object method via <var>.GetType().InvokeMember(..,parameters,.) ?</var> Pin
Juraj Joob29-Jan-10 1:30
Juraj Joob29-Jan-10 1:30 
AnswerRe: How to initialize parameters to call COM object method via .GetType().InvokeMember(..,parameters,.) ? Pin
Covean29-Jan-10 1:54
Covean29-Jan-10 1:54 
AnswerRe: How to initialize parameters to call COM object method via .GetType().InvokeMember(..,parameters,.) ? Pin
Juraj Joob29-Jan-10 2:02
Juraj Joob29-Jan-10 2:02 
GeneralRe: How to initialize parameters to call COM object method via .GetType().InvokeMember(..,parameters,.) ? Pin
Covean29-Jan-10 2:17
Covean29-Jan-10 2:17 
I never worked with ParameterModifier but if I take a look at the example in MSDN and on your code there is a difference that can explain the problem:

So try this:

ParameterModifier p = new ParameterModifier(2);
p[0] = true;
p[1] = true;
ParameterModifier[] mods = { p };
COMObjVar.GetType().InvokeMember(..., mods, ...);


Hope this helps.

Greetings
Covean

GeneralRe: How to initialize parameters to call COM object method via .GetType().InvokeMember(..,parameters,.) ? Pin
Juraj Joob29-Jan-10 2:35
Juraj Joob29-Jan-10 2:35 
Questionmy code is working Pin
sidd111128-Jan-10 19:03
sidd111128-Jan-10 19:03 
AnswerRe: my code is working Pin
dan!sh 28-Jan-10 21:01
professional dan!sh 28-Jan-10 21:01 
QuestionXamlXmlReader in Framework 4 Pin
od@ananzi.co.za28-Jan-10 2:45
od@ananzi.co.za28-Jan-10 2:45 
AnswerRe: XamlXmlReader in Framework 4 Pin
od@ananzi.co.za28-Jan-10 8:37
od@ananzi.co.za28-Jan-10 8:37 
QuestionInstalling .NET Framework 2 and 3 Pin
Kaikus27-Jan-10 22:38
Kaikus27-Jan-10 22:38 
AnswerRe: Installing .NET Framework 2 and 3 Pin
Not Active28-Jan-10 1:38
mentorNot Active28-Jan-10 1:38 
QuestionFilter search Pin
akosidandan27-Jan-10 19:43
akosidandan27-Jan-10 19:43 
AnswerRe: Filter search Pin
dan!sh 27-Jan-10 22:00
professional dan!sh 27-Jan-10 22:00 
GeneralRe: Filter search Pin
akosidandan27-Jan-10 23:55
akosidandan27-Jan-10 23:55 
QuestionDataset/DataAdapter and updating changes to the database.. Pin
ruanr27-Jan-10 0:28
ruanr27-Jan-10 0:28 
AnswerRe: Dataset/DataAdapter and updating changes to the database.. Pin
ruanr27-Jan-10 0:38
ruanr27-Jan-10 0:38 
QuestionHow to detect a particular version of driver is installed on the PC when device is not connected. Pin
temp555626-Jan-10 12:31
temp555626-Jan-10 12:31 
QuestionRegQueryValueEx and REG_MULTI_SZ in Interop Pin
Alberto Bar-Noy26-Jan-10 7:42
Alberto Bar-Noy26-Jan-10 7:42 
QuestionAbout ComboBox re-population Pin
Hurricane300026-Jan-10 5:14
Hurricane300026-Jan-10 5:14 
AnswerRe: About ComboBox re-population Pin
Luc Pattyn26-Jan-10 6:18
sitebuilderLuc Pattyn26-Jan-10 6:18 
GeneralRe: About ComboBox re-population Pin
Hurricane300026-Jan-10 8:36
Hurricane300026-Jan-10 8:36 

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.