Click here to Skip to main content
15,914,066 members
Home / Discussions / C#
   

C#

 
GeneralC# bittorrents Pin
kshet2620-Jan-05 7:14
kshet2620-Jan-05 7:14 
GeneralRe: C# bittorrents Pin
Heath Stewart20-Jan-05 7:20
protectorHeath Stewart20-Jan-05 7:20 
GeneralArrayList Pin
Newbie_Toy20-Jan-05 6:17
Newbie_Toy20-Jan-05 6:17 
GeneralRe: ArrayList Pin
Heath Stewart20-Jan-05 7:29
protectorHeath Stewart20-Jan-05 7:29 
GeneralRe: ArrayList Pin
Newbie_Toy20-Jan-05 19:25
Newbie_Toy20-Jan-05 19:25 
GeneralRe: ArrayList Pin
Heath Stewart21-Jan-05 5:53
protectorHeath Stewart21-Jan-05 5:53 
GeneralArray Parameter to Method In COM ActiveX Control Pin
tdciswalker20-Jan-05 5:55
tdciswalker20-Jan-05 5:55 
GeneralRe: Array Parameter to Method In COM ActiveX Control Pin
Heath Stewart20-Jan-05 7:18
protectorHeath Stewart20-Jan-05 7:18 
There should be an out or ref for parameter Y. Please provide the exact signature if you haven't.

If there is no such keyword, then you'll have to declare that interface yourself, making sure to attribute the interface with the correct GuidAttribute value and the appropriate InterfaceTypeAttribute, as well as declaring the methods in the correct order for IUnknown and dual interfaces, or the correct DispIdAttribute values for IDispatch or dual interfaces. If you must define the method yourself, then declare it as double[]. Also add MarshalAs(UnmanagedType.LPArray) to the parameter declaration to marshal it as a pointer to a double, setting the MarshalAsAttribute.SizeParamIndex to 4 to indicate that the Size parameter contains the number of elements for the native array (since native code knows no bounds for native arrays).

This posting is provided "AS IS" with no warranties, and confers no rights.

Software Design Engineer
Developer Division Sustained Engineering
Microsoft

[My Articles] [My Blog]
GeneralI've Seriose Problem.. Pin
Shady Aly20-Jan-05 5:32
Shady Aly20-Jan-05 5:32 
GeneralRe: I've Seriose Problem.. Pin
Heath Stewart20-Jan-05 7:06
protectorHeath Stewart20-Jan-05 7:06 
GeneralOSSOCK::recv bottleneck Pin
iandmcneill20-Jan-05 4:41
iandmcneill20-Jan-05 4:41 
Questionkeep alive error? Pin
Anonymous20-Jan-05 4:30
Anonymous20-Jan-05 4:30 
GeneralListview Pin
Newbie_Toy20-Jan-05 4:19
Newbie_Toy20-Jan-05 4:19 
GeneralRe: Listview Pin
Heath Stewart20-Jan-05 6:59
protectorHeath Stewart20-Jan-05 6:59 
QuestionHelp!, how does drawing work?? Pin
Serrrix20-Jan-05 2:51
Serrrix20-Jan-05 2:51 
AnswerRe: Help!, how does drawing work?? Pin
Heath Stewart20-Jan-05 6:55
protectorHeath Stewart20-Jan-05 6:55 
GeneralRe: Help!, how does drawing work?? Pin
Serrrix20-Jan-05 8:30
Serrrix20-Jan-05 8:30 
GeneralLoad a form in c# Pin
malliah kevin20-Jan-05 0:53
malliah kevin20-Jan-05 0:53 
GeneralRe: Load a form in c# Pin
itssuk20-Jan-05 1:20
itssuk20-Jan-05 1:20 
GeneralRe: Load a form in c# Pin
realmontanakid20-Jan-05 1:36
realmontanakid20-Jan-05 1:36 
GeneralRe: Load a form in c# Pin
itssuk20-Jan-05 17:05
itssuk20-Jan-05 17:05 
GeneralSend CTRL-ALT-DEL Pin
realmontanakid20-Jan-05 0:36
realmontanakid20-Jan-05 0:36 
GeneralRe: Send CTRL-ALT-DEL Pin
Heath Stewart20-Jan-05 6:41
protectorHeath Stewart20-Jan-05 6:41 
GeneralOperation could not be completed Pin
jthundiyil20-Jan-05 0:00
jthundiyil20-Jan-05 0:00 
GeneralRe: Operation could not be completed Pin
Stefan Troschuetz20-Jan-05 3:15
Stefan Troschuetz20-Jan-05 3:15 

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.