Click here to Skip to main content
15,919,931 members
Home / Discussions / C#
   

C#

 
GeneralRe: C# MDI parent form & mdi form childs questions...urgent help please! Pin
GianlucaSeno22-Jun-05 7:42
GianlucaSeno22-Jun-05 7:42 
GeneralRe: C# MDI parent form & mdi form childs questions...urgent help please! Pin
Anonymous22-Jun-05 11:18
Anonymous22-Jun-05 11:18 
GeneralPOS system Pin
Carl-Johan Larsson21-Jun-05 23:19
Carl-Johan Larsson21-Jun-05 23:19 
Generalcustom treeview structure Pin
deep721-Jun-05 23:16
deep721-Jun-05 23:16 
GeneralRe: custom treeview structure Pin
Dave Kreskowiak22-Jun-05 5:46
mveDave Kreskowiak22-Jun-05 5:46 
GeneralManipulate Windows Explorer folder properties dialog Pin
Ligblou21-Jun-05 23:03
Ligblou21-Jun-05 23:03 
GeneralRe: Manipulate Windows Explorer folder properties dialog Pin
Ligblou22-Jun-05 3:42
Ligblou22-Jun-05 3:42 
GeneralRe: Manipulate Windows Explorer folder properties dialog Pin
Dave Kreskowiak22-Jun-05 5:33
mveDave Kreskowiak22-Jun-05 5:33 
Ligblou wrote:
How do I know when a folder is being accessed by the user or application.

You don't. The FileSystemWatcher class will tell you about modifications to the files, not when someone opens them.


Ligblou wrote:
I want to verify with biometric if user can access folder!

Absolutely redundent considering NTFS security already handles this for you, but not using biometric verification. You'd need to write a file system extension to handle this. Your code would have to handle cases where the file is being accessed by a machine with biometric hardware, without biometric hardware, and access from the network, both with and without biometric ahrdware. You'd also have to write utilities to manage the biometric authentication keys. Sound like fun!?


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

GeneralRe: Manipulate Windows Explorer folder properties dialog Pin
Ligblou22-Jun-05 22:11
Ligblou22-Jun-05 22:11 
GeneralRe: Manipulate Windows Explorer folder properties dialog Pin
Dave Kreskowiak22-Jun-05 5:28
mveDave Kreskowiak22-Jun-05 5:28 
GeneralRe: Manipulate Windows Explorer folder properties dialog Pin
Ligblou22-Jun-05 22:14
Ligblou22-Jun-05 22:14 
GeneralRichTextbox Problem Pin
heavenamour21-Jun-05 22:35
heavenamour21-Jun-05 22:35 
Generalsimple question or not Pin
raf9521-Jun-05 22:29
raf9521-Jun-05 22:29 
GeneralRe: simple question or not Pin
Sebastian Schneider21-Jun-05 23:21
Sebastian Schneider21-Jun-05 23:21 
GeneralC # chat Application Pin
idreesbadshah21-Jun-05 22:00
idreesbadshah21-Jun-05 22:00 
GeneralAdding handler to event without knowing it's name Pin
Piotrus21-Jun-05 21:57
Piotrus21-Jun-05 21:57 
GeneralRe: Adding handler to event without knowing it's name Pin
mav.northwind22-Jun-05 2:26
mav.northwind22-Jun-05 2:26 
GeneralReading å, ä, ö from file with StreamReader Pin
anderslundsgard21-Jun-05 20:52
anderslundsgard21-Jun-05 20:52 
GeneralRe: Reading å, ä, ö from file with StreamReader Pin
mav.northwind21-Jun-05 21:07
mav.northwind21-Jun-05 21:07 
GeneralRe: Reading å, ä, ö from file with StreamReader Pin
anderslundsgard21-Jun-05 21:15
anderslundsgard21-Jun-05 21:15 
GeneralRe: Reading å, ä, ö from file with StreamReader Pin
mav.northwind21-Jun-05 21:29
mav.northwind21-Jun-05 21:29 
GeneralRe: Reading å, ä, ö from file with StreamReader Pin
anderslundsgard21-Jun-05 22:21
anderslundsgard21-Jun-05 22:21 
GeneralRe: Reading å, ä, ö from file with StreamReader Pin
Anonymous21-Jun-05 21:14
Anonymous21-Jun-05 21:14 
GeneralRe: Reading å, ä, ö from file with StreamReader Pin
anderslundsgard21-Jun-05 22:19
anderslundsgard21-Jun-05 22:19 
GeneralRe: Reading å, ä, ö from file with StreamReader Pin
Sebastian Schneider21-Jun-05 23:26
Sebastian Schneider21-Jun-05 23:26 

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.