Posts by CerraossoUC • 46 points
3 posts
-
2
votes1
answer81
viewsA: Exchange Html.Action() for an Ajax request
You can do something like this, create an object that receives all settings from your combobox and then send via post. var config ={ controlName = "ComboBoxFILIAL", sql = "SELECT CODFIL, TAG, RAZSOC…
-
1
votes1
answer73
viewsQ: Hide form using F1 key C#
I have form more precisely a menu of options and wanted to hide that form when I press the key F1 and show when to squeeze F1 again. I tried to follow this tutorial of the link that uses hook…
-
0
votes1
answer106
viewsQ: Hide form by pressing key
I created a form, I do not want to use minimize or maximize button, I want to use for example when pressing "F1" my form stay hidden and press F1 again it comes back to. I tried this, but to no…