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 TouchToneTommy 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. darkangrydragon

    Implement RemoveAt for a BitArray

    Hi Everyone! Does anyone know what the most efficient technique would be for implementing a RemoveAt procedure that functions on a BitArray? I will be working with BitArrays that have on average around 100,000 indexes and will need to perform a large number of RemoveAt operations. My end goal...
  2. darkangrydragon

    My Network Places slow

    Hi All! We have a Windows 2003 server running the File Server service. We've setup several shares and have about 10 Windows 2000 clients connecting to the server. We are setup as a domain and are running DNS. When a client navigates to a share via the "My Network Places", directory listing...
  3. darkangrydragon

    How do I create an ActiveX UserControl for MS Access

    Hi everybody! I know how to create ActiveX UserControls and DLL's. But my question is, how do you create an ActiveX UserControl that can be bound to a field in Microsoft Access? For example, say I create an ActiveX UserControl project in VB 6. I draw a text box on the control, Text1. What...
  4. darkangrydragon

    Detect GotFocus and/or OnActivate for Popup Form

    Hi! I have a database that uses several forms, all of which have their Popup property set to Yes and their Modal property set to No. I want to be able to detect when a user leaves one form and enters another form. However, when the popup property is set to Yes, the GotFocus and...
  5. darkangrydragon

    Detect control+click event???

    Hi everyone! I was wondering how in VBA for access you can detect when the user clicks a command button while holding the control key (CTRL). I imagine this will have to be done in the command button's Click event, but how do you detect if the Control key is being held down while this event...
  6. darkangrydragon

    ADODB.RecordSet not defined?!?!?

    Hi, I am trying to use ADO instead of DAO for recordset operations, but everytime I try and declare an ADO recordset, I receive the message, "User defined data type not defined." Here is the code: Dim rst As ADODB.Recordset Any ideas? Thanks!

Part and Inventory Search

Back
Top