Duder3555's Q&A profile
Visual Studio Team System Release Management in MSF Agile
Dear Randy, Ryan Darby recommendated me on my graphical representation of MSF Agile in the topic The graphical representation of MSF for Agile Software Development . He wanted to see Release having a blob of colour earlier in time to recognise that Release management does have a part in early planning. Of course, the Release Manager participates in the early planning, but I cannot find this in the pure ...Show All
SQL Server Linked servers and Windows Authentication
I have seen similar questions, but none of the answers have solved my problem. I have several SQL2000 servers running under Win2003. In the past, we have been using SQL logins, but I have been trying to transition to using Windows Authentication. It has been working great except that sometimes queries using linked servers fail. The linked servers are set up for the connection to use the login's current security context. For testing this ...Show All
Visual C# I need simple code editor component on web browser
I need simple code editor component on web browser. i want color syntax code editor using on my web project. please help! thanks all! Cute Editor is one of the most advanced editor i have ever seen. You can also take a look a Component Source: Featured HTML Editing .NET Components . ...Show All
Visual C# ScrollBars on MDI Application
Gday Everyone. I have created an MDI graphics application using VS C# Express Edition. (Love it) To add scrollbars to the Childform I used the code from the local documentation. This code works okay in most instances, but when the child form is first created with the image inplace the scrollbars can scroll past the edge of the image. The horizontal direction is worse than the vertical direction. Couple of images show the problem http://wicked.f2 ...Show All
Visual Studio Team System How do I validate a pdf popup
Using the webtest I need to validate a pdf pop-up window in IE. Currently I get a binary data in the web text results. How would I validate this window and the pdf file To validate that a response stream is a pdf file, you might be able to verify the Content-Type header. This should be application/pdf for pdf response streams. If you need to add a custom rule, here is a blog post which has an example validation ...Show All
Visual Studio Express Editions Printing a form
Im pretty new to VB programming and was wondering if there is a simple way of printing the current form. I have writtien a simple application that a user keys info into as they are taking a telephone call. The app then works out via the answers entered if the caller can be accepted as a customer. If all is ok, I need to print the form off to pass it to another department. The data does not need to be kept after this point so a print ...Show All
Visual C++ a reference problem
Tried to figure it out myself for a day. I do have a form1.h file generated by the designer wizard. There are a couple of controls on it. one of them is a label: Label2. I want to change the text value of this control programmatically. Actually I am confused since the label property lists three "text's." One of them is "text" under category: "Appearance," the other one is under category Data: "ApplicationSet ...Show All
SQL Server Keep all servers registered and connected
I have 5 servers in my Server Mgmt Studio divided into 4 groups, Local Production Test Development In Sql 2000 Enterprise Manager would put the little green arrow next to your db if it was connected, I noticed that Sql 2005 does do that but it wont allow me to keep all 5 servers connected and I need them all to stay connected. If I look under Registered Servers it shows all 5 servers there but again only 2 show as co ...Show All
Visual Basic Printing Checked only Checked items from Checked List box
Hi, I'm a beginner learning at home from Microsoft. I have The visual basic 2005 express. I am attemping a project where my page contains 3 Checked list boxes. What I would like to do is print a list possible what I think you call conatating the 3 lists together and then only printing the items I have checked. I think I need maybe something like an if then statement. And then maybe iteration to go through my List to print only checked boxe ...Show All
Windows Forms Hiding items in StatusStrip inadvertently hides other items
Easy to reproduce. Make an empty form, add a StatusStrip, embed it in ToolStripContainer and add the following items to it (layed out from left to right): 1. Label with some text 2. Label with no text, set Spring to true 3. Progressbar 4. Label, set IsLink to true 5. Label with some text 6. Label with some text Now add a button to the form and in the click handler set Visible to false for items 3 and 4. Notice how items 5 and 6 disappear too. No ...Show All
Visual Studio 2008 (Pre-release) List
I followed the code from one of the LINQ lesson showing how to retrieve information from the List object as follow: ...... List products = GetProductList(); ........ static List GetProductList() { List productList = new List { { ProductID = 1 , ProductName = "Chai" , Category = "Beverages" , UnitPrice = 18.0000M , UnitsInStock = 39 }, ..... } } The compiler retur ...Show All
Visual C++ WriteConsole not working under debugger
Hi Guys I am writing a simple win32 app using Visual C++ 2005 express beta2 Basically i'm trying to have a console window to write debug messages. so i use AllocConsole(), then GetStdHandle() and WriteConsole(). The code works fine when i run it standolone, but when I use the debugger (F5) the text I write with WriteConsole doesnt show up. I'm baffled Thanks Sam Hi Sam, It seems like you are using the "Quick Con ...Show All
Visual Studio Team System TF30063: You are not authorized to access <server>
We have two domains - a "foo" domain where our user accounts and most of our development systems reside and a "bar" domain where one machine (call it TFSServer) containing our Team Foundation Server runs. I log into my system on the "foo" domain as gbereny. I have administrator permissions. When I try to run the "witexport" or "witimport" commands from a DOS window, I get "TF30063: You are not authorized to access TFSServer". Again, ...Show All
Visual Basic Problem wiring click action to a button
I have just installed VB 2005 Express (first time user!) and am trying to follow the example of creating a simple web browser which starts at page 60 in the PDF Manual 'Build a Program Now!' I have followed the examples without a problem until I hit page 65 headed 'To wire the click action to a button.' The Manual states 'Close the running application and go back to the IDE. Double-click the button control. You'll see the c ...Show All
Visual Studio Really Frustrated With VS 2005
I posted earlier about the fact you cannot get a copy of VS 2005 Pro even though the "launch" was 11/7. I have a Windows app I built using the VS 2005 Beta 2 that I need to update but since I downloaded the new Express editions (thinking they would work - wrong!) all the Beta 2 stuff is gone. OK, I went to my other system (Win XP SP2) and figured I'd install the VS 2005 Beta 2 there and use that until someone decides to "really" relea ...Show All
