Windows API Data Type differences
Hello guys!:wave:
I'm doing a bit of research about the differences with the API data types in VB6 and VB.NET (2003)
For example:
VB6 hwnd = VB.NEt IntPtr
etc.
I couldn't find detailed info on msdn:rolleyes:
# 1 Re: Windows API Data Type differences
I am also looking for these, while searching I came across following good ones.
http://www.thescarms.com/vbasic/VB6vsVBNet.asp
http://www.ondotnet.com/pub/a/dotnet/2001/07/30/vb7.html
:thumb:
Let me know if you come across good link/article on this.
# 2 Re: Windows API Data Type differences
Hey, thanx for that Krishnaa, I really appreciate!
The reason I wanted this was for my article, - I couldn't get the same quality links you've supplied, so I ended up writing the article, and it was published the other day - Just click Discovering the API in my signature. I also found this:
http://www.garybeene.com/vb/tut-api.htm
# 4 Re: Windows API Data Type differences
Have a look at this!!
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dndotnet/html/win32map.asp
It shows all the differences, Just shows, you always find the things you were looking for when you're not looking for them:rolleyes:
# 5 Re: Windows API Data Type differences
Have a look at this!!
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dndotnet/html/win32map.asp
It shows all the differences, Just shows, you always find the things you were looking for when you're not looking for them:rolleyes:
:D.. yeah.. where do they go when you need them.