Mauricio hevs's Q&A profile
Visual C# regarding the selecting of child rows of datagrid when it is displaying in master and child relation ship
Hi I am using the datagrid control in .net 2.0. As datagridview is not supporting master and child relationship of data so i am using datagrid of 1.1. I am displaying data in master and child relation in the same grid. i,e allow navigation property is true.I have check boxes for child rows.how can i check whehter they are checked or not. Thanks & Regards Bhargavi ...Show All
SQL Server Question about data sources formats supported in SQL Server 2005 reporting services
Hi, all here, I am new to reporting service, I have question about the data source formats which can be get accessed by SQL Server 2005 reporting services server. I mean what kind of data sources formats that can be imported into reporting service server Thanks a lot for any help and guidance in advance. I suppose you mean which kind of data you can access in reports. An overview is available here: http://msdn2.microsoft.com/en-us/library/ms159219.aspx Besides that, you can use OleDB and ODBC providers, managed .NET providers, and you can implement custom data extensions. See also: http://msdn2.microsoft.com/en-us/libr ...Show All
Visual Studio Express Editions RSS News
Using VC# Beta 2 When I startup VC# Express, my startup page is supposed to get news from http://msdn.microsoft.com/vcsharp/rss.xml but I get "There's no content available yet. Content will be downloaded once a connection to the internet is established." I have a connection to the internet and everything else seems fine, when I go to this url I see news available. What's weird is that I have beta 2 on my machine at work and it does work Did you have Beta 1 or one of the CTPs previously installed on your system There are some known issues with the CLR that causes the Start Page not being able to download whe ...Show All
Windows Forms showing different text in a pannel at runtime
Hi ! I am new with Windows Forms. I want to make an application interface with different panels. In one panel I just want display different information along the time, showing what the application is doing (keep changing the information according to what happens in the application). How can I do that (I don't want to use the status bar). Can ...Show All
Windows Forms stand alone WinForm testing in VS 2005
Hi, Is there any way I can test a winform (eihter .exe or dll project) without building the whole project for the UI look and feel purpose in VS 2005 I guess, old days from VBA, we can test a form in Excel or Access just to look at the appreance of the form without testing the interactions. It will be useful when we are building a class library project, where we sometimes don't want to test the functionality but just to have a look at the form in runtime. Thanks The Object Test Bench allows you to test instances of your classes by invoking methods within Visual Studio. You can access via View -> Other ...Show All
Visual Studio Team System Error installing TFS final release
This error occurs during health check, "The SQL Server 2005 KB Update is not installed on this computer" We have SQL 2005 Standard installed....is there an update any ideas -Jim First, I highly recommend you go though the check list in the install guide. I normally skip these but in this case there are a large number of gotcha's that the install guide walks you though (this is one of them). You can download the latest version from of the guide http://go.microsoft.com/fwlink/ LinkId=40042 . (NOTE: make sure you go to the properties of the CHM after you download it and click the Unblo ...Show All
Visual C# CLSID
Hi, I've read up about CLSID and I think it's just GUID, right So, can I just use Guid.newGuid in C# to get a new CLSID or Use the Tools menu->Create Guid to get my CLSID All these names are very confusing IID, CLSID, Guid.. They're all the same right Also, I'm working on a project on Extending Active Directiry property pages snap-in which requires a CLSID(GUID) in the beginging of the code so I have to get a CLSID (gUID) before the code even starts. How does this work Will the Guid I create during development here at our office guaranteed to be unique on every customer's network that install this program namespace UnityComput ...Show All
Visual Studio Team System Agile, then CMMI
My company is interested in getting CMMI certified. We are using Microsoft technologies a lot and would like to start learning about MSF. Forgive me if the question is silly. Is it possible for our company to go for MSF Agile, and then evolve into CMMI compatible practices This makes sense for my company because I want to make sure we can build the basic capacity first before we want to make it formal. Any idea or suggestions are welcomed. We are using Agile for now to establize then we are planning to move to CMMI for maturity. Anyhow even after we move to CMMI as framework of porcess optimization I will ...Show All
Visual Studio Can you change the VS05 Help (MS Doc Explorer) code samples font?
Its a horrible font and very hard to read. Can you change the typeface on it Wowser, that's the first time we've heard that. I will forward this recommendation to the documentation design team for consideration. ...Show All
.NET Development SEHException from External Component Error
I have the error "System.Runtime.InteropServices.SEHException Additional Information External Component has thrown an Exception. The Problem occurs when I try To instantiate an object which is contained in the header file that came with the 3rd party .dll I am using. The header for the file looks like this: #ifdef QUANTUM_EXPORTS #define QUANTUM_API __declspec ( dllexport ) #else #define QUANTUM_API __declspec ( dllimport ) #endif /////////////////////////////////////////////////////////////////////////////////////////////////// class CQUANTUM { public : QUANTUM_API CQUANTUM( void ); QUANTU ...Show All
Software Development for Windows Vista Alpha-Blended DirectX Overlay
Hi, I would like to create an overlay with a surface that overlays another surface. The specific application is to take the video rendered from a AX control drawing using DX, then create an menu overlay with another DX surface and have the menu alpha-blended over the video surface. So far I have tried a transparent dialog box, but the video underneith flickers as the region is invalidated. The overlay box fades in and out perfectly, but only when the overlay menu is completely faded out does the video stop flickering. I do not have control over the video surface, so I would like to do it as a seperate overlay surface. Any ad ...Show All
Windows Forms Which control has focus?
VS2005/VB How do I tell which, if any, control has the focus on a form I'm writing a function key handler and want to determine context. I see ContainsFocus but that doesn't appear too useful unless you check each and every control. And it may return a false positive in that it looks like it can return true for containers that have a control with the focus on them - I need to know the control with the focus. I see some posts that say ContainsFocus can be used to check to see if a form has focus but Me.ContainsFocus doesn't exist. How does ContainsFocus work for forms The problem is that there is ...Show All
Visual Studio xp64 hangs random during and after vs2005 installed
my poor machine stopped without any response, keyboard and mouse not responsed. The CPU temprature is below 40'c and I have tested memory with MemTest tool. The CPU runns well on full load for for half an hour before I installed vs2005, and the temperature reached 42'c only. I haved updated BIOS flash to newest version. the cpu is amd64. Daemon tools x64 and Norton antivirus x64 is installed. The system also hang while system starting.... so.....what can i do forget vs2005 or enjoy it in vmware try this: 1. unplug your machine from the network 2. disable norton anti virus 3. try inst ...Show All
Windows Forms Disabling windows forms designer temporarily
Hello every body As you know when designer code grows and becomes giant its so bothering to modify the source code and then turn back to the designer (It consumes alot of time). The question is "Is there a way to disable windows forms designer for a while " Thanks in advance . I'm not entirely sure I understand what you want, but you set the code editor the default by doing the following: In Solution Explorer , right-click a Form and select Open With... In the Open With dialog, select CSharp Editor and choose Set as Default and then OK Now everytime you double-click a form in Solution Explorer, the ...Show All
SQL Server Parameters
SELECT CodiceCliente, RagioneSociale, Articolo, Comma, descrizione, Area, dtDeroga, dtFineDeroga, SuContratto, Parametri FROM MasterDeroghe WHERE Articolo = ( CodArt) I want to pass a parameter at a report of reporting services with this query but this query don't conceid it. why what's wrong My database is access If CodArt is supposed to be your parameter, that is your problem. Report server parameter variables start with @, i.e. @CodArt ...Show All
