Click here to Skip to main content
15,900,686 members
Home / Discussions / C#
   

C#

 
Question.NET remoting: inter-client communication Pin
ChrisKiki7-May-07 22:38
ChrisKiki7-May-07 22:38 
QuestionCommunication windows app with windows service Pin
Diego F.7-May-07 22:31
Diego F.7-May-07 22:31 
QuestionFiltering dataset Pin
Muammar©7-May-07 22:24
Muammar©7-May-07 22:24 
AnswerRe: Filtering dataset Pin
rah_sin7-May-07 22:30
professionalrah_sin7-May-07 22:30 
AnswerRe: Filtering dataset Pin
Giorgi Dalakishvili7-May-07 22:35
mentorGiorgi Dalakishvili7-May-07 22:35 
Questionwindow application problem - plz help Pin
Sekar Kumarasamy7-May-07 22:19
Sekar Kumarasamy7-May-07 22:19 
AnswerRe: window application problem - plz help Pin
rah_sin7-May-07 22:28
professionalrah_sin7-May-07 22:28 
AnswerRe: window application problem - plz help Pin
Christian Graus7-May-07 22:33
protectorChristian Graus7-May-07 22:33 
What sort of controls ? Are they on lots of forms ? Do you do any custom painting ? Do you load bitmaps or images anywhere ?

Your GDI count is increasing because you load a resource and do not call Dispose on the object that holds it, so it is never released ( well, it will be eventually ).


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 )

GeneralRe: window application problem - plz help Pin
prabuinet8-May-07 3:48
prabuinet8-May-07 3:48 
QuestionDrawing line in running time [modified] Pin
HexaDeveloper7-May-07 21:37
HexaDeveloper7-May-07 21:37 
AnswerRe: Drawing line in running time Pin
Christian Graus7-May-07 22:14
protectorChristian Graus7-May-07 22:14 
GeneralRe: Drawing line in running time Pin
HexaDeveloper7-May-07 23:00
HexaDeveloper7-May-07 23:00 
Questionconnect XML file with App.?? Pin
yazeed_pal7-May-07 20:47
yazeed_pal7-May-07 20:47 
AnswerRe: connect XML file with App.?? Pin
Sandeep Akhare7-May-07 20:58
Sandeep Akhare7-May-07 20:58 
AnswerRe: connect XML file with App.?? Pin
blackjack21507-May-07 21:24
blackjack21507-May-07 21:24 
QuestionCreateObject Method Pin
danasegaranea7-May-07 20:02
danasegaranea7-May-07 20:02 
AnswerRe: CreateObject Method Pin
Muammar©7-May-07 20:12
Muammar©7-May-07 20:12 
AnswerRe: CreateObject Method Pin
Sandeep Akhare7-May-07 20:23
Sandeep Akhare7-May-07 20:23 
GeneralRe: CreateObject Method Pin
danasegaranea7-May-07 20:34
danasegaranea7-May-07 20:34 
QuestionRe: CreateObject Method Pin
Sandeep Akhare7-May-07 20:39
Sandeep Akhare7-May-07 20:39 
AnswerRe: CreateObject Method [modified] Pin
danasegaranea7-May-07 21:00
danasegaranea7-May-07 21:00 
GeneralRe: CreateObject Method Pin
Sandeep Akhare7-May-07 21:15
Sandeep Akhare7-May-07 21:15 
GeneralRe: CreateObject Method Pin
danasegaranea8-May-07 3:09
danasegaranea8-May-07 3:09 
AnswerRe: CreateObject Method Pin
J4amieC7-May-07 22:15
J4amieC7-May-07 22:15 
GeneralRe: CreateObject Method Pin
danasegaranea7-May-07 22:20
danasegaranea7-May-07 22:20 

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.