Create Thread API for Windows with VB6

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • riyazwalikar
    New Member
    • Nov 2007
    • 3

    Create Thread API for Windows with VB6

    Hi Everybody,

    Im developing a small utility for Windows in VB6 and this also happens to be my first application that uses the CreateThread API.

    The form load calls the CreateThread API with the Addressof operator to a function written in a module. The function displays the File & Folder Properties dialog box using theShellExecute Ex API. My query was as to how can i make my program wait till the user closes the Properties dialog box and then cause an Unload Me...
    Last edited by Dököll; Jun 7 '08, 12:02 AM. Reason: Title clarity...
  • Dököll
    Recognized Expert Top Contributor
    • Nov 2006
    • 2379

    #2
    Hello riyazwalikar!

    This sounds very interesting, please post what you have thus far, if code is there for all to see, others passing through may see it and perhaps shed some light.

    Also, you can add a pseudocode or some sort and see if that gets you anything, perhaps we might be able to point you to a tutorial that fits your purpose,

    how's that for a deal? Also, do search this forum up above, just in cse something already posted. I am probably going to update your title for added hits on this...

    In a bit!

    Comment

    • Dököll
      Recognized Expert Top Contributor
      • Nov 2006
      • 2379

      #3
      Originally posted by Dököll
      Hello riyazwalikar!

      This sounds very interesting, please post what you have thus far, if code is there for all to see, others passing through may see it and perhaps shed some light.

      Also, you can add a pseudocode or some sort and see if that gets you anything, perhaps we might be able to point you to a tutorial that fits your purpose,

      how's that for a deal? Also, do search this forum up above, just in cse something already posted. I am probably going to update your title for added hits on this...

      In a bit!
      Ok, I changed it to Create Thread API for Windows with VB6 from Windows in VB6 Threading difficulty.. hope it's okay, see what thast gets you.

      Fancy stuff riyazwalikar, I hope you get what you're looking for:-)

      Comment

      Working...