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 strongm 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: MrChopper
  • Order by date
  1. MrChopper

    Project Version?

    I started a new C# Windows Project in .NET 2005. In my code, how can I retrieve the version information for the project?
  2. MrChopper

    Functions returning info

    Bah! Thanks guys, I knew it was something simple like that! :-P
  3. MrChopper

    Functions returning info

    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?
  4. MrChopper

    Basic Hyperlink

    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.
  5. MrChopper

    Reporting System Statistics??

    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.
  6. MrChopper

    Print job information

    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...
  7. MrChopper

    Print job information

    Thanks for the info! Is it possible to pause/resume print jobs from VB too?
  8. MrChopper

    Print job information

    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...
  9. MrChopper

    Number of files

    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...
  10. MrChopper

    Accessing objects from other forms

    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...
  11. MrChopper

    Check if local account exists

    Is there any way I can do this easily? I know how to create and remove accounts, I was wondering if there was some way to verify one exists, too..
  12. MrChopper

    Detecting a program

    Hmmm, I'm getting some errors from that.... is it for VB only?
  13. MrChopper

    Detecting a program

    Is it possible for vbscript to detect if a program is running (access.exe for example)? If so, how would I go about doing it? TFTH
  14. MrChopper

    Silent install of printer

    bump.... really desperate on this one
  15. MrChopper

    Silent install of printer

    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.)
  16. MrChopper

    Quitting a script?

    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...
  17. MrChopper

    Enabling APM

    any idea how I can do this inside a script?
  18. MrChopper

    Scripting an IP printer install

    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...
  19. MrChopper

    Scripting an IP printer install

    Ok, thanks. However, I'd like to be able to run this from a vbsript too, as it will be part of a major configuration "package".
  20. MrChopper

    Scripting an IP printer install

    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

Part and Inventory Search

Back
Top