Forum: C# Sep 10th, 2009 |
| Replies: 1 Views: 712 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... |
Forum: C# Sep 3rd, 2009 |
| Replies: 1 Views: 266 I feel very stupid..... 2 things,
the delegate is declared after the call AND it's called from a console application and the event doesn't have time to get executed before programe termination.
... |
Forum: C# Sep 3rd, 2009 |
| Replies: 1 Views: 266 This is causing headache, the event OnGetStatusEvent is never fired...
I know it has to do with the fact it's encapsulated inside class.
The Event is a method of a com object, I did not implement... |
Forum: C# Apr 24th, 2009 |
| Replies: 4 Views: 1,578 There must be another cleaner way... Cause as soon as this item gets deleted, the grid that is referenced to should also display proper information.
I'll way for another post :) Thanks Kekke |
Forum: C# Apr 24th, 2009 |
| Replies: 4 Views: 1,578 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... |
Forum: C# Jun 20th, 2008 |
| Replies: 3 Views: 17,372 I've been working with c# since only a year, but I figured this for a c# windows service I've made that calls a vb6 class object with no less then 52 arguments....
hope it will help someone.
... |
Forum: C# Jun 20th, 2008 |
| Replies: 0 Views: 441 In C# I need to know if it's possible to use a variable (string) as object name.
For example
string myInstanceName = "myObject";
[myInstanceName].callMethod(bla, bla, bla);... |
Forum: ASP.NET Dec 4th, 2006 |
| Replies: 4 Views: 5,825 What a rude answer, I'm also looking for the same, I have developped something but in vb6... :sad: Now looking for something efficient in .NET, C# in fact. |