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

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

MDFirdouse

Member List

kalyan_krishna
Rob Claisse
Paraglider
GreatC
illmatic45
DaveAnson
Antin Brucelee
Radu-Cristian Alexa
pb648174
matt2000
craig kelly-soens xpectworld.net
satishpatil
Dawnyy
j_johnso
daveman
David Scrutton
snakey_tv
Pete Nelson
Macolino
rKarthik
Only Title

MDFirdouse's Q&A profile

  • Visual Studio Team System Using Project Level Groups

    Hi, I have couple of Project Groups defined and field in Work Item Type declared as follows: <FIELD name="Developer" refname="MyNamespace.Developer" type="String">    <WHEN field="MyNamespace.Team" value="GUI">       <ALLOWEDVALUES>          <LISTITEM value="[Project]\GUI" />       </ALLOWEDVALUE ...Show All

  • Visual C# I could really do with a pointer in the right direction

    System.NullReferenceException: Object reference not set to an instance of an object. at _Default.Page_Load(Object sender, EventArgs e) in Default.aspx.cs:line 30 it is in the following code: using System.Web; using System.Web.Security; using System.Web.UI; using System.Web.UI.WebControls; using System.Web.UI.WebControls.WebParts; using System.Web.UI.HtmlControls; using System.Net; using ...Show All

  • .NET Development Unable to connect Sql Server from VS.Net

    I am a new .Net user. I am trying to use Visual Studio.net 2003 to creat a Windows application. When I try to connect to my SQL server I am getting th efollowing message "Unable to connect to batabase. It is only possible to connect to SQL server Desktop engine database and MS Access databases with this version of Visual studio. Someone suggested that I may not have proper security set up. i am not sure where to start checking. Any help would be ...Show All

  • Windows Forms backgroundWorker.ReportProgress() method

    Hi, I have been testing the backgroundWorker component. It works great but I have a suggestion on the ReportProgress() method. This method accepts an integer (percent). Why an integer, why not an object. This would make it possible to report not an  ...Show All

  • SQL Server Multi-Language Support?

    How does SQLRS handle multi-language support Are there any special considerations that need to be made Thanks Scott Take a look at this page for some information on this: http://msdn2.microsoft.com/en-us/library/ms156493.aspx ...Show All

  • .NET Development Cannot exclude attribute from transformation output.

    Here's my XML... < xml version="1.0" encoding="UTF-8" > <Requested_Stuff> <IMS_REF_CODE_UPDATE environment="PROD"> <CorpId>prod stuff</CorpId> <UpdateDate>07/21/2003 18:23:20</UpdateDate> </IMS_REF_CODE_UPDATE> <IMS_REF_CODE_UPDATE environment="QA"> <CorpId>qa stuff</CorpId> <UpdateDate>07/21/2003 18:00:00</UpdateDate> </I ...Show All

  • Visual Studio Team System How do I change the process template in which a project was created?

    I have multiple projects that were created during the beta with differing templates. Project1: CMMI Project2: Agile ... etc Now that we evaluated the templates, I would like to change the existing projects to use a new template, that may or may not be customized, and may be a third party template. What are the steps to change the templates If the answer is no, I can deal with loosing work item history but not source control history ...Show All

  • Windows Forms diabling CTRL + Tab in tab control

    Hello,    I have VB.NET application which has a tag control and 2 tag pages.    I wanted to disabled the event when user Press CTRL and Tag together.    Means i don't want index change of tabcontrol when user press CTRL + tab key    Any idea. Amit Pandya You can try overriding the ProcessCmdKey( ref Message msg, Keys keyData) method to eat the Ctrl-Tab combination. ...Show All

  • .NET Development sql question

    Ok i have a really big file like 2 Gb.. and i want to insert it into database.. but i want to send chunks of data.. like 10 Mb and my Database has a column Data type image is there a possible way to add to that column i mean i put 10 Mb then add to those 10 Mb another 10 MB Try using the Offset property of the SqlParameter class: "The Offset property is used for client-side chunking of binary and string data. For example, in orde ...Show All

  • Windows Forms Converting a string array to a system.drawing.point array

    With no success, i am trying to convert a string array to at point array. I have tried the code below, but I get the message - 'Value of type 1-dimensonal array of strings cannot be converted to system.drawing.point'. Is there a way to do this conversion Dim _point(2) As String _point(0) = "50, 50" _point(1) = "100, 25" _point(2) = "200, 5" Dim _curv As Point() _curv = CType ...Show All

  • SQL Server Calculated Members

    I have a reporting services report that I'm creating from an Analysis Services cube.  I created two calculated memebers.  When I put either one of the calculated members in the report and try to render the query or generate the report, I get an error: Memory Error: Allocation Failure: Not enough storage is avaliable to process this command.   I have 21 GB of hard drive space.  I do only have 1 GB or RAM, put I thin that ...Show All

  • Windows Forms Color transformation in bitmap

    I am reading a TIF file which is 24bpp, and writing a JPG which is also found to be 24bpp with code very close to that shown below. In the process the deep red colors are being transformed into a ruddy rust, and the blue highlights are being subdued. Color is not being transformed radically, such as green for red, for example, it is more subtle. It is almost as if a tint were being applied. How can I elminate this color transformation ...Show All

  • Visual C++ variable in form

    Is a good idea declare variable (like int, bool) in the form's scope Do you mean is it a good idea to add a data member to the class that represents the form If so: then yes: if you need to associated some state with your form then there is no reason why you shouldn't add a data member to the class. ...Show All

  • Visual Basic Database Questions

    I'm fairly new to creating programs that utilize databases. I have just purchased a book about ADO.NET, but I wondering if anyone could offer some opinions on where to start. In particular, what database program should I begin learning Most of the applications that I want to develop will really only need a local unshared database to systematically store and recall information. I would really like to avoid spending a large amount of money on p ...Show All

  • SQL Server To know how many tables affected by SELECT Query

    hi i want to know how many tables r affected when we run SELECT Query. is there any way to know in C#.net or in MSSQL server itself. plz help me. thanks and regards kavita You can run your query in the Query Analyzer / Management Studio and select show execution plan. Then you can look to the execution plan and it will include all the tables affected as well as many other useful info. ...Show All

©2008 Software Development Network

powered by phorum