Volksman's Q&A profile
Audio and Video Development Application Deactivation : Doubt on iHD Sim Behaviour
I hav a scenario ::::: APP_FOO is active. step1) Script ( through DOMCORE API) changes the BUTTON from "red" to "blue" step2) Script deactivates the current app APP_FOO ( which contains the BUTTON ) step3) Script activates another app . ....later we activate APP_FOO again . Now guess the color of BUTTON Result on ihdSim: BUTTON is red DOUBT : Should not it be blue ..since the script changed the loaded DOM Or does deactivation implies flushing out changes on a) LIVE DOM b) LOADED DOM c) BOTH offcourse if answer is c) then iHDSim behaves nice and correctly. De-activating an application is like shutting it down. The ch ...Show All
Visual Basic converting web page to MSWord doc
I am using Word 2002 with Visual Basic 6.3 and attempting to write a macro to convert web page to Word doc, format text and delete forum "Reply" links. would like to take web page source and manipulate text or copy/paste then run macro. having a problem identifying hypertext links to delete from page. What is the best approach and what are possible keywords in order to leave a nicely formatted Word doc Sorry, I didn't realize you were talking about a VBA macro (I thought you meant macro in a generic sense because you listed a specific version of VB6). If you want to use VB Express you can, you'll just be creating a small stand-alone application that serves as a tool to accomplish your goal. I ...Show All
SQL Server Accessing varibles inside the ScriptTask
Hi All, In one of my ScriptTasks, I instantiate FileSystemWatcher class and set events for it. This has been done inside the Main() method. I can access all the varibles declared in the SSIS package inside the Main() method ( by using Dts.Variables("").Value ) but none can be accessed inside the event methods. One possible reason for this can be, events might be running in different threads. Now my question is, How the varibles can be accessed inside the event methods. Hope someone can give me a solution. Appricate all your solutions. Thanks It is a string type variable and it can be accessed in Main() method without any problem. I made the event method as public but no luck. Also note that v ...Show All
Visual Studio Team System Unable to change areas and iterations (MSF Agile)
Hello there, I have just successfully set up a new Team Project using the MSF Agile template, and everything is fine. Except that I can't change the areas or iterations. That is, I can change them (by right-clicking my Team Project -> Team Project Settings -> Areas and Iterations...), but the changes aren't reflected in the corresponding fields in Work Items or Bugs. They still display the old (out-of-the-box) iterations (Iteration 0, Iteration 1, ...) and areas. What have I done wrong, or what do I have to do more in order to get the iterations and areas into the right forms I first thought of some caching problems, but closing Visual Studio and reopening did not help, unfortunately. Best regards, Martin ...Show All
Visual Basic How about this any help on it.
My child nodes are hidden. and reside in an dynamic XML database. How can I click on the <title> node and navigate to the <link> node ...Show All
Visual Studio Team System History of particular Build
Hi! I am developing a tool which takes the Build Name as input When user inputs a unique build name/number application should be able to output the history of its Build Quality property. I am able to get current status of the Build by using BuildStore & BuildData API's. Any suggestions about how to QueryHistory of a build Vivek. We don't keep any historical information on the build quality for a build. If that information is available in the reporting warehouse, you may be able to make use of it in a report. Buck ...Show All
Visual Studio 2008 (Pre-release) Apply multiple images to ToggleButton
Hello, is it possible to apply multiple images to a ToggleButton Currently I’m showing one picture using the "Image" property of ToggleButton, but now I would like to apply more of them on top of each other, because they have different transparency regions and I can color the underlying image this way. I already tried to apply an ImageBrush to ToggleButton.Background and one to ToggleButton.Foreground but that didn’t seem to work... (and this way only two images were possible) Do you have any ideas Thank you very much! Best regards, Ben My ToggleButton doesn't have an Image property Are you talking about WPF or Windows Forms But, in general you would use a panel to contain multiple elements, ...Show All
Gadgets Gadget post info to new web form
I've created a gadget which is a simple HTML form with 2 text boxes and a button. When you click the button it should open a new IE window and send the information to the target URL as a post. The problem is when installed as a sidebar, although the IE window is opening with the correct page, the information in the 2 textboxes does not seem to be transferred. I have tested the simple HTML form by opening it in IE and all functionlity works fine, but not when I install it as a sidebar. Is there something obvious that I am missing Any help would be appreciated. Thank you Hi Bruce, First off, I really appreciate you responding to my message. Thank you for the help. I'm not sure if I understan ...Show All
Visual C++ Intellisense becoming unable to resolve objects
I'm posting this here and not in the general Visual Studio forum because my experience so far tells me the situation with C++ is different than with, say, C# (I have so far at least one example where VS's tools behave worse in the C++ environment than in that of C#). I have Intellisense getting confused and unable to resolve objects so often that I find myself closing the solution, deleting the *.ncb file, and reopening the solution. It almost makes me wish I had a "rebuild Intellisense" button... Kamen The best way to reproduce the issue is to log it at http://connect.microsoft.com and attach the project there; then describe the steps to reproduce the issue. After you do that, please reply back to this thread with the l ...Show All
Software Development for Windows Vista Works with Vista logo requirement question
Your "Works with Windows Vista Software Logo Spec.doc" states " The application must be tested on both 32-bit and 64-bit versions of Windows Vista. " Our application is a 32-bit Windows application which works just fine on Windows Vista 32-bit OS. So if our application doesn't work "nicely" with 64-bit Vista does it mean that we will not qualify for the Works with Windows Vista Software Logo certification Thanks in advance, Bobby. Bobby, As far as I have understood, you can get a voucher from MS for such cases. So, if you specify to MS which third party components you use, you'll be ok on this. /Niklas ...Show All
.NET Development Networking transfer
I am developing a program over the network. Two users will be able to communicate with each other and transfer some data. Is it involve with the socket programming I am not sure on how to implement this. Any ideas or guide for this field thank you Yes Sockets will be best for creating a real time system like MSN Messenger etc. You can use TcpClient and TcpListener classes to do this which both are wrapper around Socket class and hide many complexities providing a friendly programming interface to novice network programmer. When 2 parties are connected using above 2 classes then you can use NetworkStream to transfer data. All the above classes reside in System.Net.Sockets namespace and MSDN have got very good explaination ...Show All
.NET Development Encryption - Effect on Performance
I am the test manager on a project which is using WSE 3 to use to apply a layer of authentication, authorisation and encryption. The application is written in C#. We want to conduct some performance testing however the encryption is stopping us from doing the testing so we are having to conduct the testing with the encryption turned off. I need to understand the impact to performance between having the encryption turned on and turned off. Can anyone provide me with any information on this Please note I am a tester and therefore a layman when it comes to technical speak so plain english would be helpful . Any help is greatly appreciated. I would suspect that your biggest hit on performance will be cpu utilization. Second ...Show All
SQL Server Import\Export Wizard Feature?
A new developer tried to import a data file using the Import\Export wizard. Unfortuantely, the file had several format errors and the process aborted after reading one bad line. (I imported it using a BIDS package with error handling. The file had 454 bad rows.) Are there any options in the I/E Wizard to log\skip errors but continue processing After all, the I/E Wizard is designed for quick-and-dirty use and if it can't "handle" erroneous data "gracefully", it is not a very practical tool. TIA, Barkingdog That's an interesting request - could you log it through the feedback site I can see a ton of difficult questions around how we would implement it to ensur ...Show All
.NET Development dot net framework 2.0
We have an application running on Dot NET Framework 2.0 Local it is working fine. From the network it will not work. In systemadministration only the dot net framework 1.1 configuration is showing nothing with 2.0 so I cannot configure the application to be trusted over the network. I have a XP Pro SP2 machine with Dot Net Framework 1.1 and 2.0 installed on it I just deinstalled all and tried different configurations but still no 2.0 configuration possibilities Kind regards Erik Rijsdijk IT Firstly you can't load the v2.0 MMC addin at the same time as v1.1. You'll have to pick one and use it. However they will both appear in MMC. Secondly the tool is not installed as part o ...Show All
Visual FoxPro Line Drawing in Report
I want to draw a triangle in report. Three points of the triangle will vary based on the values I specify. The triangle should be printed in a normal foxpro report. If it is not possible to do this in VFP, kindly let me know where it can be done. Thanks. >I have done line drawing in forms but not in reports. Where can I get a simple sample. Walter Nicholls published 3 part article sing GDI+ in VFP 9.0 with the FFC Library in FoxTalk 2.0 Magazine starting with August 2004 issue. Also: http://www.sweetpotatosoftware.com/SPSBlog/PermaLink,guid,1e3a72fe-ffba-43fe-97bf-d0856a435750.aspx http://www.code-magazine.com/article.aspx quickid=0404032&page=4 ...Show All
