How to not show dialog in DPlay?

Started by
1 comment, last by unrealcode 24 years ago
now, I an using dplay to make a mutiplayer game, when select TCP/IP to make a connect, a dialog will be diaplayed by dplay to requst IP address in create session or join session period. I want to ask how to not show these dialog. thank!
Advertisement
Use IDirectPlayLobby3::CreateCompoundAddress to create the TCP/IP address and pass the created address to IDirectPlay4::InitializeConnection as the lpConnection parameter.



-vince


-vince


Thank u, i will try.

This topic is closed to new replies.

Advertisement