Click here to Skip to main content
15,897,704 members
Home / Discussions / C#
   

C#

 
GeneralRe: markquee in c# Pin
Christian Graus9-Aug-07 0:42
protectorChristian Graus9-Aug-07 0:42 
AnswerRe: markquee in c# Pin
Vasudevan Deepak Kumar9-Aug-07 0:20
Vasudevan Deepak Kumar9-Aug-07 0:20 
QuestionAPI & DLL Pin
Renuka Rajamanickam8-Aug-07 21:30
Renuka Rajamanickam8-Aug-07 21:30 
AnswerRe: API & DLL Pin
Tormod Fjeldskaar8-Aug-07 21:51
Tormod Fjeldskaar8-Aug-07 21:51 
GeneralRe: API & DLL Pin
Renuka Rajamanickam8-Aug-07 23:02
Renuka Rajamanickam8-Aug-07 23:02 
QuestionConversion Pin
M. J. Jaya Chitra8-Aug-07 21:22
M. J. Jaya Chitra8-Aug-07 21:22 
AnswerRe: Conversion Pin
Talal Sultan8-Aug-07 21:36
Talal Sultan8-Aug-07 21:36 
Questioncan we force dot matrix printer to Start the Printing from the Begining of the next page for every printout ? Pin
help as an alias8-Aug-07 21:11
help as an alias8-Aug-07 21:11 
Hi All,Smile | :)

i m trying to produce printout for the gas reimbursement slips (those are continue sheets use in dmp) and i m producing print out through microsoft Excel printout is ok But I want that if the next printing command is give by user the printing is starts at the beigning of the next page this time it is start from where the printer stops i m using the code is Unsure | :~ Dead | X|

Finally i want to Start the Printing from the Begining of the next page?
<br />
 ExlWorkSheet.PageSetup.PaperSize = Excel.XlPaperSize.lPaperEnvelopeMonarch;               <br />
<br />
ExlWorkSheet.PageSetup.Orientation = Excel.XlPageOrientation.xlPortrait;<br />
ExlWorkBook.PrintOut(1, 1, 1, false, val, false, false, val);  <br />


where ExlWorkSheet and ExlWorkBook are excel workbook and sheet object.
Rose | [Rose]
Please help me.........Confused | :confused: Dead | X|


Nikesh Kr. Yadav
Programing is easiest with .Net

AnswerRe: can we force dot matrix printer to Start the Printing from the Begining of the next page for every printout ? Pin
Mark Churchill16-Aug-07 15:51
Mark Churchill16-Aug-07 15:51 
GeneralRe: can we force dot matrix printer to Start the Printing from the Begining of the next page for every printout ? Pin
help as an alias16-Aug-07 17:59
help as an alias16-Aug-07 17:59 
QuestionAdding Macro through C# Pin
hirennn8-Aug-07 20:47
hirennn8-Aug-07 20:47 
AnswerRe: Adding Macro through C# Pin
Paul Conrad16-Aug-07 15:54
professionalPaul Conrad16-Aug-07 15:54 
QuestionHow to rum C# Programe? Pin
asprajesh8-Aug-07 20:42
asprajesh8-Aug-07 20:42 
AnswerRe: How to rum C# Programe? Pin
Talal Sultan8-Aug-07 20:59
Talal Sultan8-Aug-07 20:59 
GeneralRe: How to rum C# Programe? Pin
asprajesh8-Aug-07 21:08
asprajesh8-Aug-07 21:08 
QuestionCreate Exchange Server Plug-In or Windows Service in C# Pin
adnanrafiq8-Aug-07 20:36
adnanrafiq8-Aug-07 20:36 
Questionhow to make an expand All functionality for an XML file showing in a web browser Control [modified] Pin
Rocky#8-Aug-07 20:31
Rocky#8-Aug-07 20:31 
QuestionLastIndexOf("") in C# Pin
jayarajmrj8-Aug-07 20:05
jayarajmrj8-Aug-07 20:05 
AnswerRe: LastIndexOf("") in C# Pin
hamid_m8-Aug-07 20:19
hamid_m8-Aug-07 20:19 
AnswerRe: LastIndexOf("") in C# Pin
Vikram A Punathambekar8-Aug-07 21:45
Vikram A Punathambekar8-Aug-07 21:45 
AnswerRe: LastIndexOf("") in C# Pin
Luc Pattyn9-Aug-07 0:57
sitebuilderLuc Pattyn9-Aug-07 0:57 
QuestionWindows Form Pin
sangramkp8-Aug-07 19:37
sangramkp8-Aug-07 19:37 
AnswerRe: Windows Form Pin
Christian Graus8-Aug-07 19:41
protectorChristian Graus8-Aug-07 19:41 
QuestionSwitching between two threads Pin
praveen pandey8-Aug-07 18:48
praveen pandey8-Aug-07 18:48 
AnswerRe: Switching between two threads Pin
Leslie Sanford8-Aug-07 19:41
Leslie Sanford8-Aug-07 19:41 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.