Thank you, I'll have a look. aprx
aprx
Posts
-
Keeping web site refreshed -
Keeping web site refreshedA web site I am using needs being regularly refreshed otherwise the site disconnects my session ( for security reasons) and I have to log in and enter my password again. To keep being connected I just need to click on some hyperlink. I would like to write a VB applet which would just do the click . How can that be done? aprx
-
show form2 ........in the Form1 , write this, attached to the Command1 button : Sub Command1_Click() Form2.Show End Sub in the Form2, write this : Private Sub Form_Load() Unload Form1 End Sub aprx
-
Sort by date files in dialog boxHello, How can I sort by date the files displayed with the Common Dialog Box? aprx
-
VB6 expression too complexHi! I got this expression from a genetic package, then copied/pasted it in my VB written application. It usually works but this time the expression is too large. aprx
-
VB6 expression too complexVB6 says the following expression is too complex to be computed (provided by a genetic program): (0.187385 +(0.149214 +oN1*(2.0092+oN1*(5.22783+1.9466*oN1)) + oReu*(-0.0449582+oReu*(0.00420568+-0.000105206*oReu+0.0137505*oN1) + oN1*(-0.361811+-0.34512*oN1)))*(-0.647353+(0.149214 +oN1*(2.0092+oN1*(5.22783+1.9466*oN1)) + oReu*(-0.0449582+oReu*(0.00420568+-0.000105206*oReu+0.0137505*oN1) + oN1*(-0.361811+-0.34512*oN1)))*(-5.2078)) +(0.0531293 + oDP3*(0.260794+oDP3*(-0.0914714+0.00960239*oDP3)) +oOPT*(+oOPT*(+0.000904296*oDP3) +oDP3*(-0.0286061+0.00372593*oDP3)))*(-5.25864+(0.0531293 +oDP3*(0.260794+oDP3*(-0.0914714+0.00960239*oDP3)) +oOPT*(+oOPT*(+0.000904296*oDP3) + oDP3*(-0.0286061+0.00372593*oDP3)))*(37.8453+-71.5963*(0.0531293 + oDP3*(0.260794+oDP3*(-0.0914714+0.00960239*oDP3)) +oOPT*(+oOPT*(+0.000904296*oDP3) + oDP3*(-0.0286061+0.00372593*oDP3)))+-136.292*(0.149214 +oN1*(2.0092+oN1*(5.22783+1.9466*oN1)) + oReu*(-0.0449582+oReu*(0.00420568+-0.000105206*oReu+0.0137505*oN1) +oN1*(-0.361811+-0.34512*oN1)))) + (0.149214 +oN1*(2.0092+oN1*(5.22783+1.9466*oN1)) + oReu*(-0.0449582+oReu*(0.00420568+-0.000105206*oReu+0.0137505*oN1) + oN1*(-0.361811+-0.34512*oN1)))*(34.1411+55.7764*(0.149214 +oN1*(2.0092+oN1*(5.22783+1.9466*oN1)) + oReu*(-0.0449582+oReu*(0.00420568+-0.000105206*oReu+0.0137505*oN1) +oN1*(-0.361811+-0.34512*oN1)))))) It contains several common bracketed sub expressions that could be simplified. Is there any code to simplify this expression and compute it ? Any suggestions? aprx
-
Which product to use ?Hello, I have been given a program consisting of several C written modules (neither C++ nor C#), I want to edit/debug/execute so as to understand what it does and how it works, in the easiest and quickest possible way. Which product/package would you advise me to use ? Regards? aprx