Click here to Skip to main content
15,907,396 members
Home / Discussions / C#
   

C#

 
QuestionProblem with setting Wallpaper Pin
Y@rpen26-Nov-07 10:43
Y@rpen26-Nov-07 10:43 
QuestionAuthentication and Authorization Pin
kingletas26-Nov-07 10:41
kingletas26-Nov-07 10:41 
AnswerRe: Authentication and Authorization Pin
Skippums26-Nov-07 11:11
Skippums26-Nov-07 11:11 
Questiontypedef enum c header to C# Pin
schoetbi26-Nov-07 10:11
schoetbi26-Nov-07 10:11 
AnswerRe: typedef enum c header to C# Pin
Luc Pattyn26-Nov-07 10:57
sitebuilderLuc Pattyn26-Nov-07 10:57 
GeneralRe: typedef enum c header to C# Pin
schoetbi26-Nov-07 10:59
schoetbi26-Nov-07 10:59 
GeneralRe: typedef enum c header to C# Pin
Pete O'Hanlon26-Nov-07 11:01
mvePete O'Hanlon26-Nov-07 11:01 
AnswerRe: typedef enum c header to C# Pin
PIEBALDconsult26-Nov-07 11:27
mvePIEBALDconsult26-Nov-07 11:27 
AnswerRe: typedef enum c header to C# Pin
m026-Nov-07 13:05
m026-Nov-07 13:05 
Questionasp.net subdomain Pin
Eli Nurman26-Nov-07 10:07
Eli Nurman26-Nov-07 10:07 
AnswerRe: asp.net subdomain Pin
Paul Conrad26-Nov-07 16:01
professionalPaul Conrad26-Nov-07 16:01 
Questioncopy and paste Pin
netJP12L26-Nov-07 9:46
netJP12L26-Nov-07 9:46 
AnswerRe: copy and paste Pin
Skippums26-Nov-07 10:03
Skippums26-Nov-07 10:03 
GeneralRe: copy and paste Pin
netJP12L26-Nov-07 10:10
netJP12L26-Nov-07 10:10 
GeneralRe: copy and paste Pin
Skippums26-Nov-07 10:48
Skippums26-Nov-07 10:48 
QuestionCollecting code-snippets Pin
Johan Martensson26-Nov-07 9:41
Johan Martensson26-Nov-07 9:41 
AnswerRe: Collecting code-snippets Pin
Pete O'Hanlon26-Nov-07 9:56
mvePete O'Hanlon26-Nov-07 9:56 
AnswerRe: Collecting code-snippets Pin
schoetbi26-Nov-07 10:19
schoetbi26-Nov-07 10:19 
AnswerRe: Collecting code-snippets Pin
Paul Conrad26-Nov-07 16:02
professionalPaul Conrad26-Nov-07 16:02 
AnswerRe: Collecting code-snippets Pin
Johan Martensson26-Nov-07 20:12
Johan Martensson26-Nov-07 20:12 
QuestionBitBlt from minimized / not visible form ? Pin
gordon2426-Nov-07 9:04
gordon2426-Nov-07 9:04 
AnswerRe: BitBlt from minimized / not visible form ? [modified] Pin
Skippums26-Nov-07 10:05
Skippums26-Nov-07 10:05 
I have spent days of man hours trying to figure this out to no avail... If you do get it to work, be sure to post your solution so the rest of us can benefit. I also figured that I will tell you another caveat that bothers me about the solution I ended up using.

I make a call to ShowWindow prior to performing the bitblt. Sometimes, if the window isn't drawn fast enough, my bitblt doesn't get the window's contents, so I have to call it multiple times to get it to work. This is really annoying, as I actually have to wait for the screen to redraw itself before copying the contents of that screen. Again, any progress you make on this should be posted here so others like us don't waste as much time as I have, and as much time as you presumably will have spent on figuring this out.

Jeff


-- modified at 16:49 Monday 26th November, 2007
GeneralRe: BitBlt from minimized / not visible form ? Pin
gordon2427-Nov-07 4:52
gordon2427-Nov-07 4:52 
GeneralRe: BitBlt from minimized / not visible form ? Pin
Skippums27-Nov-07 6:33
Skippums27-Nov-07 6:33 
GeneralRe: BitBlt from minimized / not visible form ? Pin
gordon2427-Nov-07 15:48
gordon2427-Nov-07 15:48 

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.