wxt's Q&A profile
Microsoft ISV Community Center Forums VBA code in Dutch
Hello I was trying since few days ago to figure out why some simple Excel vba code is not working for a dutch client. It seems that VBA has been translated to dutch Property like Textbox1.Left may be TextBox1.Links Please help me understand how can I have same runtime vba as my client as I tried everything an d still end up with english version. I installed Dutch office with no luck. Do I need OS in dutch also Thank you very much, Cristian Rus ...Show All
Visual Studio Team System Create TFS Bug Entry in IE
Hello, is it possible to enter a new bug directly through the Internet Explorer (e.g. on the project site pages), or does one need to install and license on each machine at least VS2005 TFS client If not, does anyone know a project that is implementing this (e.g. GotDotNet) Or are there licensing issues I was wondering if it is possible to use TFS like "Bugzilla": I would give to all my users the possibility to report a bug or a new feature req ...Show All
SQL Server Sum is negative - showing #Error
I have a SSRS (reporting services) 2005 report. In one of my table fields I have the expression below. I want it not to show #Error when the sum of this expression is negative, rather provide a negative sum if that's the case. (SUM((IIf(Fields!New_Old_CC.Value = 0, Fields!PDC.Value, 0) + IIf(Fields!New_Old_CC.Value = 1, Fields!PDC.Value, 0) + IIf(Fields!New_Old_CC.Value = 0, Fields!CC.Value, 0) + IIf(Fields!New_Old_CC.Value = 1, Fields!CC.Value, ...Show All
SQL Server SQLExpress Intermittent Login Errors
This is very strange... After installing the Advanced Services package, I started getting errors connecting to a database (.MDF) that I've been using for weeks/months. The error was something like "login failed for machine\user". After twiddling with the connection string and starting and stopping the SQLEXPRESS service it started working again. Did some more work, everything was fine, shutdown and went to bed. This morning ...Show All
Visual C# Help What am i doing wrong??
hellow, i have a question, what am i doing wrong here FileStream joc_joc = new FileStream ( "joc_joc.txt" , FileMode .OpenOrCreate, FileAccess .ReadWrite); StreamReader line = new StreamReader (joc_joc); while (!line.ReadLine().Equals( "#" )) { listBox1.Items.Add(rand.ReadLine()); } i complie with no problems, but when i acess the form i get this: An unhandled exception of type ' ...Show All
SQL Server 0xC0010014 (Microsoft.SqlServer.DTSRuntimeWrap)
64 bit Server 2003 with Sql 2005 64-bit I can't seem to do a lot of things. Like... backup the database through the SQL agent. I'm catching flak from the client who was told by a microsoft rep that SQL 2005 works like a charm.... It's too late to move away from SQL 2005, we've already migrated systems over to it, and now I'm stuck. This error happens when trying to export to a flat file using Export Wizard(right click database and choose export ...Show All
SQL Server Why I can not deploy my report project?
Hi, all here, I am having a problem when trying to deploy my new report. The error message is like this: can not connect to the server, make sure the connection information is correct . But I have double checked the connection information, the server I tried to connect is the reporting server name on my local host though. (/localhost/Report Server). So what is the problem though. Did some body here ever occur this problem Thanks a lot f ...Show All
Windows Forms Passing variables between forms in VS2005
how do you send variables from one form to another in VS2005 apart from the public sub new method You can just declare the variable as shared and you can then access it from any form. Or better, you can create a public property to hold the value, set the value in one form and access in another. ...Show All
Visual Studio Team System How to add task in Team Project Portal and in Team Explorer simultaneously
Hi, My TFSB3 Refresh installation seems to work fine, but i encounter a problem when i want to add a task in the project portal. After adding a task in the project portal (and more specificaly in a document workspace) i wanted to check the presence of this task in the project by using the "all tasks" query in Team Explorer. And i was surprised and confused not to find it. Why is that Adding task in TE and in project portal ...Show All
Windows Forms Printing a Form.
Hi, I have an application that displays a list of data. A user can select an item from the list to open a form to display the details of the item. I want to provide a Print option so that they can get a hard copy of the data. I was thinking of doing this via a Crystal Report or a new Windows Forms Report, rather that using the PrintDocument classes in the framework. The reason being that it seems a lot easier to be able to design what the print ...Show All
.NET Development Visual Studio 2005 stange activity
My IDE takes a long time to start debuging an application. Sometimes it hangs and it seems to be loading VISUALUI.TTF hundreds of times. It also is looking for a webprojectitems.old that is not on the disk. And, I wouldn't suggest loading a project from a network share. As soon as I removed the font, the IDE started working *super* fast. ...Show All
Visual C++ Buttons
Help I am very new at This and would like a little help if i could learn how to get the dang buttons to do what i like and be able to one open a new window that will have several programs on it i would be good so if you have a little time please email me at jnjanderton@ubtanet.com hi, 1. First use the visual designer to make your form adding buttons as needed. 2. Then click on your objects(e.g buttons,) and in the property window change th ...Show All
Visual Basic How to create a Screen Saver with Visual Basic 6
How to create a Screen Saver with Visual Basic 6 Maybe you can find help in the VB6 Newsgroup. http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=138342&SiteID=1 These forums are only for .Net If you want to create a screensaver, Visual Basic 2005 comes with a free Screen Saver Starter Kit. You can download the free "Express" version of Visual Basic here: http://msdn.microsoft.com/vstudio/ex ...Show All
Smart Device Development How do I create a new application for Win Mobile 2005?
I just installed .NET 2005 beta 2, downloaded and installed Mobile 2005 SDK, trying to create a new project specifically for Windows Mobile 2005, but in .NET "New Project" wizard dialog in "Smart Device" group I can see only "Pocket PC 2003", "Smart Phone 2003" and "Windows CE 5.0". How do I create a new project for Windows Mobile 2005 Please help. Gennady Thank you Ilya, I guess you ...Show All
Visual Basic Convert a old VB6 project
Hy all, I have a very old VB6 project (a complex one), I need to to convert it to the new .net 2005 platform. I installed VS.2005 and tryed to convert it using the conversion utility, unfortunatly I get several "Error 7: Out of memory" witch I skip and finaly a "The referenced component TXTextControl is missing a design time license" error witch stops my conversion proces. Anybody has any ideeas on this one. Have a nice day, ...Show All
