Please tell me How to use MF_BYPOSITION parameter in InsertMenu Function. Link to MSDN: http://msdn.microsoft.com/en-us/library/ms647987%28v=vs.85%29.aspx[^] I some projects, I see: public const Int32 MF_BYPOSITION = 0x400; Can I use a different value for MF_BYPOSITION. Thanks alot!
L
Loithuxua
@Loithuxua
Posts
-
How to use MF_BYPOSITION parameter in InsertMenu Function -
Attributes in C#I don't known what does Attributes means and how to use it? Please show me the basic about it, thanks a lot!