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. MacGyverS2000

    USB driver enumeration failure at high levels

    Not quite a C# question, but figured this was the best place to ask... On an embedded system project, we're in need of a lot of USB ports. The motherboard itself has two hubs. Hub level 1 has several ports (which we do not have direct access to), and the hubs connect here. Therefore, the...
  2. MacGyverS2000

    Loading custom control/DLL into toolbox

    I created a custom progress bar control and compiled it into a DLL. I added it to the IDE's toolbox, but it appears grayed out. Do I need to do something special when creating the DLL itself or when adding it to the toolbox? This is in Visual C++ .net, 2002.
  3. MacGyverS2000

    MDI child window titlebar max/min/close buttons

    Modifying an existing program... The child window is a 2x10 frame with some pull-down menus at the top. I'm trying to get rid of the minimize, maximize, and close buttons at the top. The same buttons on the parent window should be the only ones available to the user. The window is created...
  4. MacGyverS2000

    Mutex arrays

    I've come across a sticky wicket. I inherited a spaghetti code program that had four mutexes spelled out explicitly. In the public section of the class: CMutex Mut1; CMutex Mut2; CMutex Mut3; CMutex Mut4; With the following empty constructor: CFoo::CFoo():Mut1(FALSE, NULL, &Security)...

Part and Inventory Search

Back
Top