Posts: 1,276
Threads: 6
Joined: Aug 2014
Quote:
Originally Posted by K0P
What if you want to set the id to 100 or any other unique id to prevent dialog ids collision?
Read the post before commenting.Or take English learning classes if you can't understand basic sentences.
|
You could just do enum { DIALOG_REGISTER = 100 }; then it'll increment.