adedes's Q&A profile
.NET Development growth of .srt file after being copied . . .
hey to you all, i have some .srt files in hebrew and my subtitels reading dvd connects them reversed so i built a script to reverse the text rows in the srt file and leave the time and data row untouched. i open the original file using streamreader and writes it reversed to another file using streamwriter but the reversed file is bigger then the original. also if i convert a filed that's been already converted the text becomes jibrish. the enco ...Show All
SQL Server Printing Blank in Landscape
I've a report which is quite wide, and I'd like to print it in landscape. In using the ActiveX control to change the print settings, the Preview looks great in Portrait, yet when I change it to landscape I get 8 pages of blank. If I change it back to Portrait, I get an error saying there was an error rendering the report. Has anyone had any luck with this Thanks. How can I get September build I did not find any hotfixes on September ...Show All
Architecture the best XML Based Graphs Format?
hi I have a situation, so I'm looking for some help I need to manage graphs in a Microsoft Visual C# 2005 application. this implies that I need to transfer the graphs, I'm going to use an XML based format, but I don't know which one to use. I don't have enough criteria to decide which one is better. I briefly looked at two existing XMLs for describing graphs: http://www.gupro.de/GXL/Introduction/intro.html http://ftp.cwi.nl/CWIreports/I ...Show All
SQL Server SSRS Subscription jobs in SQL Agent
We have been using SSRS for many months now and have a substantial no. of reports developed and running in Production. We noticed that subscriptions on the reports were created as jobs with uniqueidentifier names on the SQL Agent. This happens even when the subscriptions are not active anymore i.e. run-once subscriptions which have already run. And when these jobs are deleted manually, they get recreated automatically even for the inactiv ...Show All
Visual Studio Team System calculating hours with subtasks
I am working with Microsoft Project and Team Foundation Server. I’m pulling all my tasks from TFS where they are all required to have an “assigned to” entry. I would like to create parent and subtasks as I pull them over but Project double books the time in resource usage. Do you have any ideas to solve this my a tasks 4d Wed 5/17/06 8:00 AM Mon 5/22/06 5:00 PM usera a1. 1d Wed 5/17/06 8:00 AM Wed 5/17/06 5:00 PM usera a2. 1d Thu 5 ...Show All
Visual Studio Team System Team System - Website Under source control
I have the Team Build Configured and I am also able to start the build from any of the client machines. The library, console, windows services and application are all compiling with out any errors but when it comes to compiling websites I am running into issues. All of these projects are under Team System source control. The website has Project references to other library projects within the same solution but the team build does not se ...Show All
Visual Studio Team System AdminProjectRights problem
While trying to lock a branch down, I changed the permissions for a branch. I unchecked the 'Inherit Security Settings' box, and changed the contributors to only having Read rights. I didnt realize unchecking this box would remove all rights for every other group. Now, I dont have rights to change any other rights. I get an error saying my user needs AdminProjectRights. My user is both Team Administrator and Project Administrator, yet I dont ...Show All
Visual Studio Team System Upgrade Failed from B3R to RTM
Hi, I did follow each steps for the upgrade even the optional ones but it does not work. When I run TFSUpgradeRTM foo /verify it is all ok. But when I run TFSUpgradeRTM foo , the following information is displayed: Beginning upgrade from Beta3 to RTM DB ServerName : DEV Log File : TFSUpgradeRTM-632787950338750000.txt Connecting to SQL Server DEV Success Verify if core team foundation databases exist Success Fetching Server location fo ...Show All
Visual C# Translate Code: Convert of type
I have the follow in VB: pt = CType (sender, TreeView).PointToClient( New Point(e.X, e.Y)) I want make in C#, I make it: tv = (TreeView)Convert.ChangeType(sender, typeof (TreeView)); pt = tv.PointToClient( new Point(e.X,e.Y)); I can make it, just in a one line David with your code, don't appear the follow lines: IL_0017: ldtoken [System.Windows.Forms]System.Windows.Forms ...Show All
Visual C++ Array + debug
How can I see the value of the array using the project CLR/Windows Forms Application #include "stdafx.h" #include "Form1.h" using namespace Xcard_MDB; #include <iostream> using namespace std; #define TST_UC 12 unsigned char Tst_auc_m[TST_UC], i; [STAThreadAttribute] int main( array <System::String ^> ^args) { // Enabling Windows XP visual effects before any controls are created Application: ...Show All
SQL Server Urgent:The Query works in 2000 but fails in 2005
The following query works in SQL Server 2000 but gives the following error in SQL Server 2005: The conversion of a char data type to a datetime data type resulted in an out-of-range datetime value. Note that the tables in both database has the same data. ============================================ SELECT ID FROM VWCONTACT WHERE ID IN (SELECT DISTINCT top 2500 VWCONTACT.[ID] ID FROM VWCONTACT JOIN (SELECT [id] ...Show All
Visual Studio Tools for Office Removing Code and Action Pane from Excel
How can I save an existing excel workbook that has code and action pane as a normal excel workbook with no code nor action pane. I can't see how "removecustomization" is useful. because i want to do that when the user presses a button from within the workbook lets say a submit btn. when pressed the workbook should deliver data to an external database and be saved as a normal workbook with no code nor action pane. how can i accomplish t ...Show All
Visual C# Using VB's Application Framework in C#
I know how to include the Microsoft.VisualBasic assembly to find the VB classes, but can I get a C# WindowsForms app to use the VB Application Framework to (a) ensure only a single instance of the app can be launched and (b) use the WindowsFormApplicationBase.SplashScreen properties I've tried instantiating the objects, but the settings don't take and the splash screen never shows. Put it in any file in your pro ...Show All
Windows Forms How do I catch SelectionChangeCommitted event of a combobox in a datagrid?
I have a standard combo box in a datagrid (DataGridEnableComboBoxColumn) and I want to catch the SelectionChangeCommitted event. Does anyone know how to do this Blue & white hooped blood runs through my veins Hi Supa Is there any chan ...Show All
SQL Server Replication distribution cleanup error
I used the SQL Server 2005 publication wizard to set up transactional replication. It scheduled a job called "Distribution clean up: distribution" that calls sp_MSdistribution_cleanup. The job fails every time it runs. The xp_cmdshell is enabled and SQL Server Agent runs under an account that has sufficient privileges to execute it. The account also has full rights to the repldata subdirectories. I have applied service pack 1. I loo ...Show All
