I am trying to use the "Print to file" option in the print dialog. ( in fact, I use the FILE: port) The problem is that it pop me another window asking for the file name. Is there a way to disable this popup and specify the file name. I looked in the entire registry, and didn't...
Thanks.
The use of the called class is light, so performance is not an issue.
I will still try to find a way to do it without a dll. We are trying to re-organize our dev strategy to remove as much dll as possible (for an easier installation process). And we try to re-use classes as much as...
Here's another one. Can we do the same thing with a class that is not included in the project. For example, I have a class named clsPdfWriter that need the class clsRegistry. I add clsPdfWriter in the project, but I don't want to add clsRegistry.
We are trying to generalize some class. For example, we have a class that use FSO. We want to be able to use this class without adding the reference in the project. Is there a way to do it in the class ? Something like an #include in C or an Import in Java. We want to make the class easyer...
I had the same problem. I didn't found a way to do it from within VB6. So I now use a Stored Procedure on the server. You can assign a NULL value from there. Here is an example of what I did. [REGLEE] is a date, it is not in the parameters of the procedure, I assign it NULL.
CREATE...
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.