Click here to Skip to main content
15,889,335 members
Home / Discussions / C#
   

C#

 
AnswerRe: drag node with its childs from one tree to other Pin
Mycroft Holmes3-May-09 23:28
professionalMycroft Holmes3-May-09 23:28 
GeneralRe: drag node with its childs from one tree to other Pin
Nomz1233-May-09 23:30
Nomz1233-May-09 23:30 
GeneralRe: drag node with its childs from one tree to other Pin
Mycroft Holmes3-May-09 23:54
professionalMycroft Holmes3-May-09 23:54 
GeneralRe: drag node with its childs from one tree to other Pin
Nomz1233-May-09 23:58
Nomz1233-May-09 23:58 
GeneralRe: drag node with its childs from one tree to other Pin
Dave Kreskowiak4-May-09 5:03
mveDave Kreskowiak4-May-09 5:03 
QuestionHow to store variables in C# exe file? Pin
sbscb3-May-09 23:04
sbscb3-May-09 23:04 
AnswerRe: How to store variables in C# exe file? Pin
Mycroft Holmes3-May-09 23:32
professionalMycroft Holmes3-May-09 23:32 
AnswerRe: How to store variables in C# exe file? Pin
Dave Kreskowiak4-May-09 4:55
mveDave Kreskowiak4-May-09 4:55 
You're much better off keeping those values in a seperate file. You cannot write to an .EXE file that is still running.

Not to mention the problems with finding the values in the binary file and CAREFULLY writing the news back so you don't screw up anything around it.


A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007, 2008




QuestionHow can I sell my Software? Pin
Rajdeep.NET is BACK3-May-09 21:55
Rajdeep.NET is BACK3-May-09 21:55 
AnswerRe: How can I sell my Software? Pin
N a v a n e e t h3-May-09 21:57
N a v a n e e t h3-May-09 21:57 
AnswerRe: How can I sell my Software? Pin
Eddy Vluggen3-May-09 22:14
professionalEddy Vluggen3-May-09 22:14 
AnswerRe: How can I sell my Software? Pin
Henry Minute4-May-09 2:28
Henry Minute4-May-09 2:28 
QuestionAdding Groups In Active Directory Pin
miniThomas3-May-09 21:40
miniThomas3-May-09 21:40 
AnswerRe: Adding Groups In Active Directory Pin
stancrm3-May-09 23:36
stancrm3-May-09 23:36 
Question[Message Deleted] Pin
lost_in_code3-May-09 20:56
lost_in_code3-May-09 20:56 
AnswerRe: report for processes Pin
MumbleB3-May-09 22:52
MumbleB3-May-09 22:52 
QuestionBPS Pin
ellllllllie3-May-09 20:55
ellllllllie3-May-09 20:55 
QuestionPassing variable from code to Reporting Services Subscriptions Pin
Agweet3-May-09 20:50
Agweet3-May-09 20:50 
AnswerRe: Passing variable from code to Reporting Services Subscriptions Pin
Henry Minute4-May-09 2:26
Henry Minute4-May-09 2:26 
GeneralRe: Passing variable from code to Reporting Services Subscriptions Pin
Agweet6-May-09 21:54
Agweet6-May-09 21:54 
GeneralRe: Passing variable from code to Reporting Services Subscriptions Pin
Henry Minute6-May-09 22:09
Henry Minute6-May-09 22:09 
GeneralRe: Passing variable from code to Reporting Services Subscriptions Pin
Agweet6-May-09 22:19
Agweet6-May-09 22:19 
GeneralRe: Passing variable from code to Reporting Services Subscriptions Pin
Henry Minute7-May-09 1:17
Henry Minute7-May-09 1:17 
Questiondegree of multithreading(analyze) Pin
lost_in_code3-May-09 20:31
lost_in_code3-May-09 20:31 
QuestionRe: degree of multithreading(analyze) Pin
CPallini3-May-09 21:23
mveCPallini3-May-09 21:23 

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.