Click here to Skip to main content
15,914,074 members
Home / Discussions / C#
   

C#

 
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 
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 
GeneralRe: BitBlt from minimized / not visible form ? Pin
Skippums28-Nov-07 4:50
Skippums28-Nov-07 4:50 
GeneralRe: BitBlt from minimized / not visible form ? Pin
gordon2413-Dec-07 0:14
gordon2413-Dec-07 0:14 
Sorry for it took me so long to respond.

Well, i'm [dead] stuck.

The method you described in your last post works well, BUT ...
it's also a 'simple' BitBLT of the form, so it suffers from all
the disadvantages linked to that [ that is, overlaying 'things'
are blted as well and nothing is blted when the form is not visible ]

My approach to bitBLT from a Bitmap object still did suffer from
memory leaks; when i tried to avoid that using a picturebox
object, all 'the known' bitblt disadvantages reappeared.

Also i noticed that every 'clone bitmap' approach doesn't run fast
enough for my project. [ let alone the need for a semaphore implementation
to manage collision-free access to such bitmap objects ]

So, i'm stuck.

I suppose, i'll end up using the app in it's own frame for now.

:[
GeneralRe: BitBlt from minimized / not visible form ? Pin
Skippums13-Dec-07 6:41
Skippums13-Dec-07 6:41 
QuestionValues on Form 2 appears on Form 1 !!!! Pin
Phoenix_p326-Nov-07 8:55
Phoenix_p326-Nov-07 8:55 
AnswerRe: Please ignore this !!!! [modified] Pin
SABhatti26-Nov-07 9:45
SABhatti26-Nov-07 9:45 
GeneralRe: Please ignore this !!!! Pin
Pete O'Hanlon26-Nov-07 10:54
mvePete O'Hanlon26-Nov-07 10:54 
GeneralRe: Please ignore this !!!! Pin
SABhatti26-Nov-07 11:56
SABhatti26-Nov-07 11:56 
AnswerRe: Values on Form 2 appears on Form 1 !!!! Pin
Colin Angus Mackay26-Nov-07 10:03
Colin Angus Mackay26-Nov-07 10:03 
GeneralRe: Values on Form 2 appears on Form 1 !!!! Pin
Anthony Mushrow26-Nov-07 11:11
professionalAnthony Mushrow26-Nov-07 11:11 
AnswerRe: Values on Form 2 appears on Form 1 !!!! Pin
Pete O'Hanlon26-Nov-07 10:46
mvePete O'Hanlon26-Nov-07 10:46 
QuestionC# documentation Pin
kaminem26-Nov-07 7:35
kaminem26-Nov-07 7:35 
AnswerRe: C# documentation Pin
Peter Vertes26-Nov-07 9:02
Peter Vertes26-Nov-07 9:02 
AnswerRe: C# documentation Pin
Judah Gabriel Himango26-Nov-07 9:03
sponsorJudah Gabriel Himango26-Nov-07 9:03 
Questionhow to convert xls to csv ? Pin
E_Gold26-Nov-07 7:27
E_Gold26-Nov-07 7:27 
AnswerRe: how to convert xls to csv ? Pin
pmarfleet26-Nov-07 8:18
pmarfleet26-Nov-07 8:18 
GeneralRe: how to convert xls to csv ? Pin
E_Gold27-Nov-07 8:39
E_Gold27-Nov-07 8:39 
GeneralRe: how to convert xls to csv ? Pin
pmarfleet27-Nov-07 9:08
pmarfleet27-Nov-07 9:08 
GeneralRe: how to convert xls to csv ? Pin
Orias27-Sep-10 19:59
Orias27-Sep-10 19:59 
Questionhow to convert xls to csv ? Pin
E_Gold26-Nov-07 7:24
E_Gold26-Nov-07 7:24 

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.