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

  • Users: CassandraR
  • Content: Threads
  • Order by date
  1. CassandraR

    Printer Select -- Reply To Email

    To Brian D., who emailed the following message to me: Brian: Sorry that I won't be of much help. The "Printer Select" project (previously copied to the FAQs) is a project that I have not worked on in two years. Things have faded from memory in that time. Another problem is that I did not...
  2. CassandraR

    Subclassing the WebBrowserControl

    Hi DrJavaJoe: Per your request, here is the code that I am working with. I have replaced some of your code with a simpler interface to get the handle for the webbrowser. (The code used is what MS has suggested.) Code for the MainLib.bas module. Option Explicit ' ' Code for MainLib.bas...
  3. CassandraR

    Printers.Count Not Counting Right

    Hi: I have a little problem. The Printers collection returns one too few printers. I have four installed, but Printers.Count returns 3. I check the Printers entry under the Control Panel and find all four printers. Word finds all four. Several other (non-MS) applications find all four. The...
  4. CassandraR

    Avoiding "Out Of Memory"

    Hi: I am looking for a way to determine how much Windows resource is remaining. This information is needed to avoid having my program open so many forms (MDI parent and children) that Windows almost comes to a halt. I have looked at GlobalMemoryStatus, but it does not provide adequate...
  5. CassandraR

    VB6 Easter Egg

    VB6 Easter Egg: http://codemaster.digitalrice.com/codes/vb/easteregg.html [rednose]
  6. CassandraR

    Enabling HHelp For MDI Parent

    Hi: I have searched for an answer to a basic HTML Help problem, but to no avail. How does one get the F1 key to work with the MDI Parent form? I have no problems with the MDI Child forms -- they are working, but the Parent form does not invoke the help system. Thanks, Cassie [3eyes]
  7. CassandraR

    VB6 + Assembler?

    Hi: I am pondering how to add inline assembler code into a Visual Basic 6.0 SP5 program. The desire is to add some assembler code within a few or several subroutines. Any suggestions? Cassie
  8. CassandraR

    Printer Select Dialog Form (ActiveX Source Code)

    Hi: I have posted the source code for a Printer Select ActiveX DLL in the FAQ area of the forum. It is located under "What Visual Basic should be able to do!" The code has been split into three blocks: "Printer Select Dialog Form (ActiveX Source Code)" "Printer...

Part and Inventory Search

Back
Top