Ramazan Acar's Q&A profile
Visual Studio Team System h status oddity
This seems like a bug to me. Let's say I have two users (John and Jane) and John has a file checked out in a subdir C:\Proj\Foo\Bar\baz.cs. Jane then tries to see if any of the files in C:\Proj\Foo\Bar are checked out by other users so she executes: h status . /user:* Hmm it says there are no changes. However, if she executes: h status /user:* It shows that John is editing the file. The bummer is if this is ...Show All
Visual Studio Express Editions MFC projects in Visual C++ 2005 ???
I just started up Visual Studio 2005 Express and attempted to create a new MFC project. But that's not an option on the New Project dialog. It shows some CLR project types, which is NOT what I want to do. It shows Win32, allowing only a Windows Console app. And it shows "Other Project Types", but lists no actual project types under it. So, how do I build an MFC application with VS 2005 Please don't tell me that Microsoft is simply abondoning MF ...Show All
Visual Studio Express Editions Help with SaveFileDialog???
Hi Ladies and Gents, Please can you help with the below The SaveFileDialog is appending to my text files and I can't find a way to get it to overwrite whatever existing text is in the save file. Please can someone advise me Private Sub SaveToolStripMenuItem_Click_1( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles SaveToolStripMenuItem.Click Dim Save As New SaveFileDialog() Dim myStreamWriter As ...Show All
Visual C# Can flash files be imported in Csharp with providing interaction between Csharp and Actionscript?
Hi Everybody, Can flash files be imported in Csharp with providing interaction between Csharp and Actionscript Can anyone help me with a true and applicable answer Regards, 22DoorsDown Hi I go hte answer from a long time. U can use the event FSCommand in flash object and by actionscript send messages to that object. 3doorsdown ...Show All
Visual Basic zip and unzip in setup project
Because there are huge number of data files in my project, I try to zip them together to a compressed file and then uncompress them back in the installation process. I used pkzip to compress all the files to a zip file and then convert it to a self-extract exe file, finally I add the exe file to the customer action of my setup project, I have two problems right now: 1. when the installation process reach the customer action, it gives me an error ...Show All
Windows Forms Using combobox in GridView control
Hello I would like to see combobox come up in datagrid view control in Windows forms project when users enter in edit mode in a cell. For example one of the columns is US States. When users enter into edit mode I would like this cell to&n ...Show All
Visual Basic sum of numbers that don't repeat
There is a sequence of numbers that, when added together in any order, the result will not be repeated. But, I just can't remember what it is. Does anybody know a+b <> a+c <> b+c <> a+b+c It's been a long time since I've thought about brain teasers and proofs. Maybe Fibonacci sequences (or those based on Phi) will help. As a + b = c, then a+b <> c+N so long as N is ...Show All
Visual Studio Team System Changing passwords. Beware! :)
If you change the pasword of your TFSService/TFSSetup/TFSReports accounts, beware. You need to change the password on the following components: Services: ====== TFSServerScheduler Sharepoint Timer Code Coverage Analysis Service Application Pools (IIS) =============== Check them all : You should change the passwords which use the TFSService, TFSSReports or TFSSetup accounts. Shared Data Sources on Reports Server ========================== Ch ...Show All
SQL Server Select date year below 1950 not valid?
i am doing a select statement, the .sdf database file has dates from 1910 to 2020 Dim fullcurrent_date As Date = New Date(1950, 10, 2) Dim sqlstr As String = "SELECT * FROM table WHERE Start_Month <= '" & fullcurrent_date & "'" it seems to work alright, but if i were to initialize the Date as Dim fullcurrent_date As Date = New Date(1949, 10, 2) it doesn't seem to work, is there a limit somewhere as long the year ...Show All
Visual Studio Team System Publishing test results fails - not sure why...
I ran a unit test and wanted to publish the results back to the "operational store" to see what would happen and if I could do something with the data - however I got the following error: EndPublishRun: Server was unable to process request. ---> A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. The help is va ...Show All
.NET Development returning name value collections
What is the most current recommendation for the datatype to return in a asp.net (WCF) webservice for a name value collection I remember seeing that IDictionary (hashtable) was not recommended...so, what is the most current thought (for .Net v2) Thanks. are you using Generic Collection or Non generic collection I think you can use Dictionary Generic collection without any problems. And i ...Show All
Windows Forms My progress so far with Sub-forms
Dear All, I am trying to create a windows form app that links to a remote access database. Basically because I could not get what I wanted using the (DAP) Data Access Pages...(mainly doing forms within forms) I decided on doing that Using windows forms I'll simply host the *.mdb file remotly and use the Windows form app as data entry My question is this...how do you create a subform properly Say the main form is for music album and the ...Show All
Architecture Architecting BLL, DAL and DB for bulk entity updates
Hi all, My situation is as follows: I have a service that receives a list of some entity in order to do some kind of operation on each of the entities in the list: 1. The operation is the same for each of the entities (updates one of the fields) 2. There is a logical test to perform on each entity in order to know if the operation can be made or not 3. The response of the service is the original list of entities, where for each of ...Show All
Visual Studio 2008 (Pre-release) Animation: Width . I don’t know how to do this
Hi, I want to do something like this <DoubleAnimation Storyboard.TargetName="PART_Header" Storyboard.TargetProperty="(ContentPresenter.Width)" From="200" To="100" Duration="0:0:2" /> but I want to replace the final width = 100 by width = ContentPresenter.Width. My aim is to get that the element recovers its initial width, but I don’t ...Show All
Visual C++ MSBuild in x64 environment with vcproj
Hello, With a quick search in the MSDN, I did not find the issue I am having. If this is already discussed, I apologize. I just got the latest VS2005, and tried to build 64 bit. It fails to build with MSbuild from command line. I have played just short time, and started with very basic. Still I am not successful. I am using VS2005 version is 8.0.50727.42 Here is the very basic scenario. I have created a new blank project "hello", my default ...Show All
