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

Software Development Network >> Windows Vista

Windows Vista

New Question

Expense Reporting Sample using Webservices
Problems with Tutorial Lab03/Ex02/Task02
How to get Workflowinstance from a StateMachineWorkflowActivity ?
Sharing Data between Activities
ID3 tags
XOML Version (beta 1)
Custom activity based on HandleExternalEventActivity
Going-Live and Persistence
problems with Vista 5308 install
Custom Activity with timer does not execute after timer expired

Top Answerers

Osama Ibrahim
PramodV
ASTECH
DGaddy
Amr Ashraf
jwagner20
Sevugan
master_pete
Celios
Manish Garg
Superior Software for Windows
Only Title

Answer Questions

  • dgriffith Delay Activity in the StateMachineWorkflow

    How dow we introduce the delay activity in the StateMachineWorkflow. when I do that along with EventDrivenActivity it gives the error saying only one can exist. How do I go about this Regards Define an event driven in the state, then put a delay in as the first item in the event driven. If you have another event that you are also waiting for, then add another eventdriven to the state and add your Ha ...Show All

  • zoulasc Sequential Workflow - Go to activity

    Is it possible to "reset" the current activity to an activity already executed Sample: SubmitRequest (EventSink) ManagerAproval (EventSink) ManagerAproval_Invoked: If(!Aproved) SetNextActivity(SubmitRequest ); Mikael Have a look at the ConditionedActivityGroup activity as I think this might get you the functionality you want without having to resort to GOTO statements. Matt can you give me en ...Show All

  • Dmitrit Beta Tester

    Hello, I would like to be Windows Vista Beta Tester What should I do Thanks    Hello, I dont have a Guest ID Thanks    Use the BetaReq Guest ID and fill the survey. Hello, You can visit http://beta.microsoft.com/  to apply for the beta program. Thanks, Eric ...Show All

  • joep3 Dual Booting

    Dear Users, I need to dual boot Vista and Windows server 2003. It must be possible and if it is I guess if I install win 2003 after vista, i will loose vista whats the solution Best Regards, Aakash Looking to dual boot win xp sp2 and vista 5308. Two seperate hd's. Is it best to Leave xp on C(current install now) and load vista on F as slave switch it tomaster and switch over. But hate the thought of disconnecting and reconnecting all the ...Show All

  • CamonZ Forum Guidelines - Read before you post!!!!!!!!!

    Discuss topics and ask questions related to pro-audio application development (i.e. DAW’s, Plug-Ins, Soft-Synths, etc…) on the Vista platform . Some topics will be allowed that deal specifically with pro-audio software and hardware interaction. Any post that is not relevant to the intent of the forum will be removed without notification. For general Vista development check out: http://forums.microsoft.com/MSDN/ShowForum.as ...Show All

  • cabby Question on shipment of Vista

    Hi everyone this is my first time being here. I have a question, I found out in this link ( http://msdn.microsoft.com/subscriptions/  ) That they are expected to shipped Microsoft Windows Vista Code Name "Longhorn" Professional Edition Beta 1 Windows Automated Installation Kit (WAIK) will that be the CD Case of windows Longhorn I would loved to buy one if there selling it. If someone that works for Microsoft can tell me if this will happen ...Show All

  • windowsxp168 to androidi

    Hi, I installing Vista on this configuration: CPU - AMD X2 4200+ MB - MSI K8T Neo2 (bios 9.3) VGA - Saphire Radeon X700pro AGP 128MB Sound - Sound Blaster Audigy 2 But instalation switch two minutes after first restart to black text mode screen with only keyboard cursor. I tested instalation 10 times and using 4 other DVD copies. Previous December CTP function good. Thanks for your any input Bespi ...Show All

  • john.shu File organization in Windows Explorer

    I don't know about all of you people, but I find the fact that the Windows Explorer in Vista doesn't make the difference between folders and compressed files when sorting files by name extremely irritating. Per example, my downloads folder is filled with ZIP files and I also have folders in which I put files of different categories, such as Games, Software, Windows, Drivers, etc. In XP, those folders are always at the top of the Explorer's wi ...Show All

  • TFM MsgWaitForMultipleObjects gets stuck?

    Hello, I was just testing my application out on Vista build 5364, but there seems like a problem with the MsgWaitForMultipleObjects function. I have simple function in my appliction that just launches a setup.exe from a specified path. I have a function, launchVIAShellExecute() which uses the ShellExecuteEx function launch this "setup.exe". The problem is in the do-while loop shown below. It seems like the my application gets ...Show All

  • Juan Manuel110953 HandleExternalEvent: event filter / correlation

    Hello folks, I am new to WF and I am completely baffled by correlation. What I am trying to do is very simple: I have a State workflow activated by a single event from my local service with a parameter in the event args to do the disambiguation. The HandleExternalEvent activities knows those values at design time, but not at compile time. What I wanted to do initially, and what is my preferred solution, is to derive a new class from HandleExtern ...Show All

  • redcamel one workflow persisted and doing work in two hosts

    Hi, Anybody has sample where workflow host has created instance of one workflow, then persisted it. Now other host gets instance of same workflow and passes some work to it e.g. host A creats instance of workflow A, and then runtime persists it. Host B now tries to load workflow A and provides some external event to start processing further... runtime in host B again persists the workflow. Provide some sample if anyone has it. th ...Show All

  • fredstartin Remoting issue with: C:\Windows Workflow Foundation\Labs\Lab01\Completed\Exercise 3

    I’m working with the WR labs and am having a real problem with one of them. I think it’s a remoting issue and the lab is : C:\Windows Workflow Foundation\Labs\Lab01\Completed\Exercise 3 I have completely rebuilt all projects involved and when I run the exe I get this error: In debug it breaks on: RemotingConfiguration.Configure("ExpenseHost.exe.config"); In this class: namespace ExpenseHost { ...Show All

  • jazjef Can I have custom property at stateActivity level?

    When you add a state (for example stateActivity1) in state workflow, By default it has 3 properties- stateActivity1-> (name), Description and Enabled. Is there a way to create custom property (like _userRole) This will help me checking the accessibility of workflow state for a certain role. Thanks in advance. Yes - I realize that - Category and Description are both *optio ...Show All

  • tsennyuen Dynamically changing rules definitions in .rules file without recompiling the WF

    Hi, I have developed a sample application for validating credit cards and as a part of implementation, i have used policy activity and defined some sample validation rules using rules editor. I expect my end user to edit these rules with valid actual rules and my WF has to execcute its policy activity against these newly created validation rules. Please suggest me a workaround to implement this scenario. Please note that, i don't wan ...Show All

  • Gary 1981 Glass effect-Windows forms

    Hi, I've couple of questions for which i need information. Do let me know about the following..... 1. How to enable glass effect for windows forms in vista. 2. I see the dropdown (Address bar) in IE of Vista as a transperent one. Please let me know how can i achieve such dropdown in my windows forms just to look as if they are IE pages. 3.The tree view style of explorer is also different. how do i make my treeview have this style. Await ...Show All

272829303132333435363738394041424344

©2008 Software Development Network

powered by phorum