windows-7

Active FTP client blocked by Windows Firewall on Windows 7

I have an application that runs as a service and contains an FTP client. It needs to connect to an FTP server that only supports Active FTP. When I attempt to get a list of files or download a file, Windows Firewall is dropping the incoming connection from the FTP server. (I don't believe we had this problem in Windows XP or Windows Vis...

Is the Windows 7 Task Bar the new Notification Area?

I've seen a few Windows 7 applications popping up around the web that take advantage of the new task bar functionality. However, some of these applications are treating the task bar like the notification area. There is no foreground window. All interaction is done through the task bar button (with overlays, progress bars, jump lists, etc...

Porting Code to Windows 7

I wrote a game years ago (under Windows 95) in Pascal. Since then over time I'd checked it and it still ran with the newer OSs. It works in XP. It works in Vista. However under Windows 7, even in the XP compatibility mode, it crashes on the spot. I've yet to get a chance to attach a debugger and wade through the decade-old code, but...

Can I Sync Pocket Access on Windows 7?

I have to sync a Pocket Access database with Access on the PC. WMDC won't let me do that and ActiveSync won't run on Vista so I can't do it. Works great on XP. Windows 7 has an XP mode. It runs XP in a virtual machine or something like that. Question: Can I Sync Pocket Access on Windows Mobile 5.0 with Access on Windows 7 if I'm run...

Controls Are cut in MFC when changing display to 125% in windows 7

I have an MFC application. When running it on Windows 7 I realized that when changing the display percentage to meduium - 125%, I have a TextControl which is cut off (end of sentence doesn't appear.) How can I fix this? I could enlarge the size of the control on the dialog, but I'd rather do that via the code. My application is locali...

Win7: Out of Memory exception on Image.FromFile

The following piece of source does run nicely with Windows up until vista. With Windows 7 (and the new .net 3.5) it always produces an out of memory exception, when I try to load a raw image file from my Nikon D90. Some might say "loading nef's is not supported", but it did run nicely up until vista, only Windows 7 broke it, so I'd disag...

Will the Scenic Ribbon ever be supported by the MFC Feature Pack?

My team has spent a long time developing a nice UI using the ribbon included in the VS2008 MFC Feature Pack. Now that Windows 7 is out and the look and feel of the ribbon has changed, my application looks out of date already, and it hasn't even been released yet :/ I want the look and feel of the Windows 7 ribbon ("scenic ribbon") idea...

How to set up a SharePoint 2010 developer machine?

As the release date for the public beta of SharePoint 2010 is coming closer and closer, I'm wondering how to set up a developer machine for it. I've heard that for developing on SharePoint a 64 bit system is needed and that Microsoft advises to use Windows 7 64 bit and install SharePoint 2010 on it. I think that won't be an option for m...

How to use Itunes-like functionality of windows-7 with WPF? (thumbnail toolbar)

How to use such functionality of windows-7 with WPF (one that uses Itunes - see the Prt Scrn below)? ...

See XP Mode IIS sites from host OS

I am running Windows 7 x64, and then XP in Windows XP Mode. I am using bridged networking so that in XP I can access network / domain resources (e.g. SourceSafe). I can access SourceSafe, develop code in Visual Studio, run the web site, etc. all within the VM. But I would really like to be able to hit the web site on the XP VM from th...

Cant get Tomcat6.0 to work with Windows 7 Environment

Prior to upgrading to windows 7, I was able to use Tomcat 6.0, but when I upgraded to the new Windows, and downloaded Eclipse EE, and downloaded the apache content, I am unable to get Apache to run. When I attempt to start my apacher server through either system tray, or even windows services, it gives the followign error screen. "Windo...

Windows 7 and binding a textbox to a property in a custom class

I am running Windows 7 and have an application that has a textbox bound to a Property in a Custom Class that Implements IEnumerable. When I call Raise Event to update the textbox it will only work the first time. However, the application works on every other OS I have tested on (XP, Vista). Also if my custom class does not implement I...

Desktop Namespace Extension in Windows 7: Unable to drag and drop

I have a program which makes use of a desktop Namespace extension. In Windows 2000, Windows XP, and Windows Vista, users can drag icons onto an icon on the desktop and the program is launched. However, in Windows 7 (both Home and Ultimate), all that happens is the icon order is rearranged. I tried using Sysinternals dbgview.exe. It ...

Windows 7 Integration in VB.NET

I'm trying to add Jumplist support to my app, but I can only find the source code of libaries to do this in C#, I can't find any dlls anywhere. So where can I get one? Or am I totally wrong and how do add the new windows 7 features in vb net? ...

Javascript code Substring

Hi, I'm trying to create a gadget for win 7, that retrieves the RSS feed from a site. So far so good, everything works fine, just that I want to add something extra. The gadget so far extracts the link from the feed and stores it in a variable named 'articlelink', the link is usually something like "h*t*t*p://site.ro/film/2009/brxfcno-/...

Working Aptana with Zend Debugger config, anyone?

I was wondering if anyone has an Aptana / Zend Debugger combination which is actually working. I have the latest Zend Server CE installed which has Zend Debugger enabled by default and I have the latest Aptana IDE installed. For a few days already I've been trying to make those two work together... to no avail. When I run the Aptana deb...

Visual Studio 2008 Navigate Forewards/Backwards Buttons Don't Work As Expected

I just installed VS2008 on my new Win7 box. I have Navigate Backwards and Navigate Forwards buttons on my tool bar. When I change between documents, I do NOT see a list drop down for each of the buttons like should be seen here after opening multiple documents and switching between their methods: How it should work. Instead, I just see...

Windows 7 Batch: Find /i

Hello, I have a windows batch file in Windows 7 which does something with find. it starts with this: find /i /c.... But it says something like find /i is no medium or so. Then it just gives a list of every single file in the C:\ directory. Is there any new replacement for Windows 7? EDIT: If i hit find /? in cmd, it gives fi...

making a thumbnail toolbar (windowsAPICodePack,windows 7) button invisible in vb.net

I'm trying to make a thumbnail toolbar button (TTB from now on)visible when the it is clicked. I know how to do stuff when it is clicked, AddHandler etc. But if I tell it TTB.visible=false then it doesn't become invisible. If I put TTB.enabled = False it will be disabled, so it's only the visible that isn't working. Also I put a button...

Which Is The Major Differences Between Windows XP, Vista And 7 At The Development Side

Hello, Recently I installed Windows 7 in my development machine just to test, with it I installed Visual Studio 2010, but I was thinking in what are the major differences between the development for/under Windows XP, Windows Vista and Windows 7?, how about .Net Framework 4? ...