Showing results 1 to 32 of 32
Search took 0.01 seconds; generated 2 minute(s) ago.
Posts Made By: muthuivs
Forum: MS Access and FileMaker Pro Oct 1st, 2006
Replies: 2
Views: 2,772
Posted By muthuivs
Help Obtaining top 10 performers by category

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: 8,483
Posted By muthuivs
Re: print a tiff file from vb6 code

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 system,...
Forum: Visual Basic 4 / 5 / 6 Mar 10th, 2006
Replies: 5
Views: 8,483
Posted By muthuivs
print a tiff file from vb6 code

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: 5,379
Posted By muthuivs
Executing a scanner function in VB 6 or VB.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...
Forum: C++ Feb 10th, 2006
Replies: 8
Views: 4,625
Posted By muthuivs
Re: Trying to use c++ to print to a usb printer

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 / 2003 Feb 10th, 2006
Replies: 3
Views: 8,382
Posted By muthuivs
Re: Computer will not boot past boot up screen

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 / 2003 Feb 10th, 2006
Replies: 3
Views: 8,382
Posted By muthuivs
Re: Computer will not boot past boot up screen

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,281
Posted By muthuivs
Help Output to RTF

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: 3,201
Posted By muthuivs
Re: making labels with c++

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: 4,625
Posted By muthuivs
Re: Trying to use c++ to print to a usb printer

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: 3,201
Posted By muthuivs
Re: making labels with c++

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: 3,201
Posted By muthuivs
Re: making labels with c++

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: 1,902
Posted By muthuivs
Re: Changing strin into uppercase

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: 4,625
Posted By muthuivs
Re: Trying to use c++ to print to a usb printer

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: 4,625
Posted By muthuivs
Help Trying to use c++ to print to a usb printer

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:",...
Forum: C++ Feb 8th, 2006
Replies: 11
Views: 1,902
Posted By muthuivs
Re: Changing strin into uppercase

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: 1,902
Posted By muthuivs
Help Changing strin into uppercase

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...
Forum: C++ Feb 5th, 2006
Replies: 9
Views: 3,201
Posted By muthuivs
Help Re: making labels with c++

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: 3,201
Posted By muthuivs
making labels with c++

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: 6,488
Posted By muthuivs
Re: Extracting folder information with c++

Thanks. I'll give it a try.
Forum: C Feb 2nd, 2006
Replies: 2
Views: 4,524
Posted By muthuivs
Help copying files from folder to another folder

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: 6,488
Posted By muthuivs
Re: Extracting folder information with c++

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: 1,416
Posted By muthuivs
Re: '%*.*ld' ?????

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: 3,449
Posted By muthuivs
Re: How to make a c++ program executable

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: 6,488
Posted By muthuivs
Re: Extracting folder information with c++

I am using WIndows XP, but will have to write a similar program for linux later.
Forum: C++ Feb 1st, 2006
Replies: 8
Views: 6,488
Posted By muthuivs
Help Extracting folder information with c++

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: 3,449
Posted By muthuivs
Re: How to make a c++ program executable

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.

MuthuIVS
Forum: C++ Jan 31st, 2006
Replies: 6
Views: 3,449
Posted By muthuivs
How to make a c++ program executable

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: 1,731
Posted By muthuivs
Re: Please help, while loop wont end

I like case statements myself, god luck with the computer, thats kind of bizarre.

AM
Forum: C Jan 31st, 2006
Replies: 2
Views: 8,770
Posted By muthuivs
Re: How to concatenate two values in an char array

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: 1,731
Posted By muthuivs
Re: Please help, while loop wont end

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: 8,770
Posted By muthuivs
Help How to concatenate two values in an char 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...
Showing results 1 to 32 of 32

 
Forums | Blogs | Tutorials | Code Snippets | Whitepapers | RSS Feeds | Advertising
All times are GMT -4. The time now is 1:07 pm.
Newsletter Archive - Sitemap - Privacy Statement - Acceptable Use Policy - Contact Us
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC