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

Comments by valza (Top 25 by date)

valza 22-May-13 4:27am View    
MeshList is List<.List<.GeometryModel3D.>.>
valza 19-Jul-12 1:39am View    
Yes.
-5 for 'bishnu karki'. My vote :)
valza 18-Jul-12 8:50am View    
place event code.
valza 16-Jul-12 3:45am View    
Before regEx. Check if is not less then 0 :)
if( x <= 0)
return;
valza 5-Jul-12 9:39am View    
I updated my solution 54 min ago....
button2 event checks the first item in array "txtbx0"
you cannot get txtbx10 if on form you have added 3 txtBoxes.
Then you need to implement some checking or catch exception or rewrite application structure.