Software Development Network Logo
  • Visual Basic
  • Visual C#
  • Windows Forms
  • Windows Vista
  • VS Team System
  • VS Express Editions
  • Windows Live
  • Visual J#
  • .NET Development
  • Visual C++
  • Visual FoxPro
  • Visual Studio
  • Game Technologies
  • Architecture
  • SQL Server

Software Development Network >> Thiago Holanda's Q&A profile

Thiago Holanda

Member List

davros-too
DhawalMehta
rima66345
Sagy
MysTiger
CrowleyM
chakira
Gautam25470
Steven Habex
rabb
khan2025
JohnFlemming
urbinaben
jan schlagenhauf
Eugene_B
delomar
LuisFPF
PaulHetherington
Edward Clements
?培
Only Title

Thiago Holanda's Q&A profile

  • .NET Development MCAD for the .NET 2.0 Framework

    Does anyone know if there is going to be an update on the MCAD for ASP.NET 2.0 C# and Framework 2.0 Thanks, MadJax I took this exam this morning, but I don't know my score: because it's a beta test, they'll send the results just berofe the exam goes official... I've gotta wait for 8 weeks, hehe. IMHO, the test did not cover 100% the major new features. There were questions that could be anwered just knowing ASP.NET 1.x..., maybe they focus ...Show All

  • Windows Forms HELP! SmtpMail.Send doesn't work when SmtpServer is set

    Hello, I've been dealing with a confusing problem for a while  now: I've created a Windows Forms app and a console app  (for separate projects at separate times) that use  System.Web.Mail to send e-mails. When I issue the  SmtpMail.Send command, the appl ...Show All

  • Visual Studio Express Editions Using VB.NET Compiler as an older version

    Is there a way to make the VB 2005 Beta 2 Program compile to an older version e.g. VB6 The MSBuild Compatability Toolkit allows you to replace the "standard" MSBuild files (which tell Visual Studio how to build you application) with versions that can target .NET 1.0 or 1.1. The scenario where this would be useful is if you are using Visual Studio 2005 to develop your application, but you want to build application ...Show All

  • Windows Forms Maintaining the selected row after sorting a DataGridView

    Hi, Simple question, hopefully there's a simple answer: How can I maintain the same selected row even after a sort on a DataGridView In other words, after new items have been added to the binding source and a sort has been forcefully been carried out (in the custom BindingList), how can I ensure that the selected row is the same row as the one selected before the sort Bear in mind, I'm doing the sorting in a custom Bin ...Show All

  • Visual Studio Team System Any document about extensibility of profile, coverage and so on?

    We will try to support profile, coverage and so on , including Visual Studio Team Edition for COBOL Users. I heard that there is VS 2005 Team System Extensibility Kit , from a person in charge of VSIP , who is working for MSKK. But there is no document about how to extend Profiler, Coverage, and so on. Are there any documents about how to extend Team Edition. Best Regards Hi Shinya, Exclude (and ...Show All

  • SQL Server Combining tables

    Here's an issue I am having, I am currently getting data from a customer table, sales table, and a definitions table, it has 2 inner joins, It creates a temporary output table. Now, this table only includes data from the customers that actually had sales. I need a way to select into that temp table all the customers that are not currently in that table. Is there a way to do this Any help would be greatly appreciated. Jim Hi, therefore ...Show All

  • .NET Development MSMQ Serializable Hashtable subclass causes a hang when extracting Message.Body

    To start:   I get no error message; just a hang condition.   If I could get an Exception, I could probably figure this out for myself.   Instead, .NET just hangs, cold and unresponsive.   Here's the short concept of what I'm doing (no code examples here as the concept should be simple enough to implement by any interested troubleshooters): Make a struct called KeyValuePair with two fields:   a Key and a ...Show All

  • Visual Studio Team System WI Controls

    I've got a WorkItem I created that has a Summary and Workaround tab.  The summary field is displayed something like this: <Tab Label="Summary"> <Control Type="WorkItemLogControl" FieldName="System.History" Label="Detailed Description and History" LabelPosition="Top" Dock="Fill" /> While the Workaround is defined as: <Tab Label="Workaround"> <Control Type="WorkItemLogControl" FieldName="Sample.Workaround" Label="Worka ...Show All

  • SQL Server HTTP ERROR 401.1 - Unauthorized

    Hi I have access to my Report Manager, but i don't can browse to my reports. I use a domain account with permissions of Administrator in my local machine. My Report Server it's running on W2K3, and now have this error: "You are not authorized to view this page" HTTP Error 401.1 - Unauthorized : Acces it'd denied due to invalid credentials. IIS My windows service it's running under a domain account granted with permissions of Administ ...Show All

  • Visual Studio Team System Installing Team Foundation Server Beta 2

    I just completed downloading Team Foundation Server Beta 2. The Installation Guide notes that Microsoft SQL Server 2005 in a prerequisite and that only the April CTP is supported. However, I haven't seen an April CTP of SQL Server available on MSDN. Will it be posted shortly or am I just missing its location in the tree It would appear you are correct. I just spoke with someone at Microsoft about it and they said it's coming soon. Paul ...Show All

  • SQL Server Import XML string into DB

    I'm not sure what an "edge" table is.   Can you post a sample of the XML, the OPENXML syntax you're currently using, and the output you're trying to achieve   -- Adam Machanic SQL Server MVP http://www.datamanipulation.net --     < GBez@discussions.microsoft..com > wrote in message news:c959c905-bfac-4471-b7a1-059439279ef9@discussions.microsoft.com ... Hi, I have ...Show All

  • .NET Development How to register a dll remotely

    Hi, Can anyone tell me how to register a dll remotely.That is from machine A i want to register some dll on Machine B.Is there any .net class to do this or is it possible through some other method like wmi. Thanks Harinder I only imagine one other solution to not running regsvr32 to register a COM dll and that is to manually add the entries needed to the registry.You will need to have remote access to ...Show All

  • Visual Studio Event raised when a custom tool is run

    Is there a way to know when a custom tool (like MSDataSetGenerator) is run I wold like to know this so I could add custom functionality to a typed dataset using partial clases. I tried to do this using envDTE but could't find a solution.Should I use a VSpackage instead Thanks There are no events when a tool is run, the best that you can do is to connect to the command event for each command, but you wi ...Show All

  • SQL Server Multiple Columns in Parameter Field

    Hi I have a report that has a number of parameters in it that the user must select prior to running the report. One of these parameters is the site_ref that they wish to use against the dataset. All my books point to the fact that if you wish, you can select what appears in the parameter field so the user does not get confused. So rather than the user having a list of site_ref which maybe useless to them, they can have a description next to e ...Show All

  • Visual C++ how to stop explorer?

    hi folks, dont mind i have a bunch of questions 1. how to stop explorer i know how to stop once it is started i.e By enumarating all the processes in the current state and kill the explorer. but what i want is when the system boots up i want to kill the explorer. mind it except explorer all the functionality should work properly.eg IO processing and my second question 2. how to change logon screen when ...Show All

©2008 Software Development Network

powered by phorum