Click here to Skip to main content
15,920,687 members
Home / Discussions / C#
   

C#

 
GeneralRe: Garbage Collection & Memory Leaks. Pin
coleydog29-Apr-07 16:19
coleydog29-Apr-07 16:19 
GeneralRe: Garbage Collection & Memory Leaks. Pin
Dave Kreskowiak29-Apr-07 16:55
mveDave Kreskowiak29-Apr-07 16:55 
QuestionHow to get Status of Process (Urgent) Pin
Sanjib Raj28-Apr-07 22:18
Sanjib Raj28-Apr-07 22:18 
AnswerRe: How to get Status of Process (Urgent) Pin
Amir Jalaly29-Apr-07 1:51
Amir Jalaly29-Apr-07 1:51 
QuestionMVC custom control Pin
alex.barylski28-Apr-07 20:22
alex.barylski28-Apr-07 20:22 
AnswerRe: MVC custom control Pin
Christian Graus28-Apr-07 21:38
protectorChristian Graus28-Apr-07 21:38 
GeneralRe: MVC custom control Pin
alex.barylski29-Apr-07 7:41
alex.barylski29-Apr-07 7:41 
GeneralRe: MVC custom control Pin
Christian Graus29-Apr-07 11:02
protectorChristian Graus29-Apr-07 11:02 
Hockey wrote:
but I still find frameworks (MFC) non-conforming


To the assumption that MVC must be followed ? Yes. I used MVC because I knew that there would be 4 or 5 controllers and at least two views. In that sense, it made perfect sense, and worked really well. I doubt that MVC would have improved any of the MFC projects I ever worked on.

Hockey wrote:
Is doing something like this possible in C#?


Not really, no. And, it's barely possible in C. I mean, like I said, it's still your control that recieves your keyboard and mouse messages. If you do it via a message pump, you make intercept a message with a window handle, so you know where it came from, but I still think it's a bit messy.




Christian Graus - Microsoft MVP - C++
Metal Musings - Rex and my new metal blog
"I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )

Questionoverlaying image on a video file Pin
enamulhoque28-Apr-07 19:27
enamulhoque28-Apr-07 19:27 
AnswerRe: overlaying image on a video file Pin
Christian Graus28-Apr-07 21:39
protectorChristian Graus28-Apr-07 21:39 
GeneralRe: overlaying image on a video file Pin
enamulhoque29-Apr-07 4:27
enamulhoque29-Apr-07 4:27 
GeneralRe: overlaying image on a video file Pin
Christian Graus29-Apr-07 10:51
protectorChristian Graus29-Apr-07 10:51 
QuestionUnsafe code Pin
xibeifeijian28-Apr-07 15:54
xibeifeijian28-Apr-07 15:54 
AnswerRe: Unsafe code Pin
Christian Graus28-Apr-07 16:50
protectorChristian Graus28-Apr-07 16:50 
GeneralRe: Unsafe code Pin
xibeifeijian28-Apr-07 17:12
xibeifeijian28-Apr-07 17:12 
GeneralRe: Unsafe code Pin
Arun.Immanuel28-Apr-07 17:14
Arun.Immanuel28-Apr-07 17:14 
GeneralRe: Unsafe code Pin
Christian Graus28-Apr-07 17:44
protectorChristian Graus28-Apr-07 17:44 
GeneralRe: Unsafe code Pin
Arun.Immanuel28-Apr-07 17:48
Arun.Immanuel28-Apr-07 17:48 
AnswerRe: Unsafe code Pin
Luc Pattyn28-Apr-07 22:38
sitebuilderLuc Pattyn28-Apr-07 22:38 
GeneralRe: Unsafe code Pin
Christian Graus29-Apr-07 0:39
protectorChristian Graus29-Apr-07 0:39 
AnswerRe: Unsafe code Pin
Guffa29-Apr-07 1:10
Guffa29-Apr-07 1:10 
QuestionSyntax highlighting textbox Pin
Adobe200728-Apr-07 15:33
Adobe200728-Apr-07 15:33 
AnswerRe: Syntax highlighting textbox Pin
Dave Kreskowiak28-Apr-07 15:41
mveDave Kreskowiak28-Apr-07 15:41 
GeneralRe: Syntax highlighting textbox Pin
Adobe200728-Apr-07 16:16
Adobe200728-Apr-07 16:16 
GeneralRe: Syntax highlighting textbox Pin
Dave Kreskowiak28-Apr-07 17:07
mveDave Kreskowiak28-Apr-07 17:07 

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.