Click here to Skip to main content
15,919,132 members
Home / Discussions / C#
   

C#

 
QuestionThe operation has timed out when using web services Pin
gbabu1720-Sep-07 3:13
gbabu1720-Sep-07 3:13 
AnswerRe: The operation has timed out when using web services Pin
Ravi Bhavnani20-Sep-07 3:49
professionalRavi Bhavnani20-Sep-07 3:49 
GeneralRe: The operation has timed out when using web services Pin
gbabu1720-Sep-07 5:08
gbabu1720-Sep-07 5:08 
GeneralRe: The operation has timed out when using web services Pin
Ravi Bhavnani20-Sep-07 10:31
professionalRavi Bhavnani20-Sep-07 10:31 
QuestionWindowless controls + keep design-time advantages Pin
ctoma200520-Sep-07 2:34
ctoma200520-Sep-07 2:34 
AnswerRe: Windowless controls + keep design-time advantages Pin
Michael Potter20-Sep-07 3:58
Michael Potter20-Sep-07 3:58 
GeneralRe: Windowless controls + keep design-time advantages Pin
ctoma200520-Sep-07 4:04
ctoma200520-Sep-07 4:04 
GeneralRe: Windowless controls + keep design-time advantages Pin
Michael Potter20-Sep-07 4:32
Michael Potter20-Sep-07 4:32 
Any object can process events. Controls just map to events by default. Not quite sure what you are trying to do but, you will eventually need a Graphics object in order to draw. You can derive from Bitmap and draw on it using Graphics.FromImage. Eventually, the sprite will have to be drawn to a window using Graphics.DrawImage. The window you will be drawing too, should be double buffered.

Maybe you need to create an Canvas object and a Sprite object. Sprites get painted on the Canvas which is derived from a control. Canvas can be the source for Sprites to grab thier events.
GeneralRe: Windowless controls + keep design-time advantages Pin
ctoma200520-Sep-07 5:45
ctoma200520-Sep-07 5:45 
GeneralRe: Windowless controls + keep design-time advantages Pin
Dave Kreskowiak20-Sep-07 7:14
mveDave Kreskowiak20-Sep-07 7:14 
GeneralRe: Windowless controls + keep design-time advantages Pin
ctoma200520-Sep-07 21:05
ctoma200520-Sep-07 21:05 
GeneralRe: Windowless controls + keep design-time advantages Pin
Dave Kreskowiak21-Sep-07 2:05
mveDave Kreskowiak21-Sep-07 2:05 
GeneralRe: Windowless controls + keep design-time advantages Pin
ctoma200521-Sep-07 2:28
ctoma200521-Sep-07 2:28 
GeneralRe: Windowless controls + keep design-time advantages Pin
Dave Kreskowiak21-Sep-07 11:59
mveDave Kreskowiak21-Sep-07 11:59 
GeneralRe: Windowless controls + keep design-time advantages Pin
ctoma200522-Sep-07 1:02
ctoma200522-Sep-07 1:02 
AnswerRe: Windowless controls + keep design-time advantages Pin
Michael Potter20-Sep-07 4:36
Michael Potter20-Sep-07 4:36 
QuestionSearching through ListBox Pin
pavya_Cool20-Sep-07 2:19
pavya_Cool20-Sep-07 2:19 
AnswerRe: Searching through ListBox Pin
Giorgi Dalakishvili20-Sep-07 2:26
mentorGiorgi Dalakishvili20-Sep-07 2:26 
AnswerRe: Searching through ListBox Pin
Luc Pattyn20-Sep-07 4:42
sitebuilderLuc Pattyn20-Sep-07 4:42 
QuestionSpell check addin for Messenger Live Pin
DesertRavenC20-Sep-07 2:06
DesertRavenC20-Sep-07 2:06 
AnswerRe: Spell check addin for Messenger Live Pin
Judah Gabriel Himango20-Sep-07 7:44
sponsorJudah Gabriel Himango20-Sep-07 7:44 
Questionc# DataGridView - Maintain Scroll Position Pin
ATCsharp20-Sep-07 1:54
ATCsharp20-Sep-07 1:54 
QuestionNeed code for converting from Excel to XML Pin
Sri_346420-Sep-07 1:39
Sri_346420-Sep-07 1:39 
AnswerRe: Need code for converting from Excel to XML Pin
Giorgi Dalakishvili20-Sep-07 1:47
mentorGiorgi Dalakishvili20-Sep-07 1:47 
GeneralRe: Need code for converting from Excel to XML Pin
Sri_346420-Sep-07 1:55
Sri_346420-Sep-07 1:55 

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.