Click here to Skip to main content
15,908,674 members
Home / Discussions / C#
   

C#

 
Generalconverting string with multiple values to string array Pin
gottimukkala20-Mar-08 1:18
gottimukkala20-Mar-08 1:18 
GeneralRe: converting string with multiple values to string array Pin
Not Active20-Mar-08 1:23
mentorNot Active20-Mar-08 1:23 
GeneralRe: converting string with multiple values to string array Pin
Farhan Ali20-Mar-08 1:24
Farhan Ali20-Mar-08 1:24 
GeneralFileUpload1.Postedfile.FileName not working in firefox Pin
Farhan Ali20-Mar-08 1:10
Farhan Ali20-Mar-08 1:10 
GeneralNeed Information Pin
Krazy Programmer20-Mar-08 0:45
Krazy Programmer20-Mar-08 0:45 
AnswerRe: Need Information Pin
Abhijit Jana20-Mar-08 1:04
professionalAbhijit Jana20-Mar-08 1:04 
GeneralRe: Need Information Pin
Vasudevan Deepak Kumar20-Mar-08 5:45
Vasudevan Deepak Kumar20-Mar-08 5:45 
GeneralBitmap Clipping Pin
free_soul42420-Mar-08 0:35
free_soul42420-Mar-08 0:35 
Hi, I am try to clip the invisible area of a bit map. I have tried the following code.

1.Bitmap bmp = new Bitmap(100, 100); // create a bitmap
2.Graphics bmpG = Graphics.FromImage(bmp); // graphics handler to bitmap
3.bmpG.DrawRectangle(new Pen(Color.Blue), new Rectangle(1000, 1000, 99, 99));

Notice line 3, it allow me to draw the rectangle beyond the bitmap. The size of bitmap is 100 X 100 and I have drawn a rectangle at the location 1000, 1000. In think the device contexts automatically manage it.
My question is that can I see the region that is not visible. Actually I want to clip the region in which my rectangle is situated. And want to show it when the user scroll. Please guide me I will b thankful.
Regards,
GeneralMultiple header in a gridview Pin
SeeSharp20-Mar-08 0:28
SeeSharp20-Mar-08 0:28 
GeneralRe: Multiple header in a gridview Pin
morisson_c20-Mar-08 2:30
morisson_c20-Mar-08 2:30 
GeneralRe: Multiple header in a gridview Pin
SeeSharp20-Mar-08 22:14
SeeSharp20-Mar-08 22:14 
GeneralborderSize = SystemInformation.Border3DSize.Height; ISSUE Pin
Harvey Saayman20-Mar-08 0:19
Harvey Saayman20-Mar-08 0:19 
GeneralRe: borderSize = SystemInformation.Border3DSize.Height; ISSUE Pin
DaveyM6920-Mar-08 13:03
professionalDaveyM6920-Mar-08 13:03 
GeneralRe: borderSize = SystemInformation.Border3DSize.Height; ISSUE Pin
Harvey Saayman24-Mar-08 20:22
Harvey Saayman24-Mar-08 20:22 
GeneralQuery in voice chat Application Pin
Jayavel20-Mar-08 0:12
Jayavel20-Mar-08 0:12 
JokeRe: Query in voice chat Application Pin
Vasudevan Deepak Kumar20-Mar-08 5:47
Vasudevan Deepak Kumar20-Mar-08 5:47 
GeneralPrinting any file (*.txt,*.pdf,*.gif,*.doc etc)using c# Pin
hariomhari20-Mar-08 0:03
hariomhari20-Mar-08 0:03 
GeneralRe: Printing any file (*.txt,*.pdf,*.gif,*.doc etc)using c# Pin
geekfromindia20-Mar-08 5:19
geekfromindia20-Mar-08 5:19 
GeneralRe: Printing any file (*.txt,*.pdf,*.gif,*.doc etc)using c# Pin
Luc Pattyn20-Mar-08 11:45
sitebuilderLuc Pattyn20-Mar-08 11:45 
GeneralC# File I/O Pin
George_George19-Mar-08 23:19
George_George19-Mar-08 23:19 
GeneralRe: C# File I/O Pin
stancrm19-Mar-08 23:49
stancrm19-Mar-08 23:49 
GeneralRe: C# File I/O Pin
George_George20-Mar-08 0:38
George_George20-Mar-08 0:38 
Generalvjslib reference Pin
Navneet Hegde19-Mar-08 22:35
Navneet Hegde19-Mar-08 22:35 
GeneralRe: vjslib reference Pin
Laddie19-Mar-08 22:42
Laddie19-Mar-08 22:42 
GeneralRe: vjslib reference Pin
Not Active20-Mar-08 1:27
mentorNot Active20-Mar-08 1:27 

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.