Posts by David Amaral • 81 points
4 posts
-
1
votes0
answers120
viewsQ: Allowing the transparent background of a web page to go through the rest of the windows in a webbrowser control
I am trying to make the transparent background of a page in webbrowser control remain transparent by allowing the user to see what is under that window, that is, only HTML elements that are above…
c#asked David Amaral 81 -
2
votes1
answer62
viewsQ: How to detect if a file is in use?
I want to detect if a file started with something (javaw) in a given directory is in use or not.
c#asked David Amaral 81 -
3
votes1
answer38
viewsQ: Taking all files with the name started by something in a directory
I want to take all the files started by something, for example "javaw" in a given directory. Thanks for the time.
c#asked David Amaral 81 -
1
votes1
answer1470
viewsQ: Pick a string from a textbox when pressing the Enter key
Is it possible to pick a string from a textbox when pressing the enter key? If so, how? I’d like you to leave examples of code because I’m pretty new to this world of Winforms...