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

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

SathikKhan

Member List

AndrewFromEssex
matthew.tech
Michael Flanakin
PatrickEh
maxcredible
GaneshParam
Alino
Recharge
Anthony Frayling
LadyASPX
Anton de Gruchy
SHISHIR WAHI
Ping06
Bibi Watson
sephiroth23
RKumarB
Maikel H
qLothar
Filip Orsag
Mohit Gupta
Only Title

SathikKhan's Q&A profile

  • Visual Studio Team System How to mark work item as resolved

    Hello, I can view my work items as tasks in the Pending Changes window in the IDE and then check them off as resolved. How can I "check in" those changes so that the work items are actually resolved The system thinks I have no pending changes to check in and when I requery those same work items they are still active. TIA, Mike Rodriguez Could you clarify or provide more information on ...Show All

  • Visual Studio Backward Compatibility Issue with Domain Model

    Dear all, DSL Tool is really an interesting stuff. But now I've have a question. Here is the situation. When I design a Domain Model and use it in the Experimental Build to draw a Domain Graph, it works well. So I draw alot of business stuff on it. As time goes by, after I modified my Domain Model, the previous Domain Graph that I draw can not be opened. Domain Model may add some new features as time goes by. Will the backward com ...Show All

  • Visual C# Loading form in main form

    I'm trying to create an application that has a main screen and when i push a button i would like to load a new form into the main screen, without opening a new screen. Every new screen i open would have to open in the main screen. I tried using a panel and adding this new form into the panel but i get ==> Top-level control cannot be added to a control. Is there anyone who knows a solution to my problem Greetz ...Show All

  • SQL Server SQL CE & @@IDENTITY

    If I perform an insert from my Vb.NET and then user select @@IDENTITY to return the identity, the query returns DBNull, even though the row has been inserted and an indentity created. If I perform the same insert from CE Query Analyser followed by the @@IDENTITY then it returns the correct identity value. If I perform the insert from my Vb.Net app, and then go to query analyser and select @@INDENTITY then it returns DBNull. Can anybody ...Show All

  • .NET Development Is it possible to manually control the assembly version numbers when creating & building a class library?

    Is it possible to manually control the assembly version numbers when creating & building a class library The first two numbers always remain "1.0" The last two numbers seem to increment automatically. How can I change the first two numbers Is it also possible to control all the numbers Many thanks! - Kevin Take a look at http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=139291&SiteID=1 Hope this h ...Show All

  • Visual C++ Get key user entered

    I searched in msdn library, but i haven't found anything good... I am actually doing a game, all the code of how it should move is ok, but the only thing I need is to be able to determine where is the mouse and what key did the user press. Example: you press somewhere, it pops a dot at that place Example 2: you press right arrow, the dot moves right... I am ok with the code of displaying the dot, but not with the getkey function or w ...Show All

  • .NET Development Who's using .Net?

    I am just starting using VB.Net and loving it. But can anyone point to an example of an application created using .Net It seems as if Microsoft doesn't make many apps with it. I am trying to show coworkers some examples. Thanks, Chris Its true that a lot of companies use .NET internally. But why doesnt MS use .NET for public apps All ms apps are native code with managed wrappers (if any). I think the real ...Show All

  • Visual Studio 2008 (Pre-release) Slider with variable Thumb width

    I'm trying to make a control similar to Slider, but with possibility to chage Width of Thumb, and with 2 values (for left and right ending of Thumb). ------------ --------|_______|----------- ^ ^ value1 value2 I tryed to derive my class from Slider, but I can't find the way to change Width of Thumb. Any ideas how can this be done rather than derive from Slider, you should use styling t ...Show All

  • SQL Server Recovering from a lost log file

    I'm trying to make sure that we're following the "best practices" with SQL Server and I have some questions about log files. One general DBA rule is that data files must be on a different device than log files. This way, you can lose either disk and still recover all committed transactions. If you lose the data disk, you restore from backup and then rollforward all of the transactions that are in the log file. If you lose the log di ...Show All

  • Windows Forms "Formatting" the data for display

    In ASP.NET, you can use Bound Columns on a DataGrid to select which columns will appear and under which headings. Can you do the same in Windows Forms  If your DataTable has, for example, more columns than needed, do you actually have to edit&n ...Show All

  • Visual C++ Compile error C1083

    Hello all, I got the following error when building a Visual C++ MFC application using Visual Studio 2003 on Windows 2000. Compiling... stdafx.cpp c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\atlmfc\include\afx.h(182) : fatal error C1083: Cannot open include file: 'stddef.h': No such file or directory Does anybody know where can I get that file Thank you, Following is the compile log: Build Log ------- Build started: ...Show All

  • Visual Studio Local Report in Winforms returns the followin error "The report definition for report 'xxx' has not been specified.Object Refere

    "The report definition for report 'xxx' has not been specified. Object Reference not set to an instance of an Object" The report viewer was dropped onto a tabpage, the report was created, and using the smartags for the viewer the report was specified.  The datasource has also been set in the report designer. The error occurs on the Refreshreport step.              ' See the ...Show All

  • SQL Server URGENT! - - Unable to connect to SQL 2005 Server

    Hello, I have a SQL 2005 Developer edition server, its freshly installed. I am unable to connect up to the server using the server IP. I just get a error message, when I do a port scan on the machine, it shows port 1433 is closed. I have gone into the SQL server configuration manager, and the TCP/IP port is enabled. I dont have firewall enabled on my windows XP pro SP2 machine , nor do I have any anti virus programs on this machine. ...Show All

  • SQL Server Making outbound HTTP requests from SQLCLR

    Hi, I have written a C# console application that adds a message to a SB queue and a C# stored procedure that reads the message from the queue. I have had so many problems that I'm beginning to doubt the usefulness of this, but that is probably just my frustration speaking. I am stuck on putting an XML message into the queue and reading the XML in the stored procedure. The console app has a simple object called Message. This class has ...Show All

  • SQL Server Error 14258: Cannot perform this operation while SQLServerAgent is starting. Try again later.

    I'm getting the following error on two of my SQL Servers - Error 14258: Cannot perform this operation while SQLServerAgent is starting. Try again later. The only solution that I have seen is the same solution that Microsoft has published in the following article - KB303287 [http://support.microsoft.com/ scid=http%3a%2f%2fwww.support.microsoft.com%2fkb%2f303287%2fen-us%2f] The solution is to unflag the use of NT Fibers.  However, ou ...Show All

©2008 Software Development Network

powered by phorum