lfair's Q&A profile
Audio and Video Development blend image use VMR9
I blending an image on the video use VMR9,when the video is rendered in it's native size,the image is ok,but when the video is resize(such as 320X240 to 640X480),the image is blured. What is the size of the image that you are blending I assume the native video size is 320x240. When you stretch it to 640x480 you should see slight blurring (or specifically aliasing) of the video also. Are you seeing that the im ...Show All
Visual C# Dependencies problem
Hello everyone, I'm experiencing the following problem: I have an app that starts a service when it's executed (so the app has a reference to the serviceproject). These two projects are client-side. Then I also have a client to communicate with the previous service. This client calls a method from the service and when that method is being called, the service should change something in my app. Problem is that I can't put a reference from my servi ...Show All
Game Technologies: DirectX, XNA, XACT, etc. GameOS source code availability
It seems once I get started, there is nothing stopping me. What can I say, I've got a gift for long posts. :-) With a release of partial GameOS src from me in hopefully just a few days (it will initially be just a "tarball" in 7-zip format), and I've got a feeling that could in itself generate a bit of traffic (in e.g. number of posts) - in the name of trying to keep the XNA forum reasonably on-topic, I'm looking for input on ...Show All
Software Development for Windows Vista Vista SlideBar
Good Day, I am looking for an example of a SlideBar for Windows Vista (something like a moon phase or RSS feed). I have been digging around without avail. Can someone please point me in the right direction. Thanks, Johnathan Per recent Channel 9 videos and live.com links, I am finding what I need to get started. Now if I could just get the SDK..... ...Show All
Windows Forms c# to Vb.net
Hello, In my Windows Form c# application I have this to get parameter from the command line, How and where can I do this VB.Net [STAThread] static void Main(string[] args) { int nPar =args.Length; if (nPar != 1) { Application.EnableVisualStyles(); Application.SetCompatibleTextRenderingDefault(false); Application.Run(new Fomr1()); ...Show All
Windows Forms Windows forms and avalon
How we can place avalon controls in windows form application LeRoi wrote: Thank you! ...Show All
Windows Forms Scheduled time-list..
Hi guys! Is there any control which can give me a scheduled day-list like theone in outlook Regards Fredrik Unfortunately, these things cost money to develop, and so the developers need to charge for them <g>. You may be able to ...Show All
Windows Forms SmartTags problem
Hello, I'm changing the text property of a control in my ActionList and also the Name property so when I change the Text property of a Button to OK the name property becomes automatically bOK (or OKButton). The code looks like this: Public Property Text() As String Get &nbs ...Show All
Windows Forms DataGridView add new row WITHOUT typing
Hi, I've a databound DataGridView that contains 4 textbox column. Each textbox column has also has a button column that pops up a window to search. When the user types some text in one of the textbox columns, a new row is added automatically on the first keystroke. This DOESN'T happen when the users clicks on a button, and I fill in the value of the textbox column in code. If the users uses the buttons to fill all 4 textbox columns, there isn't ...Show All
Visual Studio 2008 (Pre-release) Is Avalon and XAML interoperable between Windows and Web ?
Newbie here. Is it true that an interface designed in Avalon using XAML can be interchangeablye used for a web or a windows application Thanks. In Windows Presentation Foundation, the programming model for developing browser-hosted and installed Window-based applications is the same. The only difference is in some project properties that help the build system decide whether to build one or the other ...Show All
SQL Server Using variables in data flow Script component
I have a package variable that I set via an ExecuteSQL task. I want to reference it in a data flow script component. In the Script component I enter the variable into the ReadOnlyVariables collection, then in the script I reference it as Me.Variables.var. (E.G. counter = Me .Variables.var) I'm getting errors when the data flow starts: Error: 0xC0047062 at Provider , Set Surrogate Key [4261]: System.Reflection.Ta ...Show All
Visual Studio Team System Project Creation Wizard was not able to connect
How do I solve this : Error Unable to connect to the Windows SharePoint Services at 192.168.1.12 Explanation The Project Creation Wizard was not able to connect to the Windows SharePoint Services at 192.168.1.12. The reason for the failed connection cannot be determined at this time. Because the connection failed, the wizard was not able to complete creating the Windows SharePoint Services site. User Action Contact the administr ...Show All
SQL Server How can I move the system databases?
I have been attempting to detach and reattach the model database. I tried to set the Trace Flag 3608, but it is having no effect. Just to be sure I am setting the flag correctly, here is the startup parameters string in my Configuration Manager: -dD:\MSSQL.1\MSSQL\DATA\master.mdf;-eD:\MSSQL.1\MSSQL\LOG\ERRORLOG;-lD:\MSSQL.1\MSSQL\DATA\mastlog.ldf;-T3608 Has the process of moving system databases changed in 2005 ...Show All
SQL Server from Express to 2005? - How to?
I have a database on SQL 2005 Express and i want to restore in SQL Server 2005 Beta 2 but it's not accepting it so how can i do it please any tool I assume you want to go from the RTM build of Express 9.00.1399 to the Beta build of SQL2K5. If that's the case you cannot do that. Some where between Beta 2 and RTM (I think it was around the March 2005 CTP) the format of the database changed. We supported moving forward but not going backward. ...Show All
Windows Forms DataBinding - Hardcoding ValueMember and DisplayMember
Something that always bugged me about data binding in Visual Studio is that you specify the DisplayMember and ValueMember of the binding to be strings that are *supposed* to be properties of the data source. You get no intellisense help when entering these values and, if you spell it wrong or the name of a property changes later, the project still compiles and runs fine until you hit that binding. Is there a way, using reflection or any other m ...Show All
