VB6 Types (Structs) with Fixed Length Strings
In VB6 the communication with backend services usually involves the definition of Types (or Structs) using fixed length strings. VB6 provided language support for defining ... Public Type HostData UserName As String * 8 PassWord As String * 8 ...
blogs.artinsoft.net |