• Information
8+ years
experience
0
products
0
demo versions
0
jobs
0
signals
0
subscribers
Willem Huisman
Added topic Subject: Does a logic operator works this way?
simple question: normally you write:  double statement = OrderTakeProfit (); double tp1 = 1.001 ; double tp2 = 1.002 ; double tp3 = 1.003 ; double tp4 = 1.004 ; bool TP_Exist = false ; if (statement == tp1)TP_Exist = true ; if (statement ==
Willem Huisman
Added topic Tutorial how to work with classes!
Search engine doesnt give me the exampe i seek!! I'm looking an good and step by step tutorial how to create a class . For example a class that can open 4 buttens. Someone got a good tutorial?   Thank you in forwarding!! 
Willem Huisman
Added topic How to solve this problem?
Hello People, i have a panel created with the CappDialog and named it m_panel.  in the panel are 3 Ccombox. The problem is when the combox is expanded and i click on it the second one is also expanded. How to solve this:  In this case i