Click here to Skip to main content
15,886,799 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionHow to insert image in menu bar in visual basic 2003 or 2005 Pin
alokesh_paine26-May-09 3:24
alokesh_paine26-May-09 3:24 
AnswerRe: How to insert image in menu bar in visual basic 2003 or 2005 Pin
Jon_Boy26-May-09 5:03
Jon_Boy26-May-09 5:03 
GeneralRe: How to insert image in menu bar in visual basic 2003 or 2005 Pin
alokesh_paine27-May-09 2:19
alokesh_paine27-May-09 2:19 
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 
Hi,

Should i take care of both the variables which are consuming the memory on heap/stack, while releasing the memory in finally? Or just heap variables are enough to be released?

dim d as integer=0
Dim f As DataGridView=nothing

try
d = 10
f=new datagridview
catch(byval ex as exception)

finally
d=nothing
f=nothig
end try
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 
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 

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.