Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > General Discussion
  New Posts New Posts RSS Feed - .NET Development
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

.NET Development

 Post Reply Post Reply
Author
Message
EvanHennis View Drop Down
Newbie
Newbie


Joined: 15 July 2004
Status: Offline
Points: 2
Post Options Post Options   Thanks (0) Thanks(0)   Quote EvanHennis Quote  Post ReplyReply Direct Link To This Post Topic: .NET Development
    Posted: 15 July 2004 at 1:12pm

I downloaded your development suite for the ActiveX components. I am walking through your demo of the Tab Manager and I was wondering if you had any documentation about using C# instead of VB.NET . I am on page 26-27 and for the function "wndView.ListItems.Add" you have to pass objects by reference. I declared some objects and I am trying to pass them and I get the error "Invalid Key"
Here is my code:
object a,b,c,d,e;
 a=1;
 b=0;
 c="Tools";
 d=1;
 e=0;
 //wndView.ListItems.Add 1, , "Tools", 1
 wndView.ListItems.Add( ref a,
  ref b , //not used
  ref c,
  ref d ,
  ref e); //not used

Can you help me out on this?

Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.142 seconds.