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

Search:

Type: Posts; User: eko

Search: Search took 0.05 seconds.

  1. Replies
    0
    Views
    2,308

    anybody know ISO8583 ?

    My next project, will use ISO8583 protocol.

    Please give any info about ISO8583

    Thank You.
  2. Replies
    1
    Views
    2,302

    Tray Icon in MFC App ?

    How to make my MFC app have tray icon ?
    a sample code will help me much.

    Thank You.
    Eko S.A (Indonesia)
  3. Replies
    5
    Views
    633

    Compiler (VC++) licenses ?

    I'm developing a software with VC++ for my client.
    Let's say the app name is Remote.exe

    My client is a recognized company.
    My client want to avoid problem for any unlicensed software.

    How...
  4. how to make random number between 77 to 277 (srand)

    I used srand() to gnerate random number.
    but i don't know how to generate random number in some limited range (let's say, generate random number between 77 to 277).

    is it related with RAND_MAX in...
  5. Replies
    1
    Views
    665

    PostThreadMessage ?

    If my thread executed like this :
    AfxBeginThread(ThreadExecute,(LPVOID)param)

    how exactly i must notify another class that the thread is finished.
    please give me sample code
    Thanks.
  6. Thread: Doc/View question

    by eko
    Replies
    1
    Views
    676

    Re: Doc/View question

    I think the right words is :
    "The Documents shared by views"

    regards,
    EkoSA
  7. Multhithread Notifications without CWnd::SendMessage

    I have a class (classA) that performing thread progress.

    How can I notify another class (classB), that thread on classA is done ? (without CWnd object)

    Until today, i used message...
  8. Replies
    1
    Views
    554

    Re: Telephony API (TAPI)

    You can look at
    - MAPI, SAPI, and TAPI Developer's Guide
    by Mark Admundsen
    - MSDN/SDK/TAPI
  9. Replies
    1
    Views
    544

    Re: Launching MS WinWORD

    Hi..
    Hope this can help :
    - Ms Word is COM based (Automated object) so, you can access their funtions through your app.What funtions ? (See Ms Word documentation for Automation).
    - To launch Ms...
  10. Replies
    0
    Views
    934

    TAPI Initialization

    Hi...I'm EKO from Jakarta-Indonesia.
    Anybody can help Me ?

    I use 14400 modem (old version)- as my TAPI device.
    My function here is always returning FALSE (means that TAPI initialization is...
  11. Replies
    1
    Views
    1,016

    Re: hook to winsock API

    You can found the source code sample on this codeguru.com
    Go to VC++ code/internet
    or VC++ code/network
    Hope this can help You.
  12. Thread: TAPI Programming

    by eko
    Replies
    1
    Views
    1,870

    TAPI Programming

    How to develop an application that can receive
    messages from PBX System using TAPI !
    Urgent !
Results 1 to 12 of 12





Click Here to Expand Forum to Full Width

Featured