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 bkrike 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: *

  1. mortgagedeveloper

    API or W2K3 Security Issue?

    Hello All! I have a program that uses the following windows api commands and structures for enumerating and adding printers and drivers to a remote machine. The program's job is to copy drivers from a print server to a remote machine and add the drivers and printer to the remote machine's...
  2. mortgagedeveloper

    Possible W2K3 Security Problem?

    Hello All! I have a program that uses the following windows api commands and structures for enumerating and adding printers and drivers to a remote machine. The program's job is to copy drivers from a print server to a remote machine and add the drivers and printer to the remote machine's...
  3. mortgagedeveloper

    Socket.Receive isn't receiving everything.

    I can only receive small files < 20kb. Anything over that will stop about 1k bytes from being completely delivered. The code below shows the loop that should be receiving. The Receive method hangs without Blocking and throws an exception with Blocking on. nothing I have tried will accept the...
  4. mortgagedeveloper

    OpenPrinter Crashes VB

    I am trying to get a handle for GetPrinterDriver with the OpenPrinter function but it keeps crashing VB. I need to be able to open a printer on a network print server so I can access the print driver and programatically install printers on the fly. Here is some of what I am working with...
  5. mortgagedeveloper

    Need to execute under the context of a local account

    My program needs to be able to update NTFS folder security on remote machines. I am trying to get the SDDL of a user's SID so I can add an ACE to the file's DACL. I am not able to reference the samlib.dll (figuring that it is the correct one) to access the SAM functions. Am I going about this...
  6. mortgagedeveloper

    Shared Folder Info

    I have been scouring the API for a way to set/get the properties for a shared folder and have come up with nothing. Hopefully someone can point me in the right direction in my search. Thanks
  7. mortgagedeveloper

    Disable ScreenPrint

    I am trying to disable screen print even when the application is not active. I got ScreenPrint and ScreenPrint with CTRL or SHIFT pressed, but I can still print the screen with the ALT button pressed. Can someone tell me how to capture this? I am using Virtual Keys to capture the input in VB6...
  8. mortgagedeveloper

    I am trying to disable screen print

    I am trying to disable screen print even when the application is not active. I got ScreenPrint and ScreenPrint with CTRL or SHIFT pressed, but I can still print the screen with the ALT button pressed. Can someone tell me how to capture this. I am using Virtual Keys to capture the input in VB6...
  9. mortgagedeveloper

    429 Can't create activeX object Error

    I am packaging and deploying an application using the VB6 wizard and a strange problem is coming up. The wizard is not copying a DLL to the installing machine. The DLL is set in the dependencies and it is present in the .CAB file. I made sure the service packs on the installing machine are the...

Part and Inventory Search

Back
Top