Software Development Network Logo
  • Windows Vista
  • Visual Basic
  • Audio and Video
  • Windows Forms
  • Smart Devicet
  • Visual C++
  • Visual C#
  • Microsoft ISV
  • SQL Server
  • Game Technologies
  • VS Team System
  • SharePoint Products
  • Visual Studio
  • .NET Development
  • IE Development

Software Development Network >> Windows Vista

Windows Vista

New Question

pushsource filter and mpeg multiplexing
Installer writing values to HKEY_LOCAL_MACHINE\Software
CreateProcessAsUser in LocalSystem forked process failed
Windows SDK installer fails (v6.0.6000.0 RTM)
Custom persistence service creation - issues
#include "wlanapi.h" doesn't compile
how to pass data between two activites
Windows Installer - "Change" action does not require admin password in "Programs and Features"
How to handle event in called workflow
Visual Studio and x64 July CTP Build 5472.5

Top Answerers

Steven Galione
hellomahesh
Tatworth
CenGenTech
Keith Farmer
Michal Laskowski
JinMengcheng
LazyGenius
spanky4_3
tuhack
sitemap
Only Title

Answer Questions

  • Mapa3matuk AM_MEDIA_TYPE

    // Setting the media type for the pins to be created AM_MEDIA_TYPE amTypeVideo; amTypeVideo.majortype = MEDIATYPE_Video; amTypeVideo.subtype = MEDIASUBTYPE_MPEG2_VIDEO; amTypeVideo.bFixedSizeSamples = TRUE; amTypeVideo.bTemporalCompression = 0; amTypeVideo.formattype = FORMAT_MPEG2Video; amTypeVideo.pUnk = NULL; amTypeVideo.cbFormat = sizeof(g_Mpeg2ProgramVideo); amTypeVideo.pbFormat = g_Mpeg2ProgramVideo; AM_MEDIA_TYPE amTypeAudio; ZeroMemory(&amTypeAudio, sizeof(AM_MEDIA_TYPE)); amTypeAudio.majortype = MEDIATYPE_Audio; amTypeAudio.subtype = MEDIASUBTYPE_MPEG2_AUDIO; /* here is missing some properties of MEDIATYPE_Audio, please give me an example what properties should be there and their valu ...Show All

  • !=MaYHeM Windows Workflow and .net Frustration

    Hi Folks, I'm damned frustrated. I try to develop a statemachine Workflow. First I watched the nice webcasts of some indian fellow, than form the pdc and so on. May most of you have done the same stuff. I bought some time back the book for Windows Workflow foundation. I downloaded the samples, took the labs and so on .... Some days later I tried, I guess, as most of you some sample, I checked out with the stuff you can download. Than the greate moment, development time desging the workflow and in the mind the webcast, what live is so easy and the world so nice. Ok now it starts: My VS2005 crashed some 8 - 9 times, in one step my full project was crashed while designing OK it's beta 2 ( but still it's beta ) Than my des ...Show All

  • spelger Side by Side Error

    When i run an application in Vista OS which was compiled in Visual Studio 2005 / WinXP , it is getting the following error: "The application has failed to start because its side-by-side configuration is incorrect. Please see the application event log for more detail" What is a recommended procedure to fix it In WinXP or Win2000/ Visual Studio 6, we had VCRedist/ VBRedist which would fix this problem. is there anything available to make my app compatible with Vista OS so that proper files are copied to WinSXS folder in C:\Windows. Regards, RKM. The same is discussed in the following link: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=680635&SiteID=1 Regards, ...Show All

  • CodeDigger Blocking non-ack packets.

    I am trying to develop an application to block all incomng packets but ackknowledgment packets. I have used the PfAddFiltersToInterface api with the FD_FLAGS_NOSYN in the past for 2K and XP. I am trying to use the WFP api in Vista but to not see a way to make this specification. ...Show All

  • DiasVFX Some basic questions on wwf

    Hi friends, I came across a good article that says, we can host the designer and allow the non-developer types (a.k.a. business people) to design and edit workflows. Can we host the designer in a web application That is i create my set of custom activities and create a web page that shows the designer with my custom activities and the standard one and any non-developer type person can use it to design and edit workflows Is there some demo example of this, so that i can get a better picture of it. One more question :: "Activities can be viewed as instructions to the workflow engine." Are they part of the workflow engine or can we have a set of activity dlls that can be fed to a workflow engine Thanks a Lot Sonali ...Show All

  • Martin123 anybody got the book "Programming Microsoft DirectShow for Digital Video and Television " b y Mark Pesce

    if anybody has this book and would like to swap it for some cash, please let me know, it has gone out of stock and I'm desperate, you can contact me on andy.mosley@answerback.tv or andy.mosley@gmail.com please ...................... cheers You can try this. It is not cheap though. If it comes with a cd, please let me know. http://www.abebooks.com/servlet/SearchResults sts=t&an=mark+pesce&tn=Programming+Microsoft+DirectShow+for+Digital+Video+and+Television&kn=&x=68&y=10 Give it to me, ill pay double We made the request but it doesn't look very helpful at the moment. Amazon (UK) are claiming to have a copy or two in stock, ...Show All

  • Bhasker UAC Shield in menus?

    Thankfully there's an easy way to add the UAC shield to buttons by using BCM_SETSHIELD. I wonder though - is there a similar option for menus somewhere The docs say that context menus are supported via DefCM but I'm really looking to add the shield icon to a generic popup menu. Can I do this without ownerdrawing it -Marton '98 or 2000 is not really the issue here. You still need to ownerdraw your bitmaps if you want the icons to look good. Contrary to what's been suggested here, transparency does not really work. (Try saving a bitmap with alpha channel and the LoadBitmap-ing it, then setting it as the hbmpItem.) Unless I am missing something and you need to use some extra-special bitmap format here. ...Show All

  • dampbarn RC2 hangs with Silicon Image SiI 0680 Ultra-133 Medley ATA Raid Controller

    My company is testing Windows Vista RC2 and we have Silicon Image SiI 0680 Ultra-133 Medley ATA Raid Controllers in our computers. The Windows Vista Upgrade advisor states that 'No Action is required' for my Raid Controller. I have tried the following and in both instances they hang the computers : (1) Install Vista RC2, Loading Raid Drivers before install. Vista Setup hangs at loading screen. (2) Install Vista RC2, then in device manager, select Raid Controller and point to location of drivers. Raid Controller installs, then system hangs. Restarting Vista it hangs at loading screen. Note : I am using the drivers listed on the following website -> http://www.siliconimage.com/support/supportsearchresults.aspx pid=31&ci ...Show All

  • Madok Confused, what is the relation between MSDTC timeout and System.Transaction Option?

    What I seem to be seeing is that when I create a System.Transaction with: transactionOptions.Timeout = new TimeSpan (0) but keep the COM+ Explorer MSDTC timeout at 60sec it timesout at 60secs. I don't have have Enterprise Services attribs on my code. What's happening or am I just going mad! The plot thickens. I've now spotted that the timeout occurs after 10 mins! Regardless of the number in the DTC timeout or the .net code. Where does 10 mins come from [Edit] One possible source is the SQL (2000) remote query timeout that's set to 600s. However, I've tried setting that to 0 (no timeout) and I still get the same 10 min rollback. I'm really puzzled by this since I've had a number of very long running Txs in the pa ...Show All

  • Eragon. Customized IfElse activity in a Custom Workflow Designer

    Hi everybody. I host a workflow designer in my application and need to provide users with an IfElse activity that works as simple as possible "Declarative Rule Condition" mode still requires users to reference certain values and compare them with others, and this considered as writing code. I, instead, would like to just have a property like RunThisBranchWhen <value>, so the users could just set the <value> and it would be automatically compared with a value coming from the previous activity. My question is: Can the standard IfElse activity be redesigned to work this way or I have to write my own IfElse from scratch Any details/examples would be greatly appreciated. Thank you ...Show All

  • MethMath Adding InstanceID as SOAP Header to outgoing SOAP Messages

    Could you please advice what are possible/best ways to add the Workflow InstanceID as SOAP Header to outgoing SOAP Messages (I am using WCF for Web Services Invocation) Basically I need to be able to easily correlate an incoming SOAP message with a particular WF instance. A monitoring component will be watching incoming messages and it might need to do some dynamic update to the destination WF instance. Any advice how best to achieve this is appreciate Thanks Karim I was looking through old unanswered posts and apologize no one responded to you earlier. You've probably solved this issue now, but we also have the March CTP out which has support for WCF based send and receive activities and workflow/ ...Show All

  • Jerryl101 break WhileActivity

    Hello, everybody. Is it possible to break (close) WhileActivity from one of its child TIA There is no built in way for this but you can throw an exception from within the while and catch it in a fault handler added to the while, like the following: using System; using System.Workflow.Activities; using System.Workflow.ComponentModel; namespace WorkflowConsoleApplication20 { public sealed partial class Workflow1 : SequentialWorkflowActivity { public Workflow1() { InitializeComponent(); } #region Designer generated code /// <summary> /// Required method for De ...Show All

  • Yelnik Problem with mediaelement and formato not wm

    I'm trying to test wpf/e potential with media and I have two questions, please: Using mediaelement, I found several troubles with the following format: avi, mpeg, mp3; on the contrary without problem with wmv and wma. I'm not an expert of graphic, but I think it is a little strange, because I write a test in wich all works in a correct way with WPF on the .NET Framework 3.0 and even when I embed the Windows Media Player directly in browser. I tried to build a simple page containing a mediaelement on wich I set dynamically with javascript the propery "source" with an url to a streaming server (i.e. "http://download.microsoft.com/download/3/b/0/3b0b0ab5-eb51-4896-bf3a-2f08a4007144/mike_harsh_wpf_e_2006.wmv"). The control ...Show All

  • anubisascends Windows installer error code 2869

    Hi I have a setup project and associated custom actions for the after install event. If i run the setup package on Vista without the custom actions then it installs fine, if i then add a custom actions file to call CeAppMgr, this part works fine but the installer reports the above error message afterwards. I have also commented out all of the code so that the dll is only generating a Msgbox to test, and even though this isnt actually doing anything i still get the message. Does anyone have any ideas Regards Steve I have managed to solve the problem, originally i was shipping just the MSI file to install, i tried installing with the correct setup file and it works fine, this may be related to ...Show All

  • AlexBB Context in workflow?

    I was curious to know if there a way of sharing a "context" between all activities in a workflow instance. I am looking at something analogous to HttpContext in ASP.NET and LogicalCallContext in Remoting. Of course, I can resort to ThreadLocalStorage or AppDomain data myself, but I wondering whether there is a better way of handling this. Thanks, Manoj Mikael, What is your email address John P. Mikael, I am not sure how this code would solve my problem. My goal is to pass an activity property value to the ASP.NET client. If you want to talk on the phone about this maybe this would be easier. John John Portnov wrote: Serge, I have asked MS WF Gurus the same question (&quo ...Show All

293031323334353637383940414243444546

©2008 Software Development Network

powered by phorum