Wrox Programmer Forums
|
C# 2008 aka C# 3.0 Discuss the Visual C# 2008 (aka C# 3.0) language
Welcome to the p2p.wrox.com Forums.

You are currently viewing the C# 2008 aka C# 3.0 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old September 5th, 2008, 02:09 PM
Authorized User
 
Join Date: Jun 2003
Posts: 58
Thanks: 0
Thanked 0 Times in 0 Posts
Default Picturebox Array?

How can i create a dynamic picturebox array in Visual Studio 2008?

Thanks...
 
Old September 12th, 2008, 12:11 PM
Authorized User
 
Join Date: Jun 2003
Posts: 58
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Samjudson in C# and C Forum ansewered my question writing the the following one:
Well that's easy:

List<PictureBox> pictureBoxArray = new List<PictureBox>();

However I somehow suspect that that isn't the question you where intending to ask.

/- Sam Judson : Wrox Technical Editor -/
Thanks…





Similar Threads
Thread Thread Starter Forum Replies Last Post
about picturebox inherit youtubeline C# 3 December 12th, 2008 03:41 PM
Dynamic picturebox array thomaz C# 3 September 17th, 2008 01:15 PM
Picturebox question julz127 Visual Basic 2005 Basics 0 February 26th, 2008 02:44 AM
Name of image in PictureBox purefan Beginning VB 6 5 November 27th, 2006 02:20 PM
PictureBox array ? pafo C# 2 May 26th, 2006 12:49 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.