tReXx's Q&A profile
Visual Studio Team System WorkspaceMapping.xml map/cloak
When I setup a new build type, workspacemapping.xml, by default directs team build to do a 'get' of all the source in $/MyTeamProject. Is there some 'cloaking' under the covers that means it doesn't do a get of $/MyTeamProject/TeamBuildTypes Manish's blog http://blogs.msdn.com/manishagarwal/archive/2005/10/13/480584.aspx says how you cloak the TeamBuildConfigurations folder, but my build seems to do this by default. The reason I ask is I ...Show All
Visual C# Session or viewstate, default value
How can i set the default value of my variable stored in session or viewstate before the first call My code is: public class xxxxxxxxxxxxx: System.Web.UI.UserControl{ public xxxxxxxxxxxxxxxxx() { } public xxxxxxxxxxxxxx(string user, Connection connection...) { } ... public string User{ get & ...Show All
Windows Forms I've beaten my head against the wall for 7 hours on this Icon problem..HELP?
Alright, here's the deal..I have 32bit alpha blended XP icons that i'm using in a control... I'm using a manifest for comctl v6, which I read was the solution..but I cannot make Images that come from an ImageList to work with transparency..i know&nb ...Show All
Visual Studio Team System Load Testing - Not enough free threads
Durring my load testing in 2005 I get the following execoption: System.InvalidOperationException: There were not enough free threads in the ThreadPool to complete the operation. at System.Net.HttpWebRequest.BeginGetResponse(AsyncCallback callback, Object state) at Microsoft.VisualStudio.TestTools.WebStress.WebTestTransaction.Execute(AsyncCallback completionCallback, Object callerState) It only appears to happen when I g ...Show All
Visual Studio Team System Bug deleting & recreating project
I deleted a project using DeleteTeamProject /force "Name", and now I try to recreate it again. I get the following error: ---begin Exception entry--- Time: 08/15/2005 05:10:36.153 Module: Engine Event Description: Task "Scc.SccTask" failed Exception Type: System.Web.Services.Protocols.SoapException Exception Message: A database error occurred (SQL error 2627) ---> Violation of PRIMARY KEY constraint 'PK_tbl_tmpReleaseNoteDefinition'. Cannot ...Show All
Visual FoxPro DO FORM does not work in exec (for me)
I have close to 50 clauses, it turns out, DO FORM in my application. They all work perfectly well in interactive mode with the browser but do not work at all in exec after I built it. By "do not work" I mean that I do not even get an error message. Those statements are completely ignored. What I've done so far is trying to find a formula under which I could call outside forms. As I mentioned, when a statement DO FORM <formName> ...Show All
Smart Device Development INotifyPropertyChanged
Is INotifyPropertyChanged supported in .NET CF 2.0 Thanks, Valentin ...Show All
Windows Forms Issue with designer not recognizing concrete overridden method returns
I am currently building an application framework. There is a base form and a strip builder form that inherits from it to build tool, menu and status strips as needed. A concrete form then inherits from the strip builder form. This architecture uses MVP and the presenters are "set" in an overridden "hook" method as follows: private AbstractPresenter _presenterDelegate; public FW_BaseForm() { & ...Show All
Windows Forms How to use HelpcontextId in HelpProvider
I have help files in many languages created by authors from around the world. In VB, I used to call up a help topic using a help context ID as follows: HtmlHelp Me.hwnd, App.HelpFile, &HF, ByVal 1009& where 1009 is the help context ID of the form (Note: its a variable in the real code. This is only for example). How can I do this using the HelpProvider class As far as I can discern, the only way to do it is to set "HelpNavigator on ...Show All
Visual Basic Integrating URLMON into Code to Download
Hi, I am trying to integrate urlmon into my code to avoid the Save as dialogue box. Does anyone have any suggestion on how to integrate into the following code. Thanks Option Explicit Dim mFName As Collection, mURLName As Collection Dim mCurrFile As Integer Private WithEvents moDownload As clsDownloader Private ResultBOX As Variant Private Declare Function URLDownloadToFile Lib "urlmon" Alias "URLDownloadToFileA" _ (ByVal pCaller As Long, B ...Show All
Visual Studio Team System which team system when role changes?
When I convert my MSDN to the Team system, I need to pick an edition. What happens if I'm a developer on one system but an architect on another This can happen as people can work in different environments at the same time. Obviously I'd like an edition that supports both architect and developer- if this is not possible, what do I do Even if my environments were on different PC's, I still need different products. Is it two MSDN subscriptions or s ...Show All
Visual C++ Using the VS.NET debugger in C++
Hello all, When debugging my work in VS.NET and stepping through it one statement at a time (with F8), I often get taken into code that's not mine. I understand that this is the code that I invoke with methods such as new and delete and what not, but is there anyway at all I can keep the debugger tracing my code only Thanks. NF Perfect. Thank you. I was assuming "Step Over" meant to skip the code and not ru ...Show All
Visual C# How to direct Drawing to a contained object (panel)?
Hi There, I would like to draw a line within a panel on my form. Using the OnPaint event, I have been able to draw on the form object itself. Is it possible (syntatically) to direct the system to draw inside a specific control from the form's OnPaint event, or do I have to create another OnPaint event for that particular control. Thanks, Karl panel.Paint += new PaintEventHandler(myPanelPaint); void myPanelP ...Show All
Windows Forms ToolTip and c#
I have been using toolTip control in my application. The code is: this . toolTip1 . SetToolTip ( button1 , button1 . Text ); When i go to next form and come back to the same form an exception is shown as Common Language Runtime Debugging Services Application has generated an exception that could not be handled. Process id=0xd68 (3432), Thread id=0xd70 (3440) The error is being caused because of this tooltip and if i rem ...Show All
Visual Basic How Can I Add a Field_name within a table With VB6
How Can i add a new filed_name within Access2000 database table or modify a field_name, By my VB6 application. Kindly Help me. Thank you. Hi, VB6 questions must be redirected here. Visual Tools And Languages This forum only entertains questions on VB.Net or VB2005 Express cheers, Paul June A. Domag ...Show All
