Software Development Network Logo
  • Windows Forms
  • Microsoft ISV
  • Visual J#
  • Game Technologies
  • SQL Server
  • Visual C#
  • VS Team System
  • Smart Device
  • Visual Studio
  • Windows Vista
  • Windows Live
  • VS Express Editions
  • Visual C++
  • Architecture
  • Visual FoxPro

Software Development Network >> Windows Vista

Windows Vista

New Question

Getting Return Data from a sub Workflow
simulating workflows
Installing VISTA on a USB Hard Drive
i AM LOOKING FOR VISTA BETA 2
Workflow Persistence
This workflow,how can I present it using WWF?
Vista Beta 2 - Missing theme parts?
Error: EventDeliveryFailedException ?
Beta 2 Changes
DataExchangeService Attribute in Beta 2.2

Top Answerers

sasi
-Eric Bouguen-
Blaze_wardog
mj585
Remco Jorna
Risto Ylipaavalniemi
Behnam_acc
George Giles
Scot Campbell
Alex N. Winokuroff
Austin American-Statesman
Only Title

Answer Questions

  • Tarey Wolf IMAPI2 Code samples

    Here you will find code samples for the April 18th MSDN Webcast on IMAPI v2 . The samples will be posted shortly after the webcast I'm looking into it Didn't get a chance to get a debugger on it yet... But, with (good ) old-fashioned "printf" debugging - I do know that it fails on the last line: fmt.Write((System.Runtime.InteropServices.ComTypes. IStream )stm); with a nice HRESULT: E_FAIL (0x80004005) (I ...Show All

  • BurkeOn.NET UDP & RTP Filter Lacking In DirectShow

    Fellow C++ Developers, =)   At the moment, I’m in the progress of creating a Mpeg-2 player in Microsoft Visual C++ with the use of DirectShow v9.0. The Mpeg2 player works as expected when playing Mpeg2 video files off the local machine. However, my goal is to display a live and continuous stream of Mpeg2 data.   So what about this Mpeg-2 stream The Mpeg-2 stream is coming over a network through either UDP or UDP with ...Show All

  • Yosmanor TIP @ Log-In? - Has this been included in the December CTP?

    I just installed Windows Vista build 5219 on my Motion LE 1600.  There is no TIP on the logon screen, so I need to have a keyboard to log in (which defeats the purpose)... is there something special I need to do to have the TIP available at logon TIA... In Windows Vista Beta 1 builds there is no support for the TIP at login. There is currently no way to enable it during the login screen. Unfortunately, the only way to log in curren ...Show All

  • Blanker EventHandler won't fire in state machine when calling event from host

    Hi, I have written a simple state machine which is very similar to the order example comes with WWF Jan Lab Beta 2. I created the following service public class NavigationService : INavigationService { public event EventHandler < NavigationEventArgs > StartPageStart; public void RaiseStartPageStartEvent( Guid instanceId) { if (StartPageStart != null ) //StartPage is null when host calling ...Show All

  • Altaras My Vista problems - please help

    When i try to install the "Windows 'Longhorn' Professional x64 Edition Beta 1" on my PC I get an "setup.exe is not a valid Win32" error. When I try to boot from the CD, it wont! Just some specs on my PC which may/may not be relevent: Athlon 64, SATA Raid array, Asus K8V-X motherboard. Hi, I recently installed Vista beta 1, along with Visual Studio 2005 beta 2 and the WinFX sdk. I had numerous problems with ...Show All

  • CarlosAlfaro Life cycle of a workflow

    Is there a diagram describing the life cycle of a workflow I see that we can monitor bunch of events from the workflow (such as WorkflowLoaded, WorkflowPersisted etc.) but it is not clear what exactly do these events mean. For example, I thought that WorkflowLoaded would mean workflow has been hydrated from persistent store, but I don't see that event being fired (though I see WorkflowPersisted events during dehydration). ...Show All

  • mjhadden vmr9 - fullscreen options in graphedit properties panel?!?

    hi all, i recently had to code a videoplayer that could play a fullscreen video on a desktop horizontally spanned over 2 screens. after some research i realized that vmr9 in windowless mode was the way to go. the only "problem" was that there was no fullscreen mode so i faked it by maximizing the renderingwindow and it worked. after registering proppage.dll (initially forgot that) for proper use of graphedit i see that there is a " ...Show All

  • KenReavy Can not install anything????

    I have try to install some software on Vista (5308), a common application like Acrobat Reader, but it always stop on the middle of process (50%). Then I try install my soundcard driver (AC97) that I've got from realtek.com, it same too. I have wait 3 hours to wait the installation but still have same result (stop on 50% or less). Why the Vista is too protecting so that I can not install some application including my soundcard driver so my laptop ...Show All

  • unit107 vista 5231 - HAL.dll is corrupt or missing

    Hello, I have attempted a multiboot installation with the following configuration: Drive 1 / Partition 0 / XP Professional SP2 [60GB] Drive 1 / Partition 1 / Vista 5231 [12GB] I have launched the installation via XP. After the first reboot the system reported that HAL.dll is corrupt or missing. I have checked the temp folder where the setup files are ( C:\$WINDOWS.~BT\ ) - HAL.dll is nowhere to be found... Suggestions Any help would be m ...Show All

  • &amp;#40857;&amp;#20108; Vista Dec CTP on Inspiron 9100 Fails

    Quite a while ago, I installed a version of Vista on this laptop and it "worked" [the OS loaded and booted -- nothing functioned because none of my drivers worked and it bombed after trying to install the XP drivers]. I've since wiped the comp and I just downloaded the new Dec CTP to give it a whirl.... Well, no joy. The install process ran, rebooted the PC and then stopped. I left it for about THREE hours so I am pretty sure it was ...Show All

  • Amit Bhandari Is the Task Dialog modal within its parent window or systemwide?

    Long story short: Currently there is no way to make a dialog modal with respect to only one window. IE: I want to be able to minimize MSWord even if it has a modal dialog popped up. Currently this is not possible. Every program when popping up a modal dialog completely hijacks the screen. The only way around this is the: 'Show Desktop' button. Mac OS X already does this. It has modal windows attached to parent windows only. In windows Vist ...Show All

  • Adam Baruh Media Center

    I installed and validated Windows Vista 5270 today (Jan 2, 2006). When I tried to load Media Center I got the message "This trial version has expired and can no longer be used." If I reset the computer date to Dec 31, 2005 or earlier, Media Center loads OK. Seems like the expiry date for Media Center in CTP build 5270 has been set to 1/1/2006. Are there any other programs in 5270 that share this problem, and will we be getting updated ve ...Show All

  • Chakra V GdiPlusEffects.h missing in February 2006 SDK

    I downloaded the new Feb CTP Windows SDK and the compiler complains about missing GdiPlusEffects.h. This file is included conditionaly when GDI+ version at least 1.1 is detected. Where can this file be found The workaround is to edit GdiPlus.h and change the GDIPVER from 0x0110 to 0x0100: // Define the Current GDIPlus Version #ifndef GDIPVER #define GDIPVER 0x0100 #endif Hi, Per the EULA, gdipluseffect ...Show All

  • Fr0Gs small problem

    Hi, While exposing a Workflow via Web Service, in the new Web Service Code file, we used to inherit the WorkflowExample.Workflow1_WebService instead of directly  from the WebService base class as shown below. public class Service : WorkflowExample.Workflow1_WebService { } can any one say like "If I want to use two workflows into this Web Service How I have to inherit the Namespaces." In the workflow I am using WebServiceReceive an ...Show All

  • BerndMei xps document writer in dec ctp

    hi, where can I find the xps document writer (named mxdw_x86.msi in older ctp ) in Dec CTP...Is the file name changed or not present at all Thanks,       ShivaP, The XPS Document Writer is not available in the Dec or Feb WinFX CTP releases. Currently the XPS Document Writer is only available in Windows Vista releases, but we are working to include it in later releases of ...Show All

97989901234567891011121314

©2008 Software Development Network

powered by phorum