Click here to Skip to main content
16,013,322 members
Home / Discussions / C#
   

C#

 
QuestionNeed help with TableAdapter problem [modified] Pin
kensai25-May-09 5:01
kensai25-May-09 5:01 
AnswerRe: Need help with TableAdapter problem Pin
Fahad Sadah25-May-09 7:28
Fahad Sadah25-May-09 7:28 
GeneralRe: Need help with TableAdapter problem Pin
kensai25-May-09 23:48
kensai25-May-09 23:48 
AnswerRe: Need help with TableAdapter problem Pin
kensai26-May-09 0:13
kensai26-May-09 0:13 
QuestionFile types Pin
viciouskinid25-May-09 4:13
viciouskinid25-May-09 4:13 
AnswerRe: File types Pin
harold aptroot25-May-09 4:44
harold aptroot25-May-09 4:44 
GeneralRe: File types Pin
viciouskinid25-May-09 5:17
viciouskinid25-May-09 5:17 
GeneralRe: File types Pin
harold aptroot25-May-09 5:31
harold aptroot25-May-09 5:31 
I would read it with a BinaryReader

What do you mean in paint? MS paint? You can trick it to load an exe if you wanted..
The structure of this file was not especially "professional", in fact, it just sucks. Sure it gets the job done - it saves the data. But file structures for Real Programmers contain funny data structures - heaps, trees, length-prefixed blocks, whatever you want except fixed length strings (they just waste space).
There has also been a growing trend towards splitting your data in logical parts (if there is more than 1), zipping them all together, but giving it a custom extension (not .zip). Even .docx and .odt work this way. As a bonus it compresses your data so you can make the most ridiculously space wasting format you want and get away with it.

"Nice" formats to look at to get an idea are (for example) png and bzip2



GeneralRe: File types Pin
viciouskinid25-May-09 7:07
viciouskinid25-May-09 7:07 
GeneralRe: File types Pin
harold aptroot25-May-09 7:28
harold aptroot25-May-09 7:28 
GeneralRe: File types Pin
viciouskinid25-May-09 8:19
viciouskinid25-May-09 8:19 
GeneralRe: File types Pin
harold aptroot25-May-09 8:35
harold aptroot25-May-09 8:35 
GeneralRe: File types Pin
viciouskinid25-May-09 10:19
viciouskinid25-May-09 10:19 
GeneralRe: File types Pin
harold aptroot25-May-09 10:42
harold aptroot25-May-09 10:42 
GeneralRe: File types Pin
viciouskinid25-May-09 19:05
viciouskinid25-May-09 19:05 
GeneralRe: File types Pin
harold aptroot25-May-09 23:42
harold aptroot25-May-09 23:42 
GeneralRe: File types Pin
viciouskinid26-May-09 7:02
viciouskinid26-May-09 7:02 
GeneralRe: File types Pin
harold aptroot26-May-09 7:13
harold aptroot26-May-09 7:13 
GeneralRe: File types Pin
viciouskinid27-May-09 0:25
viciouskinid27-May-09 0:25 
QuestionOracle DB Querry Application Error Pin
al3xutzu0025-May-09 4:07
al3xutzu0025-May-09 4:07 
AnswerRe: Oracle DB Querry Application Error Pin
Rajesh Anuhya25-May-09 4:18
professionalRajesh Anuhya25-May-09 4:18 
QuestionDxText for Offline VideoWatermarking Pin
anki12325-May-09 3:49
anki12325-May-09 3:49 
AnswerRe: DxText for Offline VideoWatermarking Pin
Manas Bhardwaj25-May-09 3:53
professionalManas Bhardwaj25-May-09 3:53 
Questioninsert into database with foreach Pin
h_floppy25-May-09 3:44
h_floppy25-May-09 3:44 
AnswerRe: insert into database with foreach Pin
Manas Bhardwaj25-May-09 3:51
professionalManas Bhardwaj25-May-09 3:51 

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.