DazlerD's Q&A profile
Audio and Video Development Need some code samples (Fast Forward, Rew and other)
Please, I need samples of JavaScript code (some strings) and some comments for following operations: Fast Forward Rew Go To Next Chapter Go To Previous Chapter P.S. I tried to use Player.playlist.fastForward(4); and seen JS error (iHDScript API fastForward: HDDVD_E_ARGUMENT) on this string. Why is "4" incorrect argument I think that 4 is: (normal speed) * 4. I mistaken For Player.playlist.stepForward(); I see following error: iHDScript API stepForward: HDDVD_E_NOTSUPPORTED P.P.S. Sorry, I known that my question is RTFM but I don't have specefication. :( thanks closer. I am not sure of code . you try that pls 1) As per spec, speed::=[0-9]+("."[0-9] ...Show All
Audio and Video Development Which version of JScript?
Which version of JScript does iHD use Thats correct. Please also see " Release Notes for HD DVD Interactivity Jumpstart". This would give you more insight into this issue and would also answer your earlier query " How to play sample ". Thanks. ...Show All
Visual Studio Syntax for Output property of MSBuild Target
I'm trying to get the Output of a MSBuild Target, what is the project file syntax Here's my property marked as an Output in my Task class [Output] public string Value { get { return _value; } set { _value = value; } } Here's how I invoke my Target normally <Target Name="Build"> <MyTaskName Variable="MyTaskArgument" Value="blahblah"/> </Target> How can I capture the Output string returned for later use in another Target You would have to utilize the Output task to capture the output. Something like this: <Target Name="Build"> <MyTaskName Variable="Value" > <Output TaskParameter="YourValue" Prop ...Show All
SQL Server SSIS performance
Hi, I have 4 execute packages say A, B, C, D. These packges contains packages for data transfer in turn. Package A - 15 packages Package B - 15 packages Package C - 20 packages Package D - 20 packages When i run these packages one at a time in the order A, B, C, D then the execution time is around 17 mins. If I make a parent package and put A, B, C, D in sequence in it, executing this parent package increases the execution time to arnd 50 mins. Pacakge A, B, C, D doesnot run in parallel. They run one at a time. So i was wondering why the there is so much time difference. Please let me know if theres some configuration settings to make the parent package efficient. All the test conditions are same in both the c ...Show All
Windows Forms How to get Datagridvieweditingcontrol programmatically
Hi all, I would like to get the datagridvieweditingcontrol programmatically, for examply by specifing column and row index. I know that we can get this datagridview.EditingControl or when the editingcontrolshowing event is fired and parsing the e.control....but they are currently in editing state... But my problem is I want to get the combobox control that is not currently in editing state and bind some data to that control at runtime. Exactly, I have two combobox column in datagridview. One column is bind to datasource and generate items to default. And when I select the item from first combo, then the second combo will be bind to the data based on the selection of first control. Thanks, WIROL ...Show All
SharePoint Products and Technologies User Profiles in sharepoint 2003.
Hi, I have some queries related to User Profiles in sharepoint 2003. Query: I need to get logged in user office location which will be available in Manage user profiles database. To view UserProfiles: In Sharepoint 2003 server goto Site settings > Manage Profile Database > View User Profiles. It displays all users profiles. sample code to get User Profile: strSiteUrl =" http://sps-server1 "; TopologyManager objTM = new TopologyManager(); PortalSite objPS = objTM.PortalSites[new Uri(strSiteUrl)]; // throwing error this line is throwing error " Value cannot be null. Parameter name: site". ...Show All
.NET Development How-To (Object Class => Binary Serialization => To Memory => Encrypt => Save to File)
Hi Every body .... I have a [Serializable] Class like this ======================================================== [Serializable] class Customer { private string _CustomerName; private string _Country; public string CustomerName { get { return this._CustomerName; } set { this._CustomerName = value; } } public string Country { get { return this._Country; } set { this._Country = value; } } } ======================================================== How can i use Binary Serialization to serialize the object class temprary to Memory and Encrypt it and then save the encrypted to file. Like this 1. Object Class => Binary Serialization => To Memory => Encrypt => Save to File 2. Read file => To Memor ...Show All
SQL Server The index is not valid.
I get this error in a package which was executing previously. This is in SQLServer OLEDB DATASOURCE Error at Membership_Other_Payer [DTS.Pipeline]: The index is not valid. ADDITIONAL INFORMATION: Exception from HRESULT: 0xC0048004 (Microsoft.SqlServer.DTSPipelineWrap ) This error occurs when I try to open my existing Oledb datasource. I have added some columns in my database Any body has solution for this Ramanan wrote: I get this error in a package which was executing previously. This is in SQLServer OLEDB DATASOURCE Error at Membership_Other_Payer [DTS.Pipeline]: The index is not valid. ADDITIONAL INFORMATION: Exception from HRESULT: 0xC0048004 (Microsoft.SqlSer ...Show All
Visual Studio Tools for Office Excel cell's context menu question
Hi all, My question is this. Is there a way to disable the default context menu when you right click on a cell on a worksheet. I want to disable the default context menu and have my own custom one. I was able to create a custom context menu, but I cannot control the location where the context menu is displayed. What property in the Target(the argument in the event handler) will allow me to know what cell was selected. Thanks ahead for the help, David is there a way to do this without VBA - directly through VSTO is it possible to do it in Excel like this example describes an Outlook example: http://www.cnblogs.com/Isabella/articles/contextmenu.html ...Show All
Software Development for Windows Vista Unpleasant surprise after installing Visual Studio SP1
Dear all, Beware of installing Visual Studio SP1 if you have Workflow Foundation Extensions for Visual Studio installed. Everything looks ok until you try to create a new workflow. At this point, the binding of activity properties to dependency properties refuses to work. None of the dependency properties appear as valid choices for binding to. Also, the workflow snippets no longer work. There is a simple solution to these woes: Run the Visual Studio 2005 Extensions for Windows Workflow Foundation setup program and Repair your installation. This is not mentioned anywhere in the VS2005 SP1 release notes. Mark - Yes - We are looking into the issues. Regarding downloading the snippets. No - Currently we do not have ...Show All
Windows Forms Any situations where the NotifyIcon.ShowBalloonTip(...) WONT actually show the balloon?
Hi guys. I have a small puzzle here: I've made a single instance app in C# 2.0 through use of the Microsoft.VisualBasic dll to set up the remoting etc and it works fine. The logic is upon re-running the app, the existing instance fades into view using the AnimateWindow API and assumes an Always-On-Top role through Form1.TopMost = true; The form also uses clipped regions to give an impression of irregular shape. To tell the user that it is faster to double click the tray icon, I thought of putting a balloon tip in there but then I hit a problem. I can hear the "sshha-pop!" sound the balloon tip makes as it comes into existence, but I cannot see it on screen! Does anyone know where it is/how to look for it ...Show All
SQL Server BULK INSERT from a table
Hi there. I have a table that contains comma delimited text, and I am trying to convert this into another table eg my target table looks like Produce|Price|QuantityPerPrice and my input table contains strings such as "apples","7.5","10" "pears","10","8" "oranges","8","6" Does anyone have any ideas on how to do this I am after a solution that does them all at once: I am currently using charindex() to find each column, one at a time, but given the speed of BULK INSERT I would much rather do it as a table. The one solution that I don't want to resort to is to export the table with delimited strings to a data file, then BUL ...Show All
SQL Server What is the best most efficient performant way to do a Control break in SSIS?
I have an EDI file with Different Transaction types. I would like to read for a Header, capture some specific info on the header, and read for another specific tran type that comes after and capture additional info. I have a couple of ideas like tagging the records with a key and loading into two temp tables for matching later but that means I would have to do double processing. Maybe a conditional split for the two transaction types and then unioning them downstream, but not sure if the right records would be associated. Possibly tagging sequential key and writng to raw files and matching on the raw file keys downstream. I have a lot of ideas but I am looking for the best proven practice here so i don't spin my wheels or have to g ...Show All
Visual Studio Team System including files fails
Hi Im trying to add my VC++ include directories, but it won’t work... I had added the following to my tfsbuild.proj < AdditionalVCOverrides > %3CTool Name=%22VCCLCompilerTool%22 AdditionalIncludeDirectories=%22$%28SolutionDir)include%3B$%28VCInstallDir)include%3B$%28VCInstallDir)atlmfc\include%3B$%28VCInstallDir)PlatformSDK\include%3B$%28FrameworkSDKDir)include%3B$%28SolutionDir)tlb%3B$%28SolutionDir)include\wtl%3Bc:\program files\msxml 6.0\inc%22 /%3E%0D%0A </ AdditionalVCOverrides > but on the buildmachine I get an error, that it cannot find a sjvers.rc file, but it’s in the path: c:\testbuild\captia41\test\Sources\13.0x\include. Please help Regards Kim My buildlog on the buildma ...Show All
SQL Server what is .net framework 3.0
Hi Friends please tell me what is .net framework 3.0 what hardware requirement to load it. what advance then 2.0 or 1.1 please answer me as soon as possible Thank's in advanced Keep in Touch Regards .NET Framework 3.0 is basically .NET Framework 2.0 plus some additional libraries. These libraries were formerly known as WinFX and consist of Windows Presentation Foundation (WPF), Windows Communication Foundation (WCF), Windows Workflow Foundation (WF) and Windows CardSpace (WCS). The CLR and compilers remain the same as they were in 2.0. ...Show All
