Click here to Skip to main content
15,911,035 members
Home / Discussions / C#
   

C#

 
AnswerRe: session expired Pin
harleydk8-Jan-09 20:23
harleydk8-Jan-09 20:23 
QuestionC#.Net in Symbian OS Pin
Mohammad Dayyan8-Jan-09 10:36
Mohammad Dayyan8-Jan-09 10:36 
AnswerRe: C#.Net in Symbian OS Pin
Jason C Bourne8-Jan-09 10:41
Jason C Bourne8-Jan-09 10:41 
GeneralRe: C#.Net in Symbian OS Pin
Dave Kreskowiak8-Jan-09 15:59
mveDave Kreskowiak8-Jan-09 15:59 
AnswerRe: C#.Net in Symbian OS Pin
User 66588-Jan-09 10:43
User 66588-Jan-09 10:43 
GeneralRe: C#.Net in Symbian OS Pin
Mohammad Dayyan8-Jan-09 10:47
Mohammad Dayyan8-Jan-09 10:47 
AnswerRe: C#.Net in Symbian OS Pin
Giorgi Dalakishvili8-Jan-09 18:40
mentorGiorgi Dalakishvili8-Jan-09 18:40 
QuestionBitmap display problem Pin
Member 19809998-Jan-09 9:40
Member 19809998-Jan-09 9:40 
Hello everybody,
I created a bitmap, 10 x 10 points, where each point has different color, using LockBits, and UnlockBits. Now I want to display it on a form, but on bigger scale. I used for this

Bitmap bmp = new Bitmap(10, 10, PixelFormat.Format24bppRgb);
Rectangle rect = new Rectangle(0, 0, bmp.Width, bmp.Height)

Here I put some data to my bitmap

Rectangle newRect = new Rectangle(0, 0, 100, 100);
g.DrawImage(bmp, newRect, rect, GraphicsUnit.Pixel);

As a result my image on a screen looks like this: first colomn displays half width and first row dysplays half width. All the rest looks normal. Could you please help me figure out how to fixed this?

Thank you in advance
GeneralRe: Bitmap display problem Pin
Luc Pattyn8-Jan-09 9:55
sitebuilderLuc Pattyn8-Jan-09 9:55 
GeneralRe: Bitmap display problem Pin
Member 19809998-Jan-09 9:58
Member 19809998-Jan-09 9:58 
GeneralRe: Bitmap display problem Pin
User 66588-Jan-09 10:35
User 66588-Jan-09 10:35 
GeneralRe: Bitmap display problem Pin
Member 19809998-Jan-09 10:41
Member 19809998-Jan-09 10:41 
GeneralRe: Bitmap display problem Pin
User 66588-Jan-09 10:46
User 66588-Jan-09 10:46 
GeneralRe: Bitmap display problem Pin
Luc Pattyn8-Jan-09 10:50
sitebuilderLuc Pattyn8-Jan-09 10:50 
QuestionUpdating DataBase with DataTable & TableAdapte problem ? Pin
Mohammad Dayyan8-Jan-09 9:31
Mohammad Dayyan8-Jan-09 9:31 
QuestionExceptions Pin
CodingYoshi8-Jan-09 8:52
CodingYoshi8-Jan-09 8:52 
GeneralRe: Exceptions Pin
Luc Pattyn8-Jan-09 10:02
sitebuilderLuc Pattyn8-Jan-09 10:02 
GeneralRe: Exceptions Pin
CodingYoshi8-Jan-09 10:16
CodingYoshi8-Jan-09 10:16 
GeneralRe: Exceptions Pin
Luc Pattyn8-Jan-09 10:28
sitebuilderLuc Pattyn8-Jan-09 10:28 
GeneralRe: Exceptions Pin
Jason C Bourne8-Jan-09 10:31
Jason C Bourne8-Jan-09 10:31 
GeneralRe: Exceptions Pin
CodingYoshi8-Jan-09 10:57
CodingYoshi8-Jan-09 10:57 
GeneralRe: Exceptions Pin
Colin Angus Mackay8-Jan-09 11:18
Colin Angus Mackay8-Jan-09 11:18 
GeneralRe: Exceptions Pin
Jason C Bourne8-Jan-09 11:21
Jason C Bourne8-Jan-09 11:21 
GeneralRe: Exceptions Pin
Colin Angus Mackay8-Jan-09 10:41
Colin Angus Mackay8-Jan-09 10:41 
AnswerRe: Exceptions Pin
HosamAly8-Jan-09 10:37
HosamAly8-Jan-09 10:37 

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.