Answer Questions
Sébastien Nunes resources in visual c++ express ...
Hi, When I try to add a resource in the visual c++ express ... the resource part on the context menu is greyed out. For some reason it won't allow me to add a resource to my application. Is that a limitation with the express edition or is just my installation ... Thanks Please follow your post at http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=668981&SiteID=1 and avoid duplicate posts. Thanks, Ayman Shoukry VC++ Team ...Show All
llkoolj Security on Iteration node maintenance
Does anyone know the security setting to allow the add/delete/mod of iterations. I have a user that has the ability to do anything needed with areas but cannot change iterations. I'm not sure which security setting I have incorrect. The group to which teh user belonsg is not allowed to edit project information. It seems from the docs that if I set the "DELETE" class="CSS_Node" allow="TRUE" that would apply to areas not to iterations. So... both from the chnages that need to be made in the groupsandpermissions.xml file of the team project template and via tfssecurity how can I set the user to be able to maintenance permissions and what setting must I obviously not have set not that prevents them from doi ...Show All
Thomas Greenleaf Error 28806. Something is wrong with Reporting Services
I have read through many of the posts on this Forum, but none have helped me solve my problem. I am installing TFS using a single-server configuration. I am unsing SQL Server 2005 Standard Edition. Windows 2003 Server is 32 bit (not x64). I have followed the guide to the letter (this is the 2nd time I have tried installing). When I go to http://localhost/Reports/ I receive the error posted below. I have already looked into giving Network Service Full control to the ASP.NET Temportary Directory, but that did not work. Any other suggestions Server Error in '/Reports' Application. I have checked both items. 1) The folder does exist. 2) network service and aspnet has full control on the folder. Any other ideas ...Show All
cwhetsel .NET framework...
If I uncheck the "enable application framework" in the "My Project" tab in a solution, and then build the program, will it run on non-.NET PC's Just a little question about that sort of thing: In future will the .netframework be part of the regular service packs It would help a great deal... as its a pain in the bum having people downloading it to use your software. No...that is for enabling the application framework properties...All .NET applications MUST have the appropriate .NET framework installed in order to run .NET framework is not part of OS service packs but is available as an optional download on the windows Update. Its freely available and most apps will ...Show All
ProSlamBanO Microsoft SQL Server is missing from the DataSource dropdown, cant connect to a SQL Server Express Database.
I am trying to do the Chapter 1 project of Getting Started with ADO.net 2.0 Step by Step (microsoft press)... I enter the data source configuration wizard and select database, and press next. I then press the new connection button, and the Choose data source screen appears. In the List are only 2 options: Microsoft Access Database File Microsoft SQL Server Database File. The option they want me to choose does not appear in the list. Microsoft SQL Server sqlclient I tried following the instructions in this thread [http://forums.microsoft.com/msdn/showpost.aspx postid=85686&siteid=1] where a user had a similar problem, but had no success. I have reinstalled C#, reinstalled SQL Server Express 20 ...Show All
an5w3r How I..............
Hi, i got a Toolstrip with buttons on it how can i program it such that will perform the following: For Example i have a two pages , when i press button1 on the toolstrip page 1 appear on the form and when i press button2 on the toolstrip page 2 appear on the same form replacing page 1. Sorry for the poor explaination, anyway can the common controls be put onto the tab pages That means the tab page are like the Start page, Form1.cs, Form1.cs [Design] tabs in the C# IDE. Just drag the control from the toolbox to your form, set its Dock property to Fill and edit TabPages by clicking the button with the TabPages property. You can later select tabs by clicking on them and drag the controls on each tab. Andrej ...Show All
Mikael Håkansson Getting Drive Info
Hi, I have a couple of questions getting drive information from a PC. I am using the system.io.getlogicaldrive command to get drives in a PC. What i want is to be able to differentiate between the type of drives - ie, floppy, HD, CD, etc. Also, i want to be able to determine which drive is the system or OS drive. Thanks! Josh not really. The best way to do this is using the .NET way/classes. the application will no doubt run on Windows however the question is how to get the drive which contains/has Windows installed, and that way is to use the Environment.SystemDirectory which gets the system directory which Windows is installed in how about using Environment.SystemDirector ...Show All
ForEverLearning User Functions in seperate files
How do you get MessageBox support in a user defined function when the Function resides in a seperate .cs file It will only allow it when I make my function either part of a class or form. Thanks I have all that stuff at the top, However it won't let me write anytthuing with MessageBox in my Body of my function. If i start it off as a class I can. but not just a blank file with The using statements, followed by a Function. Do i need to add the namespace to the top of the file and enclose everything in the { } well technically it is best practice to call the UI to show the message box giving it the string to show. If you must, makes sure you add ...Show All
Thomas82 universal variables
Okay, I'm not sure if it's possible, but here goes: I know that in VB6, it was possible to declare a variable in the declarations (at least, I always did, and it worked) and then it would be there for the entire program. However, converting one of my projects over into VB2005, I have run into an error. In all of my subs, the variables are now "privately" declared, and I have no idea how or why it doesn't work anymore. My coding resembles this: dim a, b, c, d, e as decimal Private Sub Button_Click( ByVal eventSender As System.Object, ByVal eventArgs As System.EventArgs) Handles Button.Click Call determine_variables(a,b,c,d,e) Call show_variables(a,b,c,d,e) End Sub Sub determine_ ...Show All
khs202968 Thanks
Thanks guys. Too bad this feature doesn't use the templating mechanism in VS2005, I'll enter it as a suggestion. ...Show All
danholmes How to specify a placeholder for the name of a GLOBALLIST used in a WIT?
We want to implement a process template for various projects based on one TFS. Several field values in our WITs should be filled up by global lists which could easily be updated afterwards. But ... the lists for each project should be filled with different values (e.g. different product versions, different supported operating systems, different customers, ...). And ... we want to maintain one process template for all our projects. Is there any chance to specify something like e.g. "GLOBALLIST: [Project] Versions" as a suggested value in our WIT With user groups it is possible to specify e.g. "[Project]\Developers" Thanks for any feedback... Could we perhaps expect to get this "feature" ...Show All
Dario Galvani Adding / Removing Pictureboxes at Runtime - Problem.
Greetings all, I am having a problem removing all the PictureBoxes I have added to a Form. Basically if the User clicks the form I add a PictureBox for each JPG in a folder and display the image and when they click the form again I am trying to remove all Pictureboxes but in my code below on the first click to remove, only every second box is removed, and from then on it is anybodies guess as to which are removed. There are approx. 110 JPG's Could somebody please explain what I am doing wrong. Suggestions for better coding also welcome My Code: Public Class Form1 Dim PicturesDisplayed As Boolean = False Private Sub Form1_Click( ByVal sender As System.Object, ByVal e As System.EventArgs) Handl ...Show All
Igor Antunes Updating a label text.
Can a text label be updated like every second I have some numbers (coordinates) that come from an API control and I want to be able to view them in the form of text but so far the only way I can get it to work is to make a button that has TEXTLABEL.TEXT = API-COORDINATE VALUE and it will update it every time that button is clicked. It works. Thanks! So put 1 or 1000 in the interval property Thanks Use Timer control instead Button control, and set its Interval property to milliseconds (1 second = 1000 milliseconds). 1000 since the timer is in milliseconds, remember 1 second = 1000 ms ...Show All
Vimal_Rupera bored...vb and C?
After taking a break from writing VB code, because with windows I have formatted my hard drive more times then my Visual Studio CD has been "misplaced" and I am not about to go purchase another visual studio, I decided to write a little java. My code is so strange sometimes with declarations of variable type first but no sign of a semi-colon anywhere. My comp throws a fit when I compile. Anyway I digress, I happen upon this nifty express version and something inside start feeling warm and tingly as I start hoping and praying that I can start making VB applications again without reinstalling Visual Studio. I have been writing almost non-stop in vb since I installed VBE :). After sometime I remember how to throw ...Show All
Jason D. Camp Structures with arrays
I have a structure: - Structure TSTFILE <VBFixedString(20)> Public FLNAME As String <VBFixedString(20)> Public FLLIST As String <VBFixedString(1)> Public FLSECL1 As String <VBFixedString(1)> Public FLSECL2 As String <VBFixedString(1)> Public FLSECL3 As String <VBFixedString(1)> Public FLSECL4 As String End Structure This seems an obvious candidate for an array, but how do I do that Thanks I thought perhaps this wan't possible. Dim MyArray(5) as String However you can not control the actual length of the members like you did in the structure ...Show All
