Hi all-
Dumb question, but how would one retrieve info from a function call? If I had a function to add 2 numbers, how could I call that function, passing the two numbers, and return the result?
Hi,
In VB.NET there's an option to make a hyperlink type label. How do I do it in VB6? I don't want to open a website with it, rather another window. Thanks in advance.
Hi,
I'm trying to find out how to report computer statistics, such as processor usage, available memory, uptime, etc.. Is this possible in VS6? What kind of API's will I need, if any? Any help is appreciated.
Okay thanks for the tips guys. I found alot of good examples and am trying to implement them. I'm able to "open" the printer, but I'm having trouble with the enumjobs API call. Here's my function declaration:
<DllImport("winspool.drv", EntryPoint:="EnumJobsA", setlasterror:=True...
Hi,
Is there some way I can get information about a print job (Description, username, page count, etc.) before it's pushed through the queue? I'd like to be able to pause a print job if my app detects it's over a certain page count. If it's under, it can go right through the queue. I can't...
Hi all-
Can someone point me in the right direction as to finding the number of files in a specified folder? I've seen a few examples via google, but the ones that are 2003 (Version I have) aren't really what I'm looking for. I basically want to find out how many files are in a folder...
Hi,
I'm working in a child form of my parent form, FormMain. In the main form, I have a button with a caption (or 'text' as I Guess it's called now). In the child form, I want to click on a button, and change the text of the button in the parent form. This is how I'm trying to do it, from...
I have a script that I wrote that will install a printer to a given port. But it keeps coming up with that driver compatability warning. Is there some way I can get rid of this entire window so I can fully automate the script? (It's a batch file using the rundll32 command.)
I have an if statement I'm executing that checks to see if the machine I'm running my script on has an IP. If it dosen't, I want it to terminate the script, but if it does, I want it to go on with some other processes. What's the syntax for force quitting a script? 'end' isn't working, I get...
I'm sorry, I'm probably not explaining myself clearly. I've seen vbscripts on the web that will install printers with a UNC path onto windows automatically, within the script. They didn't use any exe files or anything that might have come with a downloaded set of drivers, it was all done...
I know how to script a printer install using an UNC, but I'm trying to write a script to install printers that use strictly IP printing. I'm really lost on this, any help would be appreciated
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.