Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by enque

  1. enque

    memeber length

    How Can I make Sap diaplay on screen the members lenght? and the shear and moments values?
  2. enque

    Data input

    I need to input a lot of data to a program, using text boxes its unpractical, how can I use exel like tables for the data??
  3. enque

    multi array sort

    I have this: v(0, 0) = 4 v(0, 1) = 100 v(1, 0) = 5 v(1, 1) = 800 v(2, 0) = 2 v(2, 1) = 200 v(3, 0) = 6 v(3, 1) = 50 v(4, 0) = 1 v(4, 1) = 550 And I want this: v(0,0)= 1 v(0,1)=550 v(1,0)= 2 v(1,1)=200 v(2,0)= 4...
  4. enque

    Lots of data

    How can I do that?
  5. enque

    Lots of data

    Im working in some hydraulics calcs.(using lots of loops) that produces lots of data, where can I send this data to be easy readable. I tried with rictextboxes but it only accepts one line. I was triying to send the data to a blank page but the help is horible. What Can I do?
  6. enque

    linear solver

    where can I get a linear solver for visual basic.net???
  7. enque

    do .visible = true

    Does visual basic.net support indexes?????// If so ,how""????
  8. enque

    do .visible = true

    I want to do visible a range of textboxs. each box is called txtm01, txtm02, txtm03 ..... I want to make a loop that makes visible and invicible some range of boxs. So I tried this code, but the machine got stuck what Im doing wrong? '''''''''''''''''' Do z = 0 + z...
  9. enque

    why it doesnt work?

    yes is visual basic.net
  10. enque

    why it doesnt work?

    why this code doesnt work?? if i put k += 1 it gives the correct anwear k = 6 *Whats going on? Sub Main() Dim m As Double(,) = {{6, 2, 6}, {1, 3, 7}} Dim k As Double Dim A0 As Double Do Until A0 = 1.0 k += 0.1 A0 = m(0, 0) / k Loop...
  11. enque

    Why it doesnt work?

    why this code doesnt work?? if i put k += 1 it gives the correct anwer k = 6 *Whats going on? Sub Main() Dim m As Double(,) = {{6, 2, 6}, {1, 3, 7}} Dim k As Double Dim A0 As Double Do Until A0 = 1.0 k += 0.1 A0 = m(0, 0) / k Loop...
  12. enque

    VB and exel tutorial

    Thx you very much Beggar
  13. enque

    VB and exel tutorial

    where can i get a vb and exel tutorial or at leat the basics? how can I send data from exel to the Visual basic editor to do calc?, how can I send the results back to the exel page? thx very much
  14. enque

    2 variables

    How can a make a block with if, that its executed when 2 variables are correct?
  15. enque

    kernel32.dll help.

    every time I run a program, the prog. close and this apear: Loaded 'C:\WINDOWS\SYSTEM\KERNEL32.DLL', no matching symbolic information found. The thread 0xFFF6C30D has exited with code -1 (0xFFFFFFFF). The thread 0xFFF6CC85 has exited with code 0 (0x0). The program 'C:\Program...

Part and Inventory Search