I would like to create a form with a whole bunch of text boxes to represent a timetable. I would like to use the kind of control array available in VB so that a single event procedure could react t...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_10290118.html
Zones:
MS AccessDate Answered: 02/04/2000 Grade: B Views: 0
how do i make a control array in vc++ similarly o the one that we create in vb.
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_11365317.htm...
Zones:
Windows MFCDate Answered: 05/24/2001 Grade: A Views: 0
In my program ,i want to get the smallpicturename from
a listview control,and my listview items are filled with
"additem() and addsmallpicture()".Once i want to get the smallpicturename with fun...
http://www.experts-exchange.com/Programming/Editors_IDEs/PowerBuilder/Q_20081824.html
Zones:
PowerBuilderDate Answered: 05/09/2001 Grade: A Views: 0
Hi all,
I want to reorder the index of array control, Is there any fastest way to reorder these array controls?
Regards,
Iskandar
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20307992.html
Zones:
Visual BasicDate Answered: 02/22/2003 Grade: A Views: 0
My data basicly looks like this in an external file:
.
.
.
NIC
3501353 or 3501354 or 3501355 or 3501356
6002333
6002495
6002785 or 6002674
MEDIAREADER
5502504
POINTER
3501353 or 350...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/VB_Controls/Q_21277563....
Zones:
VB ControlsDate Answered: 01/17/2005 Grade: B Views: 0
Is it possible to store a set of controls in an array, or even a multidimensional array? I want to build an array that has a set of labels and/or textboes, pass the array to a function and perform...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_21591745.html
In VB6, you could add controls (like a bunch of similar buttons) to a control array and then handle the clicks in one event handler by doing a case statementon the index of the individual buttons. ...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_21635971.htm...
I have a form with 20 images in a control array listed as Image2( ). They are overlaying 20 images listed as Image1( ). I want program to run such that when any of the images in Image2 are clicked...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_21715307.html
Zones:
Visual BasicDate Answered: 02/27/2006 Grade: B Views: 0
Is it simply not possible to create these in .Net like in vb6?
Is there no benefit to doing so any longer?
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_21733160.htm...
I really get stuck with these for some reason.
I've got around 15 checkboxes. I want to allow the user to double-click them and change the text value.
Sure, I can create 15 seperate subs for...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_21810750.htm...