Click here to Skip to main content
15,899,754 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: VB.Net: Programmatically previewing any system supported document type Pin
Dave Kreskowiak8-Aug-07 13:32
mveDave Kreskowiak8-Aug-07 13:32 
QuestionProblem in Running Project... Pin
Syed Ali Raza6-Aug-07 2:27
Syed Ali Raza6-Aug-07 2:27 
AnswerRe: Problem in Running Project... Pin
_Damian S_6-Aug-07 18:13
professional_Damian S_6-Aug-07 18:13 
AnswerRe: Problem in Running Project... Pin
Syed Ali Raza7-Aug-07 0:28
Syed Ali Raza7-Aug-07 0:28 
Question'System.StackOverflowException' Pin
dimuthuvbnet6-Aug-07 2:06
dimuthuvbnet6-Aug-07 2:06 
AnswerRe: 'System.StackOverflowException' Pin
Christian Graus6-Aug-07 2:13
protectorChristian Graus6-Aug-07 2:13 
AnswerRe: 'System.StackOverflowException' Pin
Luc Pattyn6-Aug-07 3:03
sitebuilderLuc Pattyn6-Aug-07 3:03 
AnswerRe: 'System.StackOverflowException' Pin
Dave Kreskowiak6-Aug-07 4:20
mveDave Kreskowiak6-Aug-07 4:20 
Another possibility is if your doing any drawing on your form and not calling Dispose on your GDI objects when you're done with them.

Another is if you're showing forms with ShowDialog and not disposing of the form when your done with it.

... These things will eventually cause OutOfMemory exceptions.


A guide to posting questions on CodeProject[^]

Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007


AnswerReply for OverFlow Exception Pin
Senthil S7-Aug-07 2:54
Senthil S7-Aug-07 2:54 
QuestionSetup project in vb.net Pin
ShuklaGirish6-Aug-07 1:39
ShuklaGirish6-Aug-07 1:39 
AnswerRe: Setup project in vb.net Pin
Vasudevan Deepak Kumar6-Aug-07 1:44
Vasudevan Deepak Kumar6-Aug-07 1:44 
QuestionList Running Process Titles with Child Title Pin
danasegaranea6-Aug-07 1:25
danasegaranea6-Aug-07 1:25 
AnswerRe: List Running Process Titles with Child Title Pin
Luc Pattyn6-Aug-07 1:41
sitebuilderLuc Pattyn6-Aug-07 1:41 
GeneralRe: List Running Process Titles with Child Title Pin
danasegaranea6-Aug-07 1:49
danasegaranea6-Aug-07 1:49 
GeneralRe: List Running Process Titles with Child Title Pin
Luc Pattyn6-Aug-07 1:57
sitebuilderLuc Pattyn6-Aug-07 1:57 
QuestionHow to prevent user form changing Windows Date/Time? Pin
kindman_nb6-Aug-07 1:19
kindman_nb6-Aug-07 1:19 
AnswerRe: How to prevent user form changing Windows Date/Time? Pin
Christian Graus6-Aug-07 2:10
protectorChristian Graus6-Aug-07 2:10 
GeneralRe: How to prevent user form changing Windows Date/Time? Pin
kindman_nb6-Aug-07 3:54
kindman_nb6-Aug-07 3:54 
AnswerRe: How to prevent user form changing Windows Date/Time? Pin
Paul Conrad6-Aug-07 5:09
professionalPaul Conrad6-Aug-07 5:09 
Questiondbms ado.net is not supported... error Pin
Tom Deketelaere6-Aug-07 0:02
professionalTom Deketelaere6-Aug-07 0:02 
AnswerRe: dbms ado.net is not supported... error Pin
Tom Deketelaere6-Aug-07 0:10
professionalTom Deketelaere6-Aug-07 0:10 
QuestionGenerating Pdf files dynamically Pin
sarodam5-Aug-07 23:43
sarodam5-Aug-07 23:43 
AnswerRe: Generating Pdf files dynamically Pin
Vasudevan Deepak Kumar6-Aug-07 1:43
Vasudevan Deepak Kumar6-Aug-07 1:43 
AnswerRe: Generating Pdf files dynamically Pin
Steven J Jowett6-Aug-07 6:18
Steven J Jowett6-Aug-07 6:18 
QuestionSearching the Datagrid Pin
Vimalsoft(Pty) Ltd5-Aug-07 22:36
professionalVimalsoft(Pty) Ltd5-Aug-07 22:36 

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.