Hook into old VB6 program with C# -
Hook into old VB6 program with C# -
is there way hook old vb6 programme using c# , modify of ui? also, maybe modify of features? wouldn't know first thing doing know can stuff injecting dll's programs. need in c#.
you can't inject dlls programs unless designed that, instance plugin architecture.
that said can mess ui of application using specific windows api calls. instance, many, many years ago, used method alter of excel.
check out link - includes source code , images of affected changes.
c# vb6 hook
Comments
Post a Comment