forwheeler's Q&A profile
Windows Forms Really horrible experience
:( ok this really scared me today, well about 5 minutes ago. Maybe someone can explain to me what happened and how it could be avoided. Thanks in advance. Everything was working fine in the Win Form application which i am making in C#, und ...Show All
Windows Forms Growing form in run time
hello all , well i am facing one problem in the .net form.based on the data in the data base i am drawing some status graphs in the form at run time .the thing is if there is huge data in the data base then how will i& ...Show All
Visual Studio Team System Integrate VSTS with LoadRunner
Hello, I am assuming most of the VSTS test code behind is of C#, is there way that we can integrate managed code with LoadRunner load testing tool, if anyone tried , would be lovely to know. Manjax Yes, Load Runner has a feature to run c# code under load. I think they call it .NET protocol, but I'm not sure. You should be able to factor unit tests so they could be called from LR. Web tests, however, can not be used with LR. ...Show All
Visual Studio Team System Error 28703
Hi, I have a problem during the installation of Team Foundation Server, the error is: Error 28703. Unable to connect to the SQL server. Please check that you have the necessary permissions and the SQL server process is running on the data tier. See the setup logs for more information. In spite of this I can connect from another pc to the SQL Server. I can conect to SQL Server using the user TFSERVICES During the installati ...Show All
Visual C++ debugging: where are the variables?
Let me start by saying that I am a beginning C++ programmer and am very new to Visual Studio 2005, so please forgive me if this is a silly question. When running the debugger on a simple program such as the one listed below, I find that it doesn't bother to display anything for most of the variables, and even for the variables it does display for, it seems to be garbage. #include <iostream> using namespace std; void main() { const int ar ...Show All
Windows Forms Delphi Winform .net OWC spreadsheet export method
Hi all. My problem is this, I am trying to use a OWC spreadsheet on a winform. I have placed the ActiveX component onto a winform and can acess the cells. Unfortunately i cannot export the data in the cells to a file. The error is that the code is not recognizing the enumerated type ssExportActionNone. I am using OWC 9.0 with Delphi 2005 and .net 1.1 if it helps. AxSpreadsheet1.Activesheet.Export('C:\Book1.xls, ssExportActi ...Show All
SQL Server Background Color for SQL Server Management Console
I am new to SQL server 2005 and I was wondering if there was a way to visually tell what server you are connected to other than the tab loacted at the top of the page. Something like changing the background color of the editor to red if you are connected to a production server so hopefully the user will not make unapproved changes in production. Please let me know if there is some feature like this out there. Thanks. ...Show All
SQL Server .net framework and sql2000
I'm having a problem regeistering a downloaded program. All firewalls were disabled before downloading. When the CD Key is input the following message occurs: " An error has occurred attempting to register your copy of Encompass, The underlying connection was closed: Unable to connect to remote server." The desktop engine (MDSE) was checked and running. The CD Key is correct. I was steered to this website because someone felt ...Show All
.NET Development Open SELECT list with script
A seemingly simple problem... I want to open a SELECT list drop down from an event like onClick from another object. Is there anyway to open a <SELECT> list to show its drop down list using script .focus() only, well... focuses and .click() only resets the selected value but does not open the drop down list. I even tried a createEvent passing a focus, altKey and keyCode 40 (arrow down) to the document to simulate keyboard even ...Show All
Game Technologies: DirectX, XNA, XACT, etc. MC2 Editor
I can not see the MC2 Editor being part of the XNA project. When I build/rebuild MC2 the editor files are not updated. What do I do wrong or How can I make changes and updates to the MC2 editor You do hijack my post. I need an answer and not more question that are partially un-related and simply handle file formats or are written such complicated that they do NOT help me at all. Post your own questi ...Show All
Visual Studio Express Editions XML...add new XML elements to existing document
I asked this earlier, but didn't get an answer. I'd really like to figure this out. It seems like it shouldn't be too hard to do. I'm making an application to keep track of recipes. I'm able to add two recipes, but when I add a third, it overwrites the last one in the file with the new one I'm adding. Can anyone give me any suggestions on how to do this Here's my code. Private Sub Save_Click(ByVal sender As System.Object, ByVal e As System.E ...Show All
SQL Server Calling DB2 SPs using ODBC (Vendor:DataDirect) from SQL reporting Services
We are having the same issue for executing a SP using parameters from SQL reporting services project. Ih the data view of the RDL, with the command type as text and dataset as Dataset1, I wrote this in the generic query designer Call DSNP002.SPODS001( , ) //the SP takes 2 integer in params click the execute button. It asks for parameter values.Put in the parameter values and OK. Error. Error[HY000][DataDirect][ODBC DB2 Wire pro ...Show All
SQL Server Calculated measure
I have multiple fact tables very much like the internet-sales store-sales scenario described in the analysis services tutorial: http://msdn2.microsoft.com/en-us/library/ms166568(SQL.90).aspx I've created a calculated measure for total revenue (= [Ad Revenue] + [Preprint Revenue]) This works fine when the fact tables share a dimension such as customer. There are, however, dimensions that are specific to each of the fact tables For ex ...Show All
SQL Server cannot establish a connection in sql server 2005 express
hi all here is the following error, what should i do. TITLE: Connect to Server ------------------------------ Cannot connect to KANGALERT\SQLEXPRESS. ------------------------------ ADDITIONAL INFORMATION: An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote conn ...Show All
.NET Development Forcing an overriden method to call it's base implementation
When designing a base class I wish to be able to 'force' an overriden method call to also call the base implementation. Is there a way to make the runtime call first the base.method() and only then the derived.method() OR force the programmer implementing the derived to do this OR even to throw a compile time warning that will alert the programmer to do so Cheers, Kind of an oxymoron isn't it Do you want to ove ...Show All
