LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

dde file execution

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 disassem
bler 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
0 Kudos
Message 1 of 4
(2,802 Views)
I want to help you out but I do not know what you are talking about or
how it relates to LabVIEW. I post because much time has passed
without a reply and because I see that you have code for sending
keystrokes. I am not sure if it is pseudocode but if you want to send
keystrokes from LabVIEW, you can use this
href="http://sine.ni.com/apps/we/niepd_web_display.DISPLAY_EPD4?p_guid=B45EACE3E4D356A4E034080020E74...
.
0 Kudos
Message 2 of 4
(2,802 Views)
here is a simpler explanation of what i need to do.

i need to take myapp.exe and execute it

then i need to access the app as though i was typing at the keyboard.
0 Kudos
Message 3 of 4
(2,802 Views)
That library was not what I thought it was. Here is the function I
was thinking was in the library. I cannot find it anywhere on the
developer's zone.
0 Kudos
Message 4 of 4
(2,802 Views)