Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

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

Search results for query: *

  • Users: hug
  • Content: Threads
  • Order by date
  1. hug

    Very wierd "429" error

    Any body have a clue?<br> A have an App with severals DLLs, if I call any of the modules I get a 429 error, but if I use the same routine called by the MainApp I NEVER got the 429 error again, the relations are OK.<br> Any ideas?<br>
  2. hug

    Access a DOS windows in ASCII

    I can't figure this out, I need to access get all the info from a DOS app, I can't find the correct function to capture the whole session in ASCII anybody can help me?<br> I know that if the DOS window is in Whole Page mode and I press PrintScreen, I can have the characters from the APP in the...
  3. hug

    User Data Source on the installing machine

    How can I create an user DSN from Code?<br> It should be created AFTER the program found the database file to be used.<br> No clue at the documentation
  4. hug

    Changing a DLL, EXE error

    If I change the code a recompile a DLL project, the EXE file return an error ActiveX cannot create object, and I have to recompile the EXE again, is there a solution that I missed?<br>
  5. hug

    Out of memory, no user resource available

    I´m developing a administrative system, with 20+ forms, but now I run out of user resources, I upgraded my memory to 256Mb but I still can´t add forms to the proyect, or open all the files from the proyect.<br> Anyone knows what I am doing wrong?<br>
  6. hug

    EVALUATE() FUNCTION IN VB, Is it out there?

    Is there ANY way to find or make a EVALUATE function like FoxPro or Javascript in VB5?<br> eval("2 + 2") = 4<br>
  7. hug

    executing a formula from a text control

    Is there any way that I can execute a formula from a variable?<br> like:<br> x = 3<br> y = 7<br> <br> formula = "x + y"<br> <br> result = formula<br> <br> so that result will be = 10 ?<br> The user would enter the formula on a textbox and the program should execute whatever is on the...
  8. hug

    Print Preview

    How can I do a print preview function? <br> API maybe?, haven´t found it :( <br>

Part and Inventory Search

Back
Top