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 Wanet Telecoms Ltd 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. wallstreetkid

    can't add ref to MDIVWCTL.DLL

    I'm trying to add reference to MDIVWCTL.DLL so I can do MODI, but I keep getting an error. Does anyone know why???
  2. wallstreetkid

    PrintWindow function isnt working

    The printwindow function isnt working for me. Here is my code, could someone please tell me what is wrong with it? Private Sub CaptureScreen(ByVal f As Control) screen = New Bitmap(f.Width, f.Height) Dim g As Graphics = Graphics.FromImage(screen) Dim hdc As IntPtr =...

Part and Inventory Search

Back
Top