Click here to Skip to main content
15,889,874 members
Home / Discussions / C#
   

C#

 
GeneralRe: Automatically updated picture Pin
ErikZ14-Sep-06 2:36
ErikZ14-Sep-06 2:36 
GeneralRe: Automatically updated picture Pin
Nader Elshehabi14-Sep-06 3:08
Nader Elshehabi14-Sep-06 3:08 
GeneralRe: Automatically updated picture Pin
ErikZ14-Sep-06 20:46
ErikZ14-Sep-06 20:46 
Questionhow to create a database Pin
faladrim12-Sep-06 23:39
faladrim12-Sep-06 23:39 
AnswerRe: how to create a database Pin
led mike13-Sep-06 4:52
led mike13-Sep-06 4:52 
QuestionGroupe Item Selection Problem Pin
salman_syed_0112-Sep-06 23:38
salman_syed_0112-Sep-06 23:38 
Questionhow to print document in landscap Pin
ayyp12-Sep-06 23:24
ayyp12-Sep-06 23:24 
AnswerRe: how to print document in landscap Pin
Niiiissssshhhhhuuuuu12-Sep-06 23:45
Niiiissssshhhhhuuuuu12-Sep-06 23:45 
printFont = new Font("Arial", 10);
PrintDocument pd = new PrintDocument();
pd.PrintPage += new PrintPageEventHandler(pd_PrintPage);
pd.PrinterSettings.PrinterName = printer;
// Set the page orientation to landscape.
pd.DefaultPageSettings.Landscape = true;
pd.Print();


If I am not getting you wrong than this will solve your problem....!!!!

EnjoyCool | :cool: Cool | :cool:

<marquee>nishu
GeneralRe: how to print document in landscap Pin
ayyp12-Sep-06 23:53
ayyp12-Sep-06 23:53 
QuestionDraw rectangular Pin
Nafiseh Salmani12-Sep-06 22:49
Nafiseh Salmani12-Sep-06 22:49 
AnswerRe: Draw rectangular Pin
Christian Graus12-Sep-06 22:55
protectorChristian Graus12-Sep-06 22:55 
GeneralRe: Draw rectangular Pin
Nafiseh Salmani12-Sep-06 23:07
Nafiseh Salmani12-Sep-06 23:07 
GeneralRe: Draw rectangular Pin
Christian Graus12-Sep-06 23:32
protectorChristian Graus12-Sep-06 23:32 
Questionquery regarding onmouseover event Pin
ParagGupta12-Sep-06 22:46
ParagGupta12-Sep-06 22:46 
AnswerRe: query regarding onmouseover event Pin
Christian Graus12-Sep-06 23:02
protectorChristian Graus12-Sep-06 23:02 
Questiontab control for web applications Pin
Mohammad Daba'an12-Sep-06 22:26
Mohammad Daba'an12-Sep-06 22:26 
AnswerRe: tab control for web applications Pin
Christian Graus12-Sep-06 22:45
protectorChristian Graus12-Sep-06 22:45 
GeneralRe: tab control for web applications Pin
Mohammad Daba'an13-Sep-06 3:11
Mohammad Daba'an13-Sep-06 3:11 
GeneralRe: tab control for web applications Pin
Christian Graus13-Sep-06 11:20
protectorChristian Graus13-Sep-06 11:20 
GeneralRe: tab control for web applications Pin
Mohammad Daba'an17-Sep-06 0:07
Mohammad Daba'an17-Sep-06 0:07 
Questionggea matlab file (m file) to a C# file(dll) Pin
Haoman1712-Sep-06 22:13
Haoman1712-Sep-06 22:13 
AnswerRe: ggea matlab file (m file) to a C# file(dll) Pin
Christian Graus12-Sep-06 22:54
protectorChristian Graus12-Sep-06 22:54 
QuestionDatagrid binding Pin
vaishali1012-Sep-06 22:00
vaishali1012-Sep-06 22:00 
AnswerRe: Datagrid binding Pin
AB777112-Sep-06 22:53
AB777112-Sep-06 22:53 
GeneralRe: Datagrid binding Pin
vaishali1012-Sep-06 23:36
vaishali1012-Sep-06 23:36 

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.