Click here to Skip to main content
15,913,758 members
Home / Discussions / C#
   

C#

 
GeneralRe: How can I get info about which MenuItem that is clicked at runtime? Pin
Robert Rohde29-Oct-05 22:37
Robert Rohde29-Oct-05 22:37 
GeneralRe: How can I get info about which MenuItem that is clicked at runtime? Pin
M Shafaat30-Oct-05 8:35
M Shafaat30-Oct-05 8:35 
QuestionmciSendString and fullscreen Pin
Sasuko29-Oct-05 13:47
Sasuko29-Oct-05 13:47 
QuestionStrange Behaviour of an Object Pin
1nsp1r3d29-Oct-05 13:24
1nsp1r3d29-Oct-05 13:24 
AnswerRe: Strange Behaviour of an Object Pin
1nsp1r3d29-Oct-05 13:58
1nsp1r3d29-Oct-05 13:58 
QuestionOverwrite one section of binary file Pin
tommazzo29-Oct-05 12:11
tommazzo29-Oct-05 12:11 
AnswerRe: Overwrite one section of binary file Pin
Guffa29-Oct-05 12:27
Guffa29-Oct-05 12:27 
AnswerRe: Overwrite one section of binary file Pin
Dave Kreskowiak30-Oct-05 9:45
mveDave Kreskowiak30-Oct-05 9:45 
You can't. You MUST rewrite the entire file. Read the the part up to the point where you are replacing the string, write it to a new file. Append the new string, then read the file from the point after the string your replacing and append that to the new file.

There is NO other way to do this.


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

GeneralRe: Overwrite one section of binary file Pin
tommazzo30-Oct-05 12:36
tommazzo30-Oct-05 12:36 
QuestionHow to embed newline in a string resource? Pin
Rob Philpott29-Oct-05 8:43
Rob Philpott29-Oct-05 8:43 
AnswerRe: How to embed newline in a string resource? Pin
Judah Gabriel Himango29-Oct-05 15:08
sponsorJudah Gabriel Himango29-Oct-05 15:08 
GeneralRe: How to embed newline in a string resource? Pin
Rob Philpott30-Oct-05 4:59
Rob Philpott30-Oct-05 4:59 
QuestionHow to set limit to the bandwidth usage? Pin
dunbshy29-Oct-05 6:38
dunbshy29-Oct-05 6:38 
AnswerRe: How to set limit to the bandwidth usage? Pin
Dave Kreskowiak29-Oct-05 7:21
mveDave Kreskowiak29-Oct-05 7:21 
QuestionDelphi Dlls in C# Pin
Dave Shaw29-Oct-05 6:38
Dave Shaw29-Oct-05 6:38 
AnswerRe: Delphi Dlls in C# Pin
S. Senthil Kumar29-Oct-05 7:39
S. Senthil Kumar29-Oct-05 7:39 
GeneralRe: Delphi Dlls in C# Pin
Dave Shaw29-Oct-05 13:50
Dave Shaw29-Oct-05 13:50 
Questionpublic static const member? Pin
budidharma29-Oct-05 6:26
budidharma29-Oct-05 6:26 
AnswerRe: public static const member? Pin
S. Senthil Kumar29-Oct-05 7:46
S. Senthil Kumar29-Oct-05 7:46 
AnswerRe: public static const member? Pin
Robert Rohde29-Oct-05 20:49
Robert Rohde29-Oct-05 20:49 
QuestionHow to visualize a machine scheduling plan? Pin
bjung29-Oct-05 6:09
bjung29-Oct-05 6:09 
AnswerRe: How to visualize a machine scheduling plan? Pin
Tom Ollar29-Oct-05 10:42
Tom Ollar29-Oct-05 10:42 
QuestionPassing values to another Form Pin
rich_wenger29-Oct-05 6:06
rich_wenger29-Oct-05 6:06 
AnswerRe: Passing values to another Form Pin
S. Senthil Kumar29-Oct-05 7:54
S. Senthil Kumar29-Oct-05 7:54 
GeneralRe: Passing values to another Form Pin
rich_wenger29-Oct-05 10:00
rich_wenger29-Oct-05 10:00 

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.