Posts by MrZerocaL • 53 points
2 posts
-
0
votes0
answers75
viewsQ: Error select text with mouse, Forms within tabcontrol
I found an elegant solution on how to work with MDI Tabbed Interface, I am creating at runtime a tabcontrol within my MDI form, and I am creating a new tab for each form. as described below !…
-
5
votes1
answer283
viewsQ: Fill Combobox with Dapper
I’m using a component of combobox with the Dapper, but I’m not able to fill the combobox properly, follow code excerpt: LookUpEdit ctlControle = (LookUpEdit) pr_Controle; var parametro = new…