Answer Questions
Igor Kokorin TabControl using Vb.net 2005
Hello I want to use a tabcontrol in my application where this control alignment is left I want to know how to use this control with left alignment and i want the caption of the tabpages to be horizontally. i saw a tab control used by microsoft vs IDE in the MyProject page properties, i failed to do one like it thanks in advance for whom will helps me Monah - this is the workflows forum. You posted in the wrong forum. For help on finding the right forum for your question check: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=607333&SiteID=1 --Vignesh ...Show All
Prasenna Interoperability with Sun/Oracle/Fujitsu WS-CAF (Composite application Framework)
Hi, Can someone tell me if there are still two standards emerging, diverging or converging in the Web Services transaction space A year or so ago, I was reading about Oracle's and Sun's Composite Application Framework as a rival to what Microsoft, Bea and IBM were doing. Is this still the case Is there a winner/loser or hybrid emerging Is it a case of Java and .NET demarcation flowing through I am specifically interested in the WS-AT subset of transactions so feel free (in fact please do) confine your answer(s) to this realm. Heuristic txn resolution is anathema to me (and by the looks msdtc) but Oracle/Sun (and curiously IBM) seem to live for it! They got "heuristic hazard" all over the place and are quite happy if a ...Show All
Maramil Shell Namespace Extension" to support Microsoft Windows Vista
Hello All, In several weeks we are going to begin investigating modifying our "Shell Namespace Extension" to support Microsoft Windows Vista. Today our namespace extension is available under the Desktop directory in Windows Explorer and in the Common Dialog. Presently our dialogs provide both Tree and Viewside navigation and we need examples doing this same type integration under Vista. Our understanding is the code behind the namespace extension for displaying items on the viewside has changed greatly. Can you provide to us a Microsoft code sample that provides a similar namespace extension functionality into Windows Vista Looking forward for you responce. Thank you inadvance, AJAY ...Show All
caltex Have you looked at TIP - "Transaction Internet Protocol"?
SCENARIO Suppose I call the following method in a ServicedComponent: public void DoMixedUpdates() { DoDBUpdateA(); DoDBUpdateB(); CallWebService1ToDoDBUpdateC(); CallWebService2ToDoDBUpdateD(); DoDBUpdateE(); DoDBUpdateF(); } All 6 calls perform DB updates but the middle 2 calls call "plain old" ASMX web services that each then call a component that performs DB update C and DB update D. QUESTION On the current shipping versions of Windows Server 2003, does a) .NET 2.0 with WSE 3.0 or b) .NET 2.0 without WSE 3.0 support the "transactional web service" scenario d ...Show All
DKB (Solved) Timers in a Workflow hosted in ASP.Net
Hi I'm building a web based workflow application and need to monitor the progress of the requests entered into the application and if a request hasn't been actioned after a period of time; send a notification email. I've read several posts and bloggs that state the Persistence service is responsible for monitoring Workflows that are in an idle state and then responding to delays within the Workflow that expire. I realise that because of the nature of ASP.Net the runtime is unloaded after each call, so I'm confused as to how, if the service isn't instantiated, it can perform this task. Thanks for any help. DB There are products out that there will ping your site for you on a regular basis to k ...Show All
davidy13 Vista Certification Test Cases Test Case 18
Hello: I would like to know if and why it is a requirement that we author a row in the upgrade table to satisfy test case 18. For "major upgrades" of our installer (as they would be categorized), we allow side-by-side installation. This way someone can have version 1.0, 2.0, 3.0, etc all installed at the same time. A major upgrade is defined as "A comprehensive update of the product warranting a change in the product code. Essentially, it is a new installation; optionally, it is an application removal." The keyword in that definition is "optionally". We do not want to remove version 1.0 if the user installs version 2.0, and we also don't want to prevent installation of version 1.0 if the user already has versi ...Show All
blixt174963 Easier adding of paralell branches and brackets
Hi All, I'm a beginner in WWF, and I should implement an SQL-like(not for an SQL database, but with a similar language) query builder workflow. The query should contain only a SELECT with AND, OR, NOT and brackets. The selection is based on different characteristic, which are listed in a grid. After short studying of some sample programs and the help, I have the following questions: 1. How can I insert the dragged activity paralell to the current selected activities or to the activity bellow it Detailled: In the samples I have seen only one way for inserting paralell activities. You take a CompositActivity or ParalellActivity from a toolbox, and drop it into the designer. After that you take an Activity from a to ...Show All
Dewald Viljoen WPF/E and Virtual Earth on the same page
Has anyone tried putting WPF/E and the Virtual Earth control on the same page I can't get it to work in IE7 It works fine in IE6 and Firefox on the same machine. The code is really simple, just 2 divs, one containing the VE control and the other contains the wpf/e control pointing to a very simple xaml file. When the maps loads, the canvas goes blank. Anyone seen this The code for the page is shown below: <! DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" http://www.w3.org/TR/xhtml1/DTD/xhtml1-ransitional.dtd "> < html > < head > < meta http-equiv ="Content-Type" content ="text/html; charset=utf-8"> < script src ="js/aghost.j ...Show All
Vojislav01 Who can tell me how can Tablet PC work on .NET2.0 with VS2005?
I find all article discusse how to work on .NET1.1 or .NET3.0. My work Development and Test Systems are windows2003, VS2005, .NET2.0. I want the complete program install on XP, and support .NET2.0. Who can tell me, what software I must install and what thing I must note thanks Hi Stefan Wick - MSFT , Thank you and Michael . I know the operating system on a Tablet PC is regular XP (or Vista) with additional features on top of it. There are two type of applications you are planning to develop 1 My develop for a desktop computer will run on a Tablet PC with XP for my working project. So I have the question, as you know, Vista is built on CLR3.0, Is Windows XP Tablet PC E ...Show All
sawer dev enveronment setup
I've been looking for how to install and setup a WWF dev environment with the vs2005 workflow designer extensions but the web is full of outdated info about betas, CTP's etc... I'm running XP Pro SP2 and VS2005 Pro. I know I need to install .NET 3.0 runtime. What else do I need to install and where can I find it Thanks. The 3.0 framework & SDK installed without issues. When I run the install for the VS2005 extensions, the cygwin installer pops up. I can't find any info about this on the net. Any ideas Scott, You'll want to install the .NET Framework 3.0 runtime, as well as the Visual Studio Extensions for Windows Workflow Foundation. You can find links to the RTM v ...Show All
Mohsen Kokabi Where are Common Control Balloons
I have been trying to track down information on the new Balloon Common Controls but have so far only managed to fine the Vista guidlines on using Balloon Controls or the Common Controls Balloons info which just says it has not been written. Is there anywhere I can find information on the Balloon Common Control interface Thanks in advance, and appologies if this is a stupid question, but I have looked everywhere and found nothing!! I searched all the SDK header files and the only thing added in Vista was some large icon styles for the tool-tip notification balloons (also usable with EM_ balloons). I also looked at the shell COM interfaces, and saw nothing obvious. So I don't think there was anything spec ...Show All
programmer01 Graphedit and VMR-9 filter missing tabs
This isn't a question but how the problem got solved. Like half the posts on this form I'm trying to overlay text and bitmaps over live video and I want to do it out of the managed environment with C#. The Graphedit tool has been a great aid in figuring out how all of that might look. Unfortunately I found myself having to use a December 2002 version of the DirectX SDK to get the VMR-9 filter to act right in GraphEdit. Of course this wasn't going to play well with the Visual Studio 2005. Downloading the latest DirectX SDK and the latest Platform SDK, I was confounded by the VMR-9 filter in GraphEdit. It was not possible to add pins and all the tabs except for Quality were missing. This has cost a week of time and led to the purchase of a n ...Show All
notaclue HandleExternalEventActivity and Re-hosting the Workflow Designer
Hi, i'm using the Re-hosting Workflow designer example and making my own adjustments to it. When I run the example I am not able to set the InterfaceType and EventName properties of a HandleExternalEventActivity, while in Visual Studio I can do this. This is what I have done: 1) added a state machine Workflow library project to the example 2) added a project that provides an Interface (IMutationService) that can be used by HandleExternalEventActivity 3) Added references to the interface project in the 3 other projects of the Designer Re-hosting example. 4) In the Workflow Lirary project I'm now able to add a HandleExternalEventActivity to Workflow1 and set its interfaceType to IMutationService. 5) When I run the ex ...Show All
cadouthat ACT install on Vista
Hi, On trying to install ACT 5.0 RC on Windows Vista, the following error pops up: MSIXXXX.tmp - Common Language Runtime Debugging Services Application has generated an exception that could not be handled. Process id=xxxx, thread id=xxxx On trying to debug the application and use a VS2005 instance I get the following message: TypeInitializationException was unhandled. Resource Lookup failed - infinite recursion detected. Resource name:TypeInItialization_Type Can someone please help with this Regards, Sayor. Hello Sayor, Since this is an issue with the ACT RC Beta, I would suggest posting your question in the ACT newsgroups located here http://www.microsoft.com/communities/news ...Show All
Woody_In_Sheffield Vista - Media State Unauthenticated
Hi all, I am building a Wireless Utility. It uses WPA Supplicant at the backend instead of WlanSvc. It works fine for Windows XP and 2000. But in windows vista I have faced a typical problem. My supplicant succeeds to connect to a AP - at least "Network Connection" shows the adapter as connected and the MAC address of my adapter is also visible in the attached Device List of the concerned AP. But if I use "ipconfig" tool from command prompt it shows the media state of the Wireless adapter as " Media Unauthenticated ". It does not show any IP address againest my adapter and I fail to have the cionnectivity as well. Since this Utility/Supplicant works fine for Win XP and Win 2K, it seems that Vista is pla ...Show All
