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

Software Development Network >> Anubhav Singh Rawat's Q&A profile

Anubhav Singh Rawat

Member List

avalon_rulz
Mensana
ehovath
EddieBerman
sapanasansar
RavuriSurya
salama2
Doc_Brown AKA Neil
yanke
The Wind
Bob B
Rahim
Eric Cann
Glenn Altemose
Bret Pehrson
Nadeem_IQBAL_NL
windsurfkid
Vytas
Alex Bibiano
Ian Thomas 215
Only Title

Anubhav Singh Rawat's Q&A profile

  • Windows Forms Need help with VB.net involving Totals

    Okay guys, here I am again. I need help on adding totals together. What I want is to have a bsic commission calculator that totals different things and will display them later on. Here's what I have so far, some works, some doesn't. Public Class VBACComCalc Inherits System.Windows.Forms.Form [Windows Form Designer generated code] Const Quota As Integer = 1000D Const CommissionRate As Integer = 0.15D Const BasePay As Integer = 250D Dim SalespersonName As String = txtSalespersonName.Text (When I run the program, this line comes up as an error and says "Object reference not ...Show All

  • Visual Studio Team System Error 26204

    Hello, I am trying to install TFS and I keep getting error code 26204. I have done the following. I did everyting it says in the install guide to spec. I have tried various clean up utilities also from other posts and still no joy. Any ideas Because of different functionality and versions, it is important to keep the versions together. I would try installing Beta3 version with the corrisponding Sql Server 2005 ----------------- Visual Studio Team System Beta3 is now available at MSDN Subscriber Downloads   ----------------- This post is provided as is and does not always reflect the views of Microsoft Corporati ...Show All

  • Visual C# MessageBox Break, return (enter)

    Hi guys! Hi do I insert an enter (return) between lines into a messageBox Thanks a lot, Aldo. Hi there, I assume from what you're asking that you want a message box that will display its contents on multiple lines. If so, try the following as an example: MessageBox .Show( "Multi-line message box example\nLine 2\nLine3\nLine4" ); The use of the \n character constant inserts a new line (or line break or "Enter" as you called it) so the message box displays: Multi-line message box example Line 2 Line 3 Line 4 You can adapt the use of the \n character constant to your specific situation. Hope that helps a bit, but sorry i ...Show All

  • Visual Studio Team System Load test: Percentage new users

    On a load test, on a scenario, there's a property 'Percentage of new users'. The help below says 'Type the percentage of new users, also called first time visitors'. Yes, but what does this mean A search in the help for 'Percentage of new users' drew a blank. There is a mention of 'Percent new users', on the 'About Scenarios' page, but all it says it they're edited in the load test editor. Nothing more. Matt The "Percentage of New Users” property affects the way in which the load test runtime engine simulates the caching that would be performed by a web browser.    The default value for the “Perce ...Show All

  • SQL Server Unpivot question - FYI

    I have denormalized financial data in a SQL Server table with the following columns: Id           int   PK Salary     currency Fringe     currency Travel     currency < etc. > In my unpivot transformation task, Id is a pass-thru column, and the others are designated as input columns to pivot into rows with the Pivot Value of "BudgetCategory". Finally, the Data Column is named "Amount". When I look at everything in the advanced editor, it all seems to be correct - each of the pivot input columns' destination ...Show All

  • Visual C++ How can I do ATL/WTL programming under VC 2005 Express?

    I try to use WTL under VC 2005 Express, but when I compile a simple project, it told me, missing "atlbase.h" file. so I download Windows 2003 SP1 Platform SDK, but after I installed, I found the ATL in Platform SDK is only version 3.0(found in atldef.h) ///////////////////////////////////////////////////////////////////////////// // Master version numbers #define _ATL     1      // Active Template Library #ifdef _WIN64 #define _ATL_VER 0x0301 // Active Template Library version 3.0 #else #define _ATL_VER 0x0300 // Active Template Library version 3.0 #endif So, there are 2 question, where can I dow ...Show All

  • Windows Forms Combobox selected index in datagridview

    Dear All,   I am using VS.NET 2005. I bound a datasource into a combobox type in the datagridview column. I cannot find any property of selected index when the selection changed in the dropdown list selection. Is there any property of combobox in datagridview equivalent to the normal combobox property comboBox1.SelectedIndex   Regards,   LG Check out the DataGridView FAQ: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=152467&SiteID=1 You'll need to cast the EditingControl to a combo box control and access the SelectedIndex property.   -m ...Show All

  • Visual Studio Tools for Office If I download Visualt Studio 2005 standard and later can I upgrade to VSTO 2005

    I would like to know I attened a seminar where i have been given Visual Studio 2005 standard. But recently I am looking forward using VSTO 2005. I checked with microsoft website and ordered trial of team suite where VSTO 2005 will be included. Later on If get/purcahse VSTO 2005 upgrade do I have to uninstall VS 2005 Standard or do I have to get VS 2005 Pro and then install the upgrade for VSTO2005 Thanks! If you get Visual Studio 2005 Tools for Office, you can install it on a computer that has Visual Studio 2005 Standard and the two IDEs will merge (VSTO 2005 includes a full-featured development envi ...Show All

  • .NET Development Type.BindGenericParameters() replacement?

    According to the documentation, Type.BindGenericParameters() has been deprecated. Fine. However, I don't seem to see any planned "replacement".... how are we supposed to accomplish what BindGenericParameters() did now If it's because you plan to remove the features pertaining to being able to get a Type instance for an unbound generic type and then bind them (which would seem inline with C#'s decision to not allow you to use typeof() un an unbounded generic type), I would think this is a poor choice, and it certainly constrains me as a developer (in fact, I'm asking this because I need to do this right now, and found no other way other tha ...Show All

  • Windows Forms SelectedValue DGVComboBoxCell??

    Hi! please help me, how can i select a value in a datagridviewcomboboxcell i'm using a dataset as datasource . . ex combobox contains: Display member        Value member       ABC                         1       BCA                         2       CAB       &nbs ...Show All

  • Visual Studio Team System Checkin problem in TFS MSSCCI Final

    I have two files checked out and they are in two different projects. I want to check in these two files in one changeset. However, when I clicked the Check In button in the Pending Checkins window in VS.NET 2003. The TFS checkin dialog box only shows one file in one project. I clicked Check In, then it shows the other file. Is there a way to group these two files in one changeset Thanks, -hengyi Hello, unfortunately VS2003 (and other IDEs as well) are performing checkin per SCC connection. Each project (or even part of the project - for example in web projects) has separated connection and in fact ...Show All

  • Visual Studio Express Editions To define Place Base of Data

    As I can change the place of the Base of data through code when the option is used  Data, Add New Data Source... for instance of Nwind.mdb I have tried to change the database path to have database outside of the project because the database I am using is an existing one that I can't move, the obvious solution is to create a new connection to the database with the new path...  but it does'nt work: The database explorer shows the new connection, but this doesn't change anything: the program is still accessing the copy of the database that is in the project. I have tried also to chage the path in the database file properties ...Show All

  • Windows Forms Total Summary Field in Datagrid?

    I have a big problem (for me :) ) I have tried to search "How to create total summary field on footer of Datagrid" but I did't get anything. My code like this          Dim conn As New SqlConnection(connstr)         conn.Open()         Dim strsql As String         strsql = " ...Show All

  • .NET Development Updating record in database (Access)

    While attempting to update a datarow in a database i recieve "Data type mismatch in criteria expression." Code: dim ValueID as string = "7"    Me.TableAdapter.Fill(MeDataSet.table)         Dim _AssetRow() = DataSet.table.Select("ID = '" & ValueID & "'")         _AssetRow(0).Col1 = "2"         TableAdapter.Update(_AssetRow(0)) I recieve the error on the TableAdapter.update line. -2147217913  = error code Is this a proper way to update the datarow in the datasource Hi, i think y ...Show All

  • Visual Studio 2008 (Pre-release) Hosting WCF Router in IIS

    I took router sample and changed hosting environment from console to iis. I have problem runining it, when I try to test it from ie i receive folowing error: " Configuration Error Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately. Parser Error Message: Property 'routerBinding' is not a ConfigurationElement. " I suppose that problem is with bindingExtensions. Can someone help me, or provide the router sample hosted inside IIS Thanks, Indigo Cowboy ...Show All

©2008 Software Development Network