Click here to Skip to main content
15,903,385 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: VB.NET Access DB DataSet problem Pin
Dave Kreskowiak1-Sep-07 4:15
mveDave Kreskowiak1-Sep-07 4:15 
GeneralRe: VB.NET Access DB DataSet problem Pin
culbysl1-Sep-07 7:51
culbysl1-Sep-07 7:51 
QuestionLoading Google Toolbars in a windows form Pin
Ahmad Zaidi30-Aug-07 10:08
Ahmad Zaidi30-Aug-07 10:08 
QuestionClickOnce Depolyment Pin
DarkJudge30-Aug-07 8:32
DarkJudge30-Aug-07 8:32 
AnswerRe: ClickOnce Depolyment Pin
Mycroft Holmes30-Aug-07 16:33
professionalMycroft Holmes30-Aug-07 16:33 
QuestionAudio Volume Levels in VB6 Pin
Kevnar30-Aug-07 6:29
Kevnar30-Aug-07 6:29 
QuestionOpening all Files within a folder using the FileBrowserDialog Pin
Mr Oizo30-Aug-07 4:41
Mr Oizo30-Aug-07 4:41 
AnswerRe: Opening all Files within a folder using the FileBrowserDialog Pin
Kschuler30-Aug-07 6:29
Kschuler30-Aug-07 6:29 
You can use a FolderBrowserDialog control to allow the user to select a directory (Its in the Dialog section of the toolbox near the OpenDialog control). Then in your code you can select the files that have a specific extension by using something like this:
Dim strMP3Files As String() <br />
strMP3Files = System.IO.Directory.GetFiles(strSelectedDir, "*.mp3")


Hope this helps.
GeneralRe: Opening all Files within a folder using the FileBrowserDialog Pin
Mr Oizo30-Aug-07 9:02
Mr Oizo30-Aug-07 9:02 
QuestionSwitching to an active Application Pin
programmerwantabe30-Aug-07 4:34
programmerwantabe30-Aug-07 4:34 
AnswerRe: Switching to an active Application Pin
Dave Kreskowiak30-Aug-07 6:48
mveDave Kreskowiak30-Aug-07 6:48 
GeneralRe: Switching to an active Application Pin
programmerwantabe30-Aug-07 7:03
programmerwantabe30-Aug-07 7:03 
QuestionHai all Dynamic Developers.. Pin
Biswaranjan Maharana30-Aug-07 1:16
Biswaranjan Maharana30-Aug-07 1:16 
QuestionUse a PHP Webservice in VB.NET WinApp Pin
j5136p130-Aug-07 1:03
j5136p130-Aug-07 1:03 
AnswerRe: Use a PHP Webservice in VB.NET WinApp Pin
Naji El Kotob30-Aug-07 10:53
Naji El Kotob30-Aug-07 10:53 
GeneralRe: Use a PHP Webservice in VB.NET WinApp Pin
j5136p130-Aug-07 18:53
j5136p130-Aug-07 18:53 
GeneralRe: Use a PHP Webservice in VB.NET WinApp Pin
Naji El Kotob30-Aug-07 21:32
Naji El Kotob30-Aug-07 21:32 
Questionerror Pin
iain659429-Aug-07 23:54
iain659429-Aug-07 23:54 
AnswerRe: error Pin
Vimalsoft(Pty) Ltd30-Aug-07 0:17
professionalVimalsoft(Pty) Ltd30-Aug-07 0:17 
GeneralRe: error Pin
iain659430-Aug-07 1:10
iain659430-Aug-07 1:10 
GeneralRe: error Pin
Vimalsoft(Pty) Ltd30-Aug-07 1:55
professionalVimalsoft(Pty) Ltd30-Aug-07 1:55 
QuestionDataGridView Problem Pin
Matodzi29-Aug-07 23:51
Matodzi29-Aug-07 23:51 
AnswerRe: DataGridView Problem Pin
Vimalsoft(Pty) Ltd30-Aug-07 0:11
professionalVimalsoft(Pty) Ltd30-Aug-07 0:11 
AnswerRe: DataGridView Problem Pin
Naji El Kotob30-Aug-07 11:05
Naji El Kotob30-Aug-07 11:05 
GeneralRe: DataGridView Problem Pin
Matodzi31-Aug-07 0:39
Matodzi31-Aug-07 0:39 

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.