Mukool's Q&A profile
Visual Basic How to use Crystal Report Controls?
Can somebody help me on how I can use the Crystal report viewer control and Crystal report control pls posts some sample code that I can use...Tanx! Dominic. Hi, You can try articles at Crystal Reports for Visual Studio 2005 Tutorials and Sample Code http://msdn2.microsoft.com/en-us/library/ms227881.aspx . And CrystalReportViewer Object Model Tutorials http://msdn2.microsoft.com/en-us/library/ ...Show All
SQL Server SQL Server/Windows 2003 Mapped Drive Limit.
I am setting up 4 Windows 2003 server with SQL server 2005 . I am using a new SAN device and I am setting up over 37 separate devices. Three of the machines will be the production machines. The fourth machine will contains log shipped copies of 37 databases. I would like to keep each the 37 databases on its own device on the new SAN device. The problem that I am running into is that I can only map drives up to the letter Z . ...Show All
.NET Development Set generic collection? (Java HashSet)
I am looking for a collection that provides the basic java HashSet collection It seems that the System.Collections.Generic does not provide such elementary collection. Is there a reason to omit such classes in .Net 2.0 Thanks in advance, Joannes Basically just allocation of resources -- if you would like to request a feature, please go ahead and do that on the MSDN Product Feedback Center so that we can ...Show All
Visual C++ Splash Screen
How can I make SplashScreen in Visual C++ .NET 2005 I know how to realise it in VB .NET - it is very easy to do it there. For .Net specific libraries I would suggest using the forums at http://forums.microsoft.com/MSDN/default.aspx ForumGroupID=12&SiteID=1 where folks are more familiar with such routines. Thanks, Ayman Shoukry VC++ Team ...Show All
Visual Studio 2008 (Pre-release) LINQ samples don't compile - incomplete installation?
Dear Linq, I am a happy user of Studio Express C#. My Studio version: Microsoft Visual Studio 2005 Version 8.0.50727.42 (RTM.050727-4200) Microsoft .NET Framework Version 2.0.50727 This morning, I uninstalled LinqPreview.msi (pre-RTM), and installed the newer LinqPreview.msi (7,420,416 bytes). When I create a LINQLibrary, and try to compile the following code, some lines succeed and others fail: public class Point { int x, y; pub ...Show All
Visual C++ AFX_MANAGE_STATE To load DLL Resources screws up resolving of Parent hWnd
I've designed an architecture which uses DLLs to expose types through common bases, creating instances using an anonymous factory-style pattern. I intend to mix window types and standard object types together as if they are the same thing - but the architecture will know, when creating an instance that one is a window whereas another is an object. The windows are piggybacking on top of the MFC windows, therefore I'm creating specific implemen ...Show All
Architecture Visio and UML 2.0
Are there any plans to realize UML 2.0 specification in Visio Thanks Dim Hi, I don't work at Microsoft, but from what it seems, Microsoft is pushing towards using DSLs instead of UML notation, so it doesn't seems there will be an update to the visio's uml template. If you want to use UML my advice to you - try other tools (such as sparx EA, rational tools etc). Ido. ...Show All
.NET Development Are there any RSS classes in .net 1 or 2?
I have a asp.net app using the 1.1 framework but soon to move to the 2.0 framework. And it is basically a job management system. Could someone please give me some help and knowledge as to how to create an RSS feed and what I need to do to publish a RSS feed Thanks for any help In its simplest form and RSS feed is nothing more than an XML document, or an XML file that has been saved in a publicly visible place, ...Show All
Visual Studio Team System Information isn't showing up in the bottom half of FxCop on my custom rules.
I've got a bunch of custom rules which seem to work perfectly in all ways except that the information in the bottom half of the standalone FxCop is blank. This happened when I switched to FxCop 1.35 Beta 1. I tried digging through FxCop using Lutz Reflector, but got lost pretty fast. I'm sure it's something simple and stupid that I'm missing. Any hints would be great! Of course, being super duper smart, I d ...Show All
Visual C# Storing program settings
I'm needing to allow a user to be able to set/change various options for a program I'm developing. It seems that the best way to do it would be to keep the congifuration information in an XML file. Is there a place where I can find concepts and code that will allow me to be able to read an XML file and properly parse the contents Of course, I'll also need to understand how to write the file in the first place. As always, I'm looking not just f ...Show All
Visual Studio Team System Is the december CTP the final release of MSF for CMMI?
I heard from some people from MS that this is the final release of the process guidance (it's labeled build 1.0), but I still got some missing parts on it: - Most of the sample workproducts are absent; - The "views" looks incomplete. I'm missing some description about them, the workstreams are empty and the related material seems inconsistent; - You can find lots of "xxx Brief description..." through the pages; - I'm missing some reports from pr ...Show All
Windows Forms Windows Forms application closes unexpectedly
Hi, we have a quite large Windows Forms application (one small executable and about 30 assemblies). On several client PCs (Windows XP SP2) the application suddenly disappears (like a crash but without an exception). We register a ThreadExceptionHandler with the application instance to catch otherwise not caught exceptions, which normally works. But in the case of the above issue the application seems to close without calling the Form.OnClo ...Show All
Windows Forms UserControl Data binding & BindingSource.EndEdit() Effect
I have written a simple user control with just a TextBox control on it and bound Its MyText Property to a DataTable Column. Using 2005 UI facilities I dragged this control from dataSources window on the form.In the form_load I fill my DataTable and by clicking a button I Call the associated BindingSource.EndEdit() whitout any change.But my underlying DataSet HasChanges() method returns true! how can I Fix this problem. here is my controls source ...Show All
Visual Studio Express Editions Data not updating: VB 2005 Express Tutorial
Hi! I'm new to VB and databases, so I'm working thru the below linked tutorial provided by MSDN: http://msdn2.microsoft.com/en-us/library/es6f6ht5.aspx My code is correct and I have followed the directions to a T. However, I cannot get my database to save changes using either the BindingNavigator control or by (attempting) to force it to update using the TableAdapter.Update() function. Here is all the code I have for the ...Show All
Visual C++ VARIANT PARRAY
<Vi@discussions.microsoft.com> wrote in message news:581e6584-adef-4824-8694-b14ac4f8b5f7@discussions.microsoft.com > I have a c++ method that accepts variant array as a parameter. > when I pass the variant array from c# client , the value is assigned > to Variant.parray in c++ method but when pass the variant from vb > client the value is assigned to Variant.pparray. I want vb to assign ...Show All
