Posts by Rafael Souza • 169 points
5 posts
-
2
votes2
answers163
viewsQ: Array of bitmaps firing Outofmemory even having sufficient memory
Problem I am having problem in my program that when the process reaches more than 1.5 GB of memory usage the process stops running and displayed an error of OutOfMemory. In my process I’m reading a…
-
2
votes3
answers476
viewsA: Unmounting a USB Pen-Drive via code
So, you guys, let’s go I managed to find a program that does this. http://www.uwe-sieber.de/drivetools_e.html And I did it that way. private static void EjectDrive(char driveLetter) {…
-
7
votes3
answers476
viewsQ: Unmounting a USB Pen-Drive via code
I wonder how I can do to disassemble a removable drive(Pen-Drive) via c code#.
-
2
votes2
answers167
viewsQ: Error in calculation of execution
I have the following question. I have these following times obtained through the Stopwatch, where it was placed within a method to return the employee’s hours bank balance. Only that he is showing…
-
3
votes6
answers6055
viewsQ: Part of the Label in Bold?
How to place a part of the string of a Label in the Windows Form in bold via code in c#. Someone knows something via code for that?