Search results for query: *

  1. A

    Geometric Properties of shapes in CAD

    I want to know what kind of algorithms are used in computing the geometric properties of any shape in CAD programs like Autocad.
  2. A

    Vbscript to VB.net arrays

    Please help... i use to pass data easily in vbscript jagged arrays like this: arrSigns(1)=array(1,1) now in vb.net doesnt work....is there a similar syntax to use?
  3. A

    VBscript doesnt return error, but VB.net returns

    Ok, here is the problem, in vbscript, i was reading parts of streams i.e. teststrid = left (strLine,8) teststrnm =rtrim( mid (strLine,15,30)) teststrx = mid (strLine,57,8) teststr = left (strLine,3) strFormcode = left (strLine, 10) strSymmetrycode = left (strLine,14)...
  4. A

    Maximum Row number in multiline textbox

    Hello all, i am trying to put a maximum row number of lines in a multiline textbox. What i want is to achieve something like a console, with a maximum number of rows, with the top rows to dissappear and to keep always the last i.e. 500 rows. Thank you in advance! a note: for the textbox...
Back
Top