Search Results

Showing results 1 to 32 of 32
Search took 0.01 seconds.
Search: Posts Made By: muthuivs
Forum: MS Access and FileMaker Pro Oct 1st, 2006
Replies: 3
Views: 5,397
Posted By muthuivs
Hello,

Have a Access problem. I have 1 master table with records by Sales Rep ID (80001, 80002, and so on). For each of these ID's, i have multiple lines of records that show their sales (Revenue)...
Forum: Visual Basic 4 / 5 / 6 Mar 11th, 2006
Replies: 5
Views: 11,291
Posted By muthuivs
Everytime i try to load a tiff file into the picbox, I am getting an INVALID PICTURE error. I try it with another bitmap file, and it works.

Also what if I have a multi page tiff file in the...
Forum: Visual Basic 4 / 5 / 6 Mar 10th, 2006
Replies: 5
Views: 11,291
Posted By muthuivs
Hi Guys/Gals,

I am trying to print a tiff image using vb6, any Idea how to do this by using somekind of print function and calling the tiff file that needs to be printed. EG: I have 101.tiff saved...
Forum: Visual Basic 4 / 5 / 6 Feb 27th, 2006
Replies: 1
Views: 9,235
Posted By muthuivs
Hi Guys/Gals,

I am writing a program that needs the user to scan in documents using either adobe or the software provided by the scanner makers (such as travelscan pro, etc). My program needs to...
Forum: C++ Feb 10th, 2006
Replies: 8
Views: 7,023
Posted By muthuivs
No, the verticle distance of the printed charachters start to get smaller. but I have decided to get the program to write to a rtf file and use a rtf label template. It seem to work better than text...
Forum: Windows NT / 2000 / XP Feb 10th, 2006
Replies: 3
Views: 11,383
Posted By muthuivs
If Windows XP is the only operating system installed on your computer, booting into Safe Mode with these instructions.

If the computer is running, shut down Windows, and then turn off the power ...
Forum: Windows NT / 2000 / XP Feb 10th, 2006
Replies: 3
Views: 11,383
Posted By muthuivs
Unplug all devices from the computer such as usb printer, scanner and leave the bare essentials, monitor, mouse, k-board and tower hooked. Try rebooting. If the problem persists, try to boot into...
Forum: C Feb 10th, 2006
Replies: 0
Views: 1,455
Posted By muthuivs
I am now trying to print the output to a RTF template that will defintely work since I have my formatting saved in the template but once my program writes to it , the formatting in the RTF is all...
Forum: C++ Feb 10th, 2006
Replies: 9
Views: 4,478
Posted By muthuivs
I think I am doing everything right because I am making sure I am not stuffing toomany info on 1 line and so on. I am now trying to print the output to a RTF template that will defintely work but...
Forum: C++ Feb 9th, 2006
Replies: 8
Views: 7,023
Posted By muthuivs
Actually it is related to my other thread about making labels. I have tried outputting to a text file with 4 labels across and 20 vertically. The problem I am running into is that once it starts...
Forum: C++ Feb 9th, 2006
Replies: 9
Views: 4,478
Posted By muthuivs
The only problem about rpinting from a txt file is that I cannot get the labels to line up. I have already tried this, but the endl (endline) characheter is too wide, and txt files do not allow me...
Forum: C++ Feb 9th, 2006
Replies: 9
Views: 4,478
Posted By muthuivs
I don't understand the code, It there a way to just print out to the usb printer since I have the output all trimmed for the label?
Forum: C++ Feb 9th, 2006
Replies: 11
Views: 2,700
Posted By muthuivs
i gpt it to work using a loop but the string conversion code posted by Acient Dragon works too....Very intersting code thouh..Should use it more often unless we are planning to use multiple...
Forum: C++ Feb 9th, 2006
Replies: 8
Views: 7,023
Posted By muthuivs
Where is the printer name, What is a printer hadle and printer defaults. I am not sure what to pass into these parameter : OpenPrinter(PrinterName ,PrintHandle,&PrinterDefault)

Sorry, just have...
Forum: C++ Feb 9th, 2006
Replies: 8
Views: 7,023
Posted By muthuivs
Does anyone know how to get a c++ program to output to a usb printer or at the very least an acrobat distiller? I am trying to use the following:

ofstream print;
print.open("lpt1:", ios::out);
...
Forum: C++ Feb 8th, 2006
Replies: 11
Views: 2,700
Posted By muthuivs
I got it to work but I had to use a for loop by first using char instead of string then going through each char value and using the toupper function. Is this the best way?
Forum: C++ Feb 8th, 2006
Replies: 11
Views: 2,700
Posted By muthuivs
I need to change all the chancters from a string to uppercase. the toupper() function only works for charachters but not strings. My program looks like this:

int main()
{

string myString;
...
Forum: C++ Feb 5th, 2006
Replies: 9
Views: 4,478
Posted By muthuivs
Yes, I know how to generate the unique numbers, just not sure where to spit out the results so that they can be printed out using AVERY-5167 labels. Would I be able to output to a text file perhaps?...
Forum: C++ Feb 2nd, 2006
Replies: 9
Views: 4,478
Posted By muthuivs
I have the logic all figured out for a nes program that will spit out labels with unique charactrs on it...Almost like barcodes, but nothing that fancy. My stickers will have something like this:...
Forum: C++ Feb 2nd, 2006
Replies: 8
Views: 10,490
Posted By muthuivs
Thanks. I'll give it a try.
Forum: C Feb 2nd, 2006
Replies: 2
Views: 5,085
Posted By muthuivs
Anyone know what function will copy contents from one folder to another, I know the source folder and the destination aso I dont have to use the mkdir. Any Ideas?
Forum: C++ Feb 1st, 2006
Replies: 8
Views: 10,490
Posted By muthuivs
I searched MSDN for examples and I got the one here but I don't know where to place the path of my folder. Can you give me a simpley example than this beast:


int main(int argc, char *argv[])
{...
Forum: C Feb 1st, 2006
Replies: 5
Views: 3,201
Posted By muthuivs
I had to use this function a few day ago. It works pretty slick to create a string from int, long an so on.
Forum: C++ Feb 1st, 2006
Replies: 6
Views: 9,364
Posted By muthuivs
Thanks guys/gals,

I changed Visual c++ mode from debug to release and a executable program was created. Thanks again.

MuthuIVS
Forum: C++ Feb 1st, 2006
Replies: 8
Views: 10,490
Posted By muthuivs
I am using WIndows XP, but will have to write a similar program for linux later.
Forum: C++ Feb 1st, 2006
Replies: 8
Views: 10,490
Posted By muthuivs
Ladies and Gents,

I am trying to write a function in my ever growing program to give me information on a selected folder. I actually only need the number of files in the folder so I can use that...
Forum: C++ Jan 31st, 2006
Replies: 6
Views: 9,364
Posted By muthuivs
Sorry, but I haven't programmed for years, could you elaborate, what do you mean the compiler takes care of it, and where do I find the documentation for it ? Sorry for the novice question.
...
Forum: C++ Jan 31st, 2006
Replies: 6
Views: 9,364
Posted By muthuivs
Hello again everyone,

I have just finshed a neat little c++ program, but now I just realized that I don't know how to save the file as an executable so that I can use the program on any computer...
Forum: C++ Jan 31st, 2006
Replies: 9
Views: 2,109
Posted By muthuivs
I like case statements myself, god luck with the computer, thats kind of bizarre.

AM
Forum: C Jan 31st, 2006
Replies: 2
Views: 17,414
Posted By muthuivs
Acient Dragon,

Thanks for the advice. It worked great. I didnt realize that function was even available. I had a difficult time figuring our and using the function but it worked.!! Thanks.

Muthu
Forum: C++ Jan 30th, 2006
Replies: 9
Views: 2,109
Posted By muthuivs
The reason why your loop isn't working is due to the fact that you dont have a break statement if the condition has been finally fullfilled in the loop. That is the problem about while loops like...
Forum: C Jan 30th, 2006
Replies: 2
Views: 17,414
Posted By muthuivs
Good Day,

As u can see I have been away from programming for a while and I have a task that desperately needs me finsh a program. I am trying to use the rename(arg1,arg2),feature of c to rename...
Showing results 1 to 32 of 32

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC