how to use sendkeys in turbo C executable file? here is my sample code

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • gelliefer

    how to use sendkeys in turbo C executable file? here is my sample code

    Code:
    dim place as string
    
    form_load()
    place = shell("c:\tc150\tc.exe", vbminimizedFocus)
    AppActivate (place)
    sendkeys = "{F3}", true
    
    
    end sub

    ' the F3 function doesnt work in turbo C, it happens in Visual basic not in turbo C. how can i control turbo C?
    Last edited by MMcCarthy; Oct 27 '10, 11:31 AM. Reason: added code tags
Working...