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

Software Development Network >> Windows Vista

Windows Vista

New Question

certificate request in vista
Getting the transaction context
difference between InvokeWebService,WebServiceInput and WebServiceOut (Beta 2)
Windows Card Selector
Lightweight transactions vs. Connection pooling
restoring all workflows from persisted storage
How to retrieve an ActivityExecutionContext of Activity
Can't download .NET Framework 3.0 June CTP SDK
How can I disable port 445 on Windows Vista
The Windows SDK for Windows Vista is available for download

Top Answerers

IamHuM
AHTUNG
Linda Call
XImplosionX
Eng. Habeeli
olsi243534
jbkcmouli
elfenland
hellomahesh
Tom Janssen
sitemap
Only Title

Answer Questions

  • akin_l Linksys wireless usb problems with vista

    I have been having problems with the pci and usb Linksys wireless adapters when I installed windows vista RC1 build 5600. It always gives me these errors: Can't load ProcNIC'sdll and Can't load Res_dll Maybe I need to find drivers for windows vista and if they are not there then I guess I will have to wait until they do. The only problem I see with windows vista is the networking problems. I have seen other posts for network problems so I guess I am not alone. I didn't find anything specific to Vista but searching random websites I did see where individuals running Windows XP received the same error. Are you using driver 2.0.2.0 dated 05-03-2005 http://www.linksys.com/servlet/Satellite c=L_Down ...Show All

  • ahmedilyas VuMeter

    Hi, I want to develop a VuMeter to integrate on a capture and player App. How can i kwon the audio level thru DirectShow All comments/suggestions/tips are wellcome. Thanks Hey, don't give up so easy: http://www.gdsoftware.dk/default.asp page=4 Scroll down to ActiveX Hmm. That's too bad. Looked like a good solution. There are a variety of ways to retrieve the raw audio data as it passes down the graph. Perhaps the easiest is using the Sample Grabber. The download link is broken... :-( It can be accesible the VuMeter level with DShow You mean something like this: http://www.softpedia.com/get/Programming/Components-Libr ...Show All

  • Ultrawhack ICatAdm.IsCatalogRunning - throws CI_E_NOT_FOUND on Vista

    There is a failure in our current (.NET/C#) application when it is run on the Microsoft Vista OS (this is after the Indexing Service feature is installed, which it is not by default). The error occurs on the IsCatalog* methods on the ICatAdm interface. It throws a ComException with ErrorCode 0x80041815 (CI_E_NOT_FOUND). The sample application I wrote to test this works fine on Windows XP. Has anyone else encountered this error Any ideas on the source of the problem ICatAdm.StartCatalog() and ICatAdm.StopCatalog() are misbehaving too. Here is a snippet of the code I am using: using CIODMLib; ... AdminIndexServerClass aisc = new AdminIndexServerClass(); aisc.Stop(); // stop to create catalog ICatAdm catalog = aisc.AddCatalog(catalogNam ...Show All

  • bennykavil Worklist of workflow instances for a user

    Hi, I would like to know how I can create a worklist of workflows for a logged in user in WWF. I am new to WWF, coming from K2.Net and would appreciate the help Thanks kesh   K2.Net create a worklist in which each worklistItem corresponds to an activity of a WF ProcessInstance.We can filter the worklist based on user and other criteria. Can this be done in WWF How can we use Tracking service to filter the workflowinstances based on user Hey Kesh, Can you further explain what do you mean by “worklist of workflows for a logged in user in WF” Generally, speaking, you can use the tracking service to query for workflow based on criteria that you ...Show All

  • rxg Screen Video flicks when change the video.

    Hi, i'm developing an aplication in C# and DirectX, i'm using a Nvidia Geforce FX 5200 as dualView to use it as TV-Out for my aplication. I use a bitmap to overlay in some videos, all videos plays very nice, but in the instant that I relase all for play a new video, the TV flicks, i relase the video in the follow function: private IFilterGraph2 graphBuilder ; public IBaseFilter vmr9 ; public void Release_video() { if (mediaControl != null) { Marshal.ReleaseComObject(vmr9); Marshal.ReleaseComObject(graphBuilder); graphBuilder = null; vmr9 = null; windowlessCtrl = null; mixerBitmap = null; } } It flicks for a very short time, but enough to see some scratchs in the TV. i'm think to mix the videos t ...Show All

  • sureshv Cannot install Virtual Server 2005 R2 SP1 Beta 2 on Vista RTM

    Hello everyone, I am trying to install Virtual Server 2005 R2 SP1 Beta 2 in my machine running Windows Vista RTM. All IIS components are installed but when I try to install VS, the port is blank and im receiving error message that says, IIS is not installed. I used to be able VS in Vista RC2 using the same procedure. Could this be an incompatibility issue Thanks! Pom Hello Pom Figueroa, Microsoft does not officially support Beta or pre-release products. I would suggest posting in the beta program forums / newsgroups, the beta program site can be found at https://connect.microsoft.com/site/sitehome.aspx SiteID=151 . I would also suggest posting in the TechNet forums at http://forums ...Show All

  • PaulVC Using the rules engine on its own

    Hi, I am attempting to utilize the WF rules engine on its own to validate and manipulate my application's interface. I have it working at a basic level but came up against some problems when trying to go deeper. Firstly, it appears as though the rules designer (as implemented by the RuleSetDialog class) does not allow multiple assemblies to be referenced. If my rules need access to types defined in more than one of my assemblies, this designer won't work. Only the types contained in the same assembly as the activity type can be accessed. Secondly, the designer does not work with generic types. If my rules are operating against a generic type (which I would like to do), the designer doesn't work. Does anyone know of an alternati ...Show All

  • Code_Explorer Adding parameter of Webservice Input Activity to a list

    Good afternoon, I'm looking to use a Webservice Input Activity to add an item to a list, and I was just wondering what the preferred method of doing so might be I was going to simply create and bind to a property where the "Setter" adds the item to an existing list... but this seems a little bit like a hack. Is there a more proper way of doing this Cheers, Brad For the case you have outlined, addition of the incoming value to a list, doing so in the setter would work. However if there needs to more computation done/computation depends on other input parameter values it might not be advisable to do so in the setter of individual properties. One because we shouldn't block in the setter ...Show All

  • mEt Downloading RC 4 or RC 5

    Hi Guys I am relatively new to WWF, so apollogies if this question has been asked. Need to download the WWF, My box currenlty has VS.NET 2.0 and SQL server 2005 on it. The box has a project on it that i am currently working on. I wanted to ask in order to get started what version of WWF should I download. is it RC 4 or RC 5 , also on the download page in the microsoft I also came across that .NET framework 3.0 would be required. I definitely dont want to have problems with my Current 2.0 project as this has been running for a while, after i download RC4 or RC5. would appreciate your advise. Thanks Sweety. Please use WF as an abbreviation for Windows Workflow Foundation, not WWF ...Show All

  • Jake.K Lineage2

    i am experiencing graphic lags in the game...i even get the client of the game in NotResponding mode when i teleport from town to town.. Also i get some connection pauses 1-2seconds while i play... I have MSI NX6600GT AGP card with the latest vista drivers and Linksys WUSB54Gver.4 with latest vista drivers also. Hi VasiliosA, Since Lineage 2 is a third party product Microsoft can not support it, I recomend contacting the game publisher/creator for support on this issue. I have found this link http://support.plaync.com/cgi-bin/plaync.cfg/php/enduser/std_alp.php p_li=&p_accessibility=0&p_page=1&p_cv=&p_pv=1.10&p_prods=10&p_cats=+&p_hidden_prods=&prod_lvl1=10&pro ...Show All

  • fdreisow Where is the Application database to be installed?

    Hey all, According to the Windows Vista Software Logo Spec 1.0.doc ( Version 1.0.0006 ), Item 2.3 "Install to Correct Folders": Applications should be installed to Program Files or the user’s AppData folder by default. For per-machine installations, user data must be written at first run and not during the install. Since the install potentially elevates to a different user account during the per-machine install, there is no correct user location to store data at install time. Our multi-user application is intended to be installed "per-machine", so any user of the machine (or network) could share the application data. That said, can anybody explain in plain English, where should the application ...Show All

  • Joshua Morgan install infoPath workflow application on sharepoint server 2007 problem

    i had follow the ECM workflow example - HelloWorldSequential demo and construct a simple infoPath workflow app. that contains two infoPath form. After the project compiled and feature.xml, workflow.xml, install.bat were defined, when i run the install.bat, it shows "The XSN can not be used on server." But when i run the demo install.bat, it could complete the setup successfully. Anybody can help after trying to verify my xsn form, i got this error, "FatalErrorNoThrow : This form template has not been correctly published to be br owser-enabled. Open the form template in InfoPath Design mode, and click Publish Form Template in the Design Tasks task pane. Follow the steps in the Publishing Wizard to republish the ...Show All

  • jmill Convert TextBox to StrokeCollection

    hi friends, anyone of you know how to convert a TextBox object into a StrokeCollection form. I tried it using the StrokeCollectionConvertor to convert a TextBox to StrokeCollection but it was giving an error which specifies that it is unable to convert a TextBox to StrokeCollection. I need this conversion so I am able to save the textbox into a file by calling function called inkcanvas.Strokes.Save method but before calling this function we have to convert TextBox to stroke or StrokeCollection. So, please help me... hi mark, thanks for the thread you gave me to understand the main difference between strokes.save() method and XamlWriter.Save() method. I need to convert the textbox into stroke so as when I save the stroke and latter ...Show All

  • bepenfriends Get data from the workflow

    What's the recomended approach to get data from workflow I have handleExternalEventActivity to push data into the workflow I have call callExternalMethodActivity to push data into the host. What if I need from the host to get some data of the workflow I could use one handleExternal event and then call a method on the host through callExternalMethod. But I'm asking if there is a better, and if possible, synchronous approach to this problem Something like myDataService.GetMyDataFromWorkflow(instanceID) ... Thanks a lot! Now I have a way to retrieve workflow data and a nice tracking sample at the same time :) I'd use a custom tracking service to manage t ...Show All

  • haba Mutex across multiple sessions

    I have created a mutex inside a service using TCHAR sznam[] = "Global\\mutex_hello"; ServHand = CreateMutex(NULL,FALSE,sznam); SetNamedSecurityInfo(sznam, SE_KERNEL_OBJECT, DACL_SECURITY_INFORMATION, 0, 0, (PACL) NULL, NULL); now i want to use this mutex from application running in diffrent session. serv = OpenMutex(MUTEX_ALL_ACCESS,TRUE,"Global\\mutex_hello");; DWORD abc; if(serv == NULL) WriteLog("file not found"); abc = WaitForSingleObject(serv,INFINITE); if(abc == WAIT_OBJECT_0) MessageBox(NULL,"object signaled","object signalled",MB_OK); else if(abc == WAIT_TIMEOUT) MessageBox(NULL,"WAIT_TIMEOUT","WAIT_TIMEOUT",MB_OK); else(a ...Show All

646566676869707172737475767778798081

©2008 Software Development Network

powered by phorum