jagotaas's Q&A profile
Windows Forms Statusbar control problem
Hi All I am facing a strange problem in StatusBar control. I am developing a windows form based application using VB.NET. I am using a StatusBar to display the number of records displayed by the DataGrid, say The DataGrid is showing 100 records,&nbs ...Show All
Visual C# We Fly 24/7
I know that this is going to sound like a silly question, but in what order are the labs in Wefly24/7 Hi, I think this would be the right forum to ask such things not here. http://www.learn247.net/community/ShowForumGroup.aspx ForumGroupID=4 ...Show All
Visual Studio Finding the associated presentation element (CTP June)
How can i find the associated shape of a model in the new version (old AssociatedPresentationElements property) Thank you, Malain Here's a way: ModelElement myElement = null ; ... LinkedElementCollection < PresentationElement > presentations = PresentationViewsSubject .GetPresentation(myElement); Steve Cook [MSFT] ...Show All
Visual Studio Team System Where is tbuild?
I'm trying to setup automatic builds. The docs say to schedule "tbuild" to run, but I cannot find it. I searched program files for tbuild, bbuild, tfbuild... no avail. (I googled Microsoft.com and didn't find anything helpful either). Are the docs perhaps updated and the exe is not (like referring to tf instead of h.exe) Thanks, Michael Hey Though you would have got the details from the link above. Just to clar ...Show All
Visual C# Acceptable Posts?
What constitutes acceptable posts to these ngs Is it acceptable to point out problems with the products Hi Peter, Take a look at the Forum FAQ . You can post problems with products on the corresponding category on these forums. You can also post on issues that you face with the forum itself by posting on this forum: http://forums.microsoft.com/msdn/ShowForum.aspx ForumID=53 Regards, Vikram ...Show All
Software Development for Windows Vista CallExternalMethodActivty with Input Parameter as Delegate
Hi, I needed to set a delegate as value for input parameter on CallExternalMethodActivty. It gives me "Object reference not set to an instance of an object." error if I try to set the refferance to Instance of the delegate. Is there a way to set refferance of Parameter value at runtime Or is there any attribute by which i can set a Delegate ref at Design time Hi, This sounds very sim ...Show All
Visual Studio Team System Project creation problem
OK I'm probably being dense here. Installation is a single server with reporting services, sharepoint, SQL all running. I can get to the relevant pages. The client can see the server and ping it over the network. Both are in a W2K3 domain and the DC is running SP1 as is the VSTF Server. tfssetup and tfsservice are both local admins and domain admins so should have all the necessary permissions. I'm logged in using the tfssetup account (tried als ...Show All
Visual Studio Team System Team Foundation Client - "Error in the application" when connecting.
Have installed TFC on an XP Pro machine. Machine does not have VSTS or any VS2k5 components installed aside from TFC, .NET 2.0 and anything else TFC requires to operate. Machine is a member of the AD domain that also contains the TFS (MSVS-TFS), however the user usually logged into that machine is not a member of the domain. Somewhat against my expectations, logged in as this user, I can fire up TFC and access TFS just fine. I don't understand w ...Show All
SQL Server Design a Tree in a blank Report
I'm creating a report like a Tree structure. Area1 Total Modifications in Area1 Type1 Total Modifications in Type1 in area1 Sub Type1 Total Modifications in Sub Type1 in Type1 in area1 Sub Type2 Total Modifications in Sub Type2 in Type1 in area1 Typ ...Show All
Smart Device Development Using SavedState causes unwanted prompts
Hello, I am very impressed with the Device Emulator. When I run the DE with a DESS file which had been saved with NE2000 networking enabled and a sharedfolder, when the DE starts, I receive two unwanted prompts: Do you want to enable emulation of NE2000 Network Card and Do you want to allow folder sharing for directory... Is there any way to force a YES response to these prompts or disable them altogether Great stuff so far! ...Show All
Windows Live Developer Forums Contest winners ever receive their prizes?
Have any of the MSN Activity contest winners received their prizes or told how or when they will receive them I'm still waiting too. I didn't have an answer about my paperwork, I hope it was ok even if it was for US people and I'm not. Will we receive an Alienware or a Dell pc ...Show All
Windows Forms panel anchor bug
well how is everybody doing well im having an issue, i dont know whether its a bug, or im not knowing how to use it. i pleaced a panel on a toolsptripcontainer on the controlpanel area. the anchor for the toolstripcontainer is left, right, up and down, and same anchor selection for the panel as well that i placed on top. i sized the panel to size exactly same size as the toolstripcontainer controlpanel area. so when run, the panel should sta ...Show All
SQL Server importing a SQL 2000 database
I installed SQL 2005 Express and Server Management Studio Express (CTP) but now what's the easiest way to import a database from a SQL2000 server Steve I've been using backup (from 2000) and restore (to 2005) with zero issues.... ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Which software to use, to author .x files?
I've come to the point in my 3D application where, I have created all basic 3D stuff and rendering 3D primitives with textures. It is time to import .x files and render them. I used the tiger.x and tiger.bmp and the code from the Meshes tutorial and it worked fine. But what I want to do is create my own .x files - textures applied. Also, the Meshes tutorial says that D3DX can only handle the geometry and we have to setup the textures ...Show All
.NET Development The difference of TableAdapter
Hi, TableAdapter is a new feature of VS2005. When I design the DataSet (named MyDataSet) in WinForm Application, it will generate 4 file: MyDataSet.xsd, MyDataSet..xss, MyDataSet.xsc, MyDataSet.Desginer.cs. But if I desgin the DataSet in Web Applicaiton, it only generate two file: MyDataSet.xsd, MyDataSet.xss Why How can I modify the desginer.cs when I design TableAdapter with Web Application I thin ...Show All
