AnneR's Q&A profile
Visual Studio Team System requirements management
hi, I'm trying to determine how VS 2005 handles Requirements Management. I've read that VS provides a means for managing requirement traceability, and will produce a REquirements Traceability matrix. Has anyone used this functionality in VS 2005 I've used Requisite Pro in the past and have been very happy with it, if anyone can compare VS 2005 to Req Pro in terms of Requirements Management, that would be great! thanks, Ryan ...Show All
SQL Server Email Export?
Hello, In the Crystal Report Viewer control, there is a way to export a report to the file format of choice (i.e. pdf or xls) and have it emailed. This is probably a stupid question, but I have to ask it... Is there a way to have an exported report in SSRS 2005 emailed without saving the report and then attaching it to an email I know about the scheduling services, but that will not work for me as my reports are created dynamically a ...Show All
Visual Studio Express Editions Methods and Events of Forms, text box controls, etc.
How can I see all available methods & properties of a form or controls on a form such as textboxes within the code window Is there a way In Visual Foxpro, it will show you all available methods and properties within code window. Sorry guys if Im comparing C# with Visual Foxpro, VFP is a Datacentric and RAD tools but I really want to be well versed in C# programming. hi, exposing form objects as public objects you can see and edit fr ...Show All
Visual Studio Express Editions Computernames
Hi How can i see the names of all the computers in a network, which are connected to my computer or which my computer is connected to. Regards Thomas do you want the Shell browser: or the Directory Object picker : ...Show All
Visual C++ Compile Error
I have some training in C++ but limited expererience. I am editing a program written to change some configurations. #define MAX_DESIGNELEMENTS 500 The limit needs to be increased. When I manually edit and recompile, I get an error message - resource.h not found. How should I go about correcting this. Any help will be greatly appreaciated. The compiler cannot find a header file named "resource.h". ...Show All
.NET Development Brief BeginAccept() question
Hi, I noticed a new overloaded version of BeginAccept in the 2.0 framework, specifically: public IAsyncResult BeginAccept ( Socket acceptSocket, int receiveSize, AsyncCallback callback, Object state ) If I understand it correctly, BeginAccept can now be used to return the first "recieveSize" bytes sent to the socket once EndAccept is called from within the callback. Anyway, here's my question: normally BeginAccept is ...Show All
Windows Forms How can I have one event for a group of controls
I have a windows form user control that has about 45 textboxes on it. I would like to bind all 45 textboxe's lost focus event to one sub routine. Is there a way to do this without having to use the "handles" keyword f ...Show All
SQL Server Database has invalid owner
I get this error when I try to view the database diagram. This is strange because it was about two weeks ago that I created and edited the database diagram. What is wrong with my login now as compared to when I did those edits The error suggests to use the ALTER AUTHORIZATION to change to a valid login. I am using windows authentication. If my login (the database ownere) is not the valid login then who is And what are the database diagram ...Show All
Visual Studio Express Editions crystal reports in VC# express
how to display crystal report in VS C# express... there is no report viewer control. Hi, That is one of the limitations of C#. There's no available report tool. You'll have to upgrade to Professional edition or upper to use crystal reports in your apps. cheers, Paul June A. Domag ...Show All
Visual Studio 2008 (Pre-release) Three examples I'd like to see from the Avalon ATC team
I couldn't find a way to contact the Avalon ATC team, so I figured I'd do it here. Here are two samples I'd like them to show: Fixed Percentage Width ListView: We define columns with a percentage width. The columns cannot be resized. Whenever the window is resized, the columns resize based on the percentage of the entire ListView they take up. Variable Width Fixed Total ListView: Columns are defined by normal widths. However, the last c ...Show All
Visual Studio Express Editions how to locate and install RSS.GIF file for visual basic express edition?
The Microsoft Visual basic Express Edition online training talks about download a rss.gif file; does anyone know the loactionof this file so that it can be downloaded. Thanks the Ghost hi, in the same page lesson 12 download the code and install it ,it will creat a folder called msdn in Mydocument you will find the icons there in a folder which i don't remember its name hope this helps ...Show All
Visual C++ VS 2005 Compile issue
Hi, I just got Visual Studio 2005 up and running and tried using it on a project that I have been working on in VS2003. Got a lot of compile errors. One that comes up quite frequently has to do with some generated code within InitialzeComponent(). For example a button click event line such as, this->btnRunSim->Click+= new System::EventHandler(this, btnRunSim_Click); The compiler fails on the second argument, tells me that I hav ...Show All
Visual Studio Express Editions Problems installing the platform SDK
I am having problems running the windows installer. (in order to extract the SDK) The steps I took were: 1)Download x86. version from web. Using web install. (I have a cable internet connection) 2)Go to the installed file and double click on it. 3)It opens and brings up windows installer. 4)Windows installer never opens. (I left my computer for about 20 min to see if it was opening slow). That is the problem. In the e ...Show All
Visual FoxPro Cursor help
Hi I am new to foxpro and have a question reguarding cursors. I am using VFP 9.0. I am working with a local VFP data base. As I understand it a cursor is a recordset created by a SQL statement that is stored in memory (or also on the hard drive if it is to big to fit into memory) on the client computer that the application is running on. I also understand if it uses the hard drive for temporary files that they will be deleted when t ...Show All
Software Development for Windows Vista How can I control a WinForm from a workflow?
I am developing an application whose behaviour is to be governed by a workflow. The windows form application acts as the host to the workflow and I need to update various controls on the UI based on the workflow's functioning. The problem I have is that while its possible to send events to the workflow using a service, I do not know how to call methods/send events to the host application from the workflow. Is there a nice way of doing this Is ...Show All
