Click here to Skip to main content
15,891,033 members
Home / Discussions / C#
   

C#

 
GeneralRe: get an assembly name Pin
Xmen Real 9-Jan-09 22:31
professional Xmen Real 9-Jan-09 22:31 
GeneralRe: get an assembly name Pin
Xmen Real 9-Jan-09 22:28
professional Xmen Real 9-Jan-09 22:28 
GeneralRe: get an assembly name Pin
Wendelius9-Jan-09 23:01
mentorWendelius9-Jan-09 23:01 
QuestionPrinting in c#.net Pin
rughimire9-Jan-09 19:14
rughimire9-Jan-09 19:14 
AnswerRe: Printing in c#.net Pin
Wendelius9-Jan-09 21:28
mentorWendelius9-Jan-09 21:28 
GeneralRe: Printing in c#.net Pin
rughimire10-Jan-09 18:52
rughimire10-Jan-09 18:52 
GeneralRe: Printing in c#.net Pin
Wendelius10-Jan-09 20:50
mentorWendelius10-Jan-09 20:50 
GeneralRe: Printing in c#.net Pin
rughimire11-Jan-09 4:50
rughimire11-Jan-09 4:50 
here the error occured. in the line ps.Height = 5;

the error is
PaperSize cannot be changed unless the Kind property is set to Custom.


i tried the code below
the error did not occure but the width and height of the paper did not changed in the print dialog and while printing.

ps = new PaperSize("Custom Size", 2, 2);

ps.Height = 2;
ps.Width = 2;


please help me i have pursed my job here............................
GeneralRe: Printing in c#.net Pin
Wendelius11-Jan-09 7:03
mentorWendelius11-Jan-09 7:03 
Questionconvert datetime to string Pin
ferronrsmith9-Jan-09 15:09
ferronrsmith9-Jan-09 15:09 
AnswerRe: convert datetime to string Pin
Bottomless Wisdom9-Jan-09 15:15
Bottomless Wisdom9-Jan-09 15:15 
AnswerRe: convert datetime to string Pin
Dragonfly_Lee9-Jan-09 15:20
Dragonfly_Lee9-Jan-09 15:20 
AnswerRe: convert datetime to string Pin
#realJSOP10-Jan-09 0:13
mve#realJSOP10-Jan-09 0:13 
GeneralRe: convert datetime to string Pin
ferronrsmith12-Jan-09 8:56
ferronrsmith12-Jan-09 8:56 
QuestionName of Image Pin
humayunlalzad9-Jan-09 14:54
humayunlalzad9-Jan-09 14:54 
AnswerRe: Name of Image Pin
Bottomless Wisdom9-Jan-09 15:13
Bottomless Wisdom9-Jan-09 15:13 
GeneralRe: Name of Image Pin
humayunlalzad9-Jan-09 15:24
humayunlalzad9-Jan-09 15:24 
AnswerRe: Name of Image Pin
humayunlalzad9-Jan-09 16:37
humayunlalzad9-Jan-09 16:37 
AnswerRe: Name of Image Pin
Xmen Real 9-Jan-09 23:02
professional Xmen Real 9-Jan-09 23:02 
GeneralRe: Name of Image Pin
humayunlalzad10-Jan-09 3:46
humayunlalzad10-Jan-09 3:46 
GeneralRe: Name of Image Pin
Xmen Real 10-Jan-09 5:06
professional Xmen Real 10-Jan-09 5:06 
QuestionHow to create skins for applications? [modified] Pin
Bottomless Wisdom9-Jan-09 14:48
Bottomless Wisdom9-Jan-09 14:48 
AnswerRe: How to create skins for applications? Pin
Xmen Real 9-Jan-09 23:09
professional Xmen Real 9-Jan-09 23:09 
QuestionRecommended books on .NET Pin
Mohsen Saad9-Jan-09 14:43
Mohsen Saad9-Jan-09 14:43 
AnswerRe: Recommended books on .NET Pin
Bottomless Wisdom9-Jan-09 14:55
Bottomless Wisdom9-Jan-09 14:55 

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.