BrianFH's Q&A profile
Visual Studio Express Editions .color to hex values?
Hello, I have this color dialog which picks out colors and this is where I got so far right now, ---------------------------------------------------- Dim bgSelectedColor As Color ColorDialog1.ShowDialog() bgSelectedColor = ColorDialog1.Color bgColor.BackColor = bgSelectedColor ...Show All
Visual Studio ReportViewer - Local Mode - Parameters
Hi there! I've Googled this and searched extensively, and am having a problem finding a good description of how to do this. I have a database with several tables that I need to report on. I'd like for the users to be able to generate custom reports based on specific criteria, which can include data from multiple tables. I'll design the page with the available criteria, but it could contain any number of combinations of criteria to generate ...Show All
Visual Basic date y/yyyy to dd/mm/yyyy
Hi, I want convert a date y/yyyy to yy/mm/yyyy. the Format function convert a date yy/mm/yyyy to y/yyyy but not y/yyyy to yy/mm/yyyy. exemple : 111/2006 --> 21/04/2006 example : 111/2006 --> 21/04/2006 1/2006 --> 01/01/2006 y/yyyy --> dd/mm/yyyy y = Day of the year (1-366) yyyy = year dd = day of the month mm = month of the year ...Show All
Visual C++ general question regarding arrays and functions
Writing another program for school and I've got something seriously screwed with this one. I may have to post code for this, but I have my main function that calls another function(switcher), I'm trying to pass two arrays to this function and have that function switch the lowest value in one array replace it with the lowest value in the second array and vice versa. The problem is when I compile the program, it builds with no errors or warnings, ...Show All
Visual Studio Team System VSTS Team Builds - Project Build Order
VSTS Beta 3... I have a single sollution with approximately 10 projects - I need certain projects to build in a particular order. Setting up my project dependencies and building the sollution locally works fine...when I look at the Project Build Order in the Solution...it looks something like this: A B C D E and it succeeds on build. When I build via Team Builds, the build order ends up like this: B A E D C ...Show All
Windows Forms Report with bitmaps
Hello, please, would you be so kind to help me with creating report with bitmaps. I have name of bitmap file in one of MDB database column and I need to display (and print) in report. I tried to use Crystal Report, but without success. Thank&nb ...Show All
Visual C++ Solution Explorer taken a step back?
In VS2003, the solution explorer allowed you to re-order the folders in a project, albeit it was cumbersome. Also, there was no way to sort the files within a folder without taking them out and putting them back in in the order you wanted (and there was no 'sort alphabetically' anywhere, either). In VS2005, everything is sorted alphabetically and it seems impossible to reorder anything. I want to reorder the folders (now called filters). I use ...Show All
Visual Studio Team System Restore-move but re-create Sharepoint
I need to move my TFS installation to another machine, typically this would be a simple "Restore based move", but there's a complication: my sharepoint content database is messed up and can't be backed up (SSMS gripes about the full text index being offline- indeed, it seems to be missing completely). Rather than mess with Sharepoint, what I'd rather do is simply create new portal sites for my projects - I can re-upload all the docu ...Show All
Visual C# Releasing an Excel Object
believe that I am releasing the object. I then attempt to Delete the file in the string path but VS continually says the object is in use by another process. I have pasted the code below. I have attempted to use the commented code without success. When VS gets to the 'File.Delete' comand the exception occurs that says the file is in use by another process. // Need the following code to clean up and extingush all references!!! objExcel.U ...Show All
Visual Studio "Project not valid" then trying to build solution from code.
I have a solution containing some projects, and I tried to build it under CruiseControl.NET with NAnt. Then I ran msbuild.exe on my .sln file - build was completed sucessfully. Then I tried to build solution from NAnt task and got following errors: Project is not valid. The element 'PropertyGroup' in namespace 'http://schemas.microsoft.com/developer/msbuild/2003' has invalid child element 'Project_A965BD0E-3F6E-478C-A161-86CF5C307C72_AspNetVirt ...Show All
SQL Server Querying Complex XML - In Report Designer -SQL 2005
Hi: Here is the XML example < xml version ="1.0" encoding ="utf-8" > < NODE_ROOT time ="09:50:11" author ="Tester"> < User id = "id10" name = "user_10" email = "user_10.msn.com" person_ref = "#id25"/> < User id = "id11" name = "u ...Show All
Visual Studio Express Editions Displaying Data from a Access spreadsheet on a form
I want to display data from a spreadsheet on a form in a more attractive way than just using the "datagrid". Is there a way I can possibly have the information displayed in a different way Can anyone point me in the right direction (I would like to be able to display the information in a window with a scroll bar if possible) Thanks. Eric Ok, i've updated the database with new columns every ...Show All
Visual Studio Team System IdentifiersShouldHaveCorrectSuffix
IdentifiersShouldHaveCorrectSuffix On this page linked above, under the section "When to Exclude Messages", it is missing an exclusion instance that I believe should be in place. If I create a collection class and derive it from a base collection class, but want this new collection to also be a base class, then ending the collection's name with Base should be a valid exclusion reason. Example: MyCollectionB ...Show All
SQL Server How to reset the identity counter on a table referenced by a FOREIGN KEY constraint?
I know that TRUNCATE TABLE can be used to reset the identity counter, but it can't be used on a table referenced by a foreign key. Anybody knows how to do that Thanks. Hi, if you want to use truncate, you have to drop the constraints first, othwerwise you could use DBCC CHECKIDENT (jobs, RESEED, 100) to reseed you identity. HTH, Jens Suessmeyer. --- http://www.sqlserver2005.de --- ...Show All
Visual Studio Team System Is there a process workflow diagram for MSF for CMMI?
I must confess... I'm getting a bit confused navigating through the process as a whole. Is it planned to release some kind of flow diagram for the process workflow It could help us a lot in visualizing the process from a higher level, besides offer a more visual path for drive the project through its phases. Regrads, Max Hi Max, You raise an issue that has been something that ...Show All
