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

Software Development Network >> Dhinesh C's Q&A profile

Dhinesh C

Member List

Brent Pabst
Mehrdad_E
Qixxin
Aryan Patel
KestralMike
Carriage1
Denis B
archcorsair
ADAguy
zyont1000
Phillip Bayliss
dirish74
RomeoChua
tekvaio
LewisPringle
Michael S. Kaplan
s4supersonic
Rahulkumar Patil
Shivan4u
Matanel Sindilevich
Only Title

Dhinesh C's Q&A profile

  • SQL Server SQL Server 2000 DTS Tools Web Download

    Is the Web Download to install SQL Server 2000 DTS tools available yet If so where Thanks Darren If I answer my own question, at least I'll get one right. SQL 2000 DTS tools are now available as part of the - Download details: Feature Pack for SQL Server 2005 Nov 2005 ( http://www.microsoft.com/downloads/details.aspx familyid=D09C1D60-A13C-4479-9B91-9E8B9D835CDC&displaylang=en ) The direct link to the MSI- http://www.microsoft.com/downloads/info.aspx na=46&p=16&SrcDisplayLang=en&SrcCategoryId=&SrcFamilyId=D09C1D60-A13C-4479-9B91-9E8B9D835CDC&u=http%3a%2f%2fdownload.microsoft.com%2fdownload%2f4%2f4%2fd%2f44dbde6 ...Show All

  • SQL Server View and query optimization

    I'm have made a series of tables and views to create some reports. I have included boiled-down versions of them below. The report query that I want to run (at the bottom) takes a long time to execute and sometimes times out. Creating a rank within the query is doing the most damage, but it can still take a long time to execute without it. The usage table has almost 70k records and there are over 10k users. Does anyone have suggestions for making these views/queries more efficient ========================== TABLE TGroupAudit AuditID, intOldGroupID, intNewGroupID, strUserID, dtJoinDate ========================== TABLE people ...Show All

  • Windows Forms Why is my code not retrieving the selecteditem.text in my list box control???

    I have successfully implemented similar code in other projects but for some reason its not working here. does anyone have any suggestions     namespace TreasuryHelpDesk.controls //I have taken out the other code. { private void Page_Load( object sender, System.EventArgs e) { TechnicianDataAdapter.Fill(userNameDataSet1.Users); lbTech.DataBind(); //lblHeader.Text = "Technicians in " + Request.QueryString["name"].ToString(); } private void btnAdd_Click( object sender, System.Web.UI.ImageClickEventArgs e) { //Over HERE guys: it returns a null reference exception. i don't know ...Show All

  • Visual Studio Team System Must install the RTM TFC when moving to RTM server?

    Hi, Currently we are working with the RC (server and tfc). Next week we are going to upgrade to the RTM (server). Is it mandatory to install also the RTM tfc As far as I can see, in out test environment, I can connect to a RTM server via rc client. Thanks Michael It is mandatory. You may be able to connect, but there were changes made and you may experience unexpected results if you do not upgrade the client. ...Show All

  • Visual C++ Migrating MFC application from Visual Studio 6.0 to Visual Studio 7.0

    Hi, We are migrating MFC application from Visual Studio 6.0 to Visual Studio 7.0. We do not have any mangaed code. Just we are compiling the c++/MFC code with .net compiler by using Visual Studio.net 2003. Do we need .net framework to run the applciation. If so what is the need for .net framework, though we are not using any managed code!. Thanks, Ram. Check out http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=297744&SiteID=1 Thanks, Ayman Shoukry VC++ Team ...Show All

  • Windows Forms How to apply an accelerator key to a button in VBNet 3.0

    I want a quickie control key to kick off the same code as a button, e.g. Control S will function the same as the Save button. Was easy in VB 6.0 but can not see how to do it on VB Net3.0 have you tried events like this Sub Save ( ByVal sender As System.Object, ByVal e As System.EventArgs) handles Savebutton.click,Control_s.click 'put save code here end sub Remco Edit:  o wait...... i didn't read your post properly I missed the acelerator part. a thought control s as a control named s (duh) When you change the text like this "&Save" then you got a acelerator of <Alt S> Remco ...Show All

  • Visual Studio Team System TFS documentation?

    Hi, What's are good sources for comprehensive reading on TFS I find the accompanying documentation (on the product DVD, and on MSDN online) more of an overview than comprehensive deep-dive. Are there any books out there yet thanks, Tony Here's one: Software Engineering with VSTS ...Show All

  • Visual Basic Button_Click Event won't fire

    I have upgraded a VB .Net (Framework 1.1) to Framework 2.0 and received a clean bill of health from the upgrade wizard until I added a New Data Grid View in place of an older (Framework 1.1) Data Grid.  Once I cleaned up the errors for commands which have been deprecated, I began to experience the following issue: I have seven (7) buttons on the form, 4 are fire filter functions on the data view grid and two (open other forms) and the final one is an exit button.  The two (2) buttons which open other forms are not firing.  I have placed break points on the first line within the try section as well as on the catch area, nothing ...Show All

  • Visual Studio Team System VS05 Standard & Team System

    Any issues with installing Team System after an installation of Standard Edition on the same box   Will TS know and upgrade or should an uninstall of standard take place first Thanks   No, there should be no issues doing an in-place upgrade from Visual Studio 2005 Standard Edition to Visual Studio 2005 Professional Edition, any of the role-based Team Editions, or Visual Studio 2005 Team Suite. ...Show All

  • Visual Studio Express Editions Reading from DB

    How to I read multiple rows from a database without having to bind them to a control I need to be able to later add them to an array. Thanks, Thank you, I will try this later today. I am happy to see a forum where responses are fast and accurate. Keep up the good work guys (and gals). ...Show All

  • Visual Studio 2008 (Pre-release) Getting Started sample not getting service.exe

    Hi, Well, I have been trying to get this first sample "Getting Started" going for a very very long time, and so far, I've been pulling my hair out just trying to figure out what is going on. My question is, when i compile the "Getting Started sample" which is from WIndows SDK, it compiles fine, and I find client.exe but I can not find service.exe anywhere. Neither under Getting Started/service/bin folder which produces service.dll file and service.pdb nor under wwwroot/servicemodelsamples/bin directory. I got the console based sample going but I really want this IIS based samples to work as well. Any help woul ...Show All

  • Windows Forms Transferring control between mdi children

    I have an MDI Parent called BillingModule.vb and two MDI Children namely MainBilling.vb and Payment.vb.  I want the Payment child to be opened when a button on the MainBilling is clicked.  During the period that the operations are performed on the payment form, the mainbilling form should remain disabled.  Once i finalize the payment form and ask to&nb ...Show All

  • .NET Development RemotingServices.Marshal and RemotingConfiguration.RegisterWellKnownServiceType

    Hi What is the differenec between RemotingServices.Marshal and RemotingConfiguration.RegisterWellKnownServiceType.Which one is better to use.   Regards, Arabinda well. . . they both have their place. Marshal is good for dynamic publishing of Remoting Objects or for instancing Objects that have take parameters in their constructor. RegisterWellKnown is good for using factory objects. That is a Singleton object that returns an instance of a COA as part of its method call. I recommend Rammer's Advanced .Net Remoting. I have been rallying against the MS Press Remoting Book but I am actually beginning to find it helpful ...Show All

  • Visual Studio Express Editions How can I load data into a 2-dimensional array?

    I have some data in a text file in the format: X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X X,X,X,O,O,O,O,O,O,O,O,O,O,X,X,X X,X,X,O,O,O,O,O,O,O,O,O,O,X,X,X X,X,X,O,O,O,O,O,O,O,O,O,O,X,X,X X,X,X,O,O,O,O,O,O,O,O,O,O,X,X,X X,X,X,O,O,O,I,O,O,S,O,O,O,X,X,X X,X,X,O,O,O,O,O,O,O,O,O,O,X,X,X X,X,X,O,O,O,O,O,O,O,O,O,O,X,X,X X,X,X,O,O,O,O,O,O,O,O,O,O,X,X,X X,X,X,O,O,O,O,O,O,O,O,O,O,X,X,X X,X,X,O,O,O,O,O,O,O,O,O,O,X,X,X X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X and I want to load it to an array (e.g. myArray) which is declared as: Public myA ...Show All

  • Visual Studio Printing Orientation

    Hi, I need help. I want to create a crystal report document with portrait and landscape print orientation (on the same report) i try to change on the " DrillDownSubreport" event but it's not really i want because i need to click on the subreport. i know i must use : " myReport.PrintOptions.PaperOrientation = CrystalDecisions.[Shared].PaperOrientation.Landscape" if someone know... can help me please. thanks. JC ...Show All

©2008 Software Development Network