Advertisement

1 - 10 of 12 containing alltags:("array of labels") (0.001 seconds)
Hi everyone, In VB 6 I remember if you copied and pasted a label, button, tectbox etc... on to the same form then you got the option to put it into an array. I now am programming in VB .NET and...
Zones: Visual BasicDate Answered: 11/07/2002 Grade: B Views: 0
Ok... I've recently started out on .Net... Normally when making a form, to get rid of the clutter and the mass of useless labels that will appear as a result i will make a Label Control Array c...
Zones: MS Visual BasicDate Answered: 01/06/2005 Grade: A Views: 0
Hi experts, I created labels runtime and everthing went right. When I replace this label with label array elements, I get error message as follows: Project myproject.exeraised exeption class ...
Zones: Delphi ProgrammingDate Answered: 01/18/2005 Grade: A Views: 0
Hello experts I am trying to create a textchanged event that can handle a two dimensional label array,  is this possible?   Dim shifts1(2, 4) As Label   This code doesnt work  Private Sub N...
Zones: MS Visual BasicDate Answered: 11/07/2005 Grade: A Views: 0
Using Visual Basic 2005 code how can i create an array of 5 lables on load with 5 different text values? Text values should be... label(1).text = aircraft1.text label(2).text = aircraft2.tex...
Zones: ProgrammingDate Answered: 11/22/2006 Grade: A Views: 0
Hi, I remember in VB it was possible to create arrays of objects ie an array of labels which i could reference by labelname(index). It appears that VBA doesnt have this functionality. Therefore ...
Zones: MS ExcelDate Answered: 10/29/2004 Grade: A Views: 0
hi, i have not before dynamically created arrays of controls. could someone please help me with this, i have included all the code i have done so far. the idea is that a dataset contains 10 entri...
Zones: MS Visual BasicDate Answered: 10/05/2004 Grade: A Views: 0
Using VB.NET (.NET 1.1) and ASP.NET, I am trying to display the content of a 2 Dimentional Array into a label on a web form, but I am getting this error: Value of type 2-dimensional array of Int...
Zones: MS Visual BasicDate Answered: 12/25/2006 Grade: B Views: 0
    Say you have several related labels called lbl(0), lbl(1), etc., and you make to make them all Visible or Invisible. I'd like to be able to call a sub something like this (though I know this c...
Zones: Visual BasicDate Answered: 11/14/2001 Grade: A Views: 0
I have two questions related to particularly array formula, but also label formula (if possible) : a) Is it possible to detect whether a formula has either array and/or label arguments ?, and b...
Zones: MS ExcelDate Answered: 04/04/2005 Grade: B Views: 0