Click here to Skip to main content
15,917,709 members
Home / Discussions / C#
   

C#

 
GeneralRe: Capturing Complete Webpage as an Image Pin
Dinesh N Samarathunga9-Aug-07 22:31
Dinesh N Samarathunga9-Aug-07 22:31 
AnswerRe: Capturing Complete Webpage as an Image Pin
Jax_qqq9-Aug-07 21:18
Jax_qqq9-Aug-07 21:18 
GeneralRe: Capturing Complete Webpage as an Image Pin
Dinesh N Samarathunga9-Aug-07 22:46
Dinesh N Samarathunga9-Aug-07 22:46 
QuestionGet Raw Kerberos Token to Access Exchange 2007 by IMAP Pin
Stas9-Aug-07 19:52
Stas9-Aug-07 19:52 
Questionmove user to different tab and txt field Pin
Berdril9-Aug-07 18:33
Berdril9-Aug-07 18:33 
AnswerRe: move user to different tab and txt field Pin
Berdril9-Aug-07 19:45
Berdril9-Aug-07 19:45 
AnswerRe: move user to different tab and txt field Pin
Martin#9-Aug-07 19:49
Martin#9-Aug-07 19:49 
QuestionC# bug or any mistake Pin
Xmen Real 9-Aug-07 17:56
professional Xmen Real 9-Aug-07 17:56 
AnswerRe: C# bug or any mistake Pin
Michael Sync9-Aug-07 18:11
Michael Sync9-Aug-07 18:11 
GeneralRe: C# bug or any mistake Pin
Xmen Real 9-Aug-07 18:13
professional Xmen Real 9-Aug-07 18:13 
QuestionHelp! Monitor an application Pin
chuongkl779-Aug-07 17:22
chuongkl779-Aug-07 17:22 
AnswerRe: Help! Monitor an application Pin
Michael Sync9-Aug-07 17:46
Michael Sync9-Aug-07 17:46 
JokeRe: Help! Monitor an application Pin
Judah Gabriel Himango9-Aug-07 18:12
sponsorJudah Gabriel Himango9-Aug-07 18:12 
GeneralRe: Help! Monitor an application Pin
Martin#9-Aug-07 20:11
Martin#9-Aug-07 20:11 
GeneralRe: Help! Monitor an application Pin
Michael Sync9-Aug-07 20:31
Michael Sync9-Aug-07 20:31 
QuestionDirListBox and Root Pin
swjam9-Aug-07 15:43
swjam9-Aug-07 15:43 
AnswerRe: DirListBox and Root Pin
Judah Gabriel Himango9-Aug-07 17:29
sponsorJudah Gabriel Himango9-Aug-07 17:29 
GeneralRe: DirListBox and Root Pin
swjam9-Aug-07 17:44
swjam9-Aug-07 17:44 
GeneralRe: DirListBox and Root Pin
Michael Sync9-Aug-07 18:07
Michael Sync9-Aug-07 18:07 
GeneralRe: DirListBox and Root Pin
swjam9-Aug-07 18:17
swjam9-Aug-07 18:17 
GeneralRe: DirListBox and Root Pin
Michael Sync9-Aug-07 19:52
Michael Sync9-Aug-07 19:52 
GeneralRe: DirListBox and Root Pin
Judah Gabriel Himango9-Aug-07 18:08
sponsorJudah Gabriel Himango9-Aug-07 18:08 
Questionhelp me out with this.. urgent!! Pin
chumairr9-Aug-07 15:41
chumairr9-Aug-07 15:41 
AnswerRe: help me out with this.. urgent!! Pin
Luc Pattyn9-Aug-07 16:14
sitebuilderLuc Pattyn9-Aug-07 16:14 
Hi,

PictureBox.Image is a property with getter and setter, so you can copy the reference
of the image a PB is holding, then set a new reference to show another image.
The image files (GIF) are not relevant; once they got loaded in memory, they all are
just images.

you do know that words such as urgent don't impress people overhere, and neither
does street language nor SMSspeak...

Smile | :)

Luc Pattyn [Forum Guidelines] [My Articles]


this weeks tips:
- make Visual display line numbers: Tools/Options/TextEditor/...
- show exceptions with ToString() to see all information
- before you ask a question here, search CodeProject, then Google


AnswerWell let me drop everything and run to the rescue... Pin
leckey10-Aug-07 3:03
leckey10-Aug-07 3:03 

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.