Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~293 People Reached
Favorite Forums
Favorite Tags
Member Avatar for codepenman

Hi Folks, I'm working on a c# windows form application, that builds code on the fly and makes a new exe progamme with ICodeCompiler. My problem is that; i can bind a string variable into source code to build as below; [I].. ..[/I] [I]sourcecode + =" string myvar='hello world'; ";[/I] …

Member Avatar for codepenman
0
86
Member Avatar for codepenman

Hi everybody, I would like to know how can i read the header of all sort of of files. to be more specific, i want to write a function in c# that returns header of any local file. I wanna call it like this giveMeHeader("c:\folder\mytextfile.txt") or giveMeHeader("c:\folder\song.mp3") and that returns …

Member Avatar for codepenman
0
207