Click here to Skip to main content
15,902,189 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: List of running applications in .Net Pin
Wayne Phipps6-Feb-03 7:51
Wayne Phipps6-Feb-03 7:51 
GeneralVB.NET source code resource Pin
Gerry D5-Feb-03 8:19
Gerry D5-Feb-03 8:19 
QuestionI know it can be done ... but how ??? Pin
syedhassan45-Feb-03 7:35
syedhassan45-Feb-03 7:35 
AnswerI got it ... :) Pin
syedhassan45-Feb-03 8:01
syedhassan45-Feb-03 8:01 
Generalcomplicated question re editing datagrid Pin
mcm5-Feb-03 6:31
mcm5-Feb-03 6:31 
GeneralSwap values of two textboxes using drag and drop Pin
Ed Suyer5-Feb-03 5:13
Ed Suyer5-Feb-03 5:13 
GeneralReal HDD serial number Pin
Xanty5-Feb-03 1:06
Xanty5-Feb-03 1:06 
GeneralRe: Real HDD serial number Pin
Jerome Conus5-Feb-03 3:01
Jerome Conus5-Feb-03 3:01 
Are you using VB6 or VB.NET ?

For VB6, I would do this :

In the Menu Project->References : Select 'Microsoft Scripting Runtime'
Then in your code :
Dim fso As FileSystemObject
Set fso = New FileSystemObject
MsgBox fso.Drives("c").SerialNumber
Set fso = Nothing


I'm not sure if this is exactly what you need.

Jerome
GeneralRe: Real HDD serial number Pin
Xanty5-Feb-03 4:10
Xanty5-Feb-03 4:10 
GeneralRe: Real HDD serial number Pin
Jerome Conus5-Feb-03 4:42
Jerome Conus5-Feb-03 4:42 
GeneralRe: Real HDD serial number Pin
Xanty5-Feb-03 4:54
Xanty5-Feb-03 4:54 
GeneralSetting printer options in client machine Pin
5-Feb-03 0:25
suss5-Feb-03 0:25 
GeneralVB COM Book Pin
Davy Mitchell4-Feb-03 21:13
Davy Mitchell4-Feb-03 21:13 
GeneralPlease Help: Addin for Visual Studio.NET Pin
Member 2134384-Feb-03 18:48
Member 2134384-Feb-03 18:48 
General.inc files in vb.net Pin
bijju_home4-Feb-03 7:16
bijju_home4-Feb-03 7:16 
GeneralRe: .inc files in vb.net Pin
Gerry D4-Feb-03 7:28
Gerry D4-Feb-03 7:28 
GeneralRe: .inc files in vb.net Pin
bijju_home4-Feb-03 18:54
bijju_home4-Feb-03 18:54 
GeneralRe: .inc files in vb.net Pin
Gerry D5-Feb-03 8:05
Gerry D5-Feb-03 8:05 
GeneralRe: .inc files in vb.net Pin
Ray Cassick4-Feb-03 9:39
Ray Cassick4-Feb-03 9:39 
GeneralRe: .inc files in vb.net Pin
Daniel Turini5-Feb-03 1:31
Daniel Turini5-Feb-03 1:31 
Generalcalling other dlls Pin
bijju_home4-Feb-03 7:15
bijju_home4-Feb-03 7:15 
GeneralRe: calling other dlls Pin
Ian Darling4-Feb-03 22:50
Ian Darling4-Feb-03 22:50 
GeneralForm Code and DataBinding Pin
Mike Murphy4-Feb-03 7:15
Mike Murphy4-Feb-03 7:15 
GeneralChecking active threads in VB/Winsock Pin
Hitu3-Feb-03 20:47
Hitu3-Feb-03 20:47 
QuestionMacros in VB 6? Pin
Andrew Stampor3-Feb-03 9:18
Andrew Stampor3-Feb-03 9:18 

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.