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

Search:

Type: Posts; User: yeumotchieu

Search: Search took 0.05 seconds.

  1. Replies
    1
    Views
    1,167

    Message box in VB6. help

    I want to display a message box without sound alert or i cant choose another WAV file for sound alert. Please help me.
  2. Replies
    5
    Views
    1,276

    Re: Multi Thread in VB6, Help!

    To Bornish: If you click End button after start Thread, the app will shut down Visual Studio. Or if you compile it into exe, you can not start Thread. I attached this error image. Please review it....
  3. Replies
    5
    Views
    1,276

    Multi Thread in VB6, Help!

    I downloaded a sample code about Multi thread. But there is an error when i want to close it after starting thread. Please help me to fix it. I attached this code.
  4. Replies
    3
    Views
    772

    Re: How to know database is updated

    No, it is not my purpose.
    I mean when my database i updated by another app, MS Server will send a message to my app to refesh my form with new database.
    Thanks
  5. Replies
    3
    Views
    772

    How to know database is updated

    I want to code an application. I use MSSQL2000 and C#, if my database is updated, i want MSSQL Server will sent a message to my application to update data in form.
    Please help me, thanks in...
  6. Replies
    7
    Views
    16,995

    Re: Speech to Text in VB6 - Help

    Thanks to all of you. I did it.
  7. Replies
    7
    Views
    16,995

    Speech to Text in VB6 - Help

    I want to code a program that allow users speech into headphone and the program will write what they speake to textbox. I don't know where i begin. Please help me. Thanks in advance.
  8. Re: Kodak image scan control component is not supported by WinXP??

    Thanks to DgLienna. I did it.
  9. Kodak image scan control component is not supported by WinXP??

    I want to use imgscan.ocx to get image in scanner but i can not register it. Is it supported by WinXP?
  10. Replies
    1
    Views
    1,365

    How to cut a JPG file.

    I uploaded this file to everybody can easy to see it.
    I want to code a module to cut 4 areas (i marked in this file : (1),(2),(3),(4)) into 4 another JPG files (i'm using VB6). How can i do that....
  11. Re: How to run a macro without Microsoft office???

    Ok. i put this code in a text file because i can change it whenever without needing compile again. I don't want to use .NET.
    Please help me.
  12. Re: How to run a macro without Microsoft office???

    Sorry, you don't undertand me.

    I mean, I save this macro in a text file. And now, i want to run it in my VB project. If I use Excel to create this macro and run, it will so easy. But my client's...
  13. Re: How to run a macro without Microsoft office???

    This macro will be run when i click a button on form in my VB project.
  14. Re: How to run a macro without Microsoft office???

    this is my macro:



    Public Sub ReadCVSHasHeader(PathSourceFile As String, PathOutPutFile As String, Separate As String)
    Dim FileNumOutPut, FileNum As Integer
    Dim line As String

    ...
  15. How to run a macro without Microsoft office???

    I want to run a macro which was saved in a text file because I don't know exactly if my client's computer has installed Microsoft Office or not. So I want save this macro in a text file and my VB...
Results 1 to 15 of 15





Click Here to Expand Forum to Full Width

Featured