thompson16's Q&A profile
Visual Basic How can I access the audio equalizer level information?
Anyone know of a way to access the levels for pitches of whatever if playing out of the speakers Every audio program seems to have those little bars bouncing up and down in realtime so it can't be too hard, right I actually need them in number form because I'm writing a program that uses basic pitch levels to identify non-dynamic sound files when they're played (don't ask, it's a long story but it will work, lol) ...Show All
Windows Forms can we pass a value to windows services?
my windows services is supposed to launch a external application, i need to pass filename to it, so it knows which application it is supposed to lanuch. is it possible and is it also possible i can retrieve values from them thank you ...Show All
Windows Forms datagrid / variable problem
Please bear with me, I'm new to this, so I'm sure there may be a better way to do this. But with my limited knowledge, its the only way I can think of doing it. I have a hidden datagrid which selects the data out of a sqlserver database. It will have multiple rows (up to 10). I need to be able to read the data in and populate it into text boxes on the web page for the user to be able to modify (but not write it back to the database, it will ...Show All
Game Technologies: DirectX, XNA, XACT, etc. DX SDK 9.0 cutted edition :)
Correct me if I wrong, but, as I understand, to compile DX VC project I only need DX proper version installed and contets of "Includes", "libs" directories. And if it is true, is there anyway to get the contents of this directories except illegaly from other users It's not likely we will separate the DirectX "native" code from the managed code, for a variety of reasons, but going primarily back to the "everything in the SDK" approach we t ...Show All
SQL Server sql server 2000
This is my last attemp at trying to install sql server installed, which its been quite reluctant too, as I've spent the last 2 hours with no progress. I've downloaded MSDE2000A.exe from http://www.microsoft.com/downloads/details.aspx FamilyId=413744D1-A0BC-479F-BAFA-E4B278EB9147&displaylang=en Installed it in the default directory. "C:\MSDERelA" And ran setup which returned this error "A strong SA password is required for securit ...Show All
SQL Server Filter a Model Table?
I am using RS 2005. I am setting up a Model for use within Report Builder so our clients can write their own reports. A 2 part question, simple question first: 1. How can I filter the records in a Model Entity I thought this would be possible from a Perspective but it is not. 2. How can I filter the records in a Model Entity based on the locale of the person who is logged on And also based on their permissions TIA Is the u ...Show All
Visual Studio 2008 (Pre-release) Testing of Service in Browswer
Hi guys, I seem to be having a slight problem I cannot seem to fix. I have browsed around looking at various solutions but nothing seems to work. When I try to test my service via the browser ( http://localhost/hello2/service.svc ) I get the error ------ Server Error in '/hello2' Application. -------------------------------------------------------------------------------- Service 'HelloService' has zero application (non-infrastructure) en ...Show All
Visual Studio 2008 (Pre-release) TreeView Multiselect - fishing for ideas
I need a multiselect TreeView control. The TreeView provided in WPF doesn't have this functionality so I am going to implement it myself (as I did with Windows.Forms). So I have the selection logic already, I just need to implement the UI side and a way of keeping track of whats selected. In Windows.Forms I had a collection of TreeNodes that I painted when they were added to the collection, and unpainted when they were removed. TreeView is mo ...Show All
Visual C# getting data with store procedure
Where to put a result to get byte array A variable that I get from store procedure is a blog. I use this code but I have to put a result into byte array, because it is a blog. SqlConnection conn = null ; byte [] Profile = null ; conn = new SqlConnection(sConnString); conn.Open() ; SqlCommand cmd = new SqlCommand("GetProfile", conn); cmd.CommandType = CommandType.StoredProcedure; cmd.Parameters.Add ( new SqlParameter ( "@UserID ...Show All
Visual Studio Team System how to read command line arguments inside webtest generated code
Hi, I'm a newbie user of webtests. I'd like to find out how to read command line arguments inside my webtest generated code. I'm recording webtests to test various webpages of an application server and would like to parameterize the root URL to these webpages. This is so that I could use the same webtest generated code to test different installations of the application server. The webpages have identical links except for th ...Show All
.NET Development XML namespace
namespace is used for extending XML document that's define by another / different people for example soap, someone defined soap envelope which is the basic structure / framework <HEADER> <XBODY> ...etc< div> then user of soap can add his own elements inside the framework --> inside <HEADER> tag or <XBODY> div tag.<> but the new user elements is defined by different people then soap envolp ...Show All
SQL Server Using ASP.NET Session State in SQL 2005 with a Mirror
I have SQL 2005 mmirroring sucessfully working in an ASP.NET 2.0 web application. I also have session state being maintained in SQL Server using the built-in functionality in ASP.NET. The problem is, even with "allowCustomSqlDatabase=True" and specifying a failover partner in the DSN, it appears that ASP.NET does not work with the failover partner. It always tries to get the session info from the "data source" server specifie ...Show All
Visual Studio Express Editions User Input
Is there a VB2005 equivalent of the VB6 input box control Hi, Are you refering to the inputbox in VB6 which prompts the user of an input If so, Try This: Interaction.InputBox("Enter a Value:", "Input Box Sample") Here's the docs for that. cheers, Paul June A. Domag ...Show All
Visual Studio Can we extend HTML editor
We'd liket to add certain functions to VS HTML editor. Is a way to extend it Thanks, jillaint Jillaint, Can you describe what you'd like to extend in the editor We'll be able to give you a better idea if something is possible or not when we know what you are trying to do. Thanks, Dylan ...Show All
Visual C# Exporting Faceid icons
Hey peeps, I'm having a major dilema of which I require some help if possible. I'm creating an bespoke application for the company I work for, and I require to use some of the icons supplied in Outlook 2000/XP, now I know you can use a faceid value to display that image, but does anyone know how I can use them in my none office linked application. I have a piece of software that createsk new icons from any dll, ocx, exe that you point it at. ...Show All
