ianagui's Q&A profile
.NET Development access to sound mixer?
Hi. I am unsure where to post this so please bear with me. I have written an app in .NET 2.0 and DirectX Runtime (Oct 2005) in C#. I am wondering if it is at all possible to GET and SET the volume level on a Stereo mixer recording input in Sound mixer in Windows Is this possible I don't know if it comes under DirectX or if there is a way to access it via Win32 Many thanks! :) ...Show All
Visual Basic Automate MS Word Doc with VB.Net
I amtrying to pull info from a Sql Server to populate a word Doc using a VB.Net App any ideas Dim LPC As Word.Document PolNumber.DataBindings.Add("Text", PolicyNumber1, "Policy.PolicyNumber") Well i binded the data to the textbox but what should i do to make the data show up on the ms word doc ...Show All
Visual Studio Team System Using .cpp (/CLR) file tests
Hi Having added a .cpp file to the test project (the one created by the "create tests" option) i can't get the Test Manager to scan the file and see the tests in it NB: When you go to 'add item' in the Test project, it does not give you the option of a .cpp file you need to create one outside the IDE then add an existing item to the testing source list. Is there any special naming convention needed Consistently the posts ...Show All
Visual Studio Team System Error 'Insufficient memory to continue the execution of the program.'
Hi there, Since last few days VSTS is ocassionally giving error below for few times while opening, saving or querying for bugs. When I check the event log I don't see any related error log entry to find out more about it. When I check the performance from Task manager, I don't really see very high memory or CPU usage. Please advise, Thanks, Anu --------------------------- Microsoft Visual Studio ---------------------- ...Show All
Visual Studio Problem, instaling VS2005 on Windows Vista
I cann't install VS2005 on Windows Vista, because say that I have that install SP2 for Windows XP :S some suggestion Saludos, How was vista installed Did you install it on a clean machine or upgrade from an XP machine Thanks. ...Show All
.NET Development Question about WSDL.EXE /SHARETYPE
Hi, I have two .ASMX web services and I need to share a typed DataSet – called AdminDataSet -between them. I used wsdl.exe /sharetype to have one type shared between them, but the result proxy.cs file contains two definitions for AdminDataSet! So I have compile time error. I checked both wsdl definitions for ASMXs, they both refer to the same definition for AdminDataSet.XSD. Why WSDL.EXE /SHARETYPE d ...Show All
Windows Forms Bad quality of drawn metafiles
Hi, I'm working under .NET Framework 1.1. It is known that anti-aliasing is not supported when drawing metafiles using Graphics or converting them to bitmaps. I would really want to avoid writing my own class which plays metafiles records with anti-aliasing turned on - afaik EmfPlusPlayRecord is the largest enumeration in .NET Could anyone point me to some ready source code over the Intermet I'm sure it does present somewhere ...Show All
SQL Server How to save Hash Value on the SQL Server?
How to save Hash Value on the SQL Server What SQL Server data type to use Hash Value looks like: {19,55,198,12,420,13,36,107,109,25,82,23,510,552,931,996,478,442,130,200} Shomer @ http://www.xtremejewelery.com http://www.xtremejewelery.com/watches/specials/ -------------------------------- From: Shomer Hi The best way to store the hash value is to use varbinary data type. If you have a binary representation, you can prob ...Show All
Smart Device Development Discover cradled PocketPC
Hi! I'm looking for a way to programmatically (preferably through .NET, but native code will do as well) discover a PocketPC in its cradle so that I can access its registry and retrieve some files from it. I'd be grateful for any help in this matter. Do you want to detect on the Pocket PC if it's cradled, or on the PC to which the cradle is connected ...Show All
Smart Device Development How to communicate in ad-hoc mode
Hi, I want to construct a system where PDAs can communicate without accesspoint. since there is no accesspoint, can a PDA send out packet without IP address Can other PDAs neerby eavesdrop the packet How to do it I think TCP/UDP socket programming may not work since IP address is needed. Should I configure my wireless network adaptor for this Thanks. Toby There's no difference between wireless m ...Show All
SQL Server Smart App to Endpoint Kerberos Authentication
We have a smart app client application that leverages SQL Server Endpoints for data access. Clients use this application from several cities in the US across a corporate WAN. The endpoint is secured using kerberos authentication. Users of the application are added to a domain group which is granted rights to the endpoint. Procedures in the database are granted to a SQL role, and the domain group has been added to the database as a login and adde ...Show All
SQL Server Newbie: "Compiling" a DTSx package
I have now created a few simple SSIS packages. In BIDS I right-clicked on a solution and selected "Build". I went to the "bin" directory hoping to find a standalone ".exe\.dll" file but found only a ".dtsx' file. Can BIDS can actually build a standalone exe\dll or is the .dtsx file all that's available (If so, I guess that another program is expected to invoke the .dtsx file.) TIA, barker ...Show All
Visual FoxPro How do I synchronize my workstation system clock with the server clock?
good day to everybody I wanted that my workstation clock will be updated at the server just at the click of a button. So, How do I synchronize the system clock in my workstation with the system clock at the server using vfp . Thank you very much for the help Thank you, thank you, thank you to all of you ...Show All
Visual Studio What happened SourceSafe web service access in Beta 2?
A collegue of mine has just setup a SourceSafe 2005 database and configured it for internet web service access. I have Team Suite installed including SourceSafe 2005, but I am unable to find an option anywhere which would allow me to connect to it. I can connect over a local LAN or over the net via file sharing, but I can't find the web service protocol. I was informed this feature was in Beta 1. Anyone know what happened to it I ...Show All
Visual Basic Create application to used by multi users at same time
Hi I have Access database with vb2005 I would like to build my application to use with many users at same time with One shared database !!! q1) how can I set the database to be shared for all applications q2) what about the updating problems (One record updating by two users at same time) q3) must I use disconnect technology or connect technology connection for this issue thanks In another thread, I just got finished ...Show All
