vmadan16's Q&A profile
Windows Forms Try powerful .NET reporting on line!
9Rays.Net apprises of Report Sharp-Shooter Live Demo now available. It nicely illustrates some basic features of Report Sharp-Shooter while used in ASP applications for report previewing via Web. Using Report Sharp-Shooter on the Live Demo page, you will see  ...Show All
Windows Forms Event of close ToolBar
I have ToolBar. ToolBar in floating window. What event comes when do I close a this floating window Assuming this form is a .NET 2.0 Windows Form... Take your pick of listening for FormClosed and FormClosing as one or both of them would be your best bet. ...Show All
Windows Forms Controlling DataGrid Sort Icons
Is there any way to control the WinForm DataGrid sort icons I don't necessarily want to change them -- just turn them on and off manually since I'm doing my own sorting. I tried to use reflection to invoke SetSort on the CurrencyMa ...Show All
Visual Studio Using Properties and Call like NAnt
NAnt has a nice feature where you can use a combination of properties and the call task to repeat operations. For example: <target name="target_one"> <property name="A" value="Value1" /> <property name="B" value="Value2" /> <property name="C" value="Value3" /> <call target="ALongProcessWithManySteps" /> </target> <target name="target_two"> <property name="A" value="Value4" /> <proper ...Show All
Visual Studio Unspecified Error on Loading
Hello, we detect today a very strange behaviour of VSS (6.0d). It is integrated in our Access (Access 2002)-Development and worked fine until this morning. After starting the MDB (and performing VSS-login) Access crashes. Rebuilding from SourceSafe-Source, Analyzing and Fixing VSS changed nothing, so I installed the VSS SP6 for resolving the problem, but no success. If I don't perform a VSS-login the error won't appear, but we need this tool. ...Show All
Software Development for Windows Vista Errors while compiling xoml
We are creating custom activities and designers for them to allow users to configure their own workflows. In the process of developing these custom activities, we think we have found a bug when compiling xoml files that are not always well-formed or have some other problem. Whenever I save a bad xoml file, or build my solution, the memory use for my IDE grows signifigantly, and eventually the IDE crashes, or I get symptoms similar to those menti ...Show All
Visual Studio Team System Work Item "Assigned To" field contains all domain users
When I create a work item I find it ... complicated that the "assigned to" field contains all the users on my domain. Ideally this list would contain only the users assigned to the current project and/or users that I've assigned work items to in the past. I found an old but similar message here that implies this issue was fixed in an earlier version. If this is the case, why am I seeing all the users in this list and is there a way ...Show All
Visual C# Generating xml documentation for a web service
HI I was hoping someone knows how to implement xml documentation for my web service. We use the VS 2005 generated xml documentation for our assembly and create a NDOC help file from it. I however have no such option for web-services, at least I did not find it. My work around is to reference the web service and generate the documentation on this. however that would not be very useful as it only documents my published web-service fun ...Show All
Visual FoxPro Obtaining a web page's title
I'd like to get the titles of web pages, and would prefer not to do this by loading all the web pages into a webbrowser, because that seems a bit heavy handed. In VB6 I used some APIs to achieve this, but I'm not having any luck in getting it to work in .net. Here's the code I'm trying: Module Module2 Private Const INTERNET_FLAG_RELOAD = &H80000000 Private Declare Auto Function InternetOpenUrl Lib "wininet" Alia ...Show All
Visual Basic Pocket Pc
I have a problem whit I run my application and chose Pockte Pc 2003 Device, but it does not work, because it shows the following error: The specified program requires a newer version of Windows on the device. What is the problem. it can help me. Thanks . ...Show All
SQL Server For security reasons DTD is prohibited in this XML document
I have seen one other post about this and using IP addressing rather that DNS names - I am using DNS. I have a large report that runs fine in report manager, but as soon as I try and export it to Excel it takes an age to run and I get the above error. Any ideas anyone Oh, and I export loads of other reports to Excel with no problems on the same server. I have the same issue when I tried to export ...Show All
Software Development for Windows Vista how to customize serlztn of wrkflw defs?
Hi, I need to use workflow designer for designing workflow definitions. I need to customize such definitions according to XSD used in my company (since XMI files with such defs are being deployed to companies J2EE server BPM engine for processing). How can I do this in WFF I see only XAML, XOML, C#/VB.NET formats for them. How can I customize serialization/represntation of workflow definitions that were created in workflow ...Show All
Visual Studio Team System Visio Enterprise Architect?
Hi, Can anyone tell me if the Team System Editions of Visual Studio will include the functionality to reverse-engineer databases I use Visio for Enterprise Architects (VEA) because I often need the database reverse-engineering functionality. This VEA plug-in is not part of the standard Visio included with Office, and it is one of the reasons I currently have MSDN Universal. This page: http://msdn.microsoft.com/howtobuy/vs2005/subscr ...Show All
Windows Forms Genetic algorithms in Terrarium
Hi, i wonder if anybody tried to introduce creature with genetic algorithm and if he are, what was results of this. I planing to introduce soon one such creature but it needs to bi trained in local farm to get some advanced behavior before some ...Show All
Software Development for Windows Vista Workflow Hosting
Hi Is it possible to host workflows created from different workflow definitions in one host Just to be clear, I do not mean multiple instances created from the same definition but multiple instances created from multiple definitions I cannot find anything to suggest this is possible in the docs/book. Thanks for any help you can give on this... Clare ...Show All
