Tagged Questions
26
votes
3answers
2k views
How do I make a WPF window movable by dragging the extended glass frame?
In applications like Windows Explorer and Internet Explorer, one can grab the extended glass areas beneath the title bar and drag windows around.
For WinForms applications, forms and controls are as ...
25
votes
9answers
3k views
22
votes
8answers
62k views
Change pinned taskbar icon (windows 7)
I wan't to customize the icon displayed within the windows 7 taskbar.
When my app is running, I can do it by changing main window icon but, when the app is pinned, the exe's icon is displayed.
How ...
14
votes
4answers
2k views
ClickOnce app does not start through Process.Start(“x.abc”) with *.abc associated to ClickOnce app
I have successfully developed and deployed a ClickOnce application which registers an associated file extension, for instance *.abc. When I click on a file named x.abc or if I type x.abc from the ...
12
votes
2answers
3k views
Program Compatibility Assistant thinks my app is an installer
I have created a .NET C# WinForms application on Win 7 RTM x64, which let's say I have called DataInstaller.
When I run this program outside of the debugger (just an empty form with no functionality ...
12
votes
4answers
6k views
.NET Jump List
Is there a .NET library/tutorial available that will let me show me how to customize the Windows 7 Jump List for my application?
11
votes
1answer
265 views
What are the UAC implementation best practices? (.NET)
I'm thinking about developing an application that should run as standard user most of the time, but for certain operations, elevated administrative access will be required. The user expecience should ...
11
votes
2answers
998 views
How to make a WPF Window to blink on the taskbar?
A given moment my WPF app needs user attention. I know it is possible to make the Windows 7 taskbar icon to flash with a yellow color.
I tried so far:
Window.Activate Attempts to bring the window ...
10
votes
3answers
805 views
.NET Progress bar in taskbar on windows 7
How can I make my winforms app to show its progress bar in the icon of the taskbar on windows 7?
e.g: chrome with downloads.
Thanks!!
Diego
9
votes
3answers
3k views
How send raw ethernet packet with C#?
Is there a way to send raw packet Ethernet to other host via C#? In Windows 7 if it makes difference.
9
votes
5answers
4k views
C# Drag drop does not work on windows 7
I have had a project for quite a while using C# winforms. I implemented a drag-drop function before windows 7 was released. Worked like a charm. However, when using windows 7 it does not work. The ...
9
votes
9answers
495 views
What parts of .NET require administrative privileges to be executed?
Which parts of the framework require a user to be more than a Standard User? The reason I'm asking is because I'm trying to compile a list of possible issues with our existing applications when ...
9
votes
3answers
2k views
Refresh Windows Explorer in Win7
My program sets "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" value "Hidden". Hovewer I'm not able to refresh the explorer to take into account this change. I've tried:
1)
...
9
votes
3answers
5k views
Visual Studio registry capture utility has stopped working, error compiling C# project in Windows7
Windows 7 Shows build error like below everytime I compile my project.
9
votes
4answers
2k views
How do I code a progress bar for Windows 7 to also update itself on the taskbar?
Windows 7 has an AWESOME new feature that applications can report the progress of the current activity through the status bar. For example, when copying file(s) using Windows Explorer, a progress bar ...
8
votes
2answers
304 views
Get Windows 7's network status
In Windows 7 whenever the internet access gets lost, the network indicator turns yellow. I want to get this status in my software and set an alarm whenever the internet connection gets lost (an ...
8
votes
2answers
982 views
What happend to AssemblyDescription in Windows 7?
We were using the AssemblyDescription attribute to add notes to our assemblies (e.g. fix/branch info).
The text was visible on XP in the file Properties/Comments. However in Windows 7 this field has ...
7
votes
1answer
3k views
The requested Performance Counter is not a custom counter, it has to be initialized as ReadOnly
I am getting repeated errors about the ReadOnly property on performance counters whenever I try to debug a .NET windows service app. This app works fine on x86 windows vista, or x86 windows 2003. It's ...
7
votes
4answers
647 views
Best practices of high-performance network applications
While testing out a UDP multicast server that I've written on Windows 7 Ultimate x64, I came across a most curious thing. Playing music with foobar2000 in the background significantly improved the ...
6
votes
1answer
3k views
PrintDialog.ShowDialog(this) immediately returns DialogResult.Cancel on Windows 7
An in house application that I'm developing is behaving strange on a Windows 7 (64 bit) PC.
If I create an instance of a PrintDialog, and call it's ShowDialog() method, the method immediately returns ...
5
votes
2answers
359 views
How to create Windows 7 Notification Area Flyouts using C# with .NET framework?
I'm trying to create an application with Windows 7 Notification Area Flyouts, like the volume, power and wireless icons built in to Windows 7.
I haven't been able to find any information though on ...
5
votes
3answers
249 views
How do I add my application in the Default Programs list of Windows Vista/7?
So many programs feature a list of possible extensions and protocols under the "Default Programs" control panel applet. "Set Default PRograms", more precisely. (Vista & 7)
I wish to add my ...
5
votes
4answers
1k views
I need a event to detect Internet connect/disconnect
We are developing a .NET application where one of the requirements is to monitor whether the system is connected to the internet or not.
We were able to get a .NET event for "ethernet cable ...
5
votes
1answer
563 views
How to create a form with a border, but no title bar? (like volume control on Windows 7)
In Windows 7, the volume mixer windows has a specific style, with a thick, transparent border, but no title bar. How do i recreate that window style in a winforms window?
I tried setting Text to ...
5
votes
3answers
220 views
Memory randomization as application security enhancement?
I recently came upon a Microsoft article that touted new "defensive enhancements" of Windows 7. Specifically:
Address space layout randomization (ASLR)
Heap randomization
Stack randomization
...
5
votes
3answers
563 views
How to force user to user Administrator account in WinForms
I have simple WinForms application where modifying Windows Registry. The problem is that in Vista / Windows 7 I need to force user to switch to administrator.
I do not want to force user to Run as ...
5
votes
2answers
4k views
Disable and Enable Screen Saver in Windows 7
I have an application than disables the screen saver temporarily in order to run a slide show. I use this to turn it on or off:
i = SystemParametersInfo(SPI_SETSCREENSAVEACTIVE, active, Nothing, ...
5
votes
2answers
2k views
ComboBox.SelectedValue does not match displayed text when DropDownStyle = DropDownList in Windows 7
Let's say we have the following code in a Windows application:
ComboBox comboBox = new ComboBox()
{
AutoCompleteMode = AutoCompleteMode.SuggestAppend,
AutoCompleteSource = ...
5
votes
1answer
476 views
How to detect window was resized by Windows7
[Question]
1. How to detect the window (WPF) was resized by Aero Snap? then i can ignore the new size and position.
Thanks for your answer and comments in advance.
5
votes
7answers
796 views
Windows 7 for .NET development
Are there any special features or advantages that make it worthwhile switching from Windows XP to Windows 7 for .NET Web/Windows/Office development?
I'm currently using Visual Studio 2008 on XP box. ...
5
votes
5answers
5k views
Windows 7 default .NET framework
Does anybody know what will be the default .NET framework that will come with Windows 7?
Thank you
5
votes
3answers
2k views
Is Microsoft ressurecting Managed DirectX?
Today I saw that Microsoft announced 0.85 version of:
"Windows® API Code Pack for Microsoft® .NET Framework"
This pack is targeted for Windows7 OS, although most features is supposed to work under ...
5
votes
4answers
890 views
4
votes
4answers
364 views
CreateFile: direct write operation to raw disk “Access is denied” - Vista, Win7
The relevant Microsoft doc is:
Blocking Direct Write Operations to Volumes and Disks
CreateFile, remarks on Physical Disks and Volumes
The executable is written in C++ and it calls CreateFile() to ...
4
votes
2answers
62 views
Registry entry differs in windows 7 64 bit
I have installed a software Foxit Reader (PDF reader)
My application checks whether this software has been installed or not by checking the following entry exists or not.
...
4
votes
1answer
489 views
Get local printer list to change printer IP and default printer
How am I able do find all local printers of the machine where the program is running with a user that doesn't have admin rights. I need to remap the printer IP and set the printer as default. My idea ...
4
votes
2answers
125 views
How to bring up the UAC Window for New File Creation in C#
System.IO.FileMode.Create
Specifies that the operating system should create a new file. If the file already exists, it will be overwritten.
But suppose i do not have access to a drive and need ...
4
votes
2answers
325 views
How can I make a region on my taskbar thumbnail appear transparent in Windows 7?
I'm developing a program that makes use of Windows 7 (and Vista) taskbar features. Right now I have a custom bitmap that will be shown in the taskbar thumbnail. The bitmap is created programmatic and ...
4
votes
1answer
313 views
How can i see the assembly version of a .NET assembly in Windows Vista and newer (WIndows 7, 2008)?
In windows 2003 and windows XP you could right click on an assembly (.dll) go to properties, click on the version tab and then you would see 3 different version numbers: Assembly version, file version ...
4
votes
6answers
2k views
Problem launching a System.Diagnostics.Process under Windows 7
I’m trying to launch an application (Operating System, My Application and the application I want to launch are all 32 bits), from .NET 3.51.
The code that launches the Process is used for other ...
4
votes
1answer
3k views
C# Splitting Multi-page Tiff into Single Tiff's on Windows 7 / .Net 4.0
I recently moved to a new development box from Windows XP 32 Bit to Windows 7 64 bit. Both machines are running .Net Framework version 4.0 for development with Visual Studio 2010.
After upgrading to ...
4
votes
3answers
84 views
Does .NET 3.5 allow to use the new features of Windows 7?
Some of the applications running on Windows 7 (Internet Explorer, Google Chrome, in example) use the icon they present in the task bar to show a little progress bar. Is it possible to use that feature ...
4
votes
2answers
7k views
where is gacutil.exe?
I am using Windows 7 Enterprise 32 bit. I have used Windows command line, and also used VSTS 2008 command line, but when executing gacutil.exe, there is command not found error.
I am wondering ...
4
votes
3answers
861 views
Why doesn't the RequestAdditionalTime() method work on restart in Vista/7?
I have been doing some extensive testing of a Windows Service I have been writing in C# .Net 3.5. I am having trouble getting Windows to give me enough time for my service to shutdown properly when I ...
4
votes
3answers
1k views
Directory.Exists returns true when directory is not present
I am working on an application for Windows 7, and run some routine directory creation code:
string dirPath = Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.CommonApplicationData), ...
4
votes
3answers
9k views
How do I configure .net framework 3.5 in windows 7
I am trying to use the .net configuration tool in windows 7 but can not find it. Does anyone know where to download this tool from or where it is located in windows 7 (prof)?
4
votes
2answers
485 views
How to Save a setting for All users under Vista
I need to save a setting which is then available to all users of the application on the given machine. It needs to work on Vista/Win 7, and the application won’t be started as administrator.
Can’t ...
4
votes
7answers
9k views
System.UnauthorizedAccessException: Retrieving the COM class factory for component with CLSID {000209FF-0000-0000-C000-000000000046} failed due to the following error: 80070005
I have a problem with a C# ASP .NET project in Visual Studio 2008
This problem started when I reinstalled my computer with Windows 7 ultimate 64-bit.
To this I'm also using Office 2007.
The error ...
4
votes
5answers
1k views
How will Windows 7 be programmed? Will .NET still be king?
With Windows 7 due to be released at the end of 2009, what changes should we expect? What impact will Windows 7 have on the industry? Are we still going to be using .NET (3.5?) to program Windows? ...
3
votes
6answers
90 views
Open a Windows 7 Library in Windows Explorer
How do I open a Windows 7 Library like Documents, Pictures, Music, Videos and all other custom libraries from my app?
I tried opening explorer.exe Libraries\Documents but it doesn't work.