Click here to Skip to main content
15,890,186 members

Comments by Member 13927859 (Top 4 by date)

Member 13927859 8-Feb-19 4:41am View    
here is my enum : public enum Tarif
{
T1 = 0,
T2 = 1,
T3 = 2,
T4 = 3,
T5 = 4,
T6 = 5,
Undefined
}
the combobow of this enum display a default value T1 which equal to 0 .
Member 13927859 8-Feb-19 4:39am View    
yeah , every enum have a default value , but I don't want it show the default value unless I click on it , how does your example can help me , I didn't understand
Member 13927859 24-Aug-18 10:34am View    
what I m asking for , is that even the psw is incorrect , I can access to main window . how can I set the psw as the key to access or cancel the main window .
The code as bellow is which I have wrote in InitInstance.
Member 13927859 24-Aug-18 9:32am View    
then in IntClient.cpp :