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!

Search results for query: *

  • Users: CPUCurt
  • Content: Threads
  • Order by date
  1. CPUCurt

    How can I find the Application Handle?

    I’m rewriting a VB6 application using VB.net 2005. In my VB6 app I used “App.hInstance” to acquire the applications handle. I can’t seem to find the VB.net equivalence. I’ve found references to Handles for Buttons,Listboxs and the like, but nothing for the Application. Any suggestion? Curt
  2. CPUCurt

    GetOpenFileName: I want to disable buttons!

    When using this dialog box, I need restrict the user to the path established, in the program, using the "lpstrInitialDir" field. So, I need to disable most of the buttons on this display. Does anyone have any code or ideas that might help? Thanks.
  3. CPUCurt

    Should I move to VB.Net?

    Help, My boss is uneasy about moving to vb.net. I need some supporting evidence justify making the move. We are currently developing in VB6. Any supporting articles or testimonials would be appreciated. Thanks, Curt
  4. CPUCurt

    VB6 or VB.Net

    I’m looking for solid references, both Pro and Con, for moving to VB.NET. Any help or testimonials would be appreciated.
  5. CPUCurt

    Change Win Default Printer

    I have an application where I'm using "ShellExecute" to print a file. Of course it prints using the current Windows Default printer. I WANT to, programmaticly, change the default printer to another for this process, then change it back when it's done to the orginal default. Does anyone have...
  6. CPUCurt

    Length of a .WAV file

    How can I determine the total length (time) of a .wav file, without playing it? I have an application that plays several .wav files and I need to know the length of that file before it is played. How do I do that?

Part and Inventory Search

Back
Top