Summary: hi guys, The input file is coming like ddddddd zzzzzzz ROW_NUMBER,NAME,SAL 1,aaa,5000 I need to read data from the file from the column name ROW_NUMBE...
Summary: hello I have excel file and i have about 15 or so column so what i m trying to do is that When my user enter a part number to search from my aspx pag...
Summary: i have developed an application that will send email i am using Visual Basic 2005 problem is that when i try to send email i am getting following erro...
Summary: Dear All, I would like to get data from a popup window. I had design the following code. When I run test.asp and click the button, the popup window wi...
Summary: What I want to do is to be able to store every line in a variable and USE that variable after every line. I'm not trying to read the file, I know what...
Summary: hello!! can anyone tell me how to read data from Base Address (also called as I/O Port, I/O address, I/O port Address and base port) of any device lik...
Summary: I have 3 text files, each containing one item of data per row. viz 1.txt --------- 1 2 3 2.txt ---------- a b c 3.txt ---------- alpha beta gamma T...
Summary: I would like to be able to extract certain data from a file (4 or 6 files)for future use. The data is in fact the "control totals" of the files being...
Summary: Hi there, I'm trying to read data from a file that looks like this: 0 0 0 0 0 12 46 133.4 2374.4 123.3 12 9 0 0 0 0 0 0 0 etc etc... Into a 2D-array i...
Summary: Hi there, I am trying to assign value (double) for an variable from a separate data file. however, it fails. Here below is the code I wrote: #include ...
Summary: Hi. I'd like to start by saying my C++ skills are intermediate at best, so bear with me if i'm asking stupid questions, or if I don't understand your ...
Summary: hey experts, I want to know if is there any way can I get the batch file code which count the number of records from multiple files from particular lo...
Summary: Im not quite sure exactly what you mean, but im guessing you could use an array to save all the information in a structure similar to what you have in...
Summary: I am trying to write a C++ program and I need to extract data from a file in binary and have sections of it, about 9 8 bit sections (or 9 digits of bi...
Summary: Hi, this might be a strange question, but here goes anyway. I was wondering how sound recording / playback applications such as Audacity or Windows M...
Summary: So I figured out how to add a menu when someone right clicks on a .mov or .avi and then they can click and it runs a batch file. That works great but...
Summary: Hello, I'm still new to programming, and then I switched from VB5 to VB.NET, so I'm really confused. I'm trying to do two things. First, I'm tryi...
Summary: can you please tell me how should i extract data from xml file to my vb program? i know that i have to use the DOM Document but when i declare the roo...
Summary: Can anyone tell me how to SET a string from a text file in DOS. I need to run this in a batch file. The file contains just one line e.g. Calculated TT...
Summary: Please help me writing a spinet which can delete the line from a file which does not have thrird field the file contains some like ,,, xxx yyy zzz c...
Summary: I want to read the data from a file and execute it.Question is as shown. Can anyone provide the code for the below question. Input Description: The fi...
Summary: Why is the "goto" not working in this program? I want to get out from the 2nd loop if the file name matched with the object list name. Any help?? @ec...
Summary: We have these files that are backed up on the serber into files. Sometimes it comments the first couples lines in the file causing an error. We need t...
Summary: The procedure we have used to read data from the memory card is as follows: SCARD_T0_COMMAND ib; \\structure defined in winsmcrd.h LPSCARD_T0_RE...
Summary: A parse error usually means that there is a sysntax error in your code such as forgetting to put a semicolon at the end of a line. It would have been ...