Software Development Network Logo
  • Visual C#
  • Game Technologies
  • Smart Device
  • Microsoft ISV
  • Windows Live
  • Windows Vista
  • VS Team System
  • Visual C++
  • Windows Forms
  • Visual J#
  • Visual FoxPro
  • .NET Development
  • Visual Studio
  • Visual Basic
  • Architecture

Software Development Network >> Daniel Correia's Q&A profile

Daniel Correia

Member List

Gaurav Singh
balazs HIDEGHETY
SamL
Yuriy T
Phil James
Sr Rob
madshi
Paulo X
ArieK
talin
IssamElbaytam
wmleonar
adasilva
Bup
Boske
Sadhvi
Alina_Dorfman
mcpunjabi
JVman
kef_c80
Only Title

Daniel Correia's Q&A profile

  • Visual Studio Team System How to use TFS best as a code-reviewer

    Hello, we are using Beta 3 Refresh of TFS along with VS2005 and the Team-Explorer. 1) I should be able to do a weekly codereview. Is there a specialized view for this Getting the whole history, opening each history-element, comparing the version with the previous version takes way too long. 2) I am missing an information: We got two branches. We merge from one branch to the other. When I do my review I would like to be able to see, whether this change has been merged into it from the other branch. Any suggestions Thanks a lot. 1) tf diff $/folder/under/review /r /version:D1/10/2006~T will ...Show All

  • Visual Studio Tools for Office Help with Infopath!!!

    I am trying to send a form to a distribution list but not as an attachment file. I just want it to be HTML view version. The only way to do that is through File > Send to Mail recipient. Is there a way to get the link of that function and put it as the behavior of a submit bottom within the form kurdojamal@hotmail.com Thank you for your help! You should post your question to the Infopath newsgroup. There's a better chance that someone there will know the answer to your question: http://msdn.microsoft.com/newsgroups/default.aspx dg=microsoft.public.infopath&lang=en&cr=US Harry Miller Technical Editor http://blog ...Show All

  • Software Development for Windows Vista Conversion of AAC file format to ASF

    Hello All, Is it possible to convert aac file formats to asf using direct show. I was able to use graphedit to connect the pins from a filesourcefilter of aac type to aac parser, continuing to coreaac decoder and finally sink of asf writer. has nyone some view , it will be gr8 Bye anup Did the graph run after you connected everything If yes, then just build the same graph programmatically and you should be set. ...Show All

  • Visual Studio Express Editions Stupid Question... Please help!

    This is probably a real stupid question... I have a dataset that gets created programatically (no connected database, no TableAdapter, no datagrid - just a dataset used to store a ton of records temporarily in memory). I have the dataset bound to a couple listboxes to filter information and everything works exactly as I want it to. Now, I'm creating a report based off the information in the dataset. The stupid question is... If I want to query the dataset to get back a single item for the report, how do I do it To make it simple to understand, the dataset has 6 columns and probably 150 records. If I know that I want to retrieve ...Show All

  • .NET Development Inserting large amount of rows using ADO.NET

    Hi , I have a requirement to read rows from Table A on Server A and insert into Table B on Server B. Unfortunatley, Server A and B are not linked , so i can't use a Insert SQL to do the inserts. I am thinking of reading rows from Table A and inserting into Table B using ADO.NET. My question is : 1) Is there a way in ADO.NET 1.1 to do bulk inserts The insert will be done by a stored procedure , but I don't want this Stored proc to be called for every row in the datatable. 2) In case I do have to call the Insert Stored Proc for each row in the table, will it be efficient enough for a datable with say 1 million rows 3) Is there ...Show All

  • Visual Basic Hello Help with setup project

    Hi i need help with setutp project. I have added a new dialog with CheckboxA in the user interface in the setup project so now i want if the user checked the box then a folder named Samples in the application folder is installed and if the user doesnt check the box then the setup doesnt install this folder.. Thanks a lot   Go to the Condition property of the Samples folder, and each file in the folder. Set it to the name of the property for CheckboxA, which I think is CHECKBOX1A.   ...Show All

  • Visual Studio Team System VSTS migration from SourceSafe

    We will be migrating from 2 production SourceSafe 6.0 databases into a production and archive VSTSs. I want to remove the old code for view only from the production database. Do I need to buy 2 copies of VSTS to do this ...Show All

  • Windows Forms prevent selecting next row when hitting enter key in datagridview?

    how would I keep the current row selected after hitting enter on the row Hi Suedueno, You can derive from DataGridView and override OnKeyDown: protected override void OnKeyDown(KeyEventArgs e) { if ((e.KeyData & Keys.KeyCode) == Keys.Enter) return; else base.OnKeyDown(e); } The control won't go to the next row if the current cell isn't in editing mode. If you hit enter while there is an editing control, the cell will still be committed and the control will go to the next row. Because it is the Editing control accept the Enter Key. Here is link about DataG ...Show All

  • Visual Studio Reporting Services, Reportviewer control & browser compatibility.

    We are planing on using the reportviewer control that comes with the standard edition of visual studio 2005. I have noticed that the rendering is not the same in Firefox and I.E. Event the tool bar is wrong. Is this control supposed to work non MS-Browsers Can I fix it by editing some css files, or do I need to derive my own control from the supplied control, to tweack the html it produces. It would be nice if it worked for most browser out of the box. Fred. The report viewer will support multiple browsers, including Firefox.  However, much of this work was done only recently, so you won't see it in the CTP/Beta releases c ...Show All

  • Visual Basic Filtering data using passed value from another control

    Using VS 2005 and its new features like TableAdapter, I was able to display this Customer/Orders -like structure in my form(frmMain) with so much ease.Now I designed it in such a way that a user can display the data he wishes to see by using another form(frmChoose). This frmChoose basically had a datagridview which displays all of the Companies and once the user select a Company, I want it in such a way that the value would be passed to the label contro(lblCompany) of the frmMain and eventually, details of that company would be displayed in the datagridview of the frmMain... Here's my code for passing the value selected by t ...Show All

  • .NET Development Easiest way to check if a User is in an AD group?

    I have 2 strings, one containing the ActiveDirectory account name of a user (eg. "MYDOMAIN\JoeSchmoe"), and another containing the name of a AD Group/Role (eg. "CanCreateParts"). I need to write some code that will check if the user is a member of that group. What's the best way to do this I know when the code is running under the user context in question (eg. when I use impersonation in ASP.Net) I can just do: Dim MyPrincipal As New System.Security.Principal.WindowsPrincipal(System.Security.Principal.WindowsIdentity.GetCurrent()) If Not MyPrincipal.IsInRole("CanCreateParts) Then How ...Show All

  • SQL Server File Enumerator does not show after install of SP1

    I used the SSIS tutorial just fine with no problems. But then I installed SP1 for SQL2005 and now in the Collection screen for a Foreach Loop Container I no longer have an option for Foreach File Enumerator in the drop down for enumerators. Any suggestions or fixes Bogey - have you reviewed the KB article It does not suggest uninstalling anything, but running the included code as non-administrative user, finding the keys with incorrect security (Microsoft can't know the key as they are installed by 3rd party applications, the cases I've seen were Lexmark and Flash), and fixing the security permissions on the ...Show All

  • Smart Device Development Need a couple clarifications please

    My company is planning on doing some Pocket PC development in the near future and I have been asked to look into which version of Visual Studio we would need to get. Currently we have either VS 2003 or 2005 Standard in mind. We know 2003 will work for sure but I have a couple questions regarding 2005 that I have not been able to find clear answers on. 1. Does 2005 COMPLETELY with no issues support development for Pocket PC 2003 SE devices using the 1.0 .Net compact framework or do we have to use the 2.0 framework 2. Can the "streamlined" interface of the Standard edition be un-streamlined to make it work like the Pro edition (with obvi ...Show All

  • .NET Development Zip files in c#

    Hi, Does anyone know of a way to zip files in c#. I tried using sharplib but the compression utility that comes with XP is not able to unzip the files. I need a format that can be unzipped by this and most other compression tools since I am not sure exactly what my users will be using to unzip the files. Thanks in advance   stax0711 wrote: I wonder how hard it is to zip/unzip a folder using Sytem.IO.Compression. You can do it using the System.IO.Compression namespace BUT you have to add a "small" payload. The Framework compression classes handle the ZIP-age of the data stream but you have to h ...Show All

  • Visual C++ Why CFileDialog crashed with _WIN32_WINNT defined ahead in platform SDK 2003??

    I ever used CFileDialog in a VC6 MFC application, found if define _WIN32_WINNT a new value, such as 0x500, then compiled with platform2003 SDK libraries and header files, this application will get crash after executed CFileDiag.DoModal() method, but it will ocurr in other platformSDKs, how come ps, try my test cods if interest, #define _WIN32_WINNT  0x0500  // defined in StdAfx.h somewhere  CFileDialog fd(FALSE,NULL, "disk.img", OFN_HIDEREADONLY , "Storage Files (*.img)|*.img|All Files (*.*)|*.*||", NULL );  fd.DoModal();   // <--- it will crash after a jiffy    The size of the OPENFILEN ...Show All

©2008 Software Development Network