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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by BrianLW

  1. BrianLW

    .Net/VB6/Win32 Question

    Try this link: http://www.microsoft.com/downloads/details.aspx?FamilyId=934DE3C5-DC85-4065-9327-96801E57B81D&displaylang=en
  2. BrianLW

    Can someone help me rewrite this small c# function to vb.net?

    For future reference try this: C# to Vb Converter -Brian
  3. BrianLW

    Run Exe from button in vb and close it too

    Is PC2 a Terminal Server or just a regular PC?
  4. BrianLW

    Run Exe from button in vb and close it too

    Can you modify the source of the other application or is it a third party app? If you can modify the source code of the other application, I would suggest using a database to hold a flag. The second application can then monitor that database and when the flag is set to false by the first...
  5. BrianLW

    Help with a DataView

    For each r as datarow in dtfiles.rows _brian
  6. BrianLW

    File is free...

    You can monitor the file size and when the size stops changing - or stays the same for 60 seconds or so - copy it to a new location and use it. _brian
  7. BrianLW

    About ActiveTreeView

    I have not used this control, but reading through your code, I noticed this .UseImageList = False Should that be set to true. If that does not solve the problem, try setting the index number to 0 (zero). -Brian
  8. BrianLW

    Hide mdi child show dialog form's breadcrubs while were moving?

    The colors you want to use are in the SystemColors collection. These colors correspond to the settings that the user can change such as the desktop color. More than likely, the color you want is SystemColors.ControlDark -Brian
  9. BrianLW

    How to kill a shell task ID

    try KillProcess ("Genesys.exe")
  10. BrianLW

    How to kill a shell task ID

    In the bottom it says 'Process TGML' click on the words 'Process TGML' for examples
  11. BrianLW

    How to kill a shell task ID

    Add the following to a module in your project: Option Explicit Type PROCESSENTRY32 dwSize As Long cntUsage As Long th32ProcessID As Long th32DefaultHeapID As Long th32ModuleID As Long cntThreads As Long th32ParentProcessID As Long pcPriClassBase As Long...
  12. BrianLW

    Automate conversion of datareports to PDF then email

    Please see the following FAQs FAQ222-179 FAQ222-3395
  13. BrianLW

    Field codes to automate document - may need VBA

    What about using .text instead of .value?

Part and Inventory Search

Back
Top