Click here to Skip to main content
15,892,059 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: How to insert image in menu bar in visual basic 2003 or 2005 Pin
Dave Kreskowiak27-May-09 3:36
mveDave Kreskowiak27-May-09 3:36 
GeneralRe: How to insert image in menu bar in visual basic 2003 or 2005 Pin
DidiKunz29-May-09 4:26
DidiKunz29-May-09 4:26 
GeneralRe: How to insert image in menu bar in visual basic 2003 or 2005 Pin
Dave Kreskowiak29-May-09 15:11
mveDave Kreskowiak29-May-09 15:11 
GeneralRe: How to insert image in menu bar in visual basic 2003 or 2005 Pin
DidiKunz29-May-09 22:09
DidiKunz29-May-09 22:09 
Questionvariable memory to release for heap or stack Pin
Pankaj Garg26-May-09 2:11
Pankaj Garg26-May-09 2:11 
AnswerRe: variable memory to release for heap or stack Pin
Henry Minute26-May-09 2:44
Henry Minute26-May-09 2:44 
QuestionRe: variable memory to release for heap or stack Pin
Pankaj Garg26-May-09 3:31
Pankaj Garg26-May-09 3:31 
AnswerRe: variable memory to release for heap or stack Pin
Henry Minute26-May-09 3:42
Henry Minute26-May-09 3:42 
It depends on what the objects are.
For example, it is recommended that Graphics instances, Pens, Brushes etc. are disposed as soon as they are no longer needed, becuase you cannot know how long it will take for the Garbage Collector to do its work. In addition any unmanaged objects should be disposed in this way.

It does no harm to manually dispose objects, it is just that it is not always necessary.

Henry Minute

Do not read medical books! You could die of a misprint. - Mark Twain
Girl: (staring) "Why do you need an icy cucumber?"
“I want to report a fraud. The government is lying to us all.”

GeneralRe: variable memory to release for heap or stack Pin
Pankaj Garg26-May-09 4:34
Pankaj Garg26-May-09 4:34 
GeneralRe: variable memory to release for heap or stack Pin
Pankaj Garg26-May-09 4:39
Pankaj Garg26-May-09 4:39 
GeneralRe: variable memory to release for heap or stack Pin
Henry Minute26-May-09 4:46
Henry Minute26-May-09 4:46 
QuestionVisual Basic 6 - How to export data report in VB6 to PDF Format Pin
Preman_Azhikode25-May-09 23:02
Preman_Azhikode25-May-09 23:02 
AnswerRe: Visual Basic 6 - How to export data report in VB6 to PDF Format Pin
Anubhava Dimri25-May-09 23:12
Anubhava Dimri25-May-09 23:12 
AnswerRe: Visual Basic 6 - How to export data report in VB6 to PDF Format Pin
DidiKunz29-May-09 4:28
DidiKunz29-May-09 4:28 
Questionhow to remote desktop connection close Pin
Bhim Prakash Singh25-May-09 21:32
Bhim Prakash Singh25-May-09 21:32 
AnswerRe: how to remote desktop connection close Pin
ScottM126-May-09 2:53
ScottM126-May-09 2:53 
QuestionExporting Table Structure From Ms Access to SQL SERVER 2000 using VB? Pin
Parag Raibagkar25-May-09 17:00
Parag Raibagkar25-May-09 17:00 
AnswerRe: Exporting Table Structure From Ms Access to SQL SERVER 2000 using VB? Pin
Dave Kreskowiak25-May-09 17:46
mveDave Kreskowiak25-May-09 17:46 
AnswerRe: Exporting Table Structure From Ms Access to SQL SERVER 2000 using VB? Pin
ScottM126-May-09 2:56
ScottM126-May-09 2:56 
GeneralRe: Exporting Table Structure From Ms Access to SQL SERVER 2000 using VB? Pin
Parag Raibagkar27-May-09 6:32
Parag Raibagkar27-May-09 6:32 
GeneralRe: Exporting Table Structure From Ms Access to SQL SERVER 2000 using VB? Pin
ScottM127-May-09 20:30
ScottM127-May-09 20:30 
QuestionQuery API Pin
aerosmith2k125-May-09 13:16
aerosmith2k125-May-09 13:16 
AnswerRe: Query API PinPopular
Dave Kreskowiak25-May-09 14:32
mveDave Kreskowiak25-May-09 14:32 
GeneralRe: Query API Pin
Jon_Boy26-May-09 4:51
Jon_Boy26-May-09 4:51 
GeneralRe: Query API Pin
Dave Kreskowiak26-May-09 7:28
mveDave Kreskowiak26-May-09 7:28 

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.