Software Development Network Logo
  • Microsoft ISV
  • Windows Forms
  • VS Team System
  • Visual Studio
  • SharePoint Products
  • Visual C#
  • Windows Vista
  • Smart Devicet
  • Game Technologies
  • IE Development
  • Visual Basic
  • Visual FoxPro
  • .NET Development
  • SQL Server
  • Audio and Video

Software Development Network >> Jignesh Vyas's Q&A profile

Jignesh Vyas

Member List

Swaykid
SMaia
soconne
Alanha
paul holmes
SCSmith
Brazzle
Thomas.Goddard
Tryst
Matthew Watson
Christie Myburgh
trav1085
lahaha
ChrisMcCabe
Cameron D
cikitani
Microsoft_hates_me
Tryst
vannielou
Kifaro
Only Title

Jignesh Vyas's Q&A profile

  • Visual Studio Express Editions Line numbers

    Hey, Is there a way to make it show the line numbers in Visual C# Becuase unlike Visual Basic express it is not there... Thanks :) ...Show All

  • Visual Studio Team System Change request

    Hi, I have some question, I want to know how can I manage my all change request in my Team System, I have to modify my Template or what you recommend, I want to have control in my change request because I have to apply on CMMI process, any idea about this   Thanks! Hi, I found my file ChangeRequest.xml from my Template, I have some problem with this, because if I want to add more fields to my change request form, for example I want to add at my form the Cost field, first my data type is decimal because we talk about money but the field need some reference, you know in where can I consult all refname="" that I can use there.   This is my field code:    ...Show All

  • .NET Development Hash Table - Kindly help me

    Please help me in creating hash tables with value directed to another hash table. Kindly quote some websites which contain such source code. In .NET 2.0, use the System.Collections.Generic.Dictionary class. It uses a hashtable under the hood. The MSDN docs have lots of examples. ...Show All

  • Visual C++ MDI Child window

    Hi, I've a question about MDI. I'm creating a win32 application with visual studio 2005 (C++) and I would want to ask You if it's possible to create a child frame window having the structure declared in the resource editor (like a dialog box). I try to describe... If I use WM_MDICREATE, the child frame will be an empty window and I use CreateWindow instruction to add the layout elements (buttons, combobox, etc...). It takes many time to make a modify. If I use a CreateDialog to make a modeless dialog box, I can use easily the resource editor but the client window is unselected. There is a method to mix the two ways What I said it's completely wrong (I'm sorry) and I've to use other class if I wanna do it Thanks for any help. Alessandro ...Show All

  • Visual Studio Team System code coverage on a Web service component

    Is it possible to perform code coverage on a Web service component. The Scenario is: 1. There exists a Web Service component. 2. Client app refers the Web Service component via Web Reference. 3. When the client app runs I need to know what portion of the code was excuted in the web service component- not the proxy. You might want to try the Visual Studio Team System - Developers Forum for this question since the feature is part of that sku there may be more people actively using it there. I did a quick search a found a post that has some links to other blogs and articles that you may find helpful http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=542363&SiteID=1 . Than ...Show All

  • Windows Forms What is the procedure to add combobox in the data grid column?

    What is the procedure to add combobox in the data grid using VB.NET how we add values in the combobox Thanks Public MyCombo As New ComboBox() Dim con As New SqlConnection("server=myservername;uid=myid;pwd=mypassword;database=northwind") Dim daEmp As New SqlDataAdapter("Select * From Employees", con) Public ds As New DataSet() Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load AddHandler MyCombo.TextChanged, AddressOf Ctrls_TextChanged 'Fill ComboBox list. MyCombo.Name = "MyCombo" MyCombo.Visible = False MyCombo.Items.Clear() MyCombo.Items.Add("Sales Representative") MyCombo.Items.Add("Inside Sales Co ...Show All

  • Visual C# Aligning @ Equals

    Ok,  i'll admit when it comes to formatting code, but is there a way to stop VS.NET 2005 from removing the extra spaces i put in to align my code When i write: some.thing       = 1; some.other_thing = 2;  I end up with: some.thing = 1; some.other_thing = 2; Surprisingly annoying The formatting options in VS 2005 do not directly support this kind of alignment, but I can offer you a workaround that should prevent VS from removing the extra spaces. Under Tools\Options\Text Editor\C#\Formatting\Spacing, scroll down to the bottom of the options list on the right hand side and look for "Set spacing for operators". If you change this to &q ...Show All

  • Windows Live Developer Forums Is it possible to find places without adding pushpins?

    Is it possible to get places returned from the Find or FindNearby methods without it automatically adding pushpins to the map I can easily add the pushpins myself, and use a custom pushpin if I want, add custom information to the info box, and keep track of them better, but the way it works prevents me from doing any of that. I may not want certain items on the map at all. Can you please tell me how you can find nearby places using MapPoint web services given the current virtual earth map view My problem is that i need to display some information on the current map view like schools, hotels, parks and stuffs, how can I achieve this with Mappoint and get data about a specific area. Thanks, ...Show All

  • SQL Server NtBackup & VSS

    Hey guys Just a question. If I use NtBackup with Sql server 2005 & sql writer started, the NtBackup use the Volume shadow Copy Service and the Sql Server Writer That is if do I do the backup of the log and data files, is these correctly and with consistence Very Tanks Yes, ntbackup will invoke VSS, and indirectly the SQL Writer during a backup. The files you back up are guaranteed to not have torn pages, and are in a "crash-consistent" state. Kevin ...Show All

  • Software Development for Windows Vista Increasingly unable to install apps on Vista

    I'm running Vista RTM x64 Ultimate with UAC. I right click on the install programs and do run as admin. The domain account i'm using is in the local admin group. This happens under the re-enabled disabled default admin account too. I'm getting these corruption errors on multiple computers allrunning Vista RTM (one is x64 and another is x86) These are two samples from Event Log. Help! Level Date and Time Source Event ID Task Category Error 11/30/2006 8:11 MsiInstaller 11335 None Product: J2SE Runtime Environment 5.0 Update 9 -- Error 1335.The cabinet file 'Data1.cab' required for this installation is corrupt and cannot be used. This could indicate a network error, an ...Show All

  • SQL Server How to include a single quote in a sql query

    Hi Declare @Customer varchar(255) Set @Customer = Single quotes + customer name + single quotes Select Customerid from Customer Where name = @Customer I have a query written above, but i was not able to add single quotes to the set statement above. Can i know as how to go about it Early reply is much appreciated. Thanks! try this.... '''' + Customer Name + '''' If you want to give the Single Quote on String Litteral you need to use 2 Single Quote Continuously .. -mani ...Show All

  • Windows Live Developer Forums not well-formed (invalid token) error

    I keep getting this error that crashes my program: not well-formed (invalid token) at line 1, column 1945, byte 2017 at /usr/local/lib/perl5/site_perl/5.8.7/i686-linux/XML/Parser.pm line 187 What does this error mean and is there a workaround Looking at my log files, my initial impression is that the api chokes on special characters in html, and this in turn crashes the api. Thanks for any help. I have found an explanation for the "invalid-token" error when trying to parse certain documents. The underlying principle is that the XML::Parser module does not accept certain characters in the text: & (ampersand, must be encoded as &amp; ) < (left angle bracket, must be encoded as &l ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Threads

    Does the XNA framework utilize threads automatically I know the update and draw methods are called automatically, but do they run on different threads The xbox 360 has multiple cores, so it'd be stupid not to utilize those. How does threading work in XNA How things will run on the xbox is not released, and has not been talked about very much at all. So don't be surprised if there is no information yet. Only someone from the XNA team can answer this anyway as any external people will be under NDA and can't talk about it if its not public. We've already added a request in the documentation thread for this based on this thread ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Issue with XNA Tutorial and scrolling backgrounds

    Greetings, I followed the second XNA tutorial, and got to creating a scrolling background for the space ship program. My problem is that as soon as I added the code from the tutorial for the scrolling background, the space ship became somewhat transparent, meaning that I am not seeing it like a solid rather a sum total of spheres and other geometries. For example, I can now see the 4 spheres on the surface of the ship in their entirety, and also the scrolling background behind it. Can someone help me out here Thanks! Ah. That's very different. Did you make sure to follow the "Hint: Make sure you use a call to SpriteBatch . Draw that allows you to specify a layerDepth parameter, and set that d ...Show All

  • .NET Development Software Remote application launching help needed

    We are programming on an application. I have to create a remote launcher kind of thing. Any ideas how can I launch one application on differenct parts of the world I am not talking about spamming on someone's system. We will use dedicated machines worldwide to test the performance of the application. Any help would be greatly apriciated. As a rule of thumb, you will have to run some of your software (an agent) on a machine that you want some more of your software to run on. You could, for instance, build a WCF service that is run as a Windows service and use that to launch additional applications. If you don't have any code running on the box, you can't start anything on the box. The only exception from this would be COM, but that's ...Show All

©2008 Software Development Network