Click here to Skip to main content
15,919,341 members
Home / Discussions / C#
   

C#

 
QuestionWireless communication through WI Fi Pin
Member 378391131-Jan-07 22:26
Member 378391131-Jan-07 22:26 
QuestionHibernate connection for Interbase database Pin
Robi-Robo31-Jan-07 22:20
Robi-Robo31-Jan-07 22:20 
QuestionImplementing "Merge replication" in vs.net 2005 Pin
Spaz8031-Jan-07 21:58
Spaz8031-Jan-07 21:58 
AnswerRe: Implementing "Merge replication" in vs.net 2005 Pin
Pete O'Hanlon31-Jan-07 22:21
mvePete O'Hanlon31-Jan-07 22:21 
Questionoop materials Pin
md_refay31-Jan-07 21:25
md_refay31-Jan-07 21:25 
AnswerRe: oop materials Pin
bobsugar22231-Jan-07 21:53
bobsugar22231-Jan-07 21:53 
Questionpainting a part of image Pin
samreengr831-Jan-07 21:14
samreengr831-Jan-07 21:14 
AnswerRe: painting a part of image Pin
bobsugar22231-Jan-07 21:41
bobsugar22231-Jan-07 21:41 
I hope I understand your problem correctly,

You may find it easier to build your image up from a Bitmap object then set it to the PictureBox.Image property. Then you can easy save the image.

If only part of the image has been updated you can call the PictureBox.Invalidate Method. You can pass this a Region or Rectangle so only that part of the control is repainted.
AnswerRe: painting a part of image Pin
Christian Graus31-Jan-07 22:42
protectorChristian Graus31-Jan-07 22:42 
Questionfile transfer between webserver and a local server Pin
kalyan_241631-Jan-07 20:56
kalyan_241631-Jan-07 20:56 
QuestionRetrieve data from a Dataset into an string array - how?? Pin
ComCoderCsharp31-Jan-07 20:41
ComCoderCsharp31-Jan-07 20:41 
AnswerRe: Retrieve data from a Dataset into an string array - how?? Pin
Mircea Puiu31-Jan-07 20:58
Mircea Puiu31-Jan-07 20:58 
QuestionOpenFileDialog dlg = new OpenFileDialog(); Pin
Eyungwah31-Jan-07 20:32
Eyungwah31-Jan-07 20:32 
AnswerRe: OpenFileDialog dlg = new OpenFileDialog(); Pin
Mircea Puiu31-Jan-07 20:52
Mircea Puiu31-Jan-07 20:52 
QuestionUser Control Pin
Biswajit Ghosh31-Jan-07 20:25
Biswajit Ghosh31-Jan-07 20:25 
AnswerRe: User Control Pin
Christian Graus31-Jan-07 20:26
protectorChristian Graus31-Jan-07 20:26 
GeneralRe: User Control Pin
Biswajit Ghosh31-Jan-07 20:29
Biswajit Ghosh31-Jan-07 20:29 
GeneralRe: User Control Pin
bobsugar22231-Jan-07 22:01
bobsugar22231-Jan-07 22:01 
GeneralRe: User Control Pin
Biswajit Ghosh1-Feb-07 19:49
Biswajit Ghosh1-Feb-07 19:49 
GeneralRe: User Control Pin
Biswajit Ghosh1-Feb-07 19:51
Biswajit Ghosh1-Feb-07 19:51 
GeneralRe: User Control Pin
Christian Graus1-Feb-07 20:28
protectorChristian Graus1-Feb-07 20:28 
AnswerRe: User Control Pin
aSarafian1-Feb-07 2:15
aSarafian1-Feb-07 2:15 
GeneralRe: User Control Pin
Biswajit Ghosh1-Feb-07 19:48
Biswajit Ghosh1-Feb-07 19:48 
GeneralRe: User Control Pin
aSarafian1-Feb-07 21:16
aSarafian1-Feb-07 21:16 
AnswerRe: User Control Pin
Luc Pattyn1-Feb-07 7:16
sitebuilderLuc Pattyn1-Feb-07 7:16 

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.