I have tried this in Visual Studio 2008 with XP and Windows 7:
SendKeys.SendWait("sometext{ENTER}{ENTER}")
This is for opening a file in an open file dialog box. It works on XP with VS2008, but when I try on Windows 7, it seems that the {ENTER} keys are not going through.
Is there a known issue with this, or am I doing something wrong?