User Profile
Collapse
-
I'm not sure of that since I'm not able/permitted to see the code of the VB6 program.... -
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!! :) -
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!! :) -
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... -
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...Last edited by jomatg; Jul 10 '06, 06:25 PM. -
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....
No activity results to display
Show More
Leave a comment: