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

Software Development Network >> Windows Vista

Windows Vista

New Question

SetSource on ImageBrush
SqlTrackingService
Unable to setup windows Vista 5308 (error while displaying image selection wizard)
programmatic way to set "Log On" for a Service?
architectural questions
Per-application customization of Favorite Links
Huge Icons in Vista Beta2
TokenHelper depends on NetFx 3.0
Uniqueness of a state
Check Statemachine Status with InstanceID

Top Answerers

cindyluke
MMCompton
AlpanaDhole
kameneye
Lee Copestake
GrayMatter Software
Marcel Heeremans
tomdart
r6rider
Pini
sitemap
Only Title

Answer Questions

  • Ilia VISTA x64 Development Platform

    Hi there, I was hoping to start looking at doing some development on Vista x64. I cannot find the download on MSDN subscriber downloads anymore, I can only find the x86 version. Does anyone know what the situation is with the x64 version It thought I saw it there a week or so ago. Also, given that I do manage to get the x64 version installed, is there a x64 version of Visual Studio available yet For your reference I have a MSDN Professional subscription. Many thanks, Gareth. Thank you Kenny. MSDN removed the x64 download temporarily to take the strain off the servers from all the downloads. Visual Studio 2005 supports both x86 and x64 development. C ...Show All

  • Brad Smith Custom sequence activity: Collapsed by default?

    Hi, I've write a custom activty that inherits from SequenceActivity. This activity is composed of two sub activities: handlexternalevent and callexternalmethod I would like that my custom activity looks like a basic activity (collapsed) and I don't want that, when the user drops the custom activity on a workflows, he sees the two sub activity. Any idea must be easy but i didn't find the trick. thx! Antoine Hi Antoine, you should be able to do sio with the DesignerAttribute. Try adding the following: <Designer(typeof(ActivityDesigner), typeof(IDesigner))> before your custom activity class declaration. Maurice oh ok so this code was good too: If you derive from Ac ...Show All

  • bergtatt Build error in Imapi2 sample

    I tried to build the sample in SDK ( build 5456.3.0) But, it shows an error, and I could not found the definition. \samples\winbase\storage\optical\imapi2sample\erase2event.h(30) : error C2065: 'DISPID_IDISCFORMAT2ERASEEVENTS_PROGRESS' VisualStudio 2005 shows error message. I built it under WindowsXP sp2 and Vista 5456. But the result was same.     The updated sample will be available for the RC1 release. Thank you for your comment. Yes,I did. If not, it will show the other error message. "cannot open include file" or something... I downloaded older version of SDK, build 5838, it works fine. And I could find the difinition in the header, "imapi2.h" . ...Show All

  • cturton WorkflowRoleCollection and DependencyProperty

    Dear all, I want to create an activity with a DependencyProperty with type of WorkflowRoleCollection. So, I have written the following code: public static DependencyProperty RolesProperty = DependencyProperty.Register("Roles", typeof(WorkflowRoleCollection), typeof(Workflow2)); [Browsable(true)] [RefreshProperties(RefreshProperties.All)] [DesignerSerializationVisibility(DesignerSerializationVisibility.Content)] public WorkflowRoleCollection Roles { get { return ((WorkflowRoleCollection)(base.GetValue(Workflow2.RolesProperty))); } set { base.SetValue(Workflow2.RolesProperty, value); } } But, when I use it in the designer and click on the "Add" button in the editor, I have an exception: "Cannot create an instanc ...Show All

  • Nidal-Fouad-Hajj-Youssef regsvr32 is failing for dll compiled in visual studio 2003 or 2005

    I have c++ dll (abc.dll) which is create in Visual Studio 6.0. I can successfully register this dll by using "regsvr32 abc.dll". But when I compiled this dll in Visual Studio 2003 , I can't perform regsvr32 successfully and gives me error "DllRegisterServer in ABC.dll failed. return code was 0xc0000005". here is entrypoint defined in dll STDAPI DllRegisterServer( void ) { AFX_MANAGE_STATE(AfxGetStaticModuleState()); COleObjectFactory::UpdateRegistryAll(); return S_OK; } I don't know what is reason for it in 2003. ...Show All

  • rKarthik Where can I locate and download Windows Workflow Foundation 3.0 4203.2?

    I need to find thind app. Where can I download a copy> It's here - http://www.netfx3.com/blogs/news_and_announcements/archive/2006/11/06/.NET-Framework-3.0-has-been-released_2100_.aspx ...Show All

  • davidg12 Custom Persistence and CompletedScope table

    I have just successfully completed a custom persistence service for MySQL. I have been digging into some of the other tables associated with the SQL persistence schema and stored procs. I came across the table CompletedScope. I did find a thread on it saying it is used to hold completed activites derived from ICompensatableActivity. My question is how do I add custom support for this table into my custom persistence I see no examples or discussion on this. Thanks Bill Have you tried going thru the stored procedures in the WF documentation I'd start there... Thanks for the clarification. One more question. What is the difference between the workflow instanceId () and the stateId I found ...Show All

  • Jon123456789 How to use Wlanapi connect to a security network without profile?

    Do anybody know how to use the "Wlanapi" connect to secure network without profile I can use wlanconnect function connect to a unsecure network, but can't connect to secure network, because i can't set the key(WEP/TKIP). Anyone has the any document about how to set the key with wlanapi. Thanks Dear Sir: Thanks for your replay. I checked WlanSetProfile() function,but i still have question about the "keyMaterial". The keyMaterial (sharedKey) element contains a network key or passphrase. This field is encrypted locally by the AutoConfig service. WLAN_profile Schema Elements So i still can't set the key in the profile,because i don't find the way to encrypted the key . If anybody have ...Show All

  • Chatterbox snipping tool : distorted snapshot

    vista beta 2 snipping tool distorts the snapshot Graphics card : BFG geforce 6200 oc 256 agp. reply : performed task as ordered sir This forum is for UI programming. If you want to report a bug, use the Feedback shortcut on the desktop. ...Show All

  • Sara_H two issue for Workflow,anyone can help me.

    1.the workflow foundation will include ActivityDiagram like UML in the future 2.the workflow designer will support bridge style for cross connection line thanks in advance! Thanks you for your help. maybe i must dig into the WFF sdk document to understand more some diea. thank again The sequential workflow is similar to the activity diagram in UML. If you are looking for something likea sequence diagram in UML, then you would have to build your own workflow type or at least designer. Matt hi, but the swimlane is actually not a activity ,it just as a Task Dispatcher and Role Manager . first ,i want the SwimLane designer is FreeFormDesigner so that i can using dragdrop action to design the workflow ...Show All

  • Pure Krome Creating an activity's property fiels based on DB table fiels??

    Hi, I want to create a database that holds the roles and users (employee). I'm about re-hosting the designer to develop general purposes modeling environment so that the business user can model their own process. my question is can I add a field to each activity's properties so that it will look up the roles table and get a drop down list with values from that table to let the user select an appropriate role for the selected activity from that table Thanks Hi, Can you provide more details of how this can be done Thanks Andrei Gosman Thanks... This is really what I am looking for.. I'll try your method.. Thanks again. Let me re-phrase you ...Show All

  • Chidu using correlation token to decide which activity to be executed

    Say you have a parallel activity, with two eventSink activities on either branch. Is it possible to have both eventSink activities “listening” to the same event, and use correlation token to decide which activity to be executed Mikael Yes - but you have to have both activities have their "events" fire in order to pass the parallel activity. The Listen Activity is what you want to use if you want one or the other to fire. ...Show All

  • mengruts Getting the id of the hosting WPF/E control

    Hi, The new CTP contains the GetHost method but how can I get the id of the hosting control Lets say I have 2 WPF/E controls on the same HTML implementing the same click event. I need to identify which control was clicked. Thanks, Keren Thinking of workarounds here. It seems theoretically possible to have a unique element name in each XAML file for each plug-in in question. Say, the root element in each file has a unique name. Then in your event handler body you can do a if(sender.FindName(...)) { // do something }. Hello, I have posted an entry ( http://cornucopia30.blogspot.com/2007/03/wpfe-how-to-get-id-of-hosting-wpfe.html ) on my blog that provides an explanation as well as some source code for how ...Show All

  • kschuler Vista Ultimate x64, Visual Studio 2005 and VerQueryValue API

    Hi The following code runs fine on XP Pro 32, XP Pro 64, Windows Server 2003 32 and Windows Server 2003 64; it faults on Vista Ultimate x64   if (!VerQueryValue(buffer, spv, out versionInfo, out len)) The failure manifests itself as a dialog saying: vshost.exe has stopped working (and then Vista goes off to collect more info). It does not return from the function call, but enters it and freezes (other tha displaying the dialog). Note this is pretty much the same code as in this MS article: http://msdn.microsoft.com/library/default.asp url=/library/en-us/csref/html/vcwlkUnsafeCodeTutorial.asp It is the second call to VerQueryValue in example 3. I cannot find the product bug/feedback center that I used f ...Show All

  • Zebedeu IFsiDirectoryItem::AddTree() returning 0xC0AAB120

    I don't see that constant assigned in imapi2error.h Actually, I don't see the ones from the document in there either, they must be in some other header... IMAPI_E_INVALID_PARAM IMAPI_E_NOT_IN_FILE_SYSTEM IMAPI_E_READONLY I suspect that this has something to do with the large size of the directory - it is 3.73GB. I checked to make sure the hard drive is not full :-) I have run this code regularly to burn CDs with no problems, but now I am burning DVDs with more files and I just ran into this. (I am always passing false as the 2nd includeBaseDirectory parameter.) Any ideas Aaaaaah! The client code had a bug requesting the wrong drive. So, nevermind! My apologies. I should ...Show All

222324252627282930313233343536373839

©2008 Software Development Network

powered by phorum