Click here to Skip to main content
15,896,606 members
Home / Discussions / C#
   

C#

 
Questionhow to find registry of com coponents Pin
vinay_inavolu12-Oct-06 19:46
vinay_inavolu12-Oct-06 19:46 
AnswerRe: how to find registry of com coponents Pin
mav.northwind12-Oct-06 20:02
mav.northwind12-Oct-06 20:02 
GeneralRe: how to find registry of com coponents Pin
vinay_inavolu12-Oct-06 20:29
vinay_inavolu12-Oct-06 20:29 
GeneralRe: how to find registry of com coponents Pin
mav.northwind13-Oct-06 0:48
mav.northwind13-Oct-06 0:48 
GeneralRe: how to find registry of com coponents Pin
vinay_inavolu13-Oct-06 1:21
vinay_inavolu13-Oct-06 1:21 
QuestionTextbox that allows only two digits after decimal point. and it doesn't allow any characters except digits Pin
irkahc12-Oct-06 19:30
irkahc12-Oct-06 19:30 
AnswerRe: Textbox that allows only two digits after decimal point. and it doesn't allow any characters except digits Pin
Jonathan van de Veen12-Oct-06 21:21
Jonathan van de Veen12-Oct-06 21:21 
Questionhow can i print the crystal report in landscape Pin
ayyp12-Oct-06 18:55
ayyp12-Oct-06 18:55 
hi all , i need to print my report in landscape when the user click on the print button(with out showing the preview dialog)...i tyr this with the following code but it still print in portraid... here is my code..


ReportDocument rd = New ReportDocument();
rd.Load("C:\Inetpub\wwwroot\test\CrystalReport3.rpt")
rd.SetDatabaseLogon("sa", "ssg")
rd.PrintOptions.PaperOrientation = CrystalDecisions.[Shared].PaperOrientation.Landscape
rd.PrintOptions.PrinterName = "printername"
rd.PrintToPrinter(1,False,0,0)


whats wrong with my code....plz help me to solve this issue...Frown | :(

ayyp

QuestionMaking Application ontop of others Pin
Ptrw12-Oct-06 16:27
Ptrw12-Oct-06 16:27 
AnswerRe: Making Application ontop of others Pin
AB777112-Oct-06 20:39
AB777112-Oct-06 20:39 
QuestionRe: Making Application ontop of others Pin
Ptrw12-Oct-06 20:56
Ptrw12-Oct-06 20:56 
AnswerRe: Making Application ontop of others Pin
AB777112-Oct-06 21:54
AB777112-Oct-06 21:54 
GeneralRe: Making Application ontop of others Pin
Ptrw12-Oct-06 22:27
Ptrw12-Oct-06 22:27 
QuestionMillseconds from midnight Pin
bankai12312-Oct-06 16:26
bankai12312-Oct-06 16:26 
AnswerRe: Millseconds from midnight Pin
bankai12312-Oct-06 18:52
bankai12312-Oct-06 18:52 
Questioncrystal_managed2003.msm Pin
fahiemulleh12-Oct-06 13:05
fahiemulleh12-Oct-06 13:05 
QuestionCreating New Line in Multiline Text Box Pin
drew.perkins12-Oct-06 12:11
drew.perkins12-Oct-06 12:11 
AnswerRe: Creating New Line in Multiline Text Box Pin
Private_Void12-Oct-06 12:48
Private_Void12-Oct-06 12:48 
AnswerRe: Creating New Line in Multiline Text Box Pin
hityou12-Oct-06 16:42
hityou12-Oct-06 16:42 
AnswerRe: Creating New Line in Multiline Text Box Pin
mav.northwind12-Oct-06 20:04
mav.northwind12-Oct-06 20:04 
AnswerRe: Creating New Line in Multiline Text Box Pin
Tavbi12-Oct-06 21:45
Tavbi12-Oct-06 21:45 
QuestionDrop Down List Please Help Pin
gtaro12-Oct-06 12:01
gtaro12-Oct-06 12:01 
AnswerRe: Drop Down List Please Help Pin
mav.northwind13-Oct-06 22:27
mav.northwind13-Oct-06 22:27 
QuestionwebBrowser1.Font = button1.Font; NOT working :( Pin
AngryC12-Oct-06 11:21
AngryC12-Oct-06 11:21 
AnswerRe: webBrowser1.Font = button1.Font; NOT working :( Pin
Dave Kreskowiak12-Oct-06 16:14
mveDave Kreskowiak12-Oct-06 16:14 

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.