Click here to Skip to main content
15,892,005 members
Home / Discussions / C#
   

C#

 
GeneralRe: Refresh database using c# Pin
binhvtt14-Nov-09 23:44
binhvtt14-Nov-09 23:44 
AnswerRe: Refresh database using c# Pin
Abhishek Sur15-Nov-09 0:14
professionalAbhishek Sur15-Nov-09 0:14 
GeneralRe: Refresh database using c# Pin
tasumisra15-Nov-09 3:23
tasumisra15-Nov-09 3:23 
Questioncopying large tables Pin
hosseinghazanfary14-Nov-09 19:40
hosseinghazanfary14-Nov-09 19:40 
AnswerRe: copying large tables Pin
N a v a n e e t h14-Nov-09 20:23
N a v a n e e t h14-Nov-09 20:23 
GeneralRe: copying large tables Pin
OriginalGriff14-Nov-09 22:01
mveOriginalGriff14-Nov-09 22:01 
GeneralRe: copying large tables Pin
hosseinghazanfary19-Nov-09 3:21
hosseinghazanfary19-Nov-09 3:21 
QuestionC# UnPacking Executables Pin
fuze14-Nov-09 16:04
fuze14-Nov-09 16:04 
I need some help with a project im making it is pretty much a file archive system. It has the files in a single text file the file data is enclosed inside a head and a foot to identify it. which looks like this:
##:START:(FILENAME):(FILEDESTINATION):(FILESIZE):##
<CONTENT OF FILE HERE>
##:END--:(FILENAME):(FILEDESTINATION):(FILESIZE):##

the unpacker looks through the files and reads that data between the head and the foot and writes it into the destination directory it works for plain text files fine but when it comes to Executables the extracted file doesnt run and it has no icon anymore. Im using Encoding.Default to read and write all the data. Is there something im missing i think its possibly that the Encoding isn't quite right. When i open the exe in notepad and click save as it says its ANSI but that doesnt exist as a encoding type in Encoding.* would this be the problem?
AnswerRe: C# UnPacking Executables Pin
Dave Kreskowiak14-Nov-09 18:09
mveDave Kreskowiak14-Nov-09 18:09 
Questionconnect clients using share host callback Pin
doronpp14-Nov-09 13:25
doronpp14-Nov-09 13:25 
QuestionStoring Data Pin
_Q12_14-Nov-09 12:18
_Q12_14-Nov-09 12:18 
AnswerRe: Storing Data Pin
Luc Pattyn14-Nov-09 12:57
sitebuilderLuc Pattyn14-Nov-09 12:57 
GeneralRe: Storing Data Pin
Not Active14-Nov-09 13:27
mentorNot Active14-Nov-09 13:27 
AnswerRe: Storing Data Pin
Not Active14-Nov-09 13:25
mentorNot Active14-Nov-09 13:25 
GeneralRe: Storing Data Pin
Luc Pattyn14-Nov-09 14:03
sitebuilderLuc Pattyn14-Nov-09 14:03 
GeneralRe: Storing Data Pin
_Q12_14-Nov-09 21:33
_Q12_14-Nov-09 21:33 
GeneralRe: Storing Data Pin
_Q12_14-Nov-09 22:53
_Q12_14-Nov-09 22:53 
GeneralRe: Storing Data Pin
OriginalGriff14-Nov-09 23:13
mveOriginalGriff14-Nov-09 23:13 
QuestionTimer in C# - Tick not available Pin
Femtofarad14-Nov-09 11:31
Femtofarad14-Nov-09 11:31 
AnswerRe: Timer in C# - Tick not available Pin
Luc Pattyn14-Nov-09 11:43
sitebuilderLuc Pattyn14-Nov-09 11:43 
GeneralRe: Timer in C# - Tick not available Pin
Femtofarad14-Nov-09 11:50
Femtofarad14-Nov-09 11:50 
GeneralRe: Timer in C# - Tick not available Pin
Luc Pattyn14-Nov-09 11:52
sitebuilderLuc Pattyn14-Nov-09 11:52 
GeneralRe: Timer in C# - Tick not available Pin
Femtofarad14-Nov-09 11:57
Femtofarad14-Nov-09 11:57 
AnswerRe: Timer in C# - Tick not available Pin
Shameel14-Nov-09 22:32
professionalShameel14-Nov-09 22:32 
AnswerRe: Timer in C# - Tick not available Pin
Femtofarad15-Nov-09 0:48
Femtofarad15-Nov-09 0:48 

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.