
Formatting disks and ListBox Problem
I have two problems which I urgently need to solve.
1> I need to be able to format a disk from within my VB4 (16 bit)
program. I have seen it done using the Windows File Manager but I need
to do it without using that.
2> I need to be able to quickly select the entire contents of a list
box. Selecting each item individually is far to slow. I tried using
the SendMessage API with an LB_SELITEMRANGE but I always get a GPF.
Reply by E-Mail if possible
Thanks in advance
--