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 SkipVought 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. pcfreak65

    Blue screen and continuous restart - tried everything!

    thankz, sorry, didn't say it right. I use nero, never used easy cd on that computer, just said it in case it could help. sorry. I tried installing SP2, and it worked fine. Thanks anyway.
  2. pcfreak65

    Windows 2000 reboots after login

    Can you start up in Safe Mode with network support? I've the same problem, but it won't start with network. I get the exact same message. Try these on the MS knowledge base: (search.support.microsoft.com) Q183169 Q275678 (Sorry, not tried them, I send my computer to a repairer:-()
  3. pcfreak65

    How do you create a message box

    Do you need a box to select the drive from on the message box? If so, make a form how you want it, set the border property to vbFixedDialog, and show it with Form.Show vbModal. You can find all the icons that you can use in standard 'msgbox' boxes in the graphics folder somewhere. To disable...
  4. pcfreak65

    Disable Close Button on VB Form

    You can also remove it from the system menu, and this works fine! Try this code, courtesy of John Percival: (I found this at http://www.vb-world.net/tips/tip117.html) Declarations Paste this into the declaration section: Declare Function GetSystemMenu Lib "user32" _ (ByVal hwnd As...
  5. pcfreak65

    Find button on external App...??

    Use the FindWindowEx api to look for the button if you know the text that will be on it. For more info on FindWindowEx goto www.vbapi.com (not my site) :-)
  6. pcfreak65

    Blue screen and continuous restart - tried everything!

    I have a 166 mhz toshiba laptop with 4gb hard disk using NTFS, and 96 meg RAM. I don't have a 3d card. I've looked at everything related on these forums, eg checked bios, my processor is not overclocked. I've also tried everything on the knowledge base. Whenever I turn on my computer, I get a...

Part and Inventory Search

Back
Top