About 14,300 results
Open links in new tab
  1. Windows XP: Icons not showing in System Tray

    Apr 10, 2012 · system tray (bottom right, next to the clock). For example, when you run Task Manager, you normally see a box with a green bar showing the CPU usage. This does not …

  2. How do I access the volume controls? - social.msdn.microsoft.com

    Mar 31, 2009 · In my system tray, I can click the speaker icon to adjust various sound card volume levels, how can I control these volume settings from within my program?

  3. How get System32 directory ( C:\Windows\System32 )?

    Jan 19, 2017 · Question 0 Sign in to vote I'm have used the code of my last question to get System32 directory ( C:\Windows\System32 ), but all that is returned in DebugView is: …

  4. Publishing a windows forms app with associated database

    Aug 7, 2013 · I have a simple windows forms app (C#) in development, and I am just trying to test to see that I can publish it for others to use, within my company. It has a dataset and a binding …

  5. Solved: Request for the permission of type System.Web ...

    Sep 9, 2015 · First, I had this issue on two clients with two different IIS servers. Both clients were running Visual Studio 2008 (or Visual Web Developer 2008). One server was running Window …

  6. 'Value out of range' error when try to change the tray settings

    Mar 29, 2012 · Open the document, Record a Macro and change the tray setting manually and then see whether you are able to change the tray settings. Also are you try to change the Tray …

  7. Database not updating (Windows Forms App)

    Aug 31, 2005 · MyBase. New () InitializeComponent () End Sub Protected Overloads Overrides Sub Dispose (ByVal disposing As Boolean) If disposing Then If Not (components Is Nothing) …

  8. Is windows firewall blocking my C# application?

    May 27, 2011 · I have a program that sends requests for the routers IP request as well as sends smtp mail. I use Zone Alarm as my default firewall. When I run the program with Zone Alarm …

  9. Getting exception "System.Runtime.InteropServices.COMException ...

    Apr 20, 2016 · For example: <configuration> <system.windows.forms jitDebugging="true" /> </configuration> When JIT debugging is enabled, any unhandled exception will be sent to the …

  10. [UWP] [C++]broadFileSystemAccess and Win32 API for UWP

    Dec 18, 2018 · The broadFileSystemAccess capability specifically gives access via the Windows::Storage API: "This capability works for APIs in the Windows.Storage namespace". …