Hi All, (updated 6:53 PM EST 11/27/2012) I'm using Guictrlhyperlink to create hyperlinks on my main GUI - Only issue is - I have a GUICtrlCreateCombo right above all the Hyperlinks. So, every time I select something from my Combo Box list drop down and click - the hyperlink behind the list get's clicked also. Combo Box (here) Hyperlinks (here) You'll see what I mean if you test the example below and click on any one of the Combo list selections. Thanks! #include <GUICo