Click here to Skip to main content
15,905,504 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: how to develop a play list Pin
Dave Kreskowiak26-Jul-05 1:11
mveDave Kreskowiak26-Jul-05 1:11 
GeneralRe: how to develop a play list Pin
Zakiro26-Jul-05 20:08
Zakiro26-Jul-05 20:08 
GeneralRe: how to develop a play list Pin
Dave Kreskowiak27-Jul-05 1:38
mveDave Kreskowiak27-Jul-05 1:38 
GeneralNewbie here Pin
Nguyen Dinh Quy24-Jul-05 15:51
Nguyen Dinh Quy24-Jul-05 15:51 
GeneralRe: Newbie here Pin
thealca24-Jul-05 16:30
thealca24-Jul-05 16:30 
GeneralRe: Newbie here Pin
Nguyen Dinh Quy24-Jul-05 17:32
Nguyen Dinh Quy24-Jul-05 17:32 
GeneralRe: Newbie here Pin
[Marc]24-Jul-05 17:38
[Marc]24-Jul-05 17:38 
GeneralRe: Newbie here Pin
Daniel132424-Jul-05 17:43
Daniel132424-Jul-05 17:43 
<br />
     Dim dlg as New OpenFileDialog<br />
     if dlg.ShowDialog() = DialogResult.Ok then<br />
          System.IO.File.Copy(dlg.FileName, "C:\")<br />
     EndIf<br />
     ' Will copy the chosen file to C:\<br />

GeneralRe: Newbie here Pin
Nguyen Dinh Quy24-Jul-05 19:39
Nguyen Dinh Quy24-Jul-05 19:39 
GeneralRe: Newbie here Pin
toxcct24-Jul-05 20:50
toxcct24-Jul-05 20:50 
GeneralRe: Newbie here Pin
Nguyen Dinh Quy24-Jul-05 21:01
Nguyen Dinh Quy24-Jul-05 21:01 
GeneralRe: Newbie here Pin
Yulianto.24-Jul-05 21:06
Yulianto.24-Jul-05 21:06 
GeneralRe: Newbie here Pin
Nguyen Dinh Quy24-Jul-05 22:07
Nguyen Dinh Quy24-Jul-05 22:07 
GeneralRe: Newbie here Pin
Yulianto.24-Jul-05 22:23
Yulianto.24-Jul-05 22:23 
GeneralRe: Newbie here Pin
Nguyen Dinh Quy24-Jul-05 22:50
Nguyen Dinh Quy24-Jul-05 22:50 
GeneralRe: Newbie here Pin
Yulianto.24-Jul-05 23:06
Yulianto.24-Jul-05 23:06 
GeneralRe: Newbie here Pin
Nguyen Dinh Quy24-Jul-05 23:17
Nguyen Dinh Quy24-Jul-05 23:17 
GeneralRe: Newbie here Pin
Anonymous25-Jul-05 4:06
Anonymous25-Jul-05 4:06 
Generaladd and remove rows in datagrid. Pin
ra-rag24-Jul-05 14:13
ra-rag24-Jul-05 14:13 
GeneralRe: add and remove rows in datagrid. Pin
thealca24-Jul-05 16:35
thealca24-Jul-05 16:35 
GeneralPlatform Invoke Pin
lagumaster24-Jul-05 13:27
lagumaster24-Jul-05 13:27 
GeneralRe: Platform Invoke Pin
Dave Kreskowiak24-Jul-05 15:21
mveDave Kreskowiak24-Jul-05 15:21 
GeneralRemove a Directory and its contents. Pin
Brad Fackrell24-Jul-05 10:44
Brad Fackrell24-Jul-05 10:44 
GeneralRe: Remove a Directory and its contents. Pin
progload24-Jul-05 11:42
progload24-Jul-05 11:42 
GeneralRe: Remove a Directory and its contents. Pin
Brad Fackrell24-Jul-05 12:21
Brad Fackrell24-Jul-05 12:21 

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.