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

Software Development Network >> Windows Vista

Windows Vista

New Question

Subscription service and persistence service
Identity provider requested for an unsupported authentication type.
Basic Question: How to create a recursing activity?
Error when using the Live Labs STS
Help for Vista compatibility
Playing cause a computer freeze
How to Get Bounds of InkCanvas (Strokes+Elements)
IE7 Issues with WPF/E but only local
error LNK2001: unresolved external symbol "class CFactoryTemplate * g_Templates"
Why are so many important design time classes internal only?

Top Answerers

LuckyL
Fositron
gabit7
Niksta
vic001
Manik Gupta
M Parker
Simpson474
Jough
roychoo
sitemap
Only Title

Answer Questions

  • Evan Haklar Custom Service loading from a different client request

    When I receive a web service request to the existing workflow instance, it can't find the service that I created earlier. I wonder if I need to add my service to the web config file that when the request came, it can load and execute that service. Any ideas Correct, in case of web service, the workflow services should be specified in web.config. When the workflow runtime is running worklfow services cannot be added or removed. ...Show All

  • Minherz Vista SDK download Url - Please help

    We downloaded the Vista SDK from the Url http://www.microsoft.com/downloads/details.aspx FamilyId=C2B1E300-F358-4523-B479-F53D234CDCCF&displaylang=en as specified in the test cases document. We got a setup.exe of size 401KB. However, when we tried installing it as per the machine configuration steps specified in the test cases document we get the below message: SDKSetup encountered an error: Unable to find the file SDKSetup.xml at the installation source. The most likely reason that you received this message is because the source location of your original installation is unavailable. If you installed from a DVD please re-insert the DVD. If you installed from the Internet, please check your connection. Please let us know where to ...Show All

  • Hooper Sample code needed to understand the UIA

    Hi, I am planning to use the UIA in our environment. Can anybody post a sample code to automate a simple GUI application (notepad) Basically i am looking for how to invoke the notepad application and enumerate the menu items in it using the UIA TIA, ~JK Executing an application programmatically is not part of UIA. Once you have Notepad running, you can certainly use UI Automation to enumerate menu items. There is a great deal of sample code in the SDK that should help you learn the basics of finding UI elements and their properties. You might start at http://msdn2.microsoft.com/en-us/library/ms752331.aspx . ...Show All

  • MarkDu Tracking Schema reusability in Oracle

    Hi, I am working on a banking application and I am using Workflow Foundation for the development of a workflow subsystem. Our application is architected to work with any back end like SQL Server, Oracle etc. I used the tracking services and the supporting schema (tables and sp's) while developing on SQL Server. I was wondering whether the same tables and stored procedures can be ported into Oracle or not. If not, what is the way around. Do I write the schema myself. That would be a daunting task really. I am anticipated that the tables wont be a problem. Its the stored procedures that I am worried about. Any help would be appreciated. Thanks Tom, It was extremely helpful. ...Show All

  • Rob MacFadyen DwmSetWindowAttribute and DWMWA_ALLOW_NCPAINT question

    I'm trying to draw on the NC area and it seems to have absolutely no effect. I found DWMWA_ALLOW_NCPAINT and hoped that this would allow NC Painting with GetWindowDC or GetDCEx. However, simply setting this property seems to disable the glass frame rendering - I end up with a solid white area instead (although the drop shadow and "glow" of the min/max buttons remains functional). Anyone know if I'm missing a vital step here I have found some issues with GetDCEx in vista for NC painting, and have basically switched over to using GetWindowDC based on os version . However, I still can not figure out how to get DWMWA_ALLOW_NCPAINT to work at all - while it does "allow nc painting&q ...Show All

  • CiNN lower integrity level for named pipe

    Hi, I tried following to lower integrity level for a named pipe which is created in the same thread, but I got error code 5(access denied), does anyone know what's wrong #include <sddl.h> // The LABEL_SECURITY_INFORMATION SDDL SACL to be set for low integrity #define LOW_INTEGRITY_SDDL_SACL_W L"S:(ML;;NW;;;LW)" BOOL b = TRUE; DWORD dwErr = ERROR_SUCCESS; PSECURITY_DESCRIPTOR pSD = NULL; PACL pSacl = NULL; // not allocated BOOL fSaclPresent = FALSE; BOOL fSaclDefaulted = FALSE; LPCWSTR pwszFileName = "Sample.txt"; b = ConvertStringSecurityDescriptorToSecurityDescriptorW(LOW_INTEGRITY_SDDL_SACL_W, SDDL_REVISION_1, &pSD, NULL); b = GetSecurityDescriptorSacl(pSD, &fSaclPresent ...Show All

  • VasiliosA Rule designer and custom workflow

    Hi all, I didn't resolve my problem with the rule designer. I want to use it with a custom workflow with some new properties. here is my code: Hi - As I see it you are trying to do something very similar to this sample: http://msdn.microsoft.com/library/default.asp url=/library/en-us/dnlong/html/WFDsgnRehst.asp This is the ReHosting sample where WFs can be viewed outside VS. Hope this helps! Thanks, Kushal. ...Show All

  • cvalstonzzz how to use the events of runtime define control

    hi i m using code in my vb.net programe which is listed below for i=0 to 10 dim flt as new label me.control.add(flt) flt.visible=true: flt.left=128*i :flt.top=22*i next i want to use the mouseclick event of the all 10 label controls. any body know the code please give me. thanks regard Shahzad Hi Shahzad, This is a Worflow newsgroup and your question is about WinForms, you will have more luck over in a WinForm forum. Anyway you need to do an AddHandler flf.Click, addressof MyFunction. Maurice ...Show All

  • Bapa Calling GetWorkflow multiple times for same instance

    I'm new to WF and still in the experimentation phase. In any case, I came to scenario that seems a bit confusing and was wondering if anyone can shed some light on the matter. I have a very simple sequential workflow that has only one code activity which writes to the console, sleeps 10 seconds, and writes to the console again. To run this, I've created a Windows application with two buttons and their click events are as follows: private void button1_Click(object sender, EventArgs e) { WorkflowRuntime wfr = new WorkflowRuntime(); SqlWorkflowPersistenceService persist; persist = new SqlWorkflowPersistenceService(...); wfr.AddService(persist); wfr.StartRuntime(); WorkflowInstance wfi = wfr.CreateWorkflow(typeof(MyWorkflow ...Show All

  • PublicError EAPHost framework, EapPeerGetIdentity question/problem

    Hello, I'm in the process of implementing a custom EAP method for use with the EapHost framework that was introduced in Vista. I've read the available documentation and SDK Samples pretty extensively but am having a problem I can't seem to get past. I've observed a problem with regard to the identity I return from EapPeerGetIdentity within my custom Eap method DLL. It appears that no matter what I provide as the return pointer in the 'ppwszIdentity' variable, this seems to be ignored. Inside this function, I'm initializing my output values just as the example EapPeer method in the SDK is doing. Output values are basically set like so: .... *pfInvokeUI = FALSE; *ppwszIdentity = userIdentity; *pdwSizeOfUserDataOu ...Show All

  • eddy2705 Can't play the avi file by using video control

    Hi all, I am newbie in the directshow and atl using, so I've created the project in the VC2005 as described in the following article: http://msdn2.microsoft.com/en-gb/library/ms787848.aspx . Then I added event handler to the CMyControl class like this void __stdcall CMyControl::DblClickMsvidctl1(){ CComPtr<IMSVidCtl> pVidControl; CComVariant var(OLESTR( "C:\\skiing.avi" )); GetDlgControl(IDC_MSVIDCTL1, __uuidof (IMSVidCtl), reinterpret_cast < void **>(&pVidControl)); HRESULT hr = pVidControl->View(&var); } hr returns S_OK, but avi doesn't play. Please point me w here I am wrong Great. Remember to mark the question as answered when ...Show All

  • svarghese regarding invokeworkflow

    Hi, I have a workflow names 'FirstWorkflow' with following activities in the following order: 1)codeactivity1 2)invokeworkflow -> targetworkflow is 'SecondWorkflow' 3)codeactivity2 SecondWorkflow is like this 1)codeactivity3 2)codeactivity4 Now when I run the 'FirstWorkflow' like WorkflowInstance instance = workflowRuntime.CreateWorkflow( typeof ( FirstWorkflow )); output is like this: codeactivity1 codeactivity2 codeactivity3 codeactivity4 But I want o/p like this: codeactivity1 codeactivity3 codeactivity4 codeactivity2 That means my FirstWorkflow should wait until SecondWorkflow completes. Suggest me some good ideas Regards, Chakri. ...Show All

  • Richard G.H.Lin State Machine - Resume Workflow with newer version of the workflow library

    Hi all, Is it possible to have a persisted workflow instance resume on a newer version of the workflow webservice I've got a StateMachine workflow published as a web service and it works fine, but if you make any changes to the workflow and publish the webservice, it cant resume the workflow (IndexOutOfRange Exception). Is there something I'm doing wrong or is there a workaround / fix Thanks Hi, I've had a look at various dynamic update samples and can't seem to find anything that solves the issue that I am having. I have a State Machine published as a web service. Now I've changed some code within the code activities of a few of the workflow steps... Now I want to publish the u ...Show All

  • schobmich I get linker error When I build DirectShow sample projects with MSVS2005 (VC 8.0)

    Hi everyone I built the DirectShow BaseClasses libraries XP32_DEBUG/RETAIL using the make file distributed with the MS PSDK for Windows Server 2003 R2 with the C++ compiler VC8.0 in MSVS2005. When I build the project file, for example contrast.sln in Filter examples, I get the following linker error. What is the location of this library, largeint.lib, for VS2005 If anyone could tell me the reason of the following errors, I'd be grateful to him. Yours Faithfully Cem DEMiRKIR ------ Build started: Project: contrast, Configuration: Debug Win32 ------ Compiling... contrast.cpp contprop.cpp Generating Code... Compiling resources... Compiling manifest to resources... Linking... LINK : fatal error LNK1104: cannot open file 'larg ...Show All

  • Brandon Patram Physical Screen Orientation

    Hi everyone. I was hoping you would be able to help me with a problem. I bought a Toshiba Tablet PC a few weeks ago (loving it) and included with it are little programs made by Toshiba that help with things such as hardware specific features (ie. the Fn key which lets me change brightness or volume with a key combination, etc.). This was quite handy but there is a couple of problems. First, these little programs are only installed when I use my Toshiba OEM Windows XP Installation CD. And now that I've sworn off XP and moved to Vista, these programs are no longer available. And secondly, I don't know about you guys but I find the evasiveness and user experiences of these little applets annoying. They have their own notification icons whi ...Show All

252627282930313233343536373839404142

©2008 Software Development Network

powered by phorum