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 Mike Lewis 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. djcomlab

    CommonDialog1.ShowPrinter

    I found a printer dialog class (via API) that does not change the default printer and gets you out of the comdlg32.ocx<br> <br> <A HREF="http://www.toolcity.net/~djcomlab/source/printdlg.zip" TARGET="_new">http://www.toolcity.net/~djcomlab/source/printdlg.zip</A><br> <br> Cheers, <p>-DJ<br><a...
  2. djcomlab

    CommonDialog1.ShowPrinter

    Why does the selected printer become the default?<br> How do I disable that? <p>-DJ<br><a href=mailto: > </a><br><a href=http://www.toolcity.net/~djcomlab>DJ's computer Labs</a><br>Free controls, addins, and source code for VB
  3. djcomlab

    ActiveX container problems

    I had a similar problem that was solved with the API.<br> <br> Declartaion:<br> <br> Private Declare Function ShowWindow Lib _<br> "user32" (ByVal hWnd As Long, ByVal nCmdShow As Long) As Long<br> <br> to hide it:<br> Call ShowWindow(UserControl.hWnd, 0)<br> <br> to show it:<br> Call...
  4. djcomlab

    Control Arrays

    <br> I need to know how to pass a control array into a sub or function.<br> I have 5 subs for every control, but the logic is identical.<br> The only thing that changes is the control reference. For example:<br> <br> Private Sub RemoveCol(ByVal rTake As Integer)<br> Dim intCnt As Integer<br>...
  5. djcomlab

    MSChart control

    How do you make a marker visible for a single point?
  6. djcomlab

    Purging print jobs from spooler

    Stop and start the spooler service at the server

Part and Inventory Search

Back
Top