Click here to Skip to main content
15,922,574 members
Home / Discussions / C#
   

C#

 
QuestionJavascript or how? Pin
cloudking1196619-Sep-05 0:09
cloudking1196619-Sep-05 0:09 
QuestionTimer Pin
levi's18-Sep-05 23:56
levi's18-Sep-05 23:56 
AnswerRe: Timer Pin
Stefan Troschuetz19-Sep-05 1:21
Stefan Troschuetz19-Sep-05 1:21 
GeneralRe: Timer Pin
levi's19-Sep-05 15:19
levi's19-Sep-05 15:19 
GeneralRe: Timer Pin
Stefan Troschuetz19-Sep-05 21:41
Stefan Troschuetz19-Sep-05 21:41 
GeneralRe: Timer Pin
levi's19-Sep-05 23:44
levi's19-Sep-05 23:44 
GeneralRe: Timer Pin
Stefan Troschuetz20-Sep-05 0:21
Stefan Troschuetz20-Sep-05 0:21 
QuestionAscii sending problem. Pin
cue_ball18-Sep-05 23:45
cue_ball18-Sep-05 23:45 
AnswerRe: Ascii sending problem. Pin
Rob Harrison19-Sep-05 3:01
Rob Harrison19-Sep-05 3:01 
QuestionRename the File name Pin
Anonymous18-Sep-05 23:42
Anonymous18-Sep-05 23:42 
AnswerRe: Rename the File name Pin
Stefan Troschuetz19-Sep-05 0:29
Stefan Troschuetz19-Sep-05 0:29 
AnswerRe: Rename the File name Pin
Dave Kreskowiak19-Sep-05 5:41
mveDave Kreskowiak19-Sep-05 5:41 
QuestionLog Pin
Gktony18-Sep-05 23:05
Gktony18-Sep-05 23:05 
AnswerRe: Log Pin
enjoycrack19-Sep-05 1:23
enjoycrack19-Sep-05 1:23 
GeneralRe: Log Pin
Gktony19-Sep-05 3:36
Gktony19-Sep-05 3:36 
QuestionGDI+ :How to judge a point in the path. Pin
dreamwinter18-Sep-05 23:01
dreamwinter18-Sep-05 23:01 
QuestionExtracting attribute information from an XML file Pin
Vikram A Punathambekar18-Sep-05 20:41
Vikram A Punathambekar18-Sep-05 20:41 
AnswerRe: Extracting attribute information from an XML file Pin
bpontillo18-Sep-05 22:14
bpontillo18-Sep-05 22:14 
GeneralRe: Extracting attribute information from an XML file Pin
Vikram A Punathambekar18-Sep-05 22:42
Vikram A Punathambekar18-Sep-05 22:42 
GeneralRe: Extracting attribute information from an XML file Pin
bpontillo18-Sep-05 23:18
bpontillo18-Sep-05 23:18 
QuestionCode to flip a window Pin
Amir Harel18-Sep-05 20:29
Amir Harel18-Sep-05 20:29 
QuestionAbt Structure of Text Files Pin
akshayswaroop18-Sep-05 20:14
akshayswaroop18-Sep-05 20:14 
AnswerRe: Abt Structure of Text Files Pin
enjoycrack18-Sep-05 20:31
enjoycrack18-Sep-05 20:31 
AnswerRe: Abt Structure of Text Files Pin
akshayswaroop18-Sep-05 20:35
akshayswaroop18-Sep-05 20:35 
AnswerRe: Abt Structure of Text Files Pin
mav.northwind19-Sep-05 2:53
mav.northwind19-Sep-05 2:53 
As others have stated before: It is not possible.

Besides the whole approach of trying to use text files to store information you want not to be visible seems to be rather braindead. Dead | X|
The whole point of plain text files _is_ that the contents are readable with an arbitrary text editor.
If you want information to be unreadable for your users then use binary files!

mav

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.