sivakishore's Q&A profile
Visual Basic AnalogTVTuningSpace and MSVidCtl
I´m trying to develop a decent tv tuner/capture application (since there are no such apps, nowhere, I say) in Visual Basic 6.0. I´m using the MSVidCtl component together with the AnalogTVTuningSpace and IChannelTuneRequest object to achieve this, as desc ...Show All
Windows Live Developer Forums Develop Add-Ins for Messenger
If you're interested in developing official Add-ins for Windows Live Messenger, check out Ken Levy's and Katie Blanche's blog posts. Also, those who have access to the WLM8 page on Microsoft Connect can now download documentation about how to develop an add-in. I believe all WLM testers have also received an email from Microsoft about this. ...Show All
Visual Studio Team System help on sql parameters
hi, I'm working with some custom rules right now. They are as follows: 1. Create a custom rule to log any exception that is thrown. THe exception should be logged in an xml file. 2. Check for SqlParameters while passing to queries. Thanks in advance, ThunderRock For exceptions, you can inspect the Method.Instructions looking for OpCode.Throw and OpCode.Rethrow. Performing an analysis ...Show All
.NET Development connect to Oracle DB in ASP.net application
I try to connect to Oracle database in my .net web application but i have the following error: Driver's SQLAllocHandle on SQL_HANDLE_ENV failed I use this source code: Dim strConnectionString As String = "driver={Microsoft ODBC for Oracle};data source=TEST;UID=pippo;PWD=pluto" Dim Conn As New OdbcConnection(strConnectionString) The "Conn.Open()" method causes the error. Many Thanks Maurizio ...Show All
Windows Forms Implementing the Invoke pattern?
Are there any details available on how to implement your own Invoke patern For example to have all calls on an object run on the object's creating thread Thanks, Ray Manning Although it's not a complete solution for your question, you might wanna check my blog at: http://saguiitay.wordpress.com/2006/01/10/updating-forms-in-different-threads/ ...Show All
Visual C++ BK4504: Impact/How to circumvent numeric limit
Hi, for an evaluation of a possible migration from VC++6 to VC++2005, I get for a file with some huge tables foo.cpp(14736) : BK4504 : file contains too many references; ignoring further references from this source The same file compiled without problems for VC++6. Questions: 1) is this critical 2) if yes, a) in which situations b) how can I circumvent the respective numeric limit Cheers Michael ...Show All
Visual Studio Team System Web Test Recording - how to record another window
Hi, I have an application that opens another browser window and all work happens from that window. When I try to record a web test, it records only what happens in the original window, nothing is recorded for that new window. Any way to record communication from the new window Thanks! Alex Aside from manually inserting the popup request in your web test, you could try using Fiddler ( www.fiddlertool.com ) ...Show All
Windows Forms Data Binding in TierDeveloper
Hi All, "Data Binding" one of the most powerful aspects of .NET and Windows Forms. Data binding is the process of associating user interface (UI) elements with a data source to generate a visual representation of data. Two types of data binding ...Show All
SQL Server Why is this query not right for SQL Server?
hi, I have this query, #ReturnItems is a temp table have ProductID, CreditCode, NonCreditCode and Amount, all are int. select ProductID, sum(TotalCredits), sum(TotalNonCredits) from ( select ProductID, sum(ReturnAmount) as TotalCredits, 0 as TotalNonCredits from #ReturnItems where CreditCode > 0 group by ProductID union select ProductID, 0 ...Show All
Visual C# How do I call unmanaged function : func(char* format, ...) from C#
Hi, I have a variable argument function similiar to "sprintf" in an unmanaged DLL which I'd like to call from C#. Is there a way to do this I declared the function in C# as follows but how do I specify the variable arguments [ DllImport ( "xxxxx.dll" )] [ return : MarshalAs ( UnmanagedType .Bool)] public static extern bool unmanagedFunction( String format,   ...Show All
Windows Forms file not found after setup installed
I created a setup project for my program that has crystal report dependencies. After I install it on a machine and try to view the report I get the following error: System.IO.FileNotFoundException: Could not load file or assembly 'CrystalDecisions.Windows.Forms, Version=10.2.3600.0, Culture=neutral...or one of it's dependencies. I'm close to ditching Crystal Reports and building my own. This is a pain. Is ...Show All
Visual Studio Beta Toolbox is empty
After installing the 2005 beta my toolbox is empty. I've removed and reinstalled with the same results. Refreshing the toolbox makes no difference as well. Is this a common issue I can't find anything on it. Do I have to remove 2003 from my system Thanks for any help. After going through lots of things it finally hit me that I hadn't created a project. Once I did create ...Show All
SQL Server Report Builder fatal error
and yeee it’s me again :-) cannot load the report buider from http://localhost/reports result is always: Source: .NET Runtime 2.0 Error Reporting EventID: 5000 EventType clr20r3, P1 reportbuilder.exe, P2 9.0.242.0, P3 4258a543, P4 reportbuilder, P5 9.0.242.0, P6 4258a543, P7 3558, P8 b, P9 system.argumentexception, P10 NIL. any possibiblities to solve this kindest regards from austria Irie Mikky hey again brian, i tried it now with http: ...Show All
Smart Device Development Can't Check Submenu Item
So basically, I am trying to check a menu item that belongs in a cascading submenu. I have a sample diagram to show you want I mean. I am sure I am getting the handle because I get get the string, but I just can't put a check mark there. I want to check mar Item2 and Item1. (Submenu Bar ) Item1 Item2 ^ | (Submenu Bar ) ...Show All
Software Development for Windows Vista Display Resolution decreases randomly at login
Randomly when I log in, my display resolution will jump from 1280x1024 down to 1024x768. When the desktop first shows, everything will be at 1280x1024, but after 2 seconds, it will jump down. I am using the default drivers that were installed with Vista for my display. Is this known, and should I update my display drivers to possibly stop this This forum is for Windows Vista development, not bugs. The ...Show All
