Click here to Skip to main content
16,008,010 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Disable file download dialog box in IE Pin
rwestgraham6-Mar-05 0:38
rwestgraham6-Mar-05 0:38 
GeneralRe: Disable file download dialog box in IE Pin
Dave Kreskowiak6-Mar-05 13:22
mveDave Kreskowiak6-Mar-05 13:22 
GeneralRe: Disable file download dialog box in IE Pin
mecracked6-Mar-05 18:54
sussmecracked6-Mar-05 18:54 
GeneralRe: Disable file download dialog box in IE Pin
Dave Kreskowiak7-Mar-05 0:55
mveDave Kreskowiak7-Mar-05 0:55 
GeneralGlobal Variables Pin
Melvin_MCW4-Mar-05 17:28
Melvin_MCW4-Mar-05 17:28 
GeneralRe: Global Variables Pin
Dave Kreskowiak5-Mar-05 4:01
mveDave Kreskowiak5-Mar-05 4:01 
GeneralFiles and folders Pin
nitin_ion4-Mar-05 16:55
nitin_ion4-Mar-05 16:55 
GeneralRe: Files and folders Pin
Dave Kreskowiak5-Mar-05 3:49
mveDave Kreskowiak5-Mar-05 3:49 
Yeah, it's possible. You'd be writing a file system extension though. Make sure you're COMPLETELY familiar with NTFS internals and COM Interop.

What the software is doing is something akin to WinZIP and a pagefile. The files are actually copied into a file, optionally with encryption and compression, on the drive, buried deep in the filesystem somewhere. The software you're using more than likely has something below it's Program Files folder.

You're software would be a manager for this mini-filesystem, it's drive being completely simulated in this file, and the interface back to NTFS. You would probably be attached to the filesystem through a mountpoint.


RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

GeneralRe: Files and folders Pin
nitin_ion6-Mar-05 16:17
nitin_ion6-Mar-05 16:17 
GeneralRe: Files and folders Pin
Dave Kreskowiak7-Mar-05 1:01
mveDave Kreskowiak7-Mar-05 1:01 
GeneralRe: Files and folders Pin
nitin_ion7-Mar-05 1:08
nitin_ion7-Mar-05 1:08 
GeneralRe: Files and folders Pin
Dave Kreskowiak7-Mar-05 11:13
mveDave Kreskowiak7-Mar-05 11:13 
GeneralRe: Files and folders Pin
nitin_ion8-Mar-05 16:53
nitin_ion8-Mar-05 16:53 
GeneralError: Web.Config File Pin
VB.NET Newbie4-Mar-05 10:19
sussVB.NET Newbie4-Mar-05 10:19 
GeneralRe: Error: Web.Config File Pin
Dave Kreskowiak5-Mar-05 9:44
mveDave Kreskowiak5-Mar-05 9:44 
GeneralRe: Error: Web.Config File Pin
VB.NET newbie7-Mar-05 9:36
sussVB.NET newbie7-Mar-05 9:36 
GeneralRe: Error: Web.Config File Pin
Dave Kreskowiak7-Mar-05 11:07
mveDave Kreskowiak7-Mar-05 11:07 
Generalinvisible group box Pin
tinybunny_84-Mar-05 8:54
tinybunny_84-Mar-05 8:54 
GeneralRe: invisible group box Pin
Dave Kreskowiak4-Mar-05 9:50
mveDave Kreskowiak4-Mar-05 9:50 
GeneralRe: invisible group box Pin
Bad Sector4-Mar-05 17:50
Bad Sector4-Mar-05 17:50 
Questionhow to reload database? Pin
Lisana4-Mar-05 7:55
Lisana4-Mar-05 7:55 
AnswerRe: how to reload database? Pin
numbrel5-Mar-05 3:38
numbrel5-Mar-05 3:38 
GeneralRe: how to reload database? Pin
Lisana5-Mar-05 3:53
Lisana5-Mar-05 3:53 
GeneralRe: how to reload database? Pin
numbrel5-Mar-05 9:46
numbrel5-Mar-05 9:46 
AnswerRe: how to reload database? Pin
Moh_Amer7-May-06 20:41
Moh_Amer7-May-06 20:41 

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.