?.Show() Is not working [Closed]
I'm creating my "antivirus" but when I put it to display the new form with .Show it doesn't work the window doesn't appear how to solve?
14 Replies
The window only appears when I use .ShowDialog()
Unknown User•3y ago
Message Not Public
Sign In & Join Server To View
it's not that the window does not run it does not open
the window only opens when I use .ShowDialog()
Unknown User•3y ago
Message Not Public
Sign In & Join Server To View
ok well i am using net framework 4.72 with c#
the window in specific and when the blocking of a process happens
my app ("antivirus") blocks processes I defined and when it blocks it runs this window
apparently the window rotates but it is invisible or locks I don't know for sure
Unknown User•3y ago
Message Not Public
Sign In & Join Server To View
Sorry to mention you but now I had a doubt I'm using a thread to check when a process that is on the list has been started (I use a foreach in the thread and I believe this is the problem) but how am I going to replace the foreach and the thread?
Unknown User•3y ago
Message Not Public
Sign In & Join Server To View
@Lurch when i turn on the computer i will send it to you
Pastebin
Pastebin.com - Locked Paste
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
I don't know if it's the best way to check if a process has started but this is how I do it
Unknown User•3y ago
Message Not Public
Sign In & Join Server To View
thank you very much i will try that and then i will study more. thank you so much
Unknown User•3y ago
Message Not Public
Sign In & Join Server To View