msnath's Q&A profile
Visual Studio Team System Console output from tests
Hi all, Is it possible to view Console output from TestMethods It doesn't show up in the Quick Console window. cheers, Alex I want to see the console output for load tests from Visual Studio 2005 software tester edition. Is there any way that i can see it Thanks!! ...Show All
Visual Basic Some Questions
Question 1: I have a datagridview control with a vertical scrollbar. How can I determine the width of that scrollbar What I want to do is to set mydatagrid.width = totalcolumns.width + scrollbar.width Question 2: My datagridview control shows an empty row at the bottom even if I did not add it. Is there some way to hide it Question 3: How do I delete a row in my datagridview control The data in the grid is added manually and has n ...Show All
Visual Studio Tools for Office dynamic smart tag
Hi, I use Visual Studio 2005 professional editioin. I have created a smart tag, you can see it when you locate to (Word > Tools > AutoCorrect Options command > Smart Tags tab), I have checked Recoginze method by using MessageBox.Show(....) and it works, but i have two problems: 1. I don't know if Action class is registered or not, I have registered both classes in the same way by using GUID and creating subkey in the: HKEY_CURREN ...Show All
Visual C# How to detect if a server is Active Directory Server programmatically?
Okay, my question is how can I distinguish ADS and normal server by C# or VB easily. I found ADS nodes in registry which could be used to determin, but I wonder if there is a better way to do this Any idea -Xuan ...Show All
Visual Studio Team System Excluding tests in test list
I have some code with some 1500 unit tests, however approximately 50 of those tests fail when I select 'all tests list' in the test manager. I now want to create my own test list which includes all but the unit tests that fail (because these are legitimate failures at this stage in our development). Is there an easy way I can do this other than dragging and dropping all the entries in the 'all tests list' into my own cutom test list and then des ...Show All
Visual Studio Express Editions Remove Global Hotkey?
Just trying to figure out how to remove a global hotkey. When debugging I have f12 mapped to perform an operation in a different program, but VS2005 wants to recognize this as a break command. I have tried going to options > environment > keyboard and removing the hotkey for f12 then restarting VS, but the hotkey still is in effect. Is their another way to remove VS from using global hotkeys if I don't wish it to ...Show All
.NET Development Creating Dynamic Images
I've been researching how to create dynamic images in ASP.NET for Section 508 compliance. Mainly for the plus and minus images in an in-house built TreeView control. I've found some code to create images and altered it so that it creates a minus image (I'll paste the code below), but my issue is that when a user changes their System Appearance to a color scheme like "High Contrast Black" that my created image does not update. The syste ...Show All
Visual Studio Express Editions invoke a sound with a timer
how would you write visual basic code for a metronome i'm fairly new and can't find help anywhere Find a nice metronone wav file invoke the sound with a timer You can control the interval with a slider. ...Show All
Visual Studio Express Editions Is The OOP Microsoft.VisualBasic.IIf Equivalent To the Procedural If Then?
so I guess the thread was locked due to thinskinned vb'ers, unfortunately bronco has a fantastic question in his last post and it certainly warrants discussion. . . This Particular Microsoft.VisualBasic.IIf Is extremely important to me.... If Microsoft.VisualBasic.IIf is Equivalent to the Procedural "Classic" If then.... If it is Equivalent I can Transist to Pure OOP by using Descision Tables, Boolean Algebra and other CS tec ...Show All
SQL Server Identity Ranges
I'm using Merge replication on a database that was designed using integer identity columns for primary keys. When I create a publisher it's great because Sql Server will create rowguid columns for me on most of the tables; actually all but one table. The problem comes when I try and use identity ranges for the subscribers. As a test I set up a range on one table, it only allowed for 10 in the range with an 80% threshold. I wanted to see what wo ...Show All
Visual C++ Showing my own minimized windows
Hi I want to show ONLY my own top-level minimized windows. How can I get this Thanks This forum is meant to address general IDE questions. Win32 programming questions should be directed to the Win32 programming newsgroups. In fact there is a newgroup dedicated to UI issues such as yours. http://msdn.microsoft.com/newsgroups/default.aspx dg=microsoft.public.win32.programmer.ui&lang=en&cr=US ...Show All
Windows Forms Passing value from child from to parent form
Hi all, I have two winform, one is parent and one is child, I want the child form to do some searching from the database and pass back the value to parent form, how can I do that Thank you! I was about to paste som ...Show All
Visual Studio Team System Moving from one TFS to another
I've been running TFS and VSTS for one very large project, and it's been great, except for the fact that our server was a free workstation that really wasn't up to the task. So, we got a new server. Now, I need to move the project from the old server to the new server. It seems like there is no tool, which I'm OK with - if I need to do a lot of manual steps, that is fine. I was just hoping someone had done this, and could ...Show All
Windows Forms Is the server up???
I just installed the client without an error and get: "The remote server is unreachable or request has timed-out" I am using username 'jdoe' and password 'welcome'. I also noticed that if I just hit enter after getting the can't connect message abo ...Show All
Windows Forms How to tell when a form's minimized?
Is there any way of telling when a form's been minimized I want it to redisplay data on another form, but can't find an "OnWindowStyleChanged" event or similar to trigger it. Override the Form.OnResize method or handle the Form.Resize event, for example: protected override void OnResize(EventArgs e) { base .OnResize (e); if (WindowState == FormWindowState.Minimized) & ...Show All
