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 in c:\Scans, and I need vb code to send this to the printer by clicking a button on my form. Any...
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 have have button that says "SCAN DOCUMENT", and when it is pressed I need the program to...
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 deleted. Any Idea how to get around that? It doesn't even save the page setup for printing.
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);
print<<"blah blah blah";
but I guess I have a usb printer and not a lpt1 printer. PLease help...I...
Hi Guys/Gals,
Is there a way to control the output size in c++, in other words, the font size. I am making a label making program, but the problem I am running into, is the fact that A is a different size that M so depending on the letter being typed the output is starting at slightly...
I have my program done but I am trying to clean up for user fat fingering! I have a char defined. but when the cin from command line happens I want the program to only read 1 charachter since the rest of the charachters spoil my other cins. Any suggestions ? Here is an example of what I am...
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?
Muthu
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 number in a loop. Is there a way to get the number of files in INT form for this purpose ? Thanks in...
Good Day,
I have fnally finished programming a nice little program in Vicual C ++ but I am now not sure how to save it as an executable file so that I can run it from any machine, whether or not it has a compiler ? I am trying to save it onto a cd so that I can use it on many other computers...
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 files on the system. Since the path to these files are long I need to be able to concatenate a few...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.