Click here to Skip to main content
15,902,635 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
AnswerRe: How to prevent user click to the checkbox on a listview control Pin
Richard MacCutchan17-Oct-09 9:25
mveRichard MacCutchan17-Oct-09 9:25 
GeneralRe: How to prevent user click to the checkbox on a listview control Pin
[N][Q][H]17-Oct-09 16:40
[N][Q][H]17-Oct-09 16:40 
GeneralRe: How to prevent user click to the checkbox on a listview control Pin
Richard MacCutchan17-Oct-09 21:27
mveRichard MacCutchan17-Oct-09 21:27 
AnswerRe: How to prevent user click to the checkbox on a listview control Pin
vsaratkar19-Oct-09 7:29
vsaratkar19-Oct-09 7:29 
QuestionHow do I create an unstopable thread? Pin
Paulo Zemek15-Oct-09 13:19
Paulo Zemek15-Oct-09 13:19 
AnswerRe: How do I create an unstopable thread? Pin
Dave Kreskowiak16-Oct-09 5:23
mveDave Kreskowiak16-Oct-09 5:23 
QuestionAny chance of reversing the encoding Pin
cristi82gt15-Oct-09 6:03
cristi82gt15-Oct-09 6:03 
AnswerRe: Any chance of reversing the encoding Pin
Dave Kreskowiak15-Oct-09 7:55
mveDave Kreskowiak15-Oct-09 7:55 
cristi82gt wrote:
ReplaceInFile((FileInfo)fsi, "textToSearch", String.Empty);


No, it's not reversible. What you did was replace every occurance of a certain text with nothing. Now you have no idea where to put the text back into the files. If you replaced it with a known string, that would be different, but since you used String.Empty, you've lost any hope of knowing where to put back the bytes you took out.

The bottom line is those files are hosed up beyond repair.


A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007, 2008
But no longer in 2009...




GeneralRe: Any chance of reversing the encoding Pin
cristi82gt15-Oct-09 8:35
cristi82gt15-Oct-09 8:35 
GeneralRe: Any chance of reversing the encoding Pin
Dave Kreskowiak15-Oct-09 8:46
mveDave Kreskowiak15-Oct-09 8:46 
GeneralRe: Any chance of reversing the encoding Pin
cristi82gt15-Oct-09 8:52
cristi82gt15-Oct-09 8:52 
Question???Some function exists: Pin
GuilleB0914-Oct-09 9:46
GuilleB0914-Oct-09 9:46 
AnswerRe: ???Some function exists: Pin
Abhijit Jana14-Oct-09 17:10
professionalAbhijit Jana14-Oct-09 17:10 
QuestionHow to refresh the child window dropdown Pin
sandhya1413-Oct-09 19:53
sandhya1413-Oct-09 19:53 
AnswerRe: How to refresh the child window dropdown Pin
Shameel19-Oct-09 0:02
professionalShameel19-Oct-09 0:02 
QuestionCloning winforms Pin
Starkie7013-Oct-09 9:01
Starkie7013-Oct-09 9:01 
AnswerRe: Cloning winforms Pin
Henry Minute13-Oct-09 10:11
Henry Minute13-Oct-09 10:11 
Questionhow do my Windows forms buttons change their border appearance at runtime? Pin
mnemonic6913-Oct-09 0:41
mnemonic6913-Oct-09 0:41 
AnswerRe: how do my Windows forms buttons change their border appearance at runtime? Pin
Richard MacCutchan13-Oct-09 1:14
mveRichard MacCutchan13-Oct-09 1:14 
GeneralRe: how do my Windows forms buttons change their border appearance at runtime? Pin
mnemonic6913-Oct-09 2:12
mnemonic6913-Oct-09 2:12 
GeneralRe: how do my Windows forms buttons change their border appearance at runtime? Pin
Richard MacCutchan13-Oct-09 2:54
mveRichard MacCutchan13-Oct-09 2:54 
AnswerRe: how do my Windows forms buttons change their border appearance at runtime? Pin
Shameel19-Oct-09 0:05
professionalShameel19-Oct-09 0:05 
QuestionSQL Command Wrapper class and configuration instance in web.config Pin
NICE TO MEET13-Oct-09 0:29
NICE TO MEET13-Oct-09 0:29 
QuestionStored procedure Pin
krishnaveer12-Oct-09 21:36
krishnaveer12-Oct-09 21:36 
AnswerRe: Stored procedure Pin
Pete O'Hanlon12-Oct-09 21:52
mvePete O'Hanlon12-Oct-09 21:52 

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.