Mikael Gosen's Q&A profile
Visual Studio Team System Cannot see commands in Source Control
Hi I have added user to the contriutors group in VSTS. when that user connects to he Team Foundation server, he can see all the projects. How ever when he goes to any project's source control (for which he is a contributor), though he can see all the nodes under the source control window, he cannot see any commands when he right clicks on any node. He is a part of Valid users as well as contributors group. How can i make the commands visible ...Show All
Smart Device Development Emulator not connecting to internet but device thru ActiveSync 4.1 can
I built a small VB 2005 appliction for the Pocket PC. I put a browser control on the form and if I have my devce connected to my computer thru ActiveSync 4.1 I can access a web page. If I use an emulator I can't get a connection. Is there something I have to do to the emulator to get a connection Thanks. You may want to have a look at http://blogs.msdn.com/akhune/archive/2005/11/16/493329.aspx -Thanks, M ...Show All
Windows Forms Problems with my combobox
I'm using a form to add information about companies in my program and i need to use a combobox filled with information about another table and the selected value became saved in the companies table. How can i do such thing using databindings in design mode When i do it in a datagridvew it works perfectly but if it is a single control in my form, it seems not to provide the compnies table the selected value and i have an error thats says that th ...Show All
Visual Studio Express Editions A lot of code on one form when using tab folders. Any solutions?
Hi, I am using VB.NET 2005. I have a fairly large program and have broken it up into tab folders. I would like each tab to have a seprate form in order to isolate the code associated with each tab. I notice that the way VB.NET uses tabs, all of the code is on one form which makes finding code segments messy. Is there a way to fix this, or do I have to live with it. I am using modules extensively to reduce the amount of code on the form. Any s ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Texture map to 3d head model
Hi I want to map the 2D human face image as a texture on 3d head model in managed DirectX. Can Anyone help me on this problem I have already tried TextureLoader.FromFile(...) Method but it didnt work. This method put some dark shade on 3d model and nothing else. I want to map the image from file on 3d head model. How this would be done thnx What you are looking for require ...Show All
Visual C# How get inner class info by Reflection
public abstract class ClassBase { public abstract class InnerClassBase { } public void CheckInfo() { Type currentType = this.GetType(); //How to get method info of this inner Class } } public class TestClass:ClassBase { public new class InnerClassBase { public void Test() { } } } //Testing code TestClass test = new TestClass(); test.CheckInfo(); I'm not sure I understand the problem. You can't get a MethodInfo for a ...Show All
Windows Forms Font Change
How can you automatically change the font size according to your screen resolution Public ReadOnly Property FontSize() As Integer Get Return SystemInformation.PrimaryMonitorSize.Height \ 60 End Get End Property ...Show All
Visual C++ VC++ Solution explorer filters blues
Software: Visual Studio 2005 Pro Hi, I am using the "filters" ( the folders looking icons ) under my solution for better files organisation. All is good. But when I give the code to someone who is trying to make sens of my project without loading it in Visual C++, the files on the file system look like a mess. I have a large number of files under almost 10 filters. Example of my filters are "Interfaces", "implementatio ...Show All
Visual Studio Express Editions Drop Down List in a Details View Update
Hi I am new to asp.net and visual web developer and was wondering if somebody could give me some help. I have a details view with an update and insert facility. When the update button is clicked textboxes appear, for the user to enter data into. Instead of having textboxes for all fields I would like a number of fields to appear as drop down lists that are populated from a database. How easy is this to do I would like the value in the field used ...Show All
SQL Server A little MDX problem
Hi, I need some support for a MDX problem. We have a cube with a measure, are region (with hierachy, but this doesn't matter at all) and two time dimensions (with the usual hierachies). The business problem is now: You select a date (on any level) from Time1. If you would place the region on rows and Time2 on colums (the days) with nonempty enabled, you would get a number of members back (about 1000 numbers in Time2 per day in Time1). I ...Show All
Visual Studio Express Editions Help with MDI Form.
How can i get like a taskbar sort of thing where you click on the button and it shows that form like in this example http://www.winmxunlimited.net/pic11.png The parent form has an MdiChildren property that is an array of Form references to the child forms. You can use that to access members of the child forms like Text and Focus. It's not really necessary though because the MainMenu and MenuStrip classes can automatically put a list of ...Show All
Visual Studio Team System Load Test Results - raw data
After completing a load test, viewing the details, and highlighting a counter, you see a two column grid with the time/value pairs from the highlighted counter. Is there a way to export/capture that data I'd love to throw it into excel, but I can't seem to highlight the columns to copy or similar. Suggestions Thanks in advance. Mark The plot point grid is showing only the data that is displayed on ...Show All
Windows Forms Haw to update
hi i have created a dataadapter (ole) and i have createda a dataset filled it and the result is displayed in a datagride i wnat to mdify the data in the datagride when i press the a button (cahnge it from the datgrid) i have wrote th ...Show All
Software Development for Windows Vista WF Beta 2 and February WinFX CTP Compatibility
Does anyone know if WF beta 2 is compatible with the February WinFX CTP ...Show All
Visual Studio Tools for Office Network write access problem?
Hi. I've got the task of making a Proof-Of-Concept project using VSTO in our company. But i'm already stuck. I've have installed VS.NET 2005 and VSTO, and i can create Office projects. I have created an excel project, but when i try to save the project i get an error stating "Cannot Access VSTO POC.xlt" (VSTO POC.xlt is the name of my excel template). The project is located on a network drive, which is mapped to a drive letter in windows. Whe ...Show All
