Click here to Skip to main content
15,893,401 members
Home / Discussions / C#
   

C#

 
GeneralRe: Set SelectedValue of ComboBox Pin
DIPAK@EMSYS19-Aug-09 0:36
DIPAK@EMSYS19-Aug-09 0:36 
AnswerRe: Set SelectedValue of ComboBox Pin
Calla19-Aug-09 2:05
Calla19-Aug-09 2:05 
Question[Message Deleted] Pin
Nitin K19-Aug-09 0:10
Nitin K19-Aug-09 0:10 
AnswerRe: how to change Pin
CoderForEver19-Aug-09 0:23
CoderForEver19-Aug-09 0:23 
QuestionUSB + Restricted file access Pin
Azghar Hussain18-Aug-09 23:27
professionalAzghar Hussain18-Aug-09 23:27 
AnswerRe: USB + Restricted file access Pin
stancrm18-Aug-09 23:50
stancrm18-Aug-09 23:50 
GeneralRe: USB + Restricted file access Pin
Azghar Hussain18-Aug-09 23:54
professionalAzghar Hussain18-Aug-09 23:54 
AnswerRe: USB + Restricted file access [modified] Pin
annathor19-Aug-09 0:20
annathor19-Aug-09 0:20 
maybe create your own propertiary binary fileformat to store the data in, obfuscate the data in the binary file, throw in som red herrings.
If you have time and resources, maybe create your own file system format (Maybe take a look at the FUSE API?), that windows isn't able to read from, and format the usb sticks to that format, have an implementation of a "yourWackyFS"-reader in your app, this probably means that you need to write a dll to access the files on your filesystem in ASM (to get the low level Red/write access you need), or a dll writen in c/c++ whit alot of inline ASM and p/invoke the dll into your C# application WTF | :WTF: .

Maybe encrypt the important data in the file, and not the whole file, and decypt only the data you need when you need it?

An another posibilty is at setup of your application, create a virtuel disk on the users computer, that is not visible for the user and only accessable by the proper processes, and save the file to that virtual disk. (Maybe take a look at this product: http://www.eldos.com/solfs)

modified on Wednesday, August 19, 2009 6:52 AM

GeneralRe: USB + Restricted file access Pin
Azghar Hussain19-Aug-09 2:45
professionalAzghar Hussain19-Aug-09 2:45 
GeneralRe: USB + Restricted file access [modified] Pin
annathor19-Aug-09 3:30
annathor19-Aug-09 3:30 
GeneralRe: USB + Restricted file access Pin
Azghar Hussain19-Aug-09 6:59
professionalAzghar Hussain19-Aug-09 6:59 
GeneralRe: USB + Restricted file access Pin
annathor20-Aug-09 2:00
annathor20-Aug-09 2:00 
QuestionEmbed and manipulate Excel sheet Pin
The_Collector18-Aug-09 23:17
The_Collector18-Aug-09 23:17 
AnswerRe: Embed and manipulate Excel sheet Pin
stancrm18-Aug-09 23:52
stancrm18-Aug-09 23:52 
GeneralRe: Embed and manipulate Excel sheet Pin
The_Collector19-Aug-09 0:17
The_Collector19-Aug-09 0:17 
Questionunderline just one word within a lable Pin
lane0p218-Aug-09 23:10
lane0p218-Aug-09 23:10 
AnswerRe: underline just one word within a lable Pin
Christian Graus18-Aug-09 23:21
protectorChristian Graus18-Aug-09 23:21 
AnswerRe: underline just one word within a lable Pin
N a v a n e e t h18-Aug-09 23:31
N a v a n e e t h18-Aug-09 23:31 
GeneralRe: underline just one word within a lable Pin
lane0p218-Aug-09 23:47
lane0p218-Aug-09 23:47 
GeneralRe: underline just one word within a lable Pin
lane0p220-Aug-09 3:54
lane0p220-Aug-09 3:54 
QuestionSortList problem Pin
bonzaiholding18-Aug-09 22:35
bonzaiholding18-Aug-09 22:35 
AnswerRe: SortList problem , please help! Pin
N a v a n e e t h18-Aug-09 23:16
N a v a n e e t h18-Aug-09 23:16 
GeneralRe: SortList problem , please help! Pin
bonzaiholding19-Aug-09 0:00
bonzaiholding19-Aug-09 0:00 
QuestionCommand Line Option in C# Pin
maheesh18-Aug-09 22:32
maheesh18-Aug-09 22:32 
AnswerRe: Command Line Option in C# Pin
N a v a n e e t h18-Aug-09 23:04
N a v a n e e t h18-Aug-09 23: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.