Click here to Skip to main content
15,909,498 members
Home / Discussions / C#
   

C#

 
GeneralRe: Database Design Question/Problem Pin
Colin Angus Mackay6-Dec-06 12:03
Colin Angus Mackay6-Dec-06 12:03 
QuestionDo developers post as other users....? Pin
ednrgc6-Dec-06 7:01
ednrgc6-Dec-06 7:01 
AnswerRe: Do developers post as other users....? Pin
Colin Angus Mackay6-Dec-06 7:35
Colin Angus Mackay6-Dec-06 7:35 
AnswerRe: Do developers post as other users....? Pin
Eric Dahlvang6-Dec-06 10:08
Eric Dahlvang6-Dec-06 10:08 
Questionstore file location Pin
Kim06186-Dec-06 5:52
Kim06186-Dec-06 5:52 
AnswerRe: store file location Pin
ednrgc6-Dec-06 6:52
ednrgc6-Dec-06 6:52 
AnswerRe: store file location Pin
Ravi Bhavnani6-Dec-06 7:33
professionalRavi Bhavnani6-Dec-06 7:33 
QuestionImage size Pin
netJP12L6-Dec-06 5:29
netJP12L6-Dec-06 5:29 
Hi, I have a control that has a size of 800 by 600 and i want to print the exact same size on my bImage. But on my print preview it's somehow my bImage is getting trimed. But if i increase the size from 800 by 600 to 900 by 700 then i get the full image.
Can somebody help me so i get the full image within the size of 800 by 600
Thanks

Bitmap bImage = new Bitmap(800, 600);
objectesList[i]).DrawToBitmap(bImage, new Rectangle(20, 80, 800, 600));
e.Graphics.DrawImage(bImage, new Rectangle(20, 40, 800, 600));
AnswerRe: Image size Pin
Robert Rohde6-Dec-06 7:33
Robert Rohde6-Dec-06 7:33 
GeneralRe: Image size Pin
netJP12L6-Dec-06 8:00
netJP12L6-Dec-06 8:00 
QuestionCustom TabPage Control Pin
t4ure4n6-Dec-06 5:16
t4ure4n6-Dec-06 5:16 
AnswerRe: Custom TabPage Control Pin
Not Active6-Dec-06 5:31
mentorNot Active6-Dec-06 5:31 
GeneralRe: Custom TabPage Control Pin
t4ure4n6-Dec-06 5:37
t4ure4n6-Dec-06 5:37 
GeneralRe: Custom TabPage Control Pin
ednrgc6-Dec-06 6:54
ednrgc6-Dec-06 6:54 
GeneralRe: Custom TabPage Control Pin
t4ure4n6-Dec-06 22:54
t4ure4n6-Dec-06 22:54 
AnswerRe: Custom TabPage Control Pin
tpedersen806-Dec-06 13:04
tpedersen806-Dec-06 13:04 
NewsRe: Custom TabPage Control Pin
t4ure4n6-Dec-06 22:56
t4ure4n6-Dec-06 22:56 
QuestionHow to access Temp Folder of System. Pin
h@s@n6-Dec-06 5:07
h@s@n6-Dec-06 5:07 
AnswerRe: How to access Temp Folder of System. Pin
Pete O'Hanlon6-Dec-06 5:11
mvePete O'Hanlon6-Dec-06 5:11 
GeneralRe: How to access Temp Folder of System. Pin
h@s@n6-Dec-06 5:29
h@s@n6-Dec-06 5:29 
QuestionDatabase Code Generator Pin
mfcuser6-Dec-06 3:02
mfcuser6-Dec-06 3:02 
AnswerRe: Database Code Generator Pin
lost in transition 6-Dec-06 3:19
lost in transition 6-Dec-06 3:19 
GeneralRe: Database Code Generator Pin
mfcuser6-Dec-06 3:26
mfcuser6-Dec-06 3:26 
AnswerRe: Database Code Generator Pin
Drew McGhie6-Dec-06 3:28
Drew McGhie6-Dec-06 3:28 
GeneralRe: Database Code Generator Pin
mfcuser6-Dec-06 3:49
mfcuser6-Dec-06 3:49 

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.