Chapter 24: Using ITC
I just picked up the book specifically because Chapter 24 showed how to use the Internet Transfer Control. However, when I try using the code from page 535, "Sub SendDataUsingPOST()" I get a compile error. I reduced the code to the following:
Sub SendDataUsingPOST()
Dim oInet As Inet
End Sub
I get an error "User defined type not defined" and "As Inet" is highlighted.
Do I need to do anything to get this library working?
|