User Profile

Collapse

Profile Sidebar

Collapse
jomatg
jomatg
Last Activity: Mar 31 '08, 02:53 PM
Joined: Jul 7 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • jomatg
    replied to Catching VB6 events in C#
    I'm not sure of that since I'm not able/permitted to see the code of the VB6 program....
    See more | Go to post

    Leave a comment:


  • jomatg
    started a topic Catching VB6 events in C#

    Catching VB6 events in C#

    I've got a Visual Basic 6 class in which an event is raised and I need to use it from a C# application. I raise an event in VB6 but I don't know how to catch the event in C#.
    Please help!! :)
    See more | Go to post

  • jomatg
    started a topic Catching VB6 events in C#
    in .NET

    Catching VB6 events in C#

    I've got a Visual Basic 6 class in which an event is raised and I need to use it from a C# application. I raise an event in VB6 but I don't know how to catch the event in C#.
    Please help!! :)
    See more | Go to post

  • jomatg
    started a topic Question about C programming
    in C

    Question about C programming

    I have a question. I made a C program that copies a CSV file into another CSV file but with a new column. To run it you have to put this ./programname inputfile outputfile

    I need to use the inputfile name in the program, is there a way that the program can save the inputfile name as a string from the command line at theterminal???

    Im using the comand:

    >foreach $var (`cat list.txt`)
    >./programname...
    See more | Go to post

  • jomatg
    started a topic Question about C
    in C

    Question about C

    I have a question. I made a C program that copies a CSV file into another CSV file but with a new column. To run it you have to put this ./programname inputfile outputfile

    I need to use the inputfile name in the program, is there a way that the program can save the inputfile name as a string from the command line at theterminal???

    Im using the comand:

    >foreach $var (`cat list.txt`)
    >./programname...
    See more | Go to post
    Last edited by jomatg; Jul 10 '06, 06:25 PM.

  • jomatg
    started a topic Please help me with C program!
    in C

    Please help me with C program!

    This program is supose to open a csv file, read it and add a column to it without changing the other columns. From the 2nd row to the last one the column will have the same value that the person puts called Object ID.

    I already added the 1st column and the 2nd one but i need something that returns to the begging of the line. Since get fgets() function reads it then when i want to write it, the line its written on the line next to it....
    See more | Go to post
No activity results to display
Show More
Working...