Click here to Skip to main content
16,005,206 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: wmi classes Pin
enjoycrack7-Oct-05 14:39
enjoycrack7-Oct-05 14:39 
QuestionNeed assistance with rectangles Pin
codecreeper7-Oct-05 5:11
codecreeper7-Oct-05 5:11 
AnswerRe: Need assistance with rectangles Pin
enjoycrack7-Oct-05 14:35
enjoycrack7-Oct-05 14:35 
AnswerRe: Need assistance with rectangles Pin
sumod_madhavan9-Oct-05 9:56
sumod_madhavan9-Oct-05 9:56 
QuestionOPC apps/compos Pin
Marc Soleda7-Oct-05 4:55
Marc Soleda7-Oct-05 4:55 
QuestionOut Of Memory Pin
Greeky7-Oct-05 4:50
Greeky7-Oct-05 4:50 
AnswerRe: Out Of Memory Pin
enjoycrack7-Oct-05 14:32
enjoycrack7-Oct-05 14:32 
AnswerRe: Out Of Memory Pin
Dave Kreskowiak7-Oct-05 16:38
mveDave Kreskowiak7-Oct-05 16:38 
Are you showing forms using .ShowDialog()? Are you calling .Dispose() on these forms? If not, your memory problems are coming from running the system handle pools into the ground. This also applies to Bitmaps, Pens, Graphics objects, ..., ...

Also, you should NOT be caling GC.Collect unless you have very specific reasons for doing so. The GC is self-tuning and calling it without knowing what the side effects are can also result in memory issues.


RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

QuestionC DLL Pin
peter12345677-Oct-05 2:09
peter12345677-Oct-05 2:09 
Questioncan anyone help me implement arrows pls? Pin
codecreeper6-Oct-05 22:06
codecreeper6-Oct-05 22:06 
AnswerRe: can anyone help me implement arrows pls? Pin
Briga7-Oct-05 0:21
Briga7-Oct-05 0:21 
GeneralRe: can anyone help me implement arrows pls? Pin
codecreeper7-Oct-05 1:16
codecreeper7-Oct-05 1:16 
GeneralRe: can anyone help me implement arrows pls? Pin
Briga7-Oct-05 3:01
Briga7-Oct-05 3:01 
GeneralRe: can anyone help me implement arrows pls? Pin
codecreeper7-Oct-05 4:49
codecreeper7-Oct-05 4:49 
Questionabout font object Pin
maxiachun6-Oct-05 21:55
maxiachun6-Oct-05 21:55 
QuestionEmail feature input Pin
ESCOBAR@@@6-Oct-05 20:52
ESCOBAR@@@6-Oct-05 20:52 
AnswerRe: Email feature input Pin
KaptinKrunch7-Oct-05 5:50
KaptinKrunch7-Oct-05 5:50 
GeneralRe: Email feature input Pin
Anonymous7-Oct-05 10:08
Anonymous7-Oct-05 10:08 
Questiondeploying an vb.net application with sql server database Pin
paranth6-Oct-05 20:52
paranth6-Oct-05 20:52 
QuestionPlot Bar Graph in VB.net Pin
lituparitosh6-Oct-05 20:27
lituparitosh6-Oct-05 20:27 
AnswerRe: Plot Bar Graph in VB.net Pin
maxiachun6-Oct-05 21:08
maxiachun6-Oct-05 21:08 
GeneralRe: Plot Bar Graph in VB.net Pin
lituparitosh7-Oct-05 1:38
lituparitosh7-Oct-05 1:38 
Questionabout software application with Screensaver function Pin
maxiachun6-Oct-05 19:18
maxiachun6-Oct-05 19:18 
AnswerRe: about software application with Screensaver function Pin
Anonymous7-Oct-05 8:21
Anonymous7-Oct-05 8:21 
GeneralThank you for your reply Pin
maxiachun7-Oct-05 14:58
maxiachun7-Oct-05 14:58 

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.