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

Search:

Type: Posts; User: khinlau

Search: Search took 0.04 seconds.

  1. Replies
    0
    Views
    541

    Get Picture in MS Word file

    Hi all,
    Do any body can help me to get a picture in Ms word file and save it in to a bmp file.

    Thanks
  2. Read Text in a Paragraph of a MS Word file

    Hi All,
    Now, I can open a MS Word file, and get all Paragraphs in the Word file by:

    Paragraphs Pgs= Doc.GetParagraphs();
    long pgCount = Pgs.GetCount();



    this code run OK.
    but when I...
  3. Get Text of a Paragraph of a MS Word file.

    Hi All,
    Now, I can open a MS Word file, and get all Paragraphs in the Word file by:

    Paragraphs Pgs= Doc.GetParagraphs();
    long pgCount = Pgs.GetCount();



    this code run OK.
    but when I...
  4. Replies
    1
    Views
    627

    Re: Query about Word Automation

    Hi Tang Min,
    I do not know how to open Word file using MFC, can you let me know?.
    Thanks so much.
    Khin Lau
  5. Thread: Simple DLL

    by khinlau
    Replies
    9
    Views
    1,071

    Re: Simple DLL

    Can you explain more? I still don't understand how can I use Sum function.
    Thanks
  6. Replies
    8
    Views
    702

    Re: Do any body know (Crystal Report 6.0)?

    I did as you show, but I can not find any method to open the file *.rpt.
    I do not know why in my computer thses is not have the file Cry*.ocx, I think this is main reason. I will try to find a new...
  7. Replies
    8
    Views
    702

    Re: Do any body know (Crystal Report 6.0)?

    I think you mention to Data Report, Crystal Report is not appear in that tab.
    Thanks for your help.
  8. Replies
    8
    Views
    702

    Re: Do any body know (Crystal Report 6.0)?

    Yes, I see two options in the references
    - Crystal Data Object
    - Crystal Report Engine 6.0 Object Library

    I have check both above, But I do not know how I can I cal the file ex1.rpt. and pass...
  9. Replies
    8
    Views
    702

    Re: Do any body know (Crystal Report 6.0)?

    Oh yes, as you say it's so silly, but I have been tries n times. even though I have removed Crystal report 6 and then installed new, but I also can not see the control Crystal Report in...
  10. Replies
    8
    Views
    702

    Do any body know (Crystal Report 6.0)?

    I use VB6 and I have installed Crystal Report 6.0,
    But why Crystal Report component do not appear in my VB Compontents box?
    If any body know, please let me know ASAP.
    Thanks so much
    Khin Lau
  11. Thread: Crystal Report

    by khinlau
    Replies
    579
    Views
    637,817

    Re: Crystal Report

    Hi Babu,
    I'm brand new in Crystal report, I was wonder if you could spend a little time to help me to create a report in VB using Crystal Report.
    I have Visual Basic 6.0 and Crystal Report 6.0...
  12. Thread: Simple DLL

    by khinlau
    Replies
    9
    Views
    1,071

    Re: Simple DLL

    I do all as you, but still have error.
    I don't know why, in my VB program still show: can't find Dll entry point Sum in DLL1.dll.
    Do you have any ideas?
  13. Thread: Simple DLL

    by khinlau
    Replies
    9
    Views
    1,071

    Re: Simple DLL

    Hi,
    I have built your code to DLL1.dll, it is all OK
    but when I use Sum function in VB it have an error.
    My VB code like this:

    Private Declare Function Sum Lib "DLL1.DLL" (Byval p_no1 As...
  14. Thread: Simple DLL

    by khinlau
    Replies
    9
    Views
    1,071

    Simple DLL

    Hi All,
    Now I try to learn how to write a simple DLL to export some API functions. Do any body help me to do this?
    Thanks so much
    Khin Lau
  15. Replies
    2
    Views
    637

    Re: Check Null Value

    are you sure that code run well?
    I can not compile the code if(pRecordset... !=NULL)
    and you note that this recordset I use ADO.
    Thanks so much for you help
    Khinlau
  16. Thread: Compare Type

    by khinlau
    Replies
    0
    Views
    555

    Compare Type

    Do any body tell me this problem.
    I declare a variant like this:

    _variant_t vValue;

    and I assign vValue= (value);

    becase vValue may NULL or have a value, So tell me how can I know vValue...
  17. Replies
    2
    Views
    637

    Check Null Value

    I do the following code:

    _varian_t vValue;
    long l;
    vValue=pRecordset->Fields->GetItem(_variant_t(0L))->Value;
    l=atol((char *)(_bstr_t)vValue);

    but when I reach to a record have NULL value in...
  18. Thread: compare type

    by khinlau
    Replies
    0
    Views
    665

    compare type

    Do any body tell me this problem.
    I declare a variant like this:

    _variant_t vValue;

    and I assign vValue= (value);

    becase vValue may NULL or have a value, So tell me how can I know vValue...
  19. Thread: Help me !!!

    by khinlau
    Replies
    2
    Views
    628

    Re: Help me !!!

    I want to get these information in WINDOW OS (WIN95, WIN98, WIN NT, WIN 2K, ...).
    If you don't mind, can you tell me how to code to get all installed program in a computer, it will helpful for me....
  20. Replies
    2
    Views
    675

    Re: How to get all installed softwares

    but can you tell me when they in:
    HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall
    and when they in:
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall
    ...
  21. Replies
    2
    Views
    675

    How to get all installed softwares

    Hi All,
    Do all you know how to get all installed
    softwares (Like add/remove programs on Control Panel), please tell me, I really need it.

    Thanks
  22. Thread: Help me !!!

    by khinlau
    Replies
    2
    Views
    628

    Help me !!!

    Hi All,

    Do any body know how to get all installed
    softwares (Like add/remove programs on Control Panel), please tell me, I really need it now.

    Thanks
Results 1 to 22 of 22





Click Here to Expand Forum to Full Width

Featured