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
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...
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
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.
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="name.inc" --> tag. The application suffers from a lack of performance and I read somewhere that including lots of consts should be done via...
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="name.inc" --> tag. The application suffers from a lack of performance and I read somewhere that including lots of consts should be done via...
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="name.inc" --> tag. The application suffers from a lack of performance and I read somewhere that including lots of consts should be done via...
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="name.inc" --> tag. The application suffers from a lack of performance and I read somewhere that including lots of consts should be done via...
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
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
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...
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...
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 "include file"-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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.