Posts by Gabriel Marques • 19 points
3 posts
-
1
votes1
answer283
viewsQ: Align text on top of button
Hello, I would like to align a text that I always have above the button inside a bootstrap card, so that it is always formatted in the correct way, regardless of the size of my text that is inside…
-
-2
votes2
answers804
viewsQ: SAVE VARBINARY IMAGE IN DATABASE
Hello, I have a windows form application, I already have a button to upload via Filedialog to my picture box, displaying it. Follows the code private void button2_Click(object sender, EventArgs e) {…
-
1
votes1
answer210
viewsQ: Download the VARBINARY image
I have images saved in an SQL database on varbinary, I would like to know how to bring it back in my application and download it to the machine in some format (.png, .jpg). I’m programming with…