Jedhi Posted October 5, 2003 Posted October 5, 2003 By writing #include "windef.h" I have included the type BYTE. How must I do in C# ? Quote
*Experts* Volte Posted October 5, 2003 *Experts* Posted October 5, 2003 C# does not include a #include directive (no pun intended ;)). You simply have to declare your types and such inside your files. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.