Click here to Skip to main content
16,007,687 members
Home / Discussions / C#
   

C#

 
QuestionHow to transfer data using modem through internet Pin
nmhai8331-Oct-06 22:23
nmhai8331-Oct-06 22:23 
QuestionHow do I find out the referenced DLL's version? Pin
michal.kreslik31-Oct-06 22:11
michal.kreslik31-Oct-06 22:11 
AnswerRe: How do I find out the referenced DLL's version? Pin
Rahithi1-Nov-06 7:56
Rahithi1-Nov-06 7:56 
GeneralRe: How do I find out the referenced DLL's version? Pin
michal.kreslik1-Nov-06 9:09
michal.kreslik1-Nov-06 9:09 
GeneralRe: How do I find out the referenced DLL's version? Pin
Rahithi1-Nov-06 9:40
Rahithi1-Nov-06 9:40 
GeneralRe: How do I find out the referenced DLL's version? Pin
michal.kreslik3-Nov-06 0:05
michal.kreslik3-Nov-06 0:05 
QuestionMeasureString with Monospace Fonts Pin
notacake31-Oct-06 21:52
notacake31-Oct-06 21:52 
QuestionConvert RectanglrF To Bitmap and put this in to pictureBox Pin
s4_sabahatf31-Oct-06 21:40
s4_sabahatf31-Oct-06 21:40 
Actually we want to crop certain area from the image,so for this porpose we try this code...but now the problem is that although we got the reactangle
the code is as follow!!


Graphics g=this.CreateGraphics();
RectangleF Destinationrectangle=new RectangleF(530,30,100,190);
RectangleF Sourcerectangle=new RectangleF(topleft,topright,bottomleft,bottomright);
g.DrawImage(this.BinaryImage.Image,Destinationrectangle,Sourcerectangle,GraphicsUnit.Pixel);

Now We Want to convert Destinationrectangle into Bitmap,(Is this Possible),and plz guide us how to insert this bitmap in to pictureBox
Plz Reply SOON

AnswerRe: Convert RectanglrF To Bitmap and put this in to pictureBox Pin
Corinna John31-Oct-06 22:14
Corinna John31-Oct-06 22:14 
AnswerRe: Convert RectanglrF To Bitmap and put this in to pictureBox Pin
JoeSharp31-Oct-06 22:19
JoeSharp31-Oct-06 22:19 
GeneralRe: Convert RectanglrF To Bitmap and put this in to pictureBox Pin
s4_sabahatf31-Oct-06 22:28
s4_sabahatf31-Oct-06 22:28 
GeneralRe: Convert RectanglrF To Bitmap and put this in to pictureBox Pin
JoeSharp31-Oct-06 22:31
JoeSharp31-Oct-06 22:31 
QuestionRe: Convert RectanglrF To Bitmap and put this in to pictureBox Pin
signimage31-Oct-06 22:28
signimage31-Oct-06 22:28 
QuestionCorner handles for the buttons Pin
Marko131-Oct-06 20:46
Marko131-Oct-06 20:46 
QuestionCreating relationships among selfcreated tables Pin
Saira Tanwir31-Oct-06 20:22
Saira Tanwir31-Oct-06 20:22 
AnswerRe: Creating relationships among selfcreated tables Pin
Russell Jones31-Oct-06 21:25
Russell Jones31-Oct-06 21:25 
GeneralRe: Creating relationships among selfcreated tables Pin
Saira Tanwir31-Oct-06 22:03
Saira Tanwir31-Oct-06 22:03 
GeneralRe: Creating relationships among selfcreated tables Pin
sam#31-Oct-06 22:45
sam#31-Oct-06 22:45 
GeneralRe: Creating relationships among selfcreated tables Pin
Saira Tanwir31-Oct-06 23:22
Saira Tanwir31-Oct-06 23:22 
GeneralRe: Creating relationships among selfcreated tables Pin
sam#31-Oct-06 23:35
sam#31-Oct-06 23:35 
GeneralRe: Creating relationships among selfcreated tables Pin
Russell Jones31-Oct-06 23:31
Russell Jones31-Oct-06 23:31 
GeneralRe: Creating relationships among selfcreated tables Pin
Saira Tanwir31-Oct-06 23:33
Saira Tanwir31-Oct-06 23:33 
Questionlocation in c# program for creating object Pin
yogita charhate31-Oct-06 20:01
yogita charhate31-Oct-06 20:01 
AnswerRe: location in c# program for creating object Pin
Haseeb Mukhtar31-Oct-06 20:14
Haseeb Mukhtar31-Oct-06 20:14 
GeneralRe: location in c# program for creating object Pin
yogita charhate31-Oct-06 20:28
yogita charhate31-Oct-06 20:28 

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.