Click here to Skip to main content
15,891,951 members

Comments by Ahmed.ganainy (Top 11 by date)

Ahmed.ganainy 19-Feb-13 1:59am View    
and the problem of Union that if i have two borders next to each other it will become one surround borders without the intersection line in between......
Ahmed.ganainy 8-Feb-13 13:20pm View    
i forgot to appreciate your interest and fast respond..
Ahmed.ganainy 8-Feb-13 13:19pm View    
yes this what i'm using "select case". but there is no way to use something like the below:
Dim tag As TextBox = DirectCast(Container.Controls(block + "Tag(" + index.ToString + ")"), TextBox).
controls("control from string") is not supporting the string to be element of array.?
Ahmed.ganainy 8-Feb-13 13:04pm View    
Ahmed.ganainy - 10 mins ago
my panels names are MotorPanel, valvePanel, ScalPanel......etc
my checkboxes array are MotorCheckboxes(), valveCheckboxes()....etc
My textbox arrays are MotorTag(), valveTag().....etc

block is Motor, valve Scal....etc depend on the panel
Ahmed.ganainy 8-Feb-13 12:53pm View    
Deleted
my panels names are MotorPanel, valvePanel, ScalPanel......etc
my checkboxes array are MotorCheckboxes(), valveCheckboxes()....etc
My textbox arrays are MotorTag(), valveTag().....etc

block is Motor, valve Scal....etc depend on the panel