Nefer-Ra's Q&A profile
Visual Studio 2008 (Pre-release) ColorAnimation, Binding From Property
Hi guys, May be someone knows how can I bind "From" Property of the ColorAnimation list.cs /////////// private Color m_ListColor; public Color ListColor { get { return m_ListColor; } set { m_ListColor=value; OnPropertyChanged("ListColor"); }} list.xaml /////////////// <ColorAnimation Storyboard.TargetName="fillb" Storyboard.TargetProperty="(SolidColorBrush.Color)" From="{Binding Path=ListColor}" To="#111111" Duration="0:0:0.1" /> There is an exception in Presentationframework.dll Appreciate any help, Irina try changing From="{Binding Path=ListColor}" to From="{Binding E ...Show All
Audio and Video Development Can component in PMP communicate with 3rd party driver?
Hi all, Is it possible for PMP Media components ITA/Decryptor/MFT to communicate with a signed 3rd party driver How can I make custom kernel mode drivers trusted for PMP Thanks. SarahT, Yes, PMP Media components can communicate with 3rd party drivers. As far as signing custom kernel mode drivers trusted by PMP, please see the whitepaper at: www.microsoft.com/whdc/winlogo/drvsign/ Pmp -sign.mspx Eric. ...Show All
Visual Studio 2008 (Pre-release) How to Open, Draw, Save multipage TIFF file?
How to Open, Draw, Save multipage TIFF file 1. I would like Open multipage TIFF file (1 bit indexed Fax format) 2. Draw text or picture on each frame inside TIFF file. 3. Save TIFF file in the same format. Thanks. ...Show All
Software Development for Windows Vista Looking for some help on where to start...
Hi all, I've been looking around and around in samples and posts in the forum but I found nowhere a way to help me on my noob question. It seems like most of you have been using InfoCard in a web environment. Well, I'm willing to use it in a smart client application. Question 1.How can I request Windows Vista to prompt the Card selection to the user... Simple huh Question 2.Then, what I want to do is quite different from the standard challenge request web process: All the users of the application will open a local session (managed by the application) in order to provide an offline mode while making sure I got all the require information. Once the user enters in the online mode, I want to pick the card information and send ...Show All
SQL Server Can't restart mirroring. Error 1416 and 1443.
After stop mirroring, can't restart mirroring. Tried following two things, still can't restart mirroring. 1. Made a full DB backup and a log backup on principle, copied backup files to mirror and restored DB and log with NORECOVERY. Mirror DB is in "Restoring" status. 2. Delete DB on both principle and mirror, recreate DB on the principle, restore DB and log on the mirror with NORECOVERY. Mirror DB is in "Restoring" status. In both cases, after clicked "Start Mirroring", got error 1416. In sql server log file, got error 1443 ("Database mirroring has been terminated..."). Please help. ...Show All
Visual Studio Team System Can the comments for the requests be seen?
Hi, I have entered comments for each requests.On play back wheter i am able to see the comments in that window also or in anywhere Kindly suggest. Thanks in advance - Vijay. ...Show All
Visual Studio Team System Deleting all workspaces of a certain name
I have a build server where different developers log in and update the code from TFS. I'm working on a bat file that will automatically look for a workspace of a certain name on the system and delete, then recreate it as the user that is currently doing the get latest. This is sort of a workaround to the fact that there are no shared workspaces. I have two command line scripts that work well. The first below retrieves a list of all the workspaces with that name. This can be used to see what developer currently owns the workspace: tf workspaces [workspacename] /server:http://server:8080 /owner:* The following will delete a workspace for a specific user: tf workspace /delete [workspacename];username /server:http://server:8080 /noprompt Bu ...Show All
Audio and Video Development Windows Media Encoder - install on Vista
I am trying to install Windows Media Encoder...downloaded the 64x version that says it is for Vista aand the Xp version, neither will install. Suggestions This forum is for Media Foundation development. Try the Media Encoder newsgroup: http://www.microsoft.com/windows/windowsmedia/community/newsgroups/WindowsMedia/default.mspx dg=microsoft.public.windowsmedia.encoder&lang=en&cr=US ---------------------------------------------------------------------------- Mike Wasson, SDK Documentation This posting is provided "AS IS" with no warranties, and confers no rights. You assume all risk for your use. (c) 2007 Microsoft Corporation. All rights reserved. ...Show All
SQL Server How to insert an image or logo on the report manager?
Is there anybody who knows how to set up the report manager so that it will display an image on the home page of the report manager Thanks! Adam, Thx for your response. I want to confirm one thing with you. In order to use my own image, do I have to delete the 48folderopen.jpg file and paste my own image Please tell me the proper procedure. Sincerely, ...Show All
Visual Basic Drawing a line
How do I get a line drawing object into my toolbar Hi, Not sure on that one entirely but if you start with a code window in VB.Net and delete ALL of the code so you have an empty code window. The following code PASTED all at once will give you a working program. ;-) Then take a look at my graphics demo code which has some comments. The line command i have highlighted in ORANGE LIKE THIS I know you can draw directly on a form too as i learnt some of the graphics colour change stuff from another user on >> http://www.programmersheaven.com/c/MsgBoard/wwwboard.asp Board=39&src=20&Setting = '-----------------------------START OF CODE----------------------------------------- ...Show All
.NET Development Cannot reference dsofile.dll in ASP.NET project
Hello! I have successfully registered dsofile.dll on our development web server and want to use it in a project to read Structured Storage files. My first question is will dsofile.dll allow me to read outlook .MSG files My second concern is regarding an error I receive when trying to add a reference to dsofile.dll in my project. I browse to the server share that holds the dll and get the following error: "A reference to 'Z:\DsoFile\dsofile.dll' could not be added. Could not register the ActiveX type library 'Z:\DsoFile\dsofile.dll\1'." Any ideas on either of these Thanks in advance! That makes sense about referencing a local copy. However, this is an ASP.NET web app. I don't think I m ...Show All
.NET Development Only one usage of each socket address (protocol/network address/port)is normally permitted
Hello I have develope a client server chat application using sockets. On server side I have two button one is for Connect and other is for Disconnect. When i press connect button first time it works fine. but it shows me error when i press Disconnect button and again press connect button. it shows the error. {"Only one usage of each socket address (protocol/network address/port)\r\nis normally permitted"} plz help me to solve this problem. thanks code for connect button is try { //create the listening socket... m_socListener = new Socket ( AddressFamily .InterNetwork, SocketType .Stream, ProtocolType .Tcp); IPEndPoint ipLocal = new IPEndPoint ( IPAddress .Any, 8221); //bind to local ...Show All
Visual Studio Newbie Question
I've been programming for a while, but haven't used Crystal Reports. And I'm not sure I need to go there either. Don't get me wrong, I'm impressed by what I see, but is it possible to create a report that can be edited by an end user of the application We are working on a scientific data collection application and we are considering something between having n-number of report templates which can dynamically present formatted data, (something that seems right up CR's alley) to allowing the end user of our application to be able to create their own template like Access allows its end user to create a report. Now we're not going to necessarily need anything as sophisticated as what Access can do as our data won't be as diverse. Our data ...Show All
Visual Studio Sandcastle November CTP - Issues with some xml tags.
Hello All, I have just been testing the November Sandcastle CTP and I have noticed a few small issues regarding some of the xml tags. I have created a simple class which I have included which demonstrates these issues. When I compile this code and build a v2.0 .HXS help file using either the Prototype or VS2005 presentation type, these are the following issues I have noticed in the example ExampleMethod() method and are reproducible using the code example I an included: - 1) The caption of my <seealso> tag does not appear. - 2) In the <example> tag, the <see cref="Object"/> works, but the <see cref="ExampleMethod"/> does not. - 3) When using the <c> tag, the text within it ap ...Show All
SQL Server Sql Express SP2 "Upgrade" fails.
So I've tried today to upgrade a SQL Express instance on a machine where "proper" SQL has already been upgraded. It fails. The error code is 2259. Database: Table(s) Update failed So I thought I'd uninstall SQL Express altogether and just do a full install. But it cannot find the MSI files to uninstall itself. The part of the log file referring to it appears to be <Func Name='ProcessHeaderTable'> <Func Name='ProcessScriptTable'> <Func Name='GetFileTargetPath'> <Func Name='GetFileTargetPath'> <Func Name='GetFileTargetPath'> <Func Name='GetFileTargetPath'> <Func Name='GetFileTargetPath'> <Func Name='GetFileTargetPath'> <Func Name='GetFileTargetPath'> <Func Name='ProcessScriptTable'> ...Show All
