PDA

View Full Version : Read Comment Line


kpmsivachand
04-02-2008, 05:54 PM
Hi guys, how to read the comment lines from .exe files(Compiled by vb 6).

QwertyManiac
04-02-2008, 07:15 PM
A compiler doesn't add comment lines to the compiled program, it ignores them during compilation. Comments are only for source code readability. Correct me if am wrong in saying that this isn't possible.

redhat
04-02-2008, 07:21 PM
^^+1
I think QwertyManiac is true...
Comments are ignored

kpmsivachand
05-02-2008, 09:05 PM
VB Experts says compiled by vb is not fully compiled exe... So i think any way available....