Click here to Skip to main content
16,005,236 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: PLEASE HELP ME!! Pin
Are Jay12-Dec-06 8:16
Are Jay12-Dec-06 8:16 
GeneralRe: PLEASE HELP ME!! Pin
J. Sebby12-Dec-06 8:50
J. Sebby12-Dec-06 8:50 
QuestionList sorting into an asp tree Pin
bazpaul12-Dec-06 2:54
bazpaul12-Dec-06 2:54 
AnswerRe: List sorting into an asp tree Pin
Kschuler13-Dec-06 6:33
Kschuler13-Dec-06 6:33 
GeneralRe: List sorting into an asp tree Pin
bazpaul13-Dec-06 22:21
bazpaul13-Dec-06 22:21 
GeneralRe: List sorting into an asp tree Pin
Kschuler14-Dec-06 3:07
Kschuler14-Dec-06 3:07 
QuestionWindows Installer 2.0 Pin
pathak7812-Dec-06 2:15
pathak7812-Dec-06 2:15 
Questionlittle bit of help needed Pin
peteyshrew12-Dec-06 2:02
peteyshrew12-Dec-06 2:02 
hello whom ever,

im creating a playlist program in vb.net. i am trying to add a file name to a list box from my documents. the thing is im almost there, the file name appears at the top of the form as the form title but i need it in the list box.

it would be greatly appreciated if you could try and help me out.

heres a snipit of the code. cheers

Me.openFileDialog1 = New System.Windows.Forms.OpenFileDialog

openFileDialog1.ShowDialog()
Dim name As String = openFileDialog1.FileName
Dim contain As String = openFileDialog1.FileName
listBox1.Text = openFileDialog1.FileName
Me.Text = name
''contain.close()
AnswerRe: little bit of help needed Pin
Uber112-Dec-06 2:36
Uber112-Dec-06 2:36 
GeneralRe: little bit of help needed Pin
peteyshrew12-Dec-06 4:19
peteyshrew12-Dec-06 4:19 
QuestionOutlook 2003 toolbar/ buttons Pin
infra2k412-Dec-06 0:52
infra2k412-Dec-06 0:52 
Questionmulti column combo vb6 Pin
shakir_bd12-Dec-06 0:13
shakir_bd12-Dec-06 0:13 
QuestionHow to handle the formClosing event VS2005 ? Pin
sync_austin11-Dec-06 22:41
sync_austin11-Dec-06 22:41 
AnswerRe: How to handle the formClosing event VS2005 ? [modified] Pin
The ANZAC11-Dec-06 23:22
The ANZAC11-Dec-06 23:22 
Questionunhandled exception at 0x660688 Pin
egmano11-Dec-06 21:54
egmano11-Dec-06 21:54 
Questionvb child windows show/hide Pin
opti99911-Dec-06 21:51
opti99911-Dec-06 21:51 
QuestionBarcode Printing dos Pin
Aunalisiraj11-Dec-06 21:37
Aunalisiraj11-Dec-06 21:37 
AnswerRe: Barcode Printing dos Pin
Steven J Jowett13-Dec-06 1:15
Steven J Jowett13-Dec-06 1:15 
QuestionUsing References Of ReportPrinting.dll Pin
HatakeKaKaShi11-Dec-06 20:30
HatakeKaKaShi11-Dec-06 20:30 
Questioncombo box in 2005 Pin
amaneet11-Dec-06 20:07
amaneet11-Dec-06 20:07 
AnswerRe: combo box in 2005 Pin

MmM.net</

11-Dec-06 21:15

MmM.net</

11-Dec-06 21:15 
QuestionVisual Basic 6.0 Timer routine Pin
alhomed4411-Dec-06 18:31
alhomed4411-Dec-06 18:31 
AnswerRe: Visual Basic 6.0 Timer routine Pin
CPallini12-Dec-06 0:21
mveCPallini12-Dec-06 0:21 
Questionadding textbox to datagrid in winforms and display the value Pin
chinnivinay11-Dec-06 17:38
chinnivinay11-Dec-06 17:38 
AnswerRe: adding textbox to datagrid in winforms and display the value Pin
The ANZAC11-Dec-06 18:22
The ANZAC11-Dec-06 18:22 

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.