ASG's Q&A profile
Smart Device Development getting incoming call number..
Hi all. I'm making a program with C# on PocketPC 2003 phone Edition device. But i must catch incoming calls. I mean when a get incoming call my program catch this number. How can i do this. Thanks everyone. Please see http://msdn.microsoft.com/library/default.asp url=/library/en-us/dnppcgen/html/callevents.asp too. Thanks, Jagadisk ...Show All
Visual Studio Team System Missing database updates when running a Web Test
When recording my Web Test I do some actions which add some posts to my database. After the recording the updates are as expected. But then when I run my Web Test it doesn’t perform any updates at all. I also added the Web Test into a Load Test, but still it won’t do any updates. Might there be some special settings in the test tool in order to allow database updates There is nothing special you should need to ...Show All
Windows Forms Help: Set value to one single cell in DataGrid (WinForm)
Hi all: I use myDataGrid[RowNum, ColNum] = "MyValue"; to set a value to a single cell. It seems that by running this statement the CurrentCellChanged event will be triggered. Is there a way I can use to set value to ...Show All
Visual C# alexandrpaul's problem
i have the same problem anayone with a suggestion about stop closing the application when the user presses the X button thanks I dug back to the previous post, and I understand the question now. private void OnFormClosing( object sender, FormClosingEventArgs e) { e.Cancel = DialogResult .No == MessageBox .Show( "Close " , "" , MessageBoxButtons .YesNo); } This works fine for me here ...Show All
SQL Server Report Builder and custom security - can I pass credentials as a parameter?
Hello, I'm analyzing how our company can use security extensions along with the Report Builder. While testing custom security extensions I found that Report Builder is prompting me for the user name/password whenever I launch it from the browser. This is great, but I also need to launch it from the win forms application that already has been authenticated. Can I pass a user name/password as a parameter to the report builder so it does not sho ...Show All
Windows Forms problem with tabControl?
using comctl v6 with XP styles..whenever i use tabControl Alignment to the right it doesn't display the text..i havent tried playing with the tab padding, and this might be the problem..but it just doesnt seem to render correctly unless the tabs are at the top..anyone else experiencing this or know of the problem I seem to have a problem with visual styles and tab controls under .Net 2.0 or am I just missing thi ...Show All
Visual Studio Express Editions Data UI Property Page Error
I am having trouble displaying the data source tool box. When I use the menu option it gives the message "Operation failed. Only true type fonts are supported. This is not a true type font." When I go into the options menu and go into the 'Windows Form Designer' and click on 'Data UI Customization' the pane displays ""An error occured loading the property page". I previously had down loaded the RC version and then uninstalled and loaded t ...Show All
Visual Studio How to tell the version of MSDN Library?
The "What's New" section of the pre-VS2005 of MSDN Library identified which version of MSDN Library was installed on the system. Ex: MSDN Library October 2005. In MSDN Library for VS2005, how can I tell which version is installed on a system Hi Gaetan, You can correctly identify the MSDN Library version installed on your computer by going to: Start > Settings > Control Panel > Add or ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Method of plotting 2D grid
Hi. I have a question. How would I plot 2D grid It's got to be infinate but without any performance loss. Will this work To show you wnat I mean, download a trial version of 3D GameStudio and open GameStdudio in 3D GameStdudio, located in the Program group. And one more question. Since I'm going to be developing an authoring suite along with an engine, in an application (world editor) with 4 windows, would it be possible to have 4 D3D c ...Show All
.NET Development Can somebody tell me how exactly we handle Concurrency Violation.
I know what is Concurrency Violation. I want to know , How exactly we can handle Concurrency Violation in .Net Application. Practical Example will be more helpful. Thanks in advance. Can't give you a simple example but if you have a library or bookstore nearby check out Microsoft ADO.NET book by David Sceppa he has a good chapter on this I recall. ...Show All
Visual Studio 2008 (Pre-release) Binding to a property of an item contained in an ItemTemplate
Hi guys, here's the scenario. Say I have scene that contains a UniformGrid of buttons that are then templated as rectangles. The scene also contains a Canvas control. I'd like the height or width of the Canvas control to be a multiple of the height of one of the items in the UniformGrid. The catch is that I have no hardcoded values for the heights or widths of any of controls on the scene, I'm just allowing the layout engine to do all the ...Show All
SQL Server Cursor approach versus T-SQL Set based solution--Avoid/Eliminate Cursor if possible
Two Scenarios: Scenario 1: T1 (Ticker varchar(10), Broker varchar(10), Qty decimal(18,6)) T2 (Ticker varchar(10), Trader varchar(10), Qty decimal(18,6)) T1 contains the Ticker of a stock, Broker offering the stock and quantity he/she offers T2 contains the Trader interested in Buying/Selling the stock and the quantity to be bought or sold. Sample data: T1 MSFT, Fidelity, 125 MSFT, Capital One, 200 ORCL, Nomura, 145 ORCL, Bear, 100 SUNW, Fidelit ...Show All
SQL Server Why is UDF class declared partial?
When you create a C# SQL Server project and add a UDF to it, the containing class that wizard creates is declared partial. Is there a reason for this I have not been able to find any mention of this in the docs or anywhere else. Does anyone know Thanks in advance, Alex So that you can include several UDFs in the class, without having them all in the same file... It's an eas ...Show All
Visual C# MCSD manuals
Hi, Can someone enlighten me about when or where I can get the new manuals for the MCSD course for Visual Studio 2005 Or the MCSD curriculum for 2006. Regards Start here to get a list of courses on VS 2005 and info on where the courses are offered. http://www.microsoft.com/learning/training/find/findcourse.mspx . The Microsoft Learning site should also have info on where you can obtain curriculum materials, if they are available. Michae ...Show All
Windows Forms tableadapter.Fill takes time
We have a small winforms appln that we have built. It only has only a couple of forms. One of the forms has about 12 bindingsources, most of them bound to datagridviews and their corresponding tableadapters. This form has a main grid (main table) and then, on a tab control, about 8 child (these tables have relationships with the main table) and standalone (a match is searched for depending on what is selected in the main g ...Show All
