shanecav's Q&A profile
Visual C# Disable button
Hi, I want the following thing to happen: I have FORM1 and FORM2. When I push on a button on FORM1, FORM2 should open. But my problem is, that when I push again on the button, I get 2 times FORM2. How should I fix this Thx You need to open FORM2 as a modal form, not as a modeless form. So, use Form.ShowDialog() and not Form.Show() ...Show All
SQL Server SQL 2005 Very Slow on Itaniam 64bit
Hi, I am facing a very wierd problem with SQL 2005 Itaniam 64bit with 4 processor machine. A simple SQL Select Statement: Select * from table The statement takes almost 45 minutes on a table of 7 million records, while on SQL 2000 32bit 2 processor machine it takes 10 minutes. The checked the index, and rebuilt it several times and still the problem persists. I tried the database fine tuning wizard but still no effect. Tried ...Show All
Visual Studio Team System will FxCop create xml tree after analysis of an assembly
hi, i wanted to know will FxCop create an xml tree after the analysis of an assembly. If it creates an xml tree where can i see that xml. Thanks Hi Guna, If you were talking of report then after analysis please go to File-Save Report as then please specify the path to save the file.It will Give the report in xml format. Regards, Phani ...Show All
.NET Development IIS Filter
i've coded an ISAPI Filter and added to the IIS Filter Service, and IIS get jammed when 2000 visitors sent their page requests simultaneously, as a result of this, webpages will not show any content, instead, it keeps loading and loading forever. however , after this ISAPI Fileter is removed, IIS can delivery web content without any problem even with 2000 visitors' request. does anyone know what's the reason for causing I ...Show All
Visual Studio Team System Inheritence and UnitTests
Hello. I have a question about writing UnitTests. We use csUnit with VS2003, and now going to use VS2005 with internal unit test tool. We wrote testing code with abstact test classes which realize something like these: public abstact class MyTestBase { public MyTestBase(string sConfigFileName) { // initialize test enviroment } [Test] public void Test1() {} } [TestFixture] public class MyTestOnMSSQL: MyTestBase { public MyTestOnM ...Show All
Visual Studio Express Editions [Cross Post] Best way to bypass print dialog in a Faxing situation.
Hello, I've posted a similar question in the Visual Basic Language forum, but in the end couldn't get an answer to this last part. I was able to get everything fax related working, but the one stopping point, the FaxServer object pops up a Print Dialog box for just HTML files. No user interaction is required for anything else. The console application I'm designing is required to operate without any user interaction. It runs on a server that no-o ...Show All
Visual Studio Express Editions Suppression
Hi There The Locking Of This Forum is Severely Wrong..... For Obvious Reasons.... http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=177089&SiteID=1 This Is The US Of A Thank God..... Does MS Agree Cheers Bronco Billy "Beer and Fast Women are Ok... No Cigarettes or Hard Liquor Allowed ...Show All
Windows Forms How to edit a date to null from a textbox
Hello, I have a textbox bound to a smalldatetime field. The SQL table definition of the field allows nulls. The dataset was created with an SQL data adapter "fill" command. Whenever I change a date in the textbox to an empty value it replaces it with the original datetime. How does one get the textbox to accept an empty string or, more basically, how can a date be edited to null from a textbox Any help or reference to documentation is much appr ...Show All
SQL Server Join the SQL Server 2005 SP1 Webchat: March 22nd 9:00 am PST
We will be hosting a public web chat discussion on March 22 nd 9:00 – 10:00 am PST about the March CTP of SP1. It is the customers’ opportunity to engage with the dev team and provide feedback and ask questions. Strong participation from customers will act as a motivator for stronger participation by the dev team and will increase their interest in having these in the future. For more information and sign up for this web chat go to: ht ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Pixel shaders and ID3DXSprite (DX9)
I'm fairly new around here, I actually thought this would be a good place to talk about this. I've been writing a user interface system for use in my various projects in Direct3D9. It started off as a simple UI system to help show debug information of my choice in a presentable form, etc. But after I did that, I wanted more. I wanted to see just how nice I could make it all work. I started looking into the idea of pixel shaders, see if I couldn' ...Show All
Visual Studio missing devnet.exe IDE after installing beta2?
" anonymous@discussions..microsoft.com " < Andy2222@discussions.microsoft.com > wrote in message news:c90c9921-3c18-4161-b4ef-a51522247f2f_WBRev1_@discussions..microsoft.com ... This post has been edited either by the author or a moderator in the Microsoft Forums: http://forums.microsoft.com i just installed the latest beta2 (shipping version from MS) only selected the c++ package and every ...Show All
SQL Server Urgent, help with Authentication
The following question may be trivial, however, I just can't make it clear to myself, even after reading through the Books Online. I have two machines in the same network. A hosts Sql Server (named AS ), B access the database ASD in Sql Server AS . A has windows logon info as UserA and PasswordA , (administrator account). B has windows logon info as UserB and PasswordB . Application is running under this account. The Sql Server is set to Windows ...Show All
Visual Studio Express Editions Let's go to work on an FAQ for this Forum
The concerted work that goes on here in really impressive. I'm also thinking about a mass mailed note I received from S. Somesegar, corporate VP of Microsoft development. He said that MS Engineers were not alone in building VS2005. Customers had a lot to do with it to make it as neat as it is. Continuing in that vein, I though it may be a contribution to see if we can't put together an FAQ that will take care o ...Show All
Visual FoxPro error in sql command
SET ENGINEBEHAVIOR 70 SELECT lcode, sec ,descr,examcode, sum (tobt) as tobtt,; SUM (tmax) as tmaxt; FROM Examtran; WHERE examcode= thisform . code . value .and. scode>= thisform .shiftfm. value .and. scode<= thisform .shiftto. value ; GROUP BY lcode, sec ; INTO CURSOR tyu brows SELECT lcode, sec ,descr,examcode,tobtt,tmaxt,; TRANSFORM ((tobtt/tmaxt)*100,"##.##") AS PERCENTAGE; FROM tyu; WHERE examcod ...Show All
Visual Studio Express Editions How to Hide Mouse Cursor in Visual Basic Express
I have a problem on hiding my mouse cursor on Visual Basic Express... How can I do this... Can you please help me my fellow:( ...Show All
