Click here to Skip to main content
15,913,027 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionHow to solve exception error below Pin
angelagke16-Jan-06 17:15
angelagke16-Jan-06 17:15 
AnswerRe: How to solve exception error below Pin
Christian Graus16-Jan-06 17:21
protectorChristian Graus16-Jan-06 17:21 
GeneralRe: How to solve exception error below Pin
angelagke16-Jan-06 19:15
angelagke16-Jan-06 19:15 
GeneralRe: How to solve exception error below Pin
Dave Kreskowiak17-Jan-06 5:12
mveDave Kreskowiak17-Jan-06 5:12 
GeneralRe: How to solve exception error below Pin
angelagke17-Jan-06 23:58
angelagke17-Jan-06 23:58 
QuestionMemory Control Problem. Pin
cylix200016-Jan-06 15:45
cylix200016-Jan-06 15:45 
AnswerRe: Memory Control Problem. Pin
Christian Graus16-Jan-06 15:59
protectorChristian Graus16-Jan-06 15:59 
AnswerRe: Memory Control Problem. Pin
Dave Kreskowiak16-Jan-06 16:04
mveDave Kreskowiak16-Jan-06 16:04 
First, don't use TaskManager to look at your memory consumption. You're seeing the memory that your the CLR RESERVES for the entire virtual machine your app is running in, not necessarily used by your application.

Use the Performance Monitor and the .NET counters to see your actual memory consumption. You can also use a memory profiler, like CLRProfiler, to see exactly how your app is allocating memory.

Also, if you do discover that your app isn't releasing memory, make sure you Dispose any graphics objects you're using, specially any and all GDI objects. This also includes images, like Image and Bitmap objects!


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

Answer[Solved] Pin
cylix200016-Jan-06 21:50
cylix200016-Jan-06 21:50 
QuestionSend and reciev mail in outlook express using vb6 Pin
Mekong River16-Jan-06 15:10
Mekong River16-Jan-06 15:10 
AnswerRe: Send and reciev mail in outlook express using vb6 Pin
Dave Kreskowiak16-Jan-06 15:37
mveDave Kreskowiak16-Jan-06 15:37 
GeneralRe: Send and reciev mail in outlook express using vb6 Pin
Mekong River16-Jan-06 15:44
Mekong River16-Jan-06 15:44 
GeneralRe: Send and reciev mail in outlook express using vb6 Pin
Dave Kreskowiak16-Jan-06 16:11
mveDave Kreskowiak16-Jan-06 16:11 
QuestionStrings with hyperlinks Pin
tibmark16-Jan-06 13:53
tibmark16-Jan-06 13:53 
AnswerRe: Strings with hyperlinks Pin
Joshua Quick16-Jan-06 14:24
Joshua Quick16-Jan-06 14:24 
GeneralRe: Strings with hyperlinks Pin
tibmark16-Jan-06 18:11
tibmark16-Jan-06 18:11 
GeneralRe: Strings with hyperlinks Pin
Joshua Quick16-Jan-06 18:33
Joshua Quick16-Jan-06 18:33 
QuestionCalling DLL Function that expects pointer to pointer Pin
Jon Trauntvein16-Jan-06 11:33
Jon Trauntvein16-Jan-06 11:33 
AnswerRe: Calling DLL Function that expects pointer to pointer Pin
Joshua Quick16-Jan-06 15:43
Joshua Quick16-Jan-06 15:43 
GeneralRe: Calling DLL Function that expects pointer to pointer Pin
Jon Trauntvein17-Jan-06 10:13
Jon Trauntvein17-Jan-06 10:13 
GeneralRe: Calling DLL Function that expects pointer to pointer Pin
Joshua Quick17-Jan-06 11:01
Joshua Quick17-Jan-06 11:01 
QuestionGet HDD SerialNumber in VB Script Pin
snalion16-Jan-06 9:32
snalion16-Jan-06 9:32 
GeneralRe: Get HDD SerialNumber in VB Script Pin
Guffa16-Jan-06 10:52
Guffa16-Jan-06 10:52 
AnswerRe: Get HDD SerialNumber in VB Script Pin
Dave Kreskowiak16-Jan-06 11:06
mveDave Kreskowiak16-Jan-06 11:06 
GeneralRe: Get HDD SerialNumber in VB Script Pin
snalion17-Jan-06 5:41
snalion17-Jan-06 5:41 

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.