Prev: How to import the links with method="POST" within form?
Next: Using Access form to assign values of variables in an Excel VBA program
From: Jagadeesh on 10 Apr 2010 04:33 hi, am getting cannot insert object error in case of VSTO application on some machines. am trying to do controls.addcontrol.
From: OssieMac on 10 Apr 2010 04:43 Can you please post the code you are using. -- Regards, OssieMac "Jagadeesh" wrote: > hi, > am getting cannot insert object error in case of VSTO application on some > machines. > am trying to do controls.addcontrol.
From: Jagadeesh on 10 Apr 2010 14:55
its a simple code where i am doing controls.AddButton / AddControl. this.Controls.AddButton(10, 10, 100, 100,"test"); Thanks, Jagadeesh "OssieMac" wrote: > Can you please post the code you are using. > > > -- > Regards, > > OssieMac > > > "Jagadeesh" wrote: > > > hi, > > am getting cannot insert object error in case of VSTO application on some > > machines. > > am trying to do controls.addcontrol. |