Search results for query: *

  • Users: nomaam
  • Content: Threads
  • Order by date
  1. N

    FindWindowEx Help Needed

    Hello: I am using Vb.NET 2008, working in a windows form. I am using FindWindow and FindWindowEx to locate handles in order to grab text from controls within another application using WM_GETTEXT. All is working well, but I am having a problem when there are many controls with no names and...
  2. N

    Question Read data grid from external program?

    Hello: I am working in windows forms with Vb.NET 2008 I am trying to read text in from an external program. So far I have been able to read text in from a standard text box or button, however I am trying to read data in from an external data grid. When I try to use the following I get no...
  3. N

    Controling Dynamic Input Fields - webbrowser

    I have VS 2008 and am working in VB.Net forms. I have a webbrowser control where I am trying to control input fields that are dynamically created. If a text field has proper handles such as id and name tags there aren't any problems. For example, I am trying to work with twitter for posts. I...
  4. N

    Question Run a .job file ?

    Hello: I have a .job file and am wanting to execute it through VB.Net and then determine when the process is completed. I have the following .job task run path: I have the following code to execute an application and wait for its completion: Dim objProcess As...
  5. N

    Calculate Torrent Info_Hash?

    Hello: I am working with VB.NET, framework 2.0 and working in a windows form. I am trying to calculate the info_hash of a torrent file. From what I have read it is a 20 byte SHA1 value of the file's metadata. However, I am at a loss at how to calculate it as I am not sure on the exact portion...
  6. N

    Indexing a Search engine?

    I am using VB.NET 2002 and am working in a windows form I am trying to "Crawl" or index a search engine that has a database of just files, not websites. When you perform a search your results will be links to files to download. What i would like to do is create a program to index all files...
  7. N

    API Help needed

    i am useing VB.NET, and am working in a windows form. i am trying to close a child window within a web browser. this is the code i'm useing: Code: Declare Function FindWindowEx Lib "user32" Alias "FindWindowExA" (ByVal hWnd1 As Long, ByVal hWnd2 As Long, ByVal lpsz1 As String, ByVal lpsz2...
  8. N

    . closeing child windows .

    i am useing VB.NET, and am working in a windows form. my form interacts with Internet Explorer, and i would like only the main IE window to be open. i know how to terminate a process, but how can i close child windows that IE produces? such as message boxes, security warnings, popups, and...
  9. N

    Conversion Help Needed

    Here is an example in VB, could someone show me how this can be done in VB.NET in a windows form? ============================================================ I'll use this page in Experts Exchange as an example. Click Ctrl+T and choose "Microsoft Internet Controls", then add the control...
  10. N

    ??? How to - Control IE useing VB.NET ???

    Is it possible to limit the number of open Internet Explorer windows? My VB.NET program will be using IE, and I would like to ensure that only one IE window can be open. This will be done to prevent pop-up windows from interfering with its work. I know there are free pop-up blocking programs...
Back
Top