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?
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...
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...
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...
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
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...
Im having trouble when I plot my draws, I want 1 drawing unit in my draw, print´s 1 cm in paper, I had tried all, but it has been imposible.
please help