PeterGwaam's Q&A profile
Visual Studio Team System Is there a way to access/change bugs via web browser?
I love VS Team System's bug tracking and work item reporting, but I hate that I have to open Visual Studio to view and change bugs. Is there a way to access/change bugs via web browser, similiar to Bugzilla Does Foundation Server install a sharepoint site that allows you to access your bugs Thanks, Ethan I heard that Team Plain offers read access only for Source Code. Is this true ...Show All
Visual C# And 3rd
Hello.I have 2 question 1) How I can move a button (or picture) in the form.Example: "The user moves a button from the bottom to the top of the form". 2) If I have a form ( 800x600 ) how I can make an animation (with DirectX or something..) with the dimension: 90x30 (for example) in the center or in the bottom of the form And 3rd: 3) Why my application is runnig slowly.Is because a lot of ...Show All
Visual C# Generics Question
Hi there, Suppose I have the following class: public class CacheItem<T> { public T Data { get { ... } } public bool IsExpired { get { ... } } //other properties } How would I go about iterating over a collection of cache items where T could be different for each cache item In other words, how do I get this to work: foreach (CacheItem< > cacheItem in Cache.Items) { if (cacheItem.IsExpired) { ... } ...Show All
Visual C++ MFC ClassWizard from typelib for automation
I'm trying to use automation in a simple MFC application. I've created a CApplication class from the PowerPoint library. It creates the class fine, but it won't compile. There are various variables renamed and not understood. Here are some examples... c:\work\powerpointautomation\autoproject\autoproject\capplication.h(3) : warning C4278: 'RGB': identifier in type library 'C:\\Program Files\\Microsoft Office\\OFFICE11\\msppt.olb' is alread ...Show All
Visual Studio Express Editions How do I...
Hi, How would I go about making a toolbar for Word, Excel and Outlook ect, Thanks Jeremy Jeremy, I'm an engineer with about 36 years of experience. I just wrote such a toolbar and to do a really good job it requires about 4000 lines of code. Even though a toolbar itself look simple and a STATIC is simple there's nothing to it, a dynamic one maintains a complicated database and everything you need to ...Show All
Windows Forms Disable Close Button... on a Winform
Hi.. I have come across a strange situation. I have a winForm in my application.. which is normally hide /visible false but used to prvide the Even handling functionality for for Tray application. I have set ShowInTaskBar=false and IsAccessible=False f ...Show All
.NET Development got problem when try to connect a Access database remotely
Hi everyone, I have a c# desktop application, and it connected to a Access database, everyting was fine, my connection string (in app.config) was: <add key="LocalPath" value="Provider=Microsoft.Jet.OLEDB.4.0; Data Source=c:/app1/database/patientRecords.mdb; User Id=admin; Password=;" /> however, now I need to access this database through Internet, so I change my connection string to: <add key="LocalPath" va ...Show All
Windows Forms CheckedListBox check state not getting updated in tab conrtol
Hi, I have a ChecekdListBox in a tab control. When I am setting the checked state of my CheckedListBox, it is not updating properly if the control i hidden in the tab page. Run the attached sample. Click Check button. Now switch to tabPage2, notice ...Show All
.NET Development How to Maintain Cache Information in Sync with all the servers in a Web Farm Environment
Hi, I am developing a Sample web application which uses Caching Concept, For the first time, the data is loaded and added to the cache. For the subsequent calls the value is retrived from the cache and shown to the end user. This works fine in a Single Server Environ.ment. If i try the same in a Web Farm, i am unable to execute the application because the Cached informaion is machine specific. I want the Cache item to be in Sync ...Show All
Windows Forms how to get the relative location of the controls within a panel?
Hi, I am having a panel and the size grows dynamically. I have a horizontal scrollbar and a vertical scrollbar. How do I get the size of the complete panel. When I say panel.size it just gives me the size of the screen that can be viewed. I need to get the complete size of the panel. I also tried to append the panel.AutoScrollMargin.Width. But it is not giving me any value. How can I achieve this task I also want to know how to get the locat ...Show All
Visual Studio Team System No luck in installing TFS in a more or less single server installation. Different Error 32000's...
Hi, I've been trying to get VSTF Beta 2 running for last 3 days with no luck. Always ending with different Error 32000's example: Error 32000.The Commandline '"C:\Program Files\Microsoft Visual Studio Enterprise Server\widbloc.exe" -s hostname -d CurrituckDB' returned non-zero value: 1. I have a Lab domain, consisting of 2 DC's running smoothly (and have been for well over a year now). No errors whatever if I use Netdiag or DCDIAG. Now I have ...Show All
Visual Basic vb6 activex dll in vb.net 2005
I found out that I can write ActiveX DLL's in VB.NET 2005 by creating a class library, exposing it as COM in compiler options and registering it with regasm.exe. The DLL will function as a plugin for another application. When I create the DLL in vb6 I can call it from the application by refering to <dllname>.<classname> something like mydllname.classname. In VB.NET 2005 should I also use this Name my class library mydllname and cr ...Show All
Windows Forms Create a DXF File
Hello all, Does anyone know where or how to write a dxf file I want to export my Graphics to a dxf file. Thanks, Matt Check out <a href="http://www.codeproject.com/library/cadlib.asp">CadLib</a> on The Code Project website. It is a ...Show All
Visual C# Service doesn't start-up
Hi there, I wrote an windows service and starting it manually, it works fine. But it just won't start on windows start-up and I don't know why. When windows starts, my service's status is "Getting startet...". And that's it! Once I click on "start service" it starts and works fine! Here is the code I'm using: [ RunInstaller ( true )] public class ProjectInstaller : Installer { public ProjectInstaller () ...Show All
Visual Studio Team System Team Build Report and associated work items
Hi, if a developer associates some code with a resolved or closed work-item (upon checkin), that item doesn't show up in the Team-Build-Report. Even though I do see the reference and all infos, if I open up that item. This makes it hard for a tester to know exactly which things to test for in a specific build. There was a bug in Beta2 where certain types of associated work items would not show up in the build report. This issue should be fi ...Show All
