Posts by Duo • 41 points
2 posts
-
0
votes0
answers71
viewsQ: Read an image in SQL Server for a picturebox in C#
I have Bytearrays of images in a database on Mysql Server and I intend to read them and after that convert Bytearray to an image that can be arranged in a picturebox. I have tried using other…
-
3
votes1
answer218
viewsQ: Process.start does not open osk.exe in C#
I’m using the Process.start() to open some system applications, however despite working properly for the notepad and for the calculator, when I try to open the screen keyboard (osk.exe) the program…