Search results for query: *

  • Users: yashar
  • Content: Threads
  • Order by date
  1. Y

    Question How Attach Resource To Compiled EXE And Receive That?

    Hi All. I use this code to write resource to exe file : Module ResourceWriter PrivateFunction ToPtr(ByVal data AsObject)As IntPtr Dim h As GCHandle = GCHandle.Alloc(data, GCHandleType.Pinned) Dim ptr As IntPtr Try ptr = h.AddrOfPinnedObject()...
Back
Top