Posts by Victor Hugo Pongolino • 83 points
3 posts
-
0
votes0
answers23
viewsQ: Problem between controls that are above what generates Mouse Enter and Leave event
Good night to you all. There is a control panel in which triggers events when the mouse enters and leaves your region. However, there are also other controls and these are on the panel itself, not…
c#asked Victor Hugo Pongolino 83 -
1
votes1
answer139
viewsQ: Grab all images from a subdirectory except for a folder
I’m picking up all the photos from a directory and its subsequent ones, but I wouldn’t want it to be the "Backup" folder, as I could do that? string[] Arquivos = Directory.GetFiles(PathEx, "*.*",…
-
6
votes2
answers413
viewsQ: Memory management and release
1) When I create an object in which there is arrays and large variables, defining them as null, will help in the reduction? Within a method Dispose() - before they were of some value. 2) When I call…