Click here to Skip to main content
15,893,486 members
Home / Discussions / C#
   

C#

 
General[Message Deleted] Pin
sahithya harsha12-Sep-05 13:42
sahithya harsha12-Sep-05 13:42 
GeneralRe: help me plz.... Pin
Dave Kreskowiak12-Sep-05 15:46
mveDave Kreskowiak12-Sep-05 15:46 
QuestionHi , Is there any way to Get HTTP Headers of a Page other then HttpWebRequest Pin
Tariq Rahim12-Sep-05 2:01
Tariq Rahim12-Sep-05 2:01 
AnswerRe: Hi , Is there any way to Get HTTP Headers of a Page other then HttpWebRequest Pin
Guffa12-Sep-05 3:40
Guffa12-Sep-05 3:40 
GeneralRe: Hi , Is there any way to Get HTTP Headers of a Page other then HttpWebRequest Pin
Tariq Rahim12-Sep-05 3:54
Tariq Rahim12-Sep-05 3:54 
QuestionUsing dll that built by VC++ in C# Pin
lucdt12-Sep-05 1:59
lucdt12-Sep-05 1:59 
QuestionReally capturing a window Pin
bluechipmunk12-Sep-05 0:51
bluechipmunk12-Sep-05 0:51 
AnswerRe: Really capturing a window Pin
Daniel Turini12-Sep-05 1:27
Daniel Turini12-Sep-05 1:27 
Create a bitmap or metafile DC and send a WM_PRINT message to the window.
This way, you're not capturing the screen image, you're telling the window to draw itself on your bitmap.
The problem with this approach is that not all windows honor the WM_PRINT message. The .NET framework have a few controls that simply don't draw themselves when you send a WM_PRINT.


I see dead pixels
Yes, even I am blogging now!
QuestionBasic Insert Please correct Pin
dabuskol12-Sep-05 0:19
dabuskol12-Sep-05 0:19 
AnswerRe: Basic Insert Please correct Pin
LeenaSo12-Sep-05 0:44
LeenaSo12-Sep-05 0:44 
AnswerRe: Basic Insert Please correct Pin
mav.northwind12-Sep-05 0:46
mav.northwind12-Sep-05 0:46 
QuestionDrawing an arc Pin
11-Sep-05 23:52
suss11-Sep-05 23:52 
AnswerRe: Drawing an arc Pin
Guffa12-Sep-05 6:31
Guffa12-Sep-05 6:31 
GeneralRe: Drawing an arc Pin
subramanyeswari13-Sep-05 0:53
subramanyeswari13-Sep-05 0:53 
QuestionTabIndex of multiple usercontrols Pin
JorisFromHolland11-Sep-05 23:08
JorisFromHolland11-Sep-05 23:08 
AnswerRe: TabIndex of multiple usercontrols Pin
LeenaSo12-Sep-05 0:13
LeenaSo12-Sep-05 0:13 
Question'Specified cast is not valid' Pin
Member 183980011-Sep-05 23:07
Member 183980011-Sep-05 23:07 
QuestionC# Memory Leak Mystery Pin
Jason Pease11-Sep-05 22:37
Jason Pease11-Sep-05 22:37 
AnswerRe: C# Memory Leak Mystery Pin
Zdeslav Vojkovic12-Sep-05 1:12
Zdeslav Vojkovic12-Sep-05 1:12 
AnswerRe: C# Memory Leak Mystery Pin
Guffa12-Sep-05 1:29
Guffa12-Sep-05 1:29 
AnswerRe: C# Memory Leak Mystery Pin
S. Senthil Kumar12-Sep-05 4:15
S. Senthil Kumar12-Sep-05 4:15 
GeneralRe: C# Memory Leak Mystery Pin
Jason Pease12-Sep-05 6:15
Jason Pease12-Sep-05 6:15 
GeneralRe: C# Memory Leak Mystery Pin
S. Senthil Kumar12-Sep-05 15:09
S. Senthil Kumar12-Sep-05 15:09 
QuestionCopy directories Pin
Stefan_ Spenz11-Sep-05 22:13
Stefan_ Spenz11-Sep-05 22:13 
AnswerRe: Copy directories Pin
rakesh_nits11-Sep-05 22:34
rakesh_nits11-Sep-05 22:34 

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.