CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: r_maier

Page 1 of 2 1 2

Search: Search took 0.06 seconds.

  1. Replies
    4
    Views
    6,630

    Re: How abort URLDownloadToFile?

    Thanks a lot. This was exactly what I needed! :wave:
  2. Replies
    4
    Views
    6,630

    Re: How abort URLDownloadToFile?

    Thanks for the link.

    I've known this technique already, but do not know how to apply it in VB.

    In VC one can just set the return value of the OnProgress callback to E_ABORT to cancel the...
  3. Replies
    4
    Views
    6,630

    How abort URLDownloadToFile?

    Hi,

    I am using URLDownloadToFile and implemented the olelib.IBindStatusCallback interface for unitlizing the OnProgress callback. :mad:

    I would like to implement a cancel button, that would...
  4. Thanks

    Thanks, this was really easy.
    Regards
    Robert:D
  5. How calculate width required for text string?

    Hi all,

    I need to calculate the width and height of a text.
    This works perfect with using the printer object
    (Printer.TextWidth and the like).

    However, if there is no printer installed, this...
  6. Replies
    5
    Views
    1,397

    Thanks

    Thanks a lot, it works fine.
    Regards
    Robert:D
  7. Replies
    5
    Views
    1,397

    Thanks for the answer. I have found these...

    Thanks for the answer.
    I have found these things, but am not able to find a way to tell my setup. I merely don't find the right menu entry or whatsoever within the VS Installer application.
    So...
  8. Hi all, I have the same problem at the moment....

    Hi all,

    I have the same problem at the moment. Did you find out, how to make a setup that installs equaly for all users?

    Best regards
    Robert
  9. Replies
    5
    Views
    1,397

    VS Installer & user rights

    Hi all,

    I am new to Visual Studio Installer and have a quite basic question.

    I want to create a setup, that assures, that all users can access the
    application to full extent. I currently have...
  10. Replies
    5
    Views
    1,188

    Sorry, I haven't watched the thread for a long...

    Sorry, I haven't watched the thread for a long time.

    I use the following code for opening the training dialog:


    If RecoContext.Recognizer.IsUISupported(SpeechUserTraining) = True Then
    ...
  11. Installer: Program accessible from 1 account only

    I've created an Installer package out of given MSM-files using Visual Studio Installer.
    The Package does what it's supposed to do. However, the program that it installs
    is only accessible from the...
  12. Replies
    5
    Views
    1,188

    Hi, I haven't watched this thread for a while....

    Hi,

    I haven't watched this thread for a while.
    Is this still an open issue for you? I have the solution, which is incredibly easy. I haven't got it handy though, so post me a note, if you want to...
  13. Replies
    5
    Views
    1,060

    Thanks for the code, I haven't tried out it yet....

    Thanks for the code, I haven't tried out it yet.
    However, to be more precise, I want to only control the volume of the PC sound. How can I identify the corresponding device?

    Thanks

    Robert
  14. Replies
    5
    Views
    1,090

    Thanks a lot, it works fine. Robert

    Thanks a lot, it works fine.
    Robert
  15. Replies
    5
    Views
    1,090

    One problem is, that I haven't done much with...

    One problem is, that I haven't done much with files in VB yet, so I even do not know, how to change file attributes. Could you please name the the appropriate function?
  16. Replies
    5
    Views
    1,060

    Thanks for the reply. I haven't done this...

    Thanks for the reply.
    I haven't done this before. Could you give me a hint, what API's to use?

    Regards

    Robert
  17. Replies
    5
    Views
    1,090

    FileCopy when write protected

    Hi all,

    this is possibly a trivial question.:
    I want to copy a file onto another file, that is write protected.
    FileCopy seems to be the wrong function.

    Best regards

    Robert
  18. Replies
    5
    Views
    1,060

    How switch on/off sound?

    Hi all,

    I wish to switch on/off the sound programmatically. How can I do this?

    Best regards

    Robert
  19. Replies
    1
    Views
    545

    Hi, I'm afraid, I was a bit unclear in my...

    Hi,

    I'm afraid, I was a bit unclear in my previous post.

    I reckon, I have made a quite trivial mistake with the usercontrol, that starts several threads, and that it does not have too much to...
  20. Replies
    1
    Views
    545

    Need help!!! (threading? eventing?)

    Hi all,

    I am using Microsoft's Speech Recognition engine in my application. The SAPI-part is within a user

    control. I encounter the following problems:

    - Whenever I open a MsgBox from...
  21. Replies
    2
    Views
    551

    Recommendation for Perl for WIN2000?

    Hi all,

    I am after a recent free Perl-version to run on WIN 2000. Could someone give me a recommendation, which Perl to use?

    Best regards

    Robert
  22. Replies
    6
    Views
    1,259

    Hello, I am trying to find out, how to perform...

    Hello,

    I am trying to find out, how to perform speech recognition with real recorded data. It appeared to me, that it were not possible to match a speech input with pre-recorded references. From...
  23. Replies
    5
    Views
    1,188

    Speech-SDK: How train recognition?

    Hi all,

    I have played around a bit with Miocrosoft's Speech SDK. I did not have the opportunity yet to read the documentation thorrowly, so maybe the following question is trivial:

    So far I...
  24. Replies
    8
    Views
    913

    Re: Getting rid of beep on KeyStroke

    It comes from the speaker.
  25. Replies
    8
    Views
    913

    Re: Getting rid of beep on KeyStroke

    Hello, and sorry about the late reply.
    I did use KeyAscii of KeyPress, but with the same effect.

    What I have is an ActiveX Control, that contains an MSFlexGrid with a lot of controls, that come...
Results 1 to 25 of 28
Page 1 of 2 1 2





Click Here to Expand Forum to Full Width

Featured