Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: muthuivs
  • Content: Threads
  • Order by date
  1. muthuivs

    Printing an exinsting tiff file from VB6

    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...
  2. muthuivs

    Trying to scan (using scanner) with VB6 or .net

    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...
  3. muthuivs

    Output to RTF, Format is being deleted by C++

    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
  4. muthuivs

    Using a USB printer for output

    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...
  5. muthuivs

    Controlling the output size

    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...
  6. muthuivs

    get only one char from input with cin

    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...
  7. muthuivs

    Copying Files from one location to another

    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
  8. muthuivs

    Extracting folder Information

    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...
  9. muthuivs

    Making the C++ program executable on any machine

    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...
  10. muthuivs

    How to concatenate 2 values stored in a array?

    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...

Part and Inventory Search

Back
Top