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...
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...
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...
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...
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...
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!
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.