Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~5K People Reached
Favorite Tags
Member Avatar for floydus

I get a variable that is a int and a pointer (address) to a string (Byte*) in c++ I've been struggling like for 3 days in order to turn this into a Byte array. I have no clue how long would be that string so I know I'll have to …

Member Avatar for sknake
0
127
Member Avatar for floydus

This is causing headache, the event [B]OnGetStatusEvent[/B] is never fired... I know it has to do with the fact it's encapsulated [B]inside class[/B]. The Event is a method of a com object, I did not implement it myself... The following code always work[I] if inside a windows or console application[/I]. …

Member Avatar for floydus
0
111
Member Avatar for floydus

I created a list of instances of a class, I don't know how to delete for exemple item at index 1 oPerson[1] ... Here is my code ViewerList[] oPerson = new ViewerList[2]; oPerson[0] = new ViewerList(); oPerson[0].DVRBrandID = "0"; oPerson[0].DVRModelID = "0"; oPerson[0].DVRViewerPath = ""; oPerson[1] = new ViewerList(); oPerson[1].DVRBrandID …

Member Avatar for JerryShaw
0
105
Member Avatar for HrishiR

[COLOR=Blue]I require some help regarding image comaprison application!! I am devloping Image Comparison Application in ASP.net which compares images irrespective of it's format,size and gives result in Percentage Format!! [B]I want to know whether it's possible to comapre 2 images using asp.net irrespective of their format,size and result should be …

Member Avatar for Aneesh_Argent
0
1K
Member Avatar for mariocatch

Hi All, A long time ago I researched Reflection and created a solution demoing my learnt capabilities from it. In my example I did not pass any arguments into the Invocation of the method call using reflection. I went to tackle this and I seem to be hitting a few …

Member Avatar for floydus
0
3K
Member Avatar for floydus

In C# I need to know if it's possible to use a variable (string) as object name. For example [CODE]string myInstanceName = "myObject"; [myInstanceName].callMethod(bla, bla, bla); [myInstanceName].property = "bla bla 2";[/CODE] or[B] in a loop [/B]do that ... .... [CODE][myInstanceName+i.ToString()].callMethod(bla, bla, bla);[/CODE]..... Thanks.

0
50