Message 1 of 3
Help with IntPtr Please?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have these warnings that I cant figure out how to clear up...
'Public Sub New(oldId As Inter)' is obsolete: 'Use ObjectId(IntPtr)'
The highlghted lines of code are are all like this one....
oInputID =New ObjectId(CType(arInputArgs(0).Value, Integer))
I dont understand how to implement the correction
Could someone explain IntPtr and show me how to correct this line?
Thanks