Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Creating Picture Contol Instance at Run time in Visual Basic

Status
Not open for further replies.

neoaspilet11

Full Member level 5
Full Member level 5
Joined
Sep 29, 2005
Messages
277
Helped
29
Reputation
56
Reaction score
8
Trophy points
1,298
Location
Cebu, Philippines
Activity points
4,048
Guys,
I will gladly appreiate if you know how to do this.
I want to create a picture control array at runtime in visual basic. It seems to me that I can only do this during design time. Is there any way top create a picture control array at run time?

Thanks
 

Hi,
here's how i would to this,

Write an activex control and have a method in the Activex control which creates the picture control array, invoke this method from visual basic by calling new Activexobject();

hope it helps.
 

Thanks sshahid47. But I did already the array using the load and unload command. It is a very neat coding. All I have to do is load an existing picture object to create its clones. Thanks anyway
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top