I have an app that will disassemble a peice of code.

in VB I use this to execute the file then various other commands to
enter my data.

AppActivate hDis
    Clipboard.Clear
    SendKeys "^{HOME}", True
    SendKeys "+{END}", True
    SendKeys "{DEL}", True
    SendKeys address, True
    SendKeys "{TAB}", True
    SendKeys "^{HOME}", True
    SendKeys "^+({END})", True
    SendKeys "{DEL}", True
    SendKeys data, True
    SendKeys "{TAB}", True
    SendKeys " ", True
    SendKeys " ", True  'in case "an error occured while
    disassembling, Check Bytes (or opcode.dat) and try again"
    SendKeys "{TAB}", True
    SendKeys "{TAB}", True
    SendKeys " ", True

what I need is to access the file and return the disassembly. My
disassembler does allow for dde.
I see lots of ways to do this with access and excel but none for any
other executable.

and guidence or examples would be helpful

Reply via email to