I need to create an array of grid controls, but I don't know how many members until runtime. Is there a way of adding to the array while the programme is running?
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20125278.html
Zones:
Visual BasicDate Answered: 05/28/2001 Grade: A Views: 0
I am dynamically adding controls and rows on the click of a button. Each row in the table has textboxes and buttons. On the click of button it pops up new window but I am loosing the table row on p...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_21151558.html
on our network we have 3 domain controllers, dc1, dc2, dc3. dc3 was a virtual image on a vmware machine. had problem with vm,and lost dc3,and could only restore from over a week, so instead deleted...
http://www.experts-exchange.com/OS/Microsoft_Operating_Systems/Server/2003_Server/Q_220397...
Hi....Ive never used MDI Forms. Im trying to add a checkbox control to the form but its not working. Some controls are allowed on the form, but others are not? How do I get it on the form?
...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20397642.html
Zones:
Visual BasicDate Answered: 12/03/2002 Grade: A Views: 0
I'm trying to use the Infragistics NetAdvatage controls under VB.Net. This may not be related specifically to those controls but I'll be damned if I can make any sense of it. I use the COM versio...
http://www.experts-exchange.com/Programming/Languages/.NET/Q_20952378.html
Zones:
.NETDate Answered: 04/13/2004 Grade: A Views: 0
Hi
I have an application which dynamically creates a column of lables and text boxes. Simple pseudo-code is:
int controlTop=20;
this.panelList.SuspendLayout();
for (int x = 1;x < 10; x++)
...
http://www.experts-exchange.com/Programming/Misc/Q_21013452.html
Zones:
ProgrammingDate Answered: 07/10/2004 Grade: B Views: 4
I have a 70 PC network with a single 2003 standard AD domain controller which also runs Exchange 2003 Enterprise. In order to achieve a bit of fault tolerance I want to add a second AD domain contr...
http://www.experts-exchange.com/OS/Microsoft_Operating_Systems/Server/2003_Server/Q_214419...
I have a form that has a tree on the left and a panel on the right.
When someone clicks on a specific node on the left I want it to add the control on the right (in the panel).
If I don't...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_21500025.html
Zones:
C#Date Answered: 07/26/2005 Grade: A Views: 0
I'm writing a VB.NET 2003 WinForm application that requires buttons to be generated at run-time. I'm using code like this to achieve that:
Dim btnNew(BUTTON_COUNT) As Button
For i = 0 To BUTT...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_21580576.htm...
I would like to know how to prevent a member of account operators group to delegate control in AD.
Thanks
http://www.experts-exchange.com/Networking/Misc/Q_21696513.html