- In the extension bar, click the AdBlock Plus icon
- Click the large blue toggle for this website
- Click refresh
- In the extension bar, click the AdBlock icon
- Under "Pause on this site" click "Always"
- In the extension bar, click on the Adguard icon
- Click on the large green toggle for this website
- In the extension bar, click on the Ad Remover icon
- Click "Disable on This Website"
- In the extension bar, click on the orange lion icon
- Click the toggle on the top right, shifting from "Up" to "Down"
- In the extension bar, click on the Ghostery icon
- Click the "Anti-Tracking" shield so it says "Off"
- Click the "Ad-Blocking" stop sign so it says "Off"
- Refresh the page
- In the extension bar, click on the uBlock Origin icon
- Click on the big, blue power button
- Refresh the page
- In the extension bar, click on the uBlock icon
- Click on the big, blue power button
- Refresh the page
- In the extension bar, click on the UltraBlock icon
- Check the "Disable UltraBlock" checkbox
- Please disable your Ad Blocker
- Disable any DNS blocking tools such as AdGuardDNS or NextDNS
- Disable any privacy or tracking protection extensions such as Firefox Enhanced Tracking Protection or DuckDuckGo Privacy.
If the prompt is still appearing, please disable any tools or services you are using that block internet ads (e.g. DNS Servers, tracking protection or privacy extensions).
Question
+Majesticmerc MVC
This one's irritating me like a bad rash on a hot day!
I'm developing a utility at the minute for my team that basically speeds up productivity. The form has loads of buttons that perform different functions, and the form can be hidden and all the same functionality is provided from the system tray.
Now i've added an option for the user to run the program from the system tray as soon as it starts (without having to manually minimize it), but I can't get it to do what it says, and it's making a mockery of the checkbox!
I've basically got a check in form_load that says if this property is true, hide the form and show the system tray Icon, but although the system tray Icon shows, the form never gets hidden. I'm assuming that this is because the form is shown at the end of the form load function, and therefore is overriding my code to hide it.
I've tried all sorts of workarounds to fix this, such as creating custom events, all to no avail.
Does anyone have any ideas what I can do to make my form hidden as soon as it loads?
Link to comment
https://www.neowin.net/forum/topic/618404-c-thishide-not-working-in-load-event/Share on other sites
3 answers to this question
Recommended Posts