Search results for query: *

  • Users: Sterling33
  • Content: Threads
  • Order by date
  1. S

    Question Backgroundworker / Threading Question

    Hi All, I'm hoping someone maybe able to help me out with the following problem. I have a application that I've been working on that utilizes a Class called 'User'. This class has several Functions that are called by a Click event on the main form. These functions must run and return required...
  2. S

    Threadstate Question

    Hi All, I am coding in VB.Net 2002, and trying to find a way to see if a particular thread of an existing Service is running on a machine. Can anyone point me in the right direction on how I can accomplish this? Any input would be greatly appreciated. - ETR
  3. S

    Help Modifying Property of Computer Object in AD

    Hi All,I was wondering if someone may perhaps have a piece of sample code in VB.Net showing how I can modify the 'ManagedBy' property of a particular computer object in Active Directory? At the moment I have been successfull in modifying user object properties in AD using VB.Net 2005, but have...
  4. S

    MSIs and Transforms Question

    Hi all, I was wondering if someone might be able to help me on a question? At work a packager has created a MSI package with a Transform file. What I would like to do is extract the certain information from the Transform .mst file in VB.Net code. Does anyone have any tips on how I can accomplish...
  5. S

    Question Regarding Extracting Info from MSI Transforms

    Hi all, Does anyone know how I can extract values/info from a transform file that references a msi base file? So far I am able to retrive informnation directly from a msi file, but when a transform is used I am unable to successfully get anything. Any clue on how I can proceed to get anything...
  6. S

    Question with Object Array

    Hi all, I was wondering if anyone could possibley help me with the code added below? It seems that I have an issue where I manage to go through the For Loop the first time with no issues, but manage to get an 'Unknow Error' when on the second Loop. I managed to isolate the problem to the line in...
  7. S

    Question Regarding My Object

    Hi all, I was wondering if someone can help me? Heres a bit of the code im working on. When I attempt to run it, I get an error message stating that an object reference is not set to an instance of an object. Ive narrowed the problem to the code in red. Im attempting to use the Object from Form1...
  8. S

    ADO.Net Question/Problem

    Hi All, I'm still coming to grips with ADO.Net in VB.Net. What I'm attempting to do is create a dataset containing 2 tables(tbl_mft and tbl_soft), and have my program loop through the tbl_mft table for a specific Manufacturer Name. And if that name is found, move to the mft_soft Table and look...
Back
Top