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: DoctorWho
  • Content: Threads
  • Order by date
  1. DoctorWho

    VB6: the IsSecurityEnabled method doesn't seem to be working

    I've got a VB6 (SP5) COM+ component I've written, which uses the ObjectContext's method IsSecurityEnabled method to determine whether or not security is enabled for that component in component services on a Windows 2000 server. (Eventually I want to use the IsCallerInRole() method, but I've got...
  2. DoctorWho

    VB6: How do I determine if a user is in an AD group?

    I've been trying to figure out how to determine if the logged in user is in an Active Directory group (Windows 2000). I've been reading the online MSDN, but it hasn't been very helpful. I don't know what attributes to use, and I don't even know where to find the pre-defined AD attributes. HELP!
  3. DoctorWho

    Replacing a HD in a RAID-5 array

    I had a SCSI HD fail on me, which is a part of a software RAID-5 array. I now have the new HD in place, but I don't know how to rebuild the RAID array. Do I have to format the drive? Or what other steps do I take to rebuild the RAID-5 array?
  4. DoctorWho

    Why does the If statement work in this code snippet?

    I am writing a Windows Forms application and am testing the values of two different columns of two different records, to see if they are equal or not. If they are equal, then it is supposed to assign the value of true to a bool variable. Here is the relevant code snippet: bTmp = false...
  5. DoctorWho

    How do you bind data to a CheckedListBox

    (C# using VS.NET 2003) I am trying to write a Windows Forms application and I have a form with a CheckedListBox control on it, which I want to bind a lookup table to and a resolution (data) table to. My problem is I cannot find what properties I should use to bind the data to this control! In...

Part and Inventory Search

Back
Top