Click here to Skip to main content
15,899,679 members
Home / Discussions / C#
   

C#

 
GeneralRe: Use ActiveX without registration Pin
SSDream17-Jun-09 16:32
SSDream17-Jun-09 16:32 
GeneralRe: Use ActiveX without registration Pin
Nishad S17-Jun-09 3:42
Nishad S17-Jun-09 3:42 
QuestionDLL protection Pin
SSDream5-Jun-09 16:53
SSDream5-Jun-09 16:53 
AnswerRe: DLL protection Pin
Christian Graus5-Jun-09 16:56
protectorChristian Graus5-Jun-09 16:56 
AnswerRe: DLL protection Pin
I Believe In GOD5-Jun-09 22:43
I Believe In GOD5-Jun-09 22:43 
AnswerRe: DLL protection Pin
0x3c05-Jun-09 22:58
0x3c05-Jun-09 22:58 
GeneralRe: DLL protection Pin
SSDream6-Jun-09 18:08
SSDream6-Jun-09 18:08 
Question3 forms - how to click button to go to each one Pin
johnnysmith15-Jun-09 15:27
johnnysmith15-Jun-09 15:27 
AnswerRe: 3 forms - how to click button to go to each one Pin
Christian Graus5-Jun-09 16:57
protectorChristian Graus5-Jun-09 16:57 
GeneralRe: 3 forms - how to click button to go to each one Pin
johnnysmith15-Jun-09 17:07
johnnysmith15-Jun-09 17:07 
QuestionParsing "tags" in a string Pin
Quake2Player5-Jun-09 12:51
Quake2Player5-Jun-09 12:51 
AnswerRe: Parsing "tags" in a string Pin
Christian Graus5-Jun-09 14:57
protectorChristian Graus5-Jun-09 14:57 
QuestionHow To Identify Control In C# Click Event Pin
Member 44650075-Jun-09 11:52
Member 44650075-Jun-09 11:52 
AnswerRe: How To Identify Control In C# Click Event Pin
Christian Graus5-Jun-09 11:57
protectorChristian Graus5-Jun-09 11:57 
AnswerRe: How To Identify Control In C# Click Event Pin
Henry Minute5-Jun-09 12:00
Henry Minute5-Jun-09 12:00 
AnswerRe: How To Identify Control In C# Click Event [modified] Pin
I Believe In GOD5-Jun-09 12:23
I Believe In GOD5-Jun-09 12:23 
AnswerRe: How To Identify Control In C# Click Event Pin
Member 44650075-Jun-09 14:29
Member 44650075-Jun-09 14:29 
QuestionApplying a TextDecoration within a TextRange in RithcTextBox Pin
paradisonoir5-Jun-09 10:53
paradisonoir5-Jun-09 10:53 
AnswerAttempt to bump post!! Pin
Henry Minute5-Jun-09 11:55
Henry Minute5-Jun-09 11:55 
GeneralRe: Attempt to bump post!! Pin
paradisonoir9-Jun-09 13:51
paradisonoir9-Jun-09 13:51 
QuestionA Problem with Graphics object in GDI draw functions ??? Pin
magicii5-Jun-09 10:04
magicii5-Jun-09 10:04 
AnswerRe: A Problem with Graphics object in GDI draw functions ??? Pin
Henry Minute5-Jun-09 10:12
Henry Minute5-Jun-09 10:12 
AnswerRe: A Problem with Graphics object in GDI draw functions ??? Pin
ARon_5-Jun-09 11:40
ARon_5-Jun-09 11:40 
Shucks | :-\ Actually the PictureBox was not a bad choice and in fact if you are going to do a simple animation it is a decent choice. You can draw some background image save it. Load it in the Picture box draw on top of your static image. The real problem, like any other control, is that you drawing on what is essential temporary surface. Every time the control refreshes and redraws itself and your stuff is lost. That is why you hook in to the paint event to redraw your stuff on every refresh but if it is static save the image after you draw it and reload it and it is a null issue. You might have to hook the resize event and redraw it to avoid you image being distorted but it pretty simple too. Hell, I did in VB6 with excellent results.

ARon

GeneralRe: A Problem with Graphics object in GDI draw functions ??? Pin
Christian Graus5-Jun-09 11:59
protectorChristian Graus5-Jun-09 11:59 
GeneralRe: A Problem with Graphics object in GDI draw functions ??? Pin
ARon_5-Jun-09 12:31
ARon_5-Jun-09 12:31 

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.