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

Software Development Network >> Windows Vista

Windows Vista

New Question

Kim's site login
Kim's site login
Vista SDK download Url - Please help
Getting a weird error in my StateWorkflow all of a sudden.
WWF runtime refers old workflows
WF in a Load Balanced environment
Digital Signature.
Where can I locate and download Windows Workflow Foundation 3.0 4203.2?
Detect Vista 64-bit
How do I keep the parent alive?

Top Answerers

Visualbrin
Niku
byronfromwesleyan
Jonas Pranckevicius
patio87
Miriv365
giddy
Pete_M
S 007
Stefanies24
Quanta Training Ltd
Only Title

Answer Questions

  • Jouan Restart Manager TC 30

    Our product has a waiver to be run always as administrator. When the product is run as administrator and RMTool (as normal user) sends a shutdown signal (-S) to the application no WM_QUERYENDSESSION message is recieved by the application. Instead a 10005 event message is sent. Is it possible to avoid this 10005 message, Machine restart is required Even when a normal user is sending the request BR, Daniel If both is as administrator it works nice. The program recieves the correct messages and the 10005 event message can be avoided. Problem is that Vista Certified crew want it to work both ways. Daniel Last update is now that our product passed the certi ...Show All

  • Leebert Workflow sample compilation

    I've downloaded Win SDK for Wista, and try to compile a sample Workflow project. I get messages that "an assembly is missing" and so on. Why I can't compile it No, I haven't. I try to find it right now. I've downloaded it, but the installation process has interrupted. Error signature was like this: EventType : wap10setup P1 : 13165 P2 : 3.0.04131.06_wap_x86_sfx P3 : gen P4 : inst P5 : f P6 : dlmgr_verificationerror P7 : 5008 P8 : 5008 P9 : type_badcertificate P10 : - It is here: http://msdn.microsoft.com/windowsvista/downloads/products/getthebeta/default.aspx What platform are you work ...Show All

  • lamont_23 Updates and "Works with Windows Vista"

    Hello. If I certified my Software to get the "Works with Vista" Logo and the Software needs a Update to fix some Stuff. Is it necessary to repeat the Steps for Using the Logo Kind regards jping Re-testing your application for "Works with Vista" before a rolling out to customers is advisable. For "Works with Vista" you do not need to submit to a 3rd-party testing authority, so there is not an additional cost (other than your internal resources). How about the Certified Logo program Recently, I spoke with a gentleman from Microsoft's ISV support team and he told me that you only need to get an application certified once. Subsequent updates/fixes/new features etc won' ...Show All

  • KevinTunis Comments, Suggestions, Features and WHAT THE HECK WAS THAT!?

    Hopefully, that got your attention. We're starting to sketch out designs for the next version of CardSpace. I'm starting this thread and makin' it sticky so we can continue a dialog around new features. Now, I realize that CardSpace ain't even out the door yet, but the planning is beginning. I can't promise anything, but I can tell you that I'll listen, and I'll bring everything to the team. So, What do you want to see in the Next Version of CardSpace g Garrett Serack | Program Manager |Federated Identity Team | Microsoft Corporation blog: http://blogs.msdn.com/garretts So.... roaming. And a cupholder. Never enough cupholders. :D Ok. Cool. Thanks, ...Show All

  • Whoisit Differences between WPF/E and Flash

    Hi, I searched a lot on topic "Flash Vs WPF/E" but I could hardly get any concrete information. Can anyone suggest any useful information, URLs on "Comparative study between Flash and WPF/E". Regards, Santosh Kalkeri ...but it is definitely not insignificant for the developer. You can easily generate new WPF/E on the fly, as opposed to Flash that is precompiled. >In it's present form WPF/e is so far removed from Flash in terms of functionality that you can barely do >anything useful with it at all other than create yet another media player. Have you seen the Vista demo It shows how far you already can drive this thing. There are a few obvious li ...Show All

  • Kardi Pageflow

    Hi, I'll use WF to pageflow. My scenario is: my web host application doesn't know about who I'll be called when the user click to initiate a process, like a Register. When I start the workflow instance the first activity is a CallExternalMethod activity that will tell to the webapp which page need to be called. My question is.. if the user close the application the workflow will be persisted... When the user returns to the continue the process my CallExternalMethod activity will be passed, so the workflow doesn't will tell to the webapp which page need to be called. I need to know this value... I think the solution is tracking... Am I right or there is other way Thanks. Yes, tracking would be one way to do it and probably the ...Show All

  • nikos_22 How to call webservices in a workflow in an asynchronous way

    Hi, I am doing R&D on the features of Windows Workflow Foundation which we are going to apply for our project after release of WWF. we are using SOA Architecture. So I need to call services based on the rules. I have succeded in doing them practically using Sequential and State Machine Workflow. So, now I want to achieve Asynchronous way of calling webservices. I don't know whether this can be possible with WWF or not. If it is possible, can any body please help me in doing this. Thanks in advance. Hi matt, How are u . According to your response " In your class library, have a method like StartCall(parameters) which begins the asynchrnous call to the web service and sets up the delegate to be called when the serv ...Show All

  • Learning VB How to host data access objects for high volume, distributed systems given current state of .NET?

    I’ve created a set of data access (DA) objects that connect to a dbms, do O-R mapping, return custom business objects, etc. Following advice I’ve read here and elsewhere, I’ve kept them separate from any hosting environment, e.g. Enterprise Services. Now I need to figure out how to host them in a high-volume, distributed system, but I have questions as to the best way to go about hosting these babies for remote access, given that a new generation of .NET is imminent, but is not yet all the way here. A brief system description is below, as well as my questions. Can anyone help me out I think the discussion is a worthy one; there must be other folks asking similar questions right about now. Thanks in advance, ...Show All

  • CharlieRussell real apps for the sidebar?

    Hello, my question is, if there is a way to develop real applications for the sidebar applications that have internet connections, threads .... thx and greets from germany! Dirk I have found that the http://microsoftgadgets.com/Forums/ site has a very active forum and is a great resource for MS gadget development. ...Show All

  • CodeScribler How to remove registry keys in HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Enum\\USB\\...

    I am using VC++ to create an application to obtain privilege and remove keys and subkeys in HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Enum\\USBVid_0xxa&Pid_0xxx but I always get access denied message, the same code works fine on XP but not on Vista. I tried to use the sample code from the msdn library but still doesn't work on Vista.... http://msdn.microsoft.com/library/default.asp url=/library/en-us/secauthz/security/taking_object_ownership_in_c__.asp http://msdn.microsoft.com/library/default.asp url=/library/en-us/secauthz/security/enabling_and_disabling_privileges_in_c__.asp It failed when I try to run the SetPrivilege function, and print out I must be logged on as Administrator, but I am log on as Administrator and ru ...Show All

  • Lee Brimelow How to determine possible states in State Machine Workflow

    Hello, I created State Machine Workflow and managed to get current state. My task is to determine all possible states in which state machine can go from its current state. Any ideas Kind regards, nrasinec In Beta1, you can enumerate all the event drivens and state initialization activities in the current state, and aggregate all the set state activities to determine the potential next states.  In Beta 2, there will be a set of helper methods that you'll be able to use for these queries. Arjun Thank you for the answer! Now I've got another question: Is it possible to control the order of the states returned by the methods " StateMachineWorkflowInstance.St ...Show All

  • guy87 Playing file after file

    After playing one video file I want to play another file. As I understand the RenderFile() just adds filter without removing old ones. Should I remove all filters from the graph builder (by using EnumFilters and calling RemoveFilter on each filter) Is there a simple way to achieve that thx. The simplest approach is to release the entire graph and CoCreate the graph manager again. In that case, you'll need to reacquire all of your interface pointers. (When clip 1 is done, release everything, then build everything from scratch for clip 2.) Another option is to remove all of the filters with EnumFilters / RemoveFilter. I'm not sure this is much more efficient than (1). A third approach is to selecti ...Show All

  • nizmo Vista control panel (link and icon)

    Hi, All, I've developed a 3rd party control panel applet for Vista and basically it works fine. But I have two issues about the control panel item: 1. How can I add a custom link under the main description of my control panel item in non-classic view (e.g. the "Adjust system volume" link of "Sound" control) 2. How to provide different size icon in classic view I have a all-size (from 16x16 to 256x256) icon in the resource and use LoadIcon function to return the icon handle as the hIcon member of LPNEWCPLINFO structure. However, it seems like the explorer always use 48x48 one and make the icon looks pretty ugly in "Extra large Icons" view. Any comment will be very appreciated. Thanks, Kevin ...Show All

  • DragonVic problem with Removing Menubar and Toolbar from IDE at runtime

    Hello, I am Developing a tool.for that i created instance of VS IDE(see code ). The problem is i have to Remove the Menubar and toolbar from that IDE. I am not getting how to move forward. i am new to this programming. can any one help me by giving u r suggestions and samples related to this. objwin = CType (Microsoft.VisualBasic.Interaction.CreateObject("VisualStudio.DTE"), EnvDTE.DTE) Dim t As System.Type = System.Type.GetTypeFromProgID("VisualStudio.DTE", True ) Dim obj As Object = System.Activator.CreateInstance(t, True ) obj.ExecuteCommand("View.SolutionExplorer") obj.MainWindow.Visible = True ...Show All

  • altamash Exception on raising an event

    Hello, I'm developing an example project very similar to expense reporting (lab01), with two event handlers. I can fire the first one (submitted event) without any problems, but when I try to raise the second event (reviewed event) I get an exception that sais: "EventDeliveryFailedException was unhandled" and the message is "Event "RevisatCOF" on interface type "WorkflowValidacio.Interficie" for instance id "ef46e5fa-64c7-4343-9d3c-c62b829f9c37" cannot be delivered." I followed exactly the example in expense reporting, so I have the event declared in my interface and in the implementation class, and I raise the event like this: RevisatCOFEventArgs e = new RevisatCOFEven ...Show All

767778798081828384858687888990919293

©2008 Software Development Network

powered by phorum