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

Visual Basic

 
GeneralRe: RecordSets In ADO for VB6 Pin
rradhay12-Feb-03 2:13
rradhay12-Feb-03 2:13 
GeneralRe: RecordSets In ADO for VB6 Pin
Andy H12-Feb-03 3:52
Andy H12-Feb-03 3:52 
GeneralRe: RecordSets In ADO for VB6 Pin
rradhay20-Feb-03 4:54
rradhay20-Feb-03 4:54 
GeneralCatching return value form .exe Pin
Xanty10-Feb-03 4:40
Xanty10-Feb-03 4:40 
GeneralRe: Catching return value form .exe Pin
Ray Cassick10-Feb-03 6:59
Ray Cassick10-Feb-03 6:59 
GeneralRe: Catching return value form .exe Pin
Xanty10-Feb-03 7:15
Xanty10-Feb-03 7:15 
GeneralRe: Catching return value form .exe Pin
Andy H11-Feb-03 2:41
Andy H11-Feb-03 2:41 
GeneralRe: Catching return value form .exe Pin
Anonymous11-Feb-03 9:11
Anonymous11-Feb-03 9:11 
Well, I found the source for the utility your using. It's at http://www.codeguru.com/system/DiskId32.shtml. The only problem is, your going to have to recode it to be directly usable in VB, possibly as a DLL.

The easier way to do it is to pipe the output from the program to a text file with something like: MyApp = Shell("Diskid32.exe > log.txt", 0) You might have to use another method to get this to launch properly. But, in any case, what your going to have to do is open the log.txt file and parse it up to pull the information out of it.

It's better than writing a custom DLL to do the job...

GeneralRe: Catching return value form .exe Pin
Xanty11-Feb-03 23:24
Xanty11-Feb-03 23:24 
GeneralListView control with multi-line ColHeading Pin
Andy H9-Feb-03 10:40
Andy H9-Feb-03 10:40 
GeneralMaskEdBox Pin
mcm8-Feb-03 3:20
mcm8-Feb-03 3:20 
GeneralRe: MaskEdBox Pin
Nick Parker11-Feb-03 18:26
protectorNick Parker11-Feb-03 18:26 
GeneralRe: MaskEdBox Pin
RichardGrimmer12-Feb-03 5:51
RichardGrimmer12-Feb-03 5:51 
Generalsyntax error in update statement Pin
mcm7-Feb-03 23:47
mcm7-Feb-03 23:47 
GeneralRe: syntax error in update statement Pin
Andy H8-Feb-03 1:46
Andy H8-Feb-03 1:46 
GeneralMessenger service status (ASP) Pin
-- NA --7-Feb-03 23:19
-- NA --7-Feb-03 23:19 
GeneralRow headings in MSHFlexGrid (VB6) Pin
Andy H7-Feb-03 12:10
Andy H7-Feb-03 12:10 
GeneralADO or RDO Pin
Tarun Dutt Mathur6-Feb-03 23:27
Tarun Dutt Mathur6-Feb-03 23:27 
GeneralRe: ADO or RDO Pin
RichardGrimmer25-Feb-03 5:32
RichardGrimmer25-Feb-03 5:32 
GeneralPrinting Pin
Rage6-Feb-03 23:11
professionalRage6-Feb-03 23:11 
GeneralPrinting from Spreadsheet Pin
nm_maheswaran6-Feb-03 22:33
nm_maheswaran6-Feb-03 22:33 
GeneralForeign Key Constraint Message Pin
Mike Murphy6-Feb-03 10:58
Mike Murphy6-Feb-03 10:58 
GeneralRe: Foreign Key Constraint Message Pin
Anonymous11-Feb-03 8:58
Anonymous11-Feb-03 8:58 
GeneralPlease HELP - WindowForm Problem Pin
Mike Murphy6-Feb-03 9:51
Mike Murphy6-Feb-03 9:51 
GeneralVB.Net Tutorials (Real Ones) Pin
xBlitzerx6-Feb-03 5:11
xBlitzerx6-Feb-03 5:11 

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.