Click here to Skip to main content
16,011,502 members
Home / Discussions / C#
   

C#

 
AnswerRe: Pop-up / drop down user control Pin
Insincere Dave3-Nov-06 5:23
Insincere Dave3-Nov-06 5:23 
QuestionConstructing Absolute URL Pin
Nadia Monalisa3-Nov-06 4:47
Nadia Monalisa3-Nov-06 4:47 
AnswerRe: Constructing Absolute URL Pin
ednrgc3-Nov-06 4:55
ednrgc3-Nov-06 4:55 
GeneralRe: Constructing Absolute URL Pin
Nadia Monalisa3-Nov-06 5:23
Nadia Monalisa3-Nov-06 5:23 
AnswerRe: Constructing Absolute URL Pin
Scott Dorman3-Nov-06 11:35
professionalScott Dorman3-Nov-06 11:35 
Questionmemory problem with tooltips on picturebox Pin
Fabrice Deshayes aka Xtream3-Nov-06 4:39
Fabrice Deshayes aka Xtream3-Nov-06 4:39 
AnswerRe: memory problem with tooltips on picturebox Pin
ednrgc3-Nov-06 4:58
ednrgc3-Nov-06 4:58 
GeneralRe: memory problem with tooltips on picturebox Pin
Fabrice Deshayes aka Xtream3-Nov-06 6:00
Fabrice Deshayes aka Xtream3-Nov-06 6:00 
no, i'm not creating a new tooltips each time. I've only one tooltip component that i've drag'n dop on my usercontrol. The only thing i'm doing is :
myTooltip.setTooltip(myCpuVumeter, myCpuString);
myTooltip.setTooltip(myMemoryVumeter, myMemoryString);
myTooltip.setTooltip(myNetworkVumeter, myNetworkString);

myTooltip is created only one time in the designer generated C# code.
the 3 Strings are private variables of my class. i don't do a new in the timer for these string, only change their content like this :
myCpuString = String.Format(resources.GetString("SysInfos_17"), cpuUsed);

i don't think GC hasn't happened yet because i've wait long hours and days and memory increase without ending.

with comments on setTooltips code lines, i'm running my apps fine in 39 mo since an hour.
if i let the 3 setTooltips code lines, i'm at 100 mo in 20 minutes!
GeneralRe: memory problem with tooltips on picturebox Pin
Guffa3-Nov-06 7:45
Guffa3-Nov-06 7:45 
GeneralRe: memory problem with tooltips on picturebox Pin
Fabrice Deshayes aka Xtream4-Nov-06 0:58
Fabrice Deshayes aka Xtream4-Nov-06 0:58 
AnswerRe: memory problem with tooltips on picturebox Pin
Guffa4-Nov-06 4:16
Guffa4-Nov-06 4:16 
GeneralRe: memory problem with tooltips on picturebox Pin
Fabrice Deshayes aka Xtream4-Nov-06 10:50
Fabrice Deshayes aka Xtream4-Nov-06 10:50 
GeneralRe: memory problem with tooltips on picturebox Pin
Guffa4-Nov-06 13:20
Guffa4-Nov-06 13:20 
QuestionSTOPing WebBrowser Pin
Nadia Monalisa3-Nov-06 4:34
Nadia Monalisa3-Nov-06 4:34 
AnswerRe: STOPing WebBrowser Pin
ednrgc3-Nov-06 5:00
ednrgc3-Nov-06 5:00 
GeneralRe: STOPing WebBrowser Pin
Nadia Monalisa3-Nov-06 5:20
Nadia Monalisa3-Nov-06 5:20 
GeneralRe: STOPing WebBrowser Pin
ednrgc3-Nov-06 5:26
ednrgc3-Nov-06 5:26 
GeneralRe: STOPing WebBrowser Pin
Nadia Monalisa3-Nov-06 5:29
Nadia Monalisa3-Nov-06 5:29 
QuestionXml Pin
V.3-Nov-06 4:26
professionalV.3-Nov-06 4:26 
AnswerRe: Xml Pin
Nadia Monalisa3-Nov-06 4:31
Nadia Monalisa3-Nov-06 4:31 
GeneralRe: Xml Pin
V.3-Nov-06 10:51
professionalV.3-Nov-06 10:51 
AnswerRe: Xml Pin
Stefan Troschuetz3-Nov-06 4:42
Stefan Troschuetz3-Nov-06 4:42 
GeneralRe: Xml Pin
V.3-Nov-06 10:52
professionalV.3-Nov-06 10:52 
Questionhandle Pin
ammoh3-Nov-06 3:46
ammoh3-Nov-06 3:46 
AnswerRe: handle Pin
Judah Gabriel Himango3-Nov-06 6:24
sponsorJudah Gabriel Himango3-Nov-06 6:24 

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.