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 TouchToneTommy 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: theemperor
  • Content: Threads
  • Order by date
  1. theemperor

    storing function names in variables???

    Hi all, does anyone know if it is possible to store function names in variables so that they are not called immediately? Something like this dim FunctionContainer, testVar function foo() foo = 10 end function FunctionContainer = foo testVar = FunctionContainer() Regards, Robert
  2. theemperor

    problem with keystroke-events

    Hi all, I'm trying to do the following: the user types a letter (or numeral or some special chars) into a input box. Depending on the value of the input box, all entries in an array starting with exatly that string ar beeing displayed in a table underneath the input box (it is going to be a...
  3. theemperor

    JavaScript ComboBox

    Hi all, I'm in need of a combobox, which holds as few HTML elements as possible (like select, option...), because I need to give it a very flexible style! Does anybody know where I can get one? Thanx in advance, Robert
  4. theemperor

    HowTo trigger Excel-Macros from VB

    Hi there, I'm trying to run a function, which I wrote in a macro in VB-Editor of Excel, and get the return value back to my VB-App. Alternatively, it would be enough to trigger the macro, without knowing the return value. Any help would be appreciated! Thanx, Robert.
  5. theemperor

    displaying hyperlink in msgbox?

    Hi there, is it possible to display a clickable hyperlink in a msgbox? Thanx in advance, Robert
  6. theemperor

    HOWTO create a TypeLib-DLL

    Hi there, I have written an ASP-application using VBScript and I use a lot of constants and arrays in include-files using the <!-- #include file=&quot;name.inc&quot; --> tag. The application suffers from a lack of performance and I read somewhere that including lots of consts should be done via...
  7. theemperor

    HOWTO create a TypeLib-DLL

    Hi there, I have written an ASP-application using VBScript and I use a lot of constants and arrays in include-files using the <!-- #include file=&quot;name.inc&quot; --> tag. The application suffers from a lack of performance and I read somewhere that including lots of consts should be done via...
  8. theemperor

    typelib-dll

    Hi there, I have written an ASP-application using VBScript and I use a lot of constants and arrays in include-files using the <!-- #include file=&quot;name.inc&quot; --> tag. The application suffers from a lack of performance and I read somewhere that including lots of consts should be done via...
  9. theemperor

    typelib dll

    Hi there, I have written an ASP-application using VBScript and I use a lot of constants and arrays in include-files using the <!-- #include file=&quot;name.inc&quot; --> tag. The application suffers from a lack of performance and I read somewhere that including lots of consts should be done via...
  10. theemperor

    Passing arguments from ASP to CGI

    Hi there, is it possible to pass arguments form ASP to CGI (and vice versa) via querystring or other techniques? If yes please let me know how! Thanx in advance, Robert
  11. theemperor

    How to create a VB-Menu with submenues

    Hi there, I'm trying to create a simple menu in VB, but I have problems with creating submenuentries. Can anybody explain to me how to do so? Thanx in advance, Robert
  12. theemperor

    handle events in VB6

    Hi all! Can anybody tell me how to react to events in VB6? My concrete proble is as follows: I try to convert a .ps-file into a .pdf-file using an object called ACRODISTXLib.PdfDistiller (Acrobat Distiller). It has got a function called FileToPDF which fires an event called OnJobDone if...
  13. theemperor

    compare tool

    Hi there! Does anybody know a good (and free if possible) tool to compare and merge text files? thx in advance, Robert
  14. theemperor

    Shell-Command

    Hi all, I use the Shell-function to execute a batch-file from the commandline. When I step through the code, I get a PID back and I see the Commandline-window for a second in the taskline, but the commands which I declared in the Batchfile are not executed. Does anybody know whether I do...
  15. theemperor

    eval-method in VB???

    Hi there! Can someone tell me whether there is something like an eval-method, which handles a string like a variable or const? thx in advance, Robert
  16. theemperor

    theemperor

    Hi there! Can someone tell me whether there is something like an eval-method, which handles a string like a variable or const? thx in advance, Robert
  17. theemperor

    include files

    Hi there! My problem is that I'm a web-programme and therefore do not know how to include files in VB. I tried it with the &quot;include file&quot;-statement as it is common in VBScript, but this actually doesn't work! Can anybody tell me how I can include a file where I defined a bunch of...

Part and Inventory Search

Back
Top