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

Search:

Type: Posts; User: molocas

Search: Search took 0.04 seconds.

  1. Replies
    5
    Views
    15,630

    Re: Read text file in VC++

    Thanks for your reply, but can you tell me where the file is stored?
  2. Replies
    5
    Views
    15,630

    Read text file in VC++

    Hello every one,

    I am new in C++ and I have a new project.
    I have a text file with numbers that are coordinates x,y

    The text files´s format looks like this:

    X Y

    234 5678
  3. External EventHandler a real Challenge ¡ ¡ ¡

    Well, I am going to try to explain my problem.

    Interfase USB PIC based.

    The PIC part is always sending OutputPacketBuffer, and The PC Part is always checking InputPacketBuffer. The only...
  4. Replies
    0
    Views
    562

    PIC based USB interface problems ¡ ¡ ¡

    Dear friends,

    I made a PIC based USB interface, I have connected one pushbutton to the PIC and when I push it, a counter is incremented.
    I did a visual C++ interface with a Form and a Label to...
  5. Replies
    2
    Views
    838

    Re: data from memory to textbox

    Dear Cnemo,

    Data Stored in Buffer is hex.

    I am doing the PIC part in assembler, and the routine in PC is VC++.
    The interface is just to test a State of a push button, first I did send just a...
  6. Replies
    2
    Views
    838

    data from memory to textbox

    Dear Friends,

    I made an interfase with PIC to transmit data via USB port, this data its stored in a Buffer.

    I want to create a Form with text boxes in VC++ to display this data Buffer in...
Results 1 to 6 of 6





Click Here to Expand Forum to Full Width

Featured