Answer Questions
Salman Maredia vista 5600 what the difrence between each build
Windows Vista RC1 (x86) (Build 5600) - DVD (Checked Build) (English) Windows Vista RC1 (x86) (Build 5600) - DVD (English) Windows Vista RC1 (Build 5600) WDK - DVD (English) Windows Vista RC1 (Build 5600) SDK - DVD (English) vista 5600build what the difrence between each build and for example lets say i want the vista OS + the SDK do i need to download and install both one build on top of the other The first is the debug build and the other one is the retail build. WDK is the driver developer kit for Vista and SDK is the software developer kit for Vista. So you need to download and intstall the Vista retail build and the SDK. The debug build runs much slower but ...Show All
JohnBurton My display drivers
I have a ASUS a9250 radeon graphics card and i can't install the program for it so I can watch videos without it being laggy. It sais " Setup can only run in Administrator mode" And then I can't install it, i used the capability wizard but same problem. What do i do Im the only person who uses my pc mines the only account Im the only account on vista, im using RC1 hi, Provide administrative rights to the User in which you are trying to install the s/w. To provide admin. role, go to : Control Panel --> User Accounts Select the user name to which you need to provide rights and click Properties button. Now cha ...Show All
soujanya Application.ExecutablePath and non-english characters doesn't works in Vista
Hi experts. I have a Windows Forms application that makes an initial call to Application.ExecutablePath() . It is based in .NET Framework 1.1 and it works in Windows 2000, XP and 2003. It doesn't works in Windows Vista because this function returns strange characters with non-english characters in the path or EXE name (like "c:\Aplicaci o n\Aplicaci o n.exe"), and these characters are replaced by a square character. In the .NET Framework 2.0 I have the same problem. However, if I make a call to Application.StartupPath() , I get the path correctly, but I can't change this call and recompile it in all versions of the application. I think there is a problem with the .NET Framework and Vista itself, so I will appreciate ...Show All
Z3rep how to pass data between two activites
Hi, I am new to WF. In my workflow scenario, there are more than one activity. I want to pass data from one activity to next activity. Is it possible in WF If so, could you please tell me the way to pass data between two activities. Thanks & Regards, Chakri. my email id: chakravarthy.baratam@philips.com chakravarthy.baratam@gmail.com i want to pass data from one activity to another activity. But not from workflow to an activity. Regards, Chakri. Did the sample code I sent you work for you Cheers, Kavita Listing 3.10 has part of the stuff you're looking for - passing data to an activity. Another way to get the sample is downl ...Show All
rocky050371 Hiding the error icon in Workflow Design Surface
Hi! I would like to use the WorkflowDesigner Control (see Sample Hosting Workflow Designer) to show the user the workflow. Since workflows have sometimes errors in it, a red error icon appears in the right upper edge of a state activity for example. I would like to hide those icons generally. Does anybody know how to achieve this Thanks! Gerald Hi! Thanks for your reply. No matter where I try to put this in my code, I get the following InvalidOperationException: Theme properties can only be changed in the Theme Configuration Dialog. But if I create a new WorkflowTheme and set the ShowConfigErrors to false, it is working! WorkflowTheme customWorkflowTheme = new WorkflowTheme (); ...Show All
KAllbritain Cannot install June CTP Windows SDK
I have downloaded the *.img file contning Image of the DVD with June CTP Windows SDK I followed all the instructions to uninstall May CTP SDK & WinFX I Installed Net 3.0 June and here's the problem: While trying to install Windows SDK I get this error : "Error 1330 A file that is required cannot be installed because the cabinet file F:\Setup\WinSDK-SDK_MDAC_BIN_common.0.cab as an invalid digital signature This may indicate the cabinet file is corrupt" I checked this file (Size is 2 438 462 / 2 439 168 on disc) - and this file does not contain the digital signature (neither have all the files named starting with WinSDK-SDK_MDAC*.*) I tryed to install MDAC2.8 SDK separetly so that Windows SDK Installer won't inst ...Show All
rKarthik Stream Screen to AVI file
Well, I have been looking for awhile I cannot find a way to stream the screen into an avi file, much like "FRAPS" or something similar. Looking through he DXSDK all I can seem to find is playback, any help would be great, thanks. Moved to DirectShow forum seach for 'pushsource' desktop filter. in the directshow sdk samples ...Show All
Bogey1 Hang with InvokePattern - Invoke
Hi guys, I'm having a problem with the invoke functionality. I made a small test application which contains one button. The code in the click event is the following: Thread .Sleep(1000); MessageBox .Show( "MSGBOX1" , "MSGBOX1" ); Now from my other application that uses UIAutomation, I click the button with this code: InvokePattern ctrl_invokepattern = ( InvokePattern )control.GetCurrentPattern( InvokePattern .Pattern); ctrl_invokepattern.Invoke(); MessageBox .Show( "Hmmm it doesn't get here " , "MSGBOX2" ); The code to click the button works, but the 'Invoke()' functions DOESN'T return So when the next line would be: click the OK button on MSGBOX1, this doesn't work! I first have to manually click on the ok button of MSGBOX1 ...Show All
CPPUSer7 How to hit test non-client buttons in Vista?
The following code was added to a Win32 application's WndProc to hit test the minimize, maximize, and close buttons. The buttons are detected if Desktop Composition is disabled, but not when it is enabled. Other non-client regions are detected when Desktop Composition is enabled. Does anyone know of a work-around for this issue case WM_NCHITTEST: LRESULT lResult; lResult = DefWindowProc(hWnd, message, wParam, lParam); if (lResult==HTCLOSE) OutputDebugString(L"HTCLOSE\n"); //detected if Desktop composition is disabled else if (lResult==HTMINBUTTON) OutputDebugString(L"HTMINBUTTON\n"); //detected if Desktop composition is disabled else if (lResult==HTMAXBUTTON) OutputDebugStr ...Show All
Forgon hide buttons from workflowview
Hello! Does any body now, how can I access (delete/hide) Print Preview, Zoom level & Pan buttons which are located in the right bottom corner of workflowview Thx. Ok. If so, can you help me with associating any actions on these buttons I tried to use several eventhandlers (ex. PreviewKeyDown) but without success :( TIA Nikolay No, the controls are a part of the WorkflowView and there aren’t any options to disable them. ...Show All
Alastair Q Uninstall Vista SDK RC1
Hi To install the final Vista SDK (6.0.6000.0) I need to uninstall the Vista SDK RC1 (6.0.5536.0).. I have tried this through the add/remove programs, but something did go wrong and it was not uninstalled. In a previous thread i have read that installing the RC1 SDK would resolve this problem, but that is no longer avaliable on the webpage. How do I remove the old SDK or force the installation of the new SDK Regards Thorbjorn Hi Thank you very much for you reply. The problem was that the SDK was not avaliable in the Add/Remove list, since it was removed from the list when I pressed remove, but it did not actually uninstall the SDK. I found another post, and the solution was to remove th ...Show All
hrubesh Identity provider requested for an unsupported authentication type.
I've got the STS running now, and am getting the following error message when using my managed card. I click on "Click here to get the token" on the SimpleSTS Sample.htm page and select the managed card, enter a password (or leave it blank) and when I submit the card it thinks for a second and I get a failure about unable to contact the identity provider. I have no idea what the errors below mean, can anyone help I get them both for each time I try to generate a token, first one is event 272, second is even 273. =============================================================== First Event: A token could not be created. Identity provider requested for an unsupported authentication type. Additional Information: at System.Environme ...Show All
Linusguy Workflow Foundation (.Net 3.0) official release - What's changed?
Has anyone run across a document that details the changes in the workflow foundation from the September CTP to the official release Thanks, Don If you look in C:\Program Files\Reference Assemblies\Microsoft\Framework\v3.0, you will find the Workflow DLL's to have the same July date as the Sept CTP I think. So I don't think anything has changed, though of course I have no inside info. There is a document on the community site that outlines changes from the beta 2.2 version to the RC (and RTM) versions. You can find that here . Specifically, there are no changes between what was in the September CTP and the release version. Let me know if you have any other q ...Show All
dobauer CreateInstance failed
Here's the situation. I have a XAML only workflow in a C# project (A). The workflow references custom activities (derived from Activity etc) that are built in a separate project (B) in the same solution. The reference is via a namespace reference in the workflow XAML. (...... xmlns:ns0 = " http://ABC/ActivityLibrary ....) Project (A) has a reference to the dll generated by Project (B). It's a direct reference - the reference is created by pointing to ProjectB.dll in a common directory. One of the types in (B) contains the following directive to map the namespace identifier to the assembly [assembly: XmlnsDefinition ( "http://ABC/ActivityLibrary" , "ABC.UI.ActivityLibrary" )] I open Visual St ...Show All
sjb500 No Answer: Converting existing workflow from code based definition to xoml
Hi, I have very exact problem that is explained here: https://forums.microsoft.com/MSDN/ShowPost.aspx PostID=796006&SiteID=1 The API works, but I get just one element for a fairly complex workflow. How can get a full xoml form of an existing workflow Any help would be appreciated, Alan Actually, here is how it doesn't work: You have two options for creating sequential workflow in VS2005: Sequential Workflow (with code separation) Sequential Workflow (Code) Your code works fine if the workflow is created by using the 1st option. If you use other template - "Sequential Workflow (Code)" -, then all you get is an xoml file with just one tag def ...Show All
