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

Software Development Network >> kiran1234's Q&A profile

kiran1234

Member List

beat___
Lovie
Tim F
Ian Bavey
churchill
Peter Giffin
tatero
Jason Sacks - MSFT
iamsudhir
ibrahimK
CRITES
Cosmin Paun
pmccombs
Geoff_Praha
SandeepMahurkar
Dan Meyers
Willempie
Nissan
Haidar
Liu Xiong
Only Title

kiran1234's Q&A profile

  • Windows Forms DataGrid

    How to make the header of the gird as fixed While scrolling the header also moving along with. ...Show All

  • Visual Studio 2008 (Pre-release) are there any samples on custom command?

    the entry on this topic in SDK document is empty now. ms-help://MS.MSSDK.1033/MS.WinFXSDK.1033/wpf_conceptual/html/6ae6322d-ebcc-4eb9-b0ed-61ceb7043953.htm Jelle Druyts has published an article on MSDNtalking about command pattern, I ain't got time to read it myself, but it sounds awesome:) Sheva ...Show All

  • SQL Server How To Avoid Table Scan

    Hello All, Is their any way I can avoid a Table Scan by modifying the follow WHERE clause WHERE tbl_mis_Dashboard.loan_active_flg = 1 AND [tbl_mis_Dashboard].[loan_create_dt] between DATEADD(dd, DATEDIFF(dd,0,dateadd(mm,-13,getdate())), 0) And getdate() The field loan_create_dt is indexed on the table tbl_mis_Dashboard. The query returns approximately 256K records which is appropriate and necessary. Thanks all, Orlanzo First, ...Show All

  • SQL Server T-SQL Catch-all error handling?

    Hi, Is there some equivalent in T-SQL to the notion of having a global try...catch. Basically, I have a stored procedure which evaluates a stack and then inserts the calculated value into another table. However if there are invalid values on the stack such that a calculation cannot be achieved, I just want it to insert null. (In this version). To do this I need to design some logic into the stack evaluating sp that simply catches e.g. invalid d ...Show All

  • Windows Forms ClickOnce file extension registration

    In the ClickOnce FAQ at http://www.windowsforms.net/FAQs/default.aspx PageID=2&ItemID=17&CategoryID=24&tabindex=2 it says: "Some low impact tasks such as file type registration can be achieved with first time app-startup logic in your application" How can I register a file name extension which will invoke my ClickOnce deployed application If one can find the .exe on disk and register this one then ApplicationDeployment.IsNetworkDe ...Show All

  • Visual Studio Team System Syncing VSTS with FXCop 1.35

    Will there be a way to sync the new rules with VSTS   As you make enhancements to FxCop, we need a way to get them into VSTS without waiting for a VSTS Service Pack... We are discussing this right now. I'll post a FAQ on this question as soon as we settle on a definitive reply. Sorry for the delay here, there are several issues to consider. ...Show All

  • SQL Server Problem Installing SQL Express 2005

    When it is checking my PC configuration, I get the error message: TITLE: Microsoft SQL Server 2005 Setup ------------------------------ The SQL Server System Configuration Checker cannot be executed due to WMI configuration on the machine KODY Error:2147942527 (0x8007007f). For help, click: http://go.microsoft.com/fwlink LinkID=20476&ProdName=Microsoft+SQL+Server&ProdVer=9.00.1399.06&EvtSrc=setup.rll&EvtID=7034 ...Show All

  • Windows Forms SQL requirements to Set up Terrarium server

    i had difficulties setting up terrarium server. i got the message "Login Failed for user '<user1>' " during server setting up. user1 's login type is  under SQL server authentication.         . sql server group = (LOCAL) (W ...Show All

  • .NET Development How do i obtain an MCSD

    I was interested in obtaining my certification in Software Developing and was wondering how could i get started on this particular event Hi Vikram, Can you please give the differences between MCAD and new generation certs like MCTS,MCPD. I think in MCAD or MCAD we have develop some applications using visual studio, is this the same case with with MCTS and MCPD Thanks in Advance Regards, Sri Harsha ...Show All

  • SQL Server Can stored procedure be called recursively?

    Is stored procedure in mssql 2000 support recursion Is there any limitation on the number of recursion Yes, it can.  32 levels.  You can also use @@NESTLEVEL to determine the current level:     CREATE PROCEDURE recurse AS BEGIN     PRINT @@NESTLEVEL     EXEC recurse END GO   EXEC recurse GO   DROP PROC ...Show All

  • Visual C++ Build .exe

    where is the build executable / run executable button in the Visual C++ 2005 Express Edition Beta 2 EDIT: I found it... but they're all grey out............. don't know how to use it.... help I too unfortuneatly came across the same thing. Now I can compile a single .cpp file through the command line but not through VS surely it would make many peoples lives much easier if we could just compile a single .cp ...Show All

  • Smart Device Development Custom Build Rule "works" but makes project undeployable

    I am trying to use a Custom Build Rule to build assembler files, much as described by Jeff Abraham and I am kind of running into the same problem. The rules files only differ on the extension used and some quoting practicalities. I don't agree with Jeff's analysis of what is going on however: An unfortunate side effect of this build rule is that you end up deploying the .obj produced, because it becomes a project output As far as I can see it ...Show All

  • Visual C++ Need help with a funtion to take a name entered by a user

    I want this function to take the name of the user and then display it. However it will only display a number when I run the program. I am new to C++ and programming for that matter so any help would be appreciated. char GetNameOfInvestor( char name) { numberOfYourFunctionsCalled++; Console::Write(S"Please enter your name: "); String __gc * input = Console::ReadLine(); return name; Christain, Thanks for pointing me towards cod ...Show All

  • Visual Studio 2008 (Pre-release) Convert between Func<T> and Expression<T>

    Are there facilities to convert a Func<T> and an Expression<T> in order to use something that was intended to be used as a predicate and use it instead as an expression tree -Scott Convert it Runtime I dont think so, its an compiler trick afaik . Im afraid they need an extra layer of indirection for that. So i guess its not possible yet. I tried to achieve the same thing for an kind of Lin ...Show All

  • Visual Studio Team System DeleteTeamProject.exe ?

    Need to blow away a project but this exe seems to be missing in B3 From Bruce T: D:\Program Files\Microsoft Visual Studio 8\Common7\IDE\PrivateAssemblies\TFSDeleteProject.exe ...Show All

©2008 Software Development Network

powered by phorum