TomazZ_'s Q&A profile
Visual C++ how do I delete this posting?
I don't see any delete button! I only said that because my posts regarding shell programming keep being deleted, I don't know how you say that in english but je tournais seulement ma mesaventure en humour... didn't mean to make things worse Yacine Benahmed ...Show All
Visual Basic Difference between .cfm and .xml file?
Is the main difference the empty white space lines at the top before the "< xml verson = 1.0" These empty white lines are giving me fits, when I read in data from the .cfm file which is supplied to me. I wrote a routine that strips these empty white lines. Then it works. But doesn't VB2005EXP have code that handles .cfm files directly Surely, others have run into this This question was also posted (and answered) here: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=316411&SiteID=1 Best regards, Johan Stenberg ...Show All
Visual Studio Team System Several issues with TeamBuild, July CTP
I'm using the July CTP and have setup the application tier to be the build server. During the configuration of TeamBuild, I ran across the following: Since Visual Studio also guards the Bin folder in Web projects, any assemblies in that directory are added to Source Control. When these assemblies are actually project references, TeamBuild fails (MSB4126) to copy the output of these projects to the Bin directory (Access denied, files are read-only). I had to override the BeforeCompile target to remove the write-protection from these files to work around this. CodeAnalysis fails (CA00058) because Microsoft.VisualStudio.QualityTools.Resource ...Show All
Visual Studio Team System SQL 2005 is not installed?
Hello, I am attempting an install of VS2005 TF - Database Tier. During the system health check it reports back saying "SQL Server 2005 is not installed on this computer" also, " SQL Server Analysis Service needs to be installed on this computer" and " SQL Server 2005 Reporting Services is not installed on this computer when in fact all of the above are installed (Using SQL 2005 Standard) (W2003 Server Ent. Sp1) Can anyone offer assistance Thanks, Paul Sampson Hi Paul, Couple of things to check: Are all the services for Sql running (MSSQLSERVER, SQL Server Agent, Analysis ...Show All
Windows Forms Comunication between two forms
Hi at all, i need to set the DataSource of my grid situated in FormA from FormB. How can I do Is it possible thanks i'm a newbie mikunos The following code may help u. Form1 Code -------------------- public static DataSet Ds = new DataSet(); private void Form1_Load( object sender, System.EventArgs e) { DataTable dt = new DataTable(); dt.Columns.Add("Name", typeof (System.String)); dt.Columns.Add("Address", typeof (System.String)); DataRow dr = dt.NewRow(); dr["Name"] = "Nirmalya"; dr["Address"] = "Kolkata"; dt.Row ...Show All
.NET Development VS2005 RC1 Dataset merge bad performance
Hi, We've just migrated from Beta2 to RC1, and we get very bad performance with the (Typed) Dataset's merge function. After analyzing with a profiling tool, we've discovered that the merge function calls the GetRowType many many times more that in the previous (2.0 beta2) version. for example - for a dataset with about 10 tables, one of them with 6000 rows: in Beta2 - GetRowType called 18 times. in Rc1 - almost 20,000 times. in Beta2 - 1-2 second in Rc1 - 8-9 seconds Is there a workaround or will be a fix to that problem. thanks, Oren. I'm noticing in some cases the Merge function takes about 80% of the proce ...Show All
Visual Basic Try...Catch statement Question
I have a Try...Catch statement that contains 12 Operations inside it. On the catch I want to display a msgbox that tells exactly which operations failed. I was looking through the exception methods and couldn't find one that worked. All of the methods provided relative information but nothing specific. The reason I want to pinpoint exactly which operations failed is so that the user can email the error message to me and when I get it I will know exactly how to fix it. Thanks. Is there a way to show information like a breakpoint shows For example my breakpoint details say: At Form1.vb, line 129 character 13 ('Char1_Read', line 25 ...Show All
Visual Studio 2008 (Pre-release) undo and redo
Hi how can i get undo and redo features in richtext box programatically can anybody give me a simple example thanx - Nagu Use ApplicationCommands .Undo. and ApplicationCommands .Redo Take a look here: http://spaces.msn.com/viliescu/blog/cns!A7CD34FAB0459777!251.entry Bye ...Show All
Visual Studio charts
Hi, I an using cystal reports bundled with vs.net.My chart has the axis label chipped,as my labels are more I had them staggered.On resizing the chart also,I am not able to see full labels.And My legends come in the ceter of the chart,if I change the legend to any other place,My sttagerd label format is lost. Thanks in Advance, Sudha Hello Sudha, I'm having a hard time visualizing what you are looking for. I think that the customization that you are looking for are available by right clicking on the chart and selecting Format Chart|General dialog. You will need to use trial and error here as most of the labels will be dependent ...Show All
Windows Forms Property Grids
I attended a presentation by Microsoft last night in London about Property Grids. I use them a lot and was hoping get answers to a couple of questions. But the presenter could not help. Can anyone 1. By default, the property name is displayed in the left hand column. How can this be overridden to display something else e.g. a space separated name&nb ...Show All
Visual Studio Installation problem with .NET Framework 2.0 Redistributable Package (x86)
Hello, After .NET Framework 2.0 (x86) installation to Windows XP Professional SP2, my MSI log file shows the following error: Info 1721. There is a problem with this Windows Installer package. A program required for this install to complete could not be run. Contact your support personnel or package vendor. Action: DD_CA_PatchInstall_X86.3643236F_FC70_11D3_A536_0090278A1BB8, location: C:\WINDOWS\Microsoft.NET\Framework\, command: "C:\WINDOWS\Microsoft.NET\Framework\netfxsbs20.exe" /install I did not experience any run-time error dialogs during my test installations on different boxes. However, on each box the MSI ...Show All
Visual Studio Changing Matrix subtotal aggregation
Hi, I have the following problem, I have a matrix and i want to do a subtotal that is a sum of every column and the other total, to not appear or be the average of the values. Matrix 01/01/2005 02/01/2005 Total Qty % Qty % Sum(Qty) Sum(Qty)/ Sum(ShopTotal) Shop 1 2 12,5 4 20 6 6/36 Shop 2 8 50 6 30 14 14/36 Shop 3 2 12,5 6 30 8 8 /36 Shop 4 4 25 4 20 8 8/36 Shop total 16 100 20 100 36 100 Is it pos ...Show All
Windows Forms Controls on tab pages
Hi, I have a tab control and several tab pages within it. I have a set a controls like buttons, textboxes etc... that I want to appear on each of the tab pages. I want the same set of controls to appear on each of the tab pages. I will update their values on the tab control's SelectedIndexChanged event. How do I get that one set of& ...Show All
SQL Server Why is IE SP1 Required to install SQLExpress?
I'm looking for gritty details on why Internet Explorer 6.0 SP1 is required for installing SQL Express. Any help or direction would be great thanks! -Bathisar Hi Bathisar, We need IE 6 SP1 in order to run MMC. There is a bunch of useful information about hardware and software requirements, including more details about the IE 6 requirement, in Books Online at http://msdn2.microsoft.com/en-us/library/ms143506(SQL.90).aspx . Regards, Mike Wachal SQL Express team ---- Check out my tips for getting your answer faster and how to ask a good question: http://forums.microsoft.com/MSDN/ShowPost.aspx PostI ...Show All
.NET Development Why do I get Parameter ? has no default value
Why do I get Parameter has no default value Here is part of the form_load event Why isn't Dim ID As Integer = 207 the default value My intention is to set ID's value to the selected value of a comboboxes' selected item. I'm trying to get this right first. dennist Dim ID As Integer = 207 Dim cn As New OleDbConnection("Provider=Microsoft.Jet.OLEDB.4.0;Data Source=|DataDirectory|\HasbaraSample.mdb;Persist Security Info=True") cn.Open() Dim strSQL As String = ...Show All
