Click here to Skip to main content
16,010,427 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: String to Integer? Pin
Matt Casto1-Jul-03 8:16
Matt Casto1-Jul-03 8:16 
GeneralFinding the End Of File Pin
DxSolo1-Jul-03 7:45
DxSolo1-Jul-03 7:45 
GeneralRe: Finding the End Of File Pin
dynamic2-Jul-03 8:33
dynamic2-Jul-03 8:33 
General?? displaying data Pin
shirleyLo1-Jul-03 3:10
shirleyLo1-Jul-03 3:10 
GeneralObtaining Focus in VB application Pin
Simes1-Jul-03 1:12
Simes1-Jul-03 1:12 
Generallarge Memory used in .NET application Pin
maxfava30-Jun-03 23:17
maxfava30-Jun-03 23:17 
GeneralRe: large Memory used in .NET application Pin
Ian Darling1-Jul-03 6:43
Ian Darling1-Jul-03 6:43 
GeneralRe: large Memory used in .NET application Pin
apferreira1-Jul-03 7:07
apferreira1-Jul-03 7:07 
Contrary to popular belief, automaticall memory management in .Net is not equivalent to 100% total resource clean up. Coders still have the responsability of freeing some resources through the Dispose() method.
Use dispose whenever available if you want to reduce memory footprint and avoid thoses cases where Net programs' memory usage continuously grows over time. (A five form program should never reach 75 Mb (unless it deals with very large quantities of data like uncompressed 20MB+ images) if coding practices are good.

Also, try minimizing the form in your example and see how much memory it is using (much less). This happens because at startup your program is assigned a large working set to account for any initialization the CLR and associated dlls might need.

Generali want this function Pin
elmahdy30-Jun-03 15:24
elmahdy30-Jun-03 15:24 
GeneralRe: i want this function Pin
Ian Darling1-Jul-03 6:39
Ian Darling1-Jul-03 6:39 
GeneralRe: i want this function Pin
elmahdy1-Jul-03 13:28
elmahdy1-Jul-03 13:28 
GeneralRe: i want this function Pin
Ian Darling2-Jul-03 22:28
Ian Darling2-Jul-03 22:28 
GeneralMultiple Textboxes in same array Pin
mpalmati30-Jun-03 12:57
mpalmati30-Jun-03 12:57 
GeneralRe: Multiple Textboxes in same array Pin
Ian Darling1-Jul-03 4:56
Ian Darling1-Jul-03 4:56 
GeneralRe: Multiple Textboxes in same array Pin
mpalmati1-Jul-03 6:19
mpalmati1-Jul-03 6:19 
GeneralRe: Multiple Textboxes in same array Pin
Ian Darling1-Jul-03 6:34
Ian Darling1-Jul-03 6:34 
QuestionHow do I convert to and from UNIX standard epoch date numbers? Pin
Olle Jonsson30-Jun-03 2:48
Olle Jonsson30-Jun-03 2:48 
AnswerRe: How do I convert to and from UNIX standard epoch date numbers? Pin
Olle Jonsson30-Jun-03 5:13
Olle Jonsson30-Jun-03 5:13 
AnswerRe: How do I convert to and from UNIX standard epoch date numbers? Pin
Matt Casto30-Jun-03 5:13
Matt Casto30-Jun-03 5:13 
GeneralRe: How do I convert to and from UNIX standard epoch date numbers? Pin
Olle Jonsson30-Jun-03 5:32
Olle Jonsson30-Jun-03 5:32 
GeneralRe: How do I convert to and from UNIX standard epoch date numbers?Re: How do I convert to and from UNIX standard epoch date numbers?Re: How do I convert to and from UNIX standard epoch date numbers? Pin
Anonymous15-Jul-03 6:43
Anonymous15-Jul-03 6:43 
QuestionHow to access active web page objects from VB application. Pin
AamirJ30-Jun-03 1:03
AamirJ30-Jun-03 1:03 
GeneralPassing data between forms Pin
Andrew Bromfield27-Jun-03 10:11
Andrew Bromfield27-Jun-03 10:11 
GeneralRe: Passing data between forms Pin
Andrew Bromfield27-Jun-03 16:06
Andrew Bromfield27-Jun-03 16:06 
GeneralRe: Passing data between forms Pin
apferreira1-Jul-03 7:31
apferreira1-Jul-03 7:31 

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.