Click here to Skip to main content
15,892,059 members
Home / Discussions / C#
   

C#

 
Questioncapture video clip from webcam Pin
prgramya2-Mar-06 18:13
prgramya2-Mar-06 18:13 
AnswerRe: capture video clip from webcam Pin
AB77712-Mar-06 21:44
AB77712-Mar-06 21:44 
QuestionFind events bound on a control Pin
M Harris2-Mar-06 15:23
M Harris2-Mar-06 15:23 
AnswerRe: Find events bound on a control Pin
Marc Clifton3-Mar-06 6:50
mvaMarc Clifton3-Mar-06 6:50 
QuestionRe: Find events bound on a control Pin
M Harris7-Mar-06 20:02
M Harris7-Mar-06 20:02 
QuestionReturn an image to mspaint! Pin
Gareth_Hastings2-Mar-06 12:56
Gareth_Hastings2-Mar-06 12:56 
AnswerRe: Return an image to mspaint! Pin
Curtis Schlak.2-Mar-06 13:17
Curtis Schlak.2-Mar-06 13:17 
GeneralRe: Return an image to mspaint! Pin
Gareth_Hastings2-Mar-06 21:18
Gareth_Hastings2-Mar-06 21:18 
I've just come over something called a re-parse point! It sounds like something I could use!! Has anyone had any experience with these?

http://www.pcguide.com/ref/hdd/file/ntfs/filesReparse-c.html[^]

Quote: (From link)
In addition to allowing reparse points to implement many types of custom capabilities, Microsoft itself uses them to implement several features within Windows 2000 itself, including the following:

Symbolic Links: Symbolic linking allows you to create a pointer from one area of the directory structure to the actual location of the file elsewhere in the structure. NTFS does not implement "true" symbolic file linking as exists within UNIX file systems, but the functionality can be simulated by using reparse points. In essence, a symbolic link is a reparse point that redirect access from one file to another file.
Junction Points: A junction point is similar to a symbolic link, but instead of redirecting access from one file to another, it redirects access from one directory to another.
Volume Mount Points: A volume mount point is like a symbolic link or junction point, but taken to the next level: it is used to create dynamic access to entire disk volumes. For example, you can create volume mount points for removable hard disks or other storage media, or even use this feature to allow several different partitions (C:, D:, E: and so on) to appear to the user as if they were all in one logical volume. Windows 2000 can use this capability to break the traditional limit of 26 drive letters--using volume mount points, you can access volumes without the need for a drive letter for the volume. This is useful for large CD-ROM servers that would otherwise require a separate letter for each disk (and would also require the user to keep track of all these drive letters!)
Remote Storage Server (RSS): This feature of Windows 2000 uses a set of rules to determine when to move infrequently used files on an NTFS volume to archive storage (such as CD-RW or tape). When it moves a file to "offline" or "near offline" storage in this manner, RSS leaves behind reparse points that contain the instructions necessary to access the archived files, if they are needed in the future.



Thanks


Gareth
GeneralRe: Return an image to mspaint! Pin
Curtis Schlak.3-Mar-06 15:21
Curtis Schlak.3-Mar-06 15:21 
AnswerRe: Return an image to mspaint! Pin
Vasudevan Deepak Kumar2-Mar-06 20:05
Vasudevan Deepak Kumar2-Mar-06 20:05 
GeneralRe: Return an image to mspaint! Pin
Gareth_Hastings2-Mar-06 21:26
Gareth_Hastings2-Mar-06 21:26 
QuestionC# Video Tutorials Pin
shatterstar64572-Mar-06 12:16
shatterstar64572-Mar-06 12:16 
AnswerRe: C# Video Tutorials Pin
renjithkr2-Mar-06 22:25
renjithkr2-Mar-06 22:25 
QuestionHTML vriable to C# Pin
ytubis2-Mar-06 11:36
ytubis2-Mar-06 11:36 
AnswerRe: HTML vriable to C# Pin
Curtis Schlak.2-Mar-06 12:24
Curtis Schlak.2-Mar-06 12:24 
GeneralRe: HTML vriable to C# Pin
ytubis2-Mar-06 12:38
ytubis2-Mar-06 12:38 
GeneralRe: HTML vriable to C# Pin
Curtis Schlak.2-Mar-06 13:21
Curtis Schlak.2-Mar-06 13:21 
QuestionVSTO Excel buttons Pin
Drew McGhie2-Mar-06 11:30
Drew McGhie2-Mar-06 11:30 
Question"unable to setablish connection to network" exception Pin
amresawy2-Mar-06 10:11
amresawy2-Mar-06 10:11 
AnswerRe: "unable to setablish connection to network" exception Pin
Vasudevan Deepak Kumar2-Mar-06 21:08
Vasudevan Deepak Kumar2-Mar-06 21:08 
QuestionCall C# DLL from unmanaged C++: question on string Pin
Koushik Biswas2-Mar-06 10:05
Koushik Biswas2-Mar-06 10:05 
QuestionRegex and Replace Pin
eggsovereasy2-Mar-06 9:39
eggsovereasy2-Mar-06 9:39 
AnswerRe: Regex and Replace Pin
Guffa2-Mar-06 9:44
Guffa2-Mar-06 9:44 
GeneralRe: Regex and Replace Pin
eggsovereasy2-Mar-06 9:50
eggsovereasy2-Mar-06 9:50 
GeneralRe: Regex and Replace Pin
Nadia Monalisa2-Mar-06 10:04
Nadia Monalisa2-Mar-06 10:04 

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.