csdcomp's Q&A profile
Visual Studio Express Editions creating array of controls (labels) in VB Express
Hello, I'm trying to figure out how to create an array of controls in VB Express. I've read that somehow there's an automated way to do this (as in VB6, I presume, but I've never worked in VB6 either), but I can't find anywhere that describes it. Basically, I have a table that I've created on one of my forms that is 18x20 cells. It would be really helpful if I could use an array to populate my table rather than having to write 360 lines of code ...Show All
Software Development for Windows Vista DriverRepository.idx.
because of this file vista isn't working good, please helpme ...Show All
Visual Studio C# Express 2005 and Report
Dear All, I am using C# Express 2005 and SQL Server Express 2005 as well. I am planning to use no-touch deployment as well. At the moment, I am stuck as I cannot find any report designer to make my report work in the enviroment of C# Express. Is there any way or extension that I can include into the C# Express so that I can use to build the report Highly appreciate your advice. Regards, LG ...Show All
.NET Development .NET Framework & AIX
Hi, Does anyone know if the .NET framework is available for aix I know there is at least one other software package, mono, which works on unix but it doesn't offer an aix version. Any help would be appreciated. Cheers Alistair The Microsoft .NET framework is only available for Windows. However, you can download the Shared Source CLI , which is based on the v1 .NET framework and compiles on Windows, FreeBSD, and Mac OS X. ...Show All
Software Development for Windows Vista ToolbarWindow32 paint behavior - Heads Up!
I use the ToolbarWindow32 control in most of my apps, and usually add extra controls (i.e., checkboxes, combo controls, and my own controls). I create these additional controls with the toolbar control as the owner window. Beginning in build 5270, the toolbar control is painting its background area with the current theme background over the additional child windows. This can be observed easily by moving the mou ...Show All
Visual C++ determining application path in VS 8, C++ MFC
I am migrating a Pocket PC application from eVC++ 3 to VS 2005 . The eVC++ 3 application used AfxGetApp()->m_pszHelpFilePath from which I parsed out a path to the application startup directory. In VS 2005 , the m_pszHelpFilePath is not supported and m_pszExeName , and m_pszAppName both return the program name without any path information. How do I get the actual path GetModuleFileName Gerald Perry ...Show All
SQL Server Merge Replication Weird Scenario?
On the national Server: SQL 2005 Enterprise On the mobile clients: SQL 2005 Workgroup. I was asked to find a solution to such scenario 2 mobile subscriber S1 and S2 to the same simple merge publication P1 on server N Day 1, ...Show All
Visual Basic Not the debugger. CPU still naps!
Hi again, I am back. Dustin H. told me how to get an exe file without debug code. Thanks Dustin. I ran the debug free exe and got the same result as with the debugger. I have modified my program so that it only call one procedure, a bitblt procedure which I got from the net. The same procedure is published all over the net so I am pretty sure it is bug free. The procedure is called from a two timer loop where one timer st ...Show All
SQL Server Cannot open database
My mdf file was deleted. I was able to restore the said file but unfortunately I can no longer open it. I have also noticed that the recovered mdf file was smaller than the file before it was deleted. What can I do to open the database file I have tried the following lines using osql utility. 1> use db1sql1 2> go Msg 946, Level 14, State 1, Server JDI11-31, Line 1 Cannot open database 'db1sql1' version 525. Upgrade the database to the lat ...Show All
Visual Basic Shadows and Overrides
Hello! Does anybody know the difference between : a) using Shadows to "override" a member or the base class not declared as overridable and b) using Overrides to override a member of the base class that is declared as overridable The result in the interface of the derived class seems to be the same. Thanks, Dimitris Another thing to mention here is the following. Actually it's the same thing but just to be alert... ...Show All
SQL Server Read Write Variable Cannot access before PostExecute
I have a for each loop on a directory of files, each file has to be imported with a unique surrogate key added. For this I am selecting the max id that exists in the target table and assigning that value to a variable. Within a script transformation I am copying this value to a variable declared in a script task, and incrementing it on each row processed. Obviously I now want to write this value back out to the higher ...Show All
.NET Development Rethrowing exceptions from a background worker
Hi, I'm using a backgroundworker (in VSE2005 for C#) and have the following problem : In the 'dowork' method I have a try/catch that handles exceptions that might occur and then rethrow them for the 'workcompleted' method have aproper error state. The problem is that when an exception occurs, I get an unhandled exception error message pointing to the 'throw ex;' in the catch block (see code below), because of course ex is not being hand ...Show All
Visual Studio Team System Ok - I can't create a new project :-)
OK! So I'm a bit stuck. I installed TS on a server that's at my office... and from my HOME office, I've cranked up VS 2005, added the server as a Team Server, but now I can't create any projects on it. I'm sure it's a permissions problem... but... do I have to be logged into a domain controller in order to get access to the Team Server Or can I just be a computer out on the net somewhere (like, oh, my OFFICE :-) If not, ...Show All
.NET Development Compare Version does not work if version is double digit
Hello, Im having an annoying problem using System.Version.CompareTo method. The problem arises if any of the digits are double... ie: the following will work fine Dim v1 As New Version("1.0.0.2") Dim v2 As New Version("1.0.0.3") If v1.CompareTo(v2) >= 0 Then Return "No update is available" Else Return "An update is available" End If However the following does not work pr ...Show All
Visual Studio Team System The test cases' name are not ordered correctly when select test case for an ordered test case
Hi all, When I create an ordered test case, in the test case selection window, "Available tests" field, I click the "Test Name" to order the test cases. Curiously, the test cases' name are not ordered correctly. The order is: "Txxx, ... Axxx, ..., Ixxx" A bug of VSTS I have more than three hundred test cases availabe to order. Regards, Leon Hi Leon, Which version of VS are you using Is this th ...Show All
