Click here to Skip to main content
15,918,041 members
Home / Discussions / C#
   

C#

 
GeneralImage effects Pin
Meysam Mahfouzi9-Jul-03 20:09
Meysam Mahfouzi9-Jul-03 20:09 
QuestionMessage Box ? Pin
Asim N.9-Jul-03 19:11
Asim N.9-Jul-03 19:11 
AnswerRe: Message Box ? Pin
J. Dunlap9-Jul-03 19:35
J. Dunlap9-Jul-03 19:35 
GeneralC# full screen Pin
Meysam Mahfouzi9-Jul-03 17:17
Meysam Mahfouzi9-Jul-03 17:17 
GeneralRe: C# full screen Pin
J. Dunlap9-Jul-03 17:20
J. Dunlap9-Jul-03 17:20 
GeneralRe: C# full screen Pin
Meysam Mahfouzi9-Jul-03 19:42
Meysam Mahfouzi9-Jul-03 19:42 
GeneralRe: C# full screen Pin
J. Dunlap9-Jul-03 19:57
J. Dunlap9-Jul-03 19:57 
GeneralHelp using the CsGL library Pin
jfrosty9-Jul-03 11:32
jfrosty9-Jul-03 11:32 
I downloaded and installed CsGL, because I was interested in OpenGL programming with C#. And I ran into a little problem: the drawing code for the scene ( placed in a method render() ) only gets called during painting. But I need to update my scene much more often than when WM_PAINT is processed. I want to have a smooth animation, something complex, like a spinning triangle Blush | :O . When I used C++ and the Win32 API, I replaced the traditional while(GetMessage()) with if(PeekMessage()). If there was no message in the queue (the app was idle), then I would call my render(). But there is no OnIdle(), or something similar, for a C# Form. I digged around, and found that the Application method had an Idle callback (delegate, whatever) I could use. So I plugged render() to it. But it doesn't work properly (if I continuously move the mouse pointer inside the client area really fast, it works; otherwise, no). Besides, the Application object is global. Maybe I'll want an Idle event handler for more than one form. Right now I'm doing it with timers (every 10 ms, a Paint is triggered), but that's suboptimal (altough it works). Does anyone have a better idea?
GeneralAD, Exchange and Icons Pin
totig9-Jul-03 11:07
totig9-Jul-03 11:07 
GeneralRe: AD, Exchange and Icons Pin
David Stone9-Jul-03 17:59
sitebuilderDavid Stone9-Jul-03 17:59 
GeneralRe: AD, Exchange and Icons Pin
J. Dunlap9-Jul-03 18:17
J. Dunlap9-Jul-03 18:17 
GeneralRe: AD, Exchange and Icons Pin
totig9-Jul-03 21:48
totig9-Jul-03 21:48 
GeneralRe: AD, Exchange and Icons Pin
Heath Stewart10-Jul-03 3:02
protectorHeath Stewart10-Jul-03 3:02 
Generalcom+ question Pin
jpribele9-Jul-03 9:23
jpribele9-Jul-03 9:23 
GeneralAnother image problem Pin
Mazdak9-Jul-03 6:43
Mazdak9-Jul-03 6:43 
GeneralRe: Another image problem Pin
Kastro9-Jul-03 7:11
Kastro9-Jul-03 7:11 
GeneralRe: Another image problem Pin
Mazdak9-Jul-03 7:39
Mazdak9-Jul-03 7:39 
GeneralRe: Another image problem Pin
Mazdak9-Jul-03 8:10
Mazdak9-Jul-03 8:10 
GeneralRe: Another image problem Pin
Kastro9-Jul-03 9:09
Kastro9-Jul-03 9:09 
GeneralRe: Another image problem Pin
Mazdak9-Jul-03 11:29
Mazdak9-Jul-03 11:29 
GeneralRe: Another image problem Pin
Mazdak10-Jul-03 6:12
Mazdak10-Jul-03 6:12 
QuestionSystem.Configuration.ConfigXmlWhitespace? Pin
CBoland9-Jul-03 5:14
CBoland9-Jul-03 5:14 
GeneralMultiimage in one tiff file Pin
Mazdak9-Jul-03 4:27
Mazdak9-Jul-03 4:27 
GeneralMultiple-frame TIFF file Pin
Valeria Bogdevich9-Jul-03 4:48
Valeria Bogdevich9-Jul-03 4:48 
GeneralRe: Multiple-frame TIFF file Pin
Mazdak9-Jul-03 6:45
Mazdak9-Jul-03 6:45 

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.