Search results for query: *

  • Users: Woody
  • Order by date
  1. Woody

    Media Center Remote

    Hello Everyone, I am attempting to determine if it is possible to hook the green button on the media center remote with an XP Pro box. Ultimately I am looking to launch sagetv on an XP Pro machine when the green button is pressed. Anyone have any ideas on the green button? Thanks, Woody
  2. Woody

    Controlling Child Windows of external apps

    Zack, The same will occur for ANY window you are attempting to get the handler id for. For example, Under the TOOLS menu of .NET studios select the Spy++ tool. This tool will show you the windows class name and handler id's of any window. obtain the class name of your window and use...
  3. Woody

    Controlling Child Windows of external apps

    Re: Getting the child handlers Zack, Add a new module to your solution in the example below I have named it WndHnd.vb. Use the following code in the module: Imports System.Diagnostics Imports System.Runtime.InteropServices Module WndHnd <DllImport("user32.dll"...
  4. Woody

    Controlling Child Windows of external apps

    Child Windows I had searched high and low for code examples, explainations, and anything I could come up with for an affective way to control child windows in VB.NET. At most I was able to pick up bits and pieces here and there and puzzle them all together to come up with the following: First...
  5. Woody

    Controlling Child Windows of external apps

    Does anyone not have any advise? I am writting an application containing the abilty to automate several different applications which ultimately automates a handful of weekly tasks. Thanks
  6. Woody

    Console & form program

    Dosborn what is your startup object set to? are you calling sub main() or your form?
  7. Woody

    Controlling Child Windows of external apps

    Hello everyone, I am hoping someone may be able to assist me with this issue. I have an application which launches another and has to send keystrokes etc to the external application. I am having trouble gathering the child window information. Here's where I am so far. Module...
Back
Top