I need to pass a value of type string to IntPtr.
I am using the following method:
Any ideas to skip that error?
Thank you very much!
Remember that the integers have a limit, in this case you are exceeding those limits, declares IntPtrDest as "Long" and uses:
IntPtrDest = CLng(mystring)