What does a gray Vee icon mean in TortoiseSvn?
I have a gray Checkbox or 'vee' icon next to a XSL file. It is identical to the usual 'green vee' that appears next to versioned files. What do it mean? ...
I have a gray Checkbox or 'vee' icon next to a XSL file. It is identical to the usual 'green vee' that appears next to versioned files. What do it mean? ...
Hi there I'm using this approach to display an icon near each link to a file from my web-application. In order to avoid IE history cache problems I display a link as <a href="path/to/the/file.xls?timestamp=0234562">FileName.xls</a>. In this case the css rule doesn't do his job. Do you know how can I solve this problem? ...
I'm having an issue with using SHGetFileInfo on the public desktop and files in the public desktop. I'll focus on the actual desktop folder (CSIDL_COMMON_DESKTOPDIRECTORY or usually "C:\Users\Public\Desktop"). Also - I've started seeing this behavior only recently, but I can't pinpoint the exact change which made it faulty. The actual ca...
I have a simple WPF TreeView with icons <TreeView Name="TreeViewThings" ItemsSource="{Binding}"> <TreeView.Resources> <HierarchicalDataTemplate DataType="{x:Type local:Thing}" ItemsSource="{Binding Children}"> <StackPanel Orientation="Horizontal" Margin="2"> <Imag...
Hey! My idea: I select a string/text and drop it on my app's icon. My app comes up and does fancy things with the string. Now my question is how I can do it that I can drop it on the app, how I can notify my app and how my app gets the string. Any suggestions? Thanks for answering and any idea! :) ...
I'm using Visual Studio 2008 and have created a setup project for my application. The application has a high-resolution icon (for Vista). There's a bug in Visual Studio, and the installer creates a desktop shortcut with a low resolution icon. I logged this bug in Microsoft Connect (https://connect.microsoft.com/VisualStudio/feedback/Vie...
I have a .NET 3.5 MDI WinForms application. I set a a child form's Icon property, and the icon shows up correctly in the top left corner of the form. I then maximize the child form and the icon is still OK. With the child form still maximized, I open another child window, which automatically comes up maximized. This form's icon is not ...
On my program icon i want to show how many show a number, like on the AppStore program icon, where it shows how many updates are available. How can i implement this on my own program icon? ...
I am creating an addin for Outlook, and I would like to use some standard microsoft's icons in my addin's GUI - for example, outlook has 'reply to' icon that people already know well, and I would like to use the exact same icon for replying action in my addin. Is it legal to do this? According to http://www.microsoft.com/about/legal/pe...
I need to source some graphics/icons for my application I'm writing (Windows WinForms). I need graphics for toolbar buttons, icons for form headers and graphics for wizard dialog boxes. As a last resort I'm willing to create them myself - a move that might make them (and my whole application) look amazingly bad. What are some good sou...
Duplicate Where can one find free software icons / images? Not a technical question lads but ive been looking for a set of icons for a room reservation thing that im working on. theres loads of icon resources around the web alrite but is there a decent place to go for some quality free icons that anyone can recommend?? ...
If a program is executed for the first time in Windows 7, it automatically hides the icon. Is there any manifest setting or option to force Windows 7 to always show the icon by default? ...
I have a winforms application which is deployed with a standard windows installer (MSI), created in visual studio. I would like to create a custom shortcut which launches a specific URL. The shortcut needs to have a custom icon associated with it too. All I can find is the ability to add a shortcut to an item in the project files (out...
I need to include an icon to the left of a label in my form. it would probably work best if the icon was part of the label. it seems to me that a form item cannot have anything preceed the label on the left side, is there anyway around this? ...
I have a C# Windows CE 5.0 application. I am using VS2005. My executable shows the correct icon (32x32 8 bit). If I move the .exe file to the CE device using ActiveSync then the icon is still correctly displayed. When I use a CAB file to install the application the icon is lost. Currently the icon is an embedded resource. Any suggestions...
How do I put an icon inside a form's input element? Tidal Force theme Got me? ...
BACKGROUND I am writing a screen capture application My code is based derived from this project: http://www.codeproject.com/KB/cs/DesktopCaptureWithMouse.aspx?display=Print Note that the code captures the the mouse cursor also (which is desirable for me) MY PROBLEM Code works fine when the mouse cursor is the normal pointer or hand...
i've created a web setup project and i wanted it to create a desktop shortcut to the web application (ex: http://localhost/xx/yy.aspx). up to this point it was pretty easy: i created a shortcut (doesnt matter where), gave it the url i wanted, added this to the User's Desktop special folder of my web setup project, and it was placed on th...
I make a lot of simple single executable applications for various things at home and at work. Icons always seem to be a problem for me I am not a designer. Like most I can do a little here and there with photoshop, gimp and paint.net. However I should not be trusted if things need to look "good". The question is how do you deal with ico...
I'm trying to customize the icon that shows in Windows Explorer and in Desktop shortcuts for my Delphi application. In the Delphi 7 IDE, I have loaded the desired icon in the Application tab of the Project Options dialog. It shows my desired icon as a graphic. I didn't think it was necessary, but I also set my icon as the TMainForm Ic...