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

Software Development Network >> Kishore M N's Q&A profile

Kishore M N

Member List

Bob_Faw
simonoch
Simon Francis
kpmkhaja
LanceM
Mikhail Ryzhinskiy
vishal aptel
Brian R. Bondy
Liza
Gu Xu
ShashankBhardwaj
Ravishenkar
Faisal_Malik
Mikey Likes It
hattar
Michael Friedman
bearNP
Webman
guo_ye
sparra06
Only Title

Kishore M N's Q&A profile

  • Visual C# Adding Windows Media Player

    I was looking in the References and seen i can add a Windows Media Player...So i was woundering what is needed to add it to my Project Other than the References http://msdn.microsoft.com/library/default.asp url=/library/en-us/wmplay10/mmp_sdk/samples.asp there is a sample here showing how to use the activex control in C#. Cheers, Greg ...Show All

  • SQL Server Error in using Multi varied parameters!

    Hi, I am tired of troubleshooting this. If I use sa MVP called say states and on the top of the page write Parameters!orgstate.Value I get the fa miliar "#Error" message. This works fine for any other parameter except MVP. Anything that i am forgetting to do Let me know ASAP if anyone has an idea about this. Thanks Because it is a multi-value parameter you are getting back an array of values.  You need to do something like: Parameters!orgstate.Value(0) -Daniel ...Show All

  • Visual Studio Express Editions Print help

    How to print data from vb.net program and print position Hi advind, You can start with these printing articles: The Power of Print: http://msdn.microsoft.com/library/default.asp url=/library/en-us/dnadvnet/html/vbnet12242002.asp Windows Forms Print Support: http://msdn.microsoft.com/library/default.asp url=/library/en-us/vbcon/html/vbconPrintSupport.asp Best regards, ...Show All

  • Windows Forms Ackumulating data from multiple DataSets to a DataGridView

    I am new to VB.NET and ADO.Net and need some advice. Is it possible to ackumulate data from multiple DataSets to a single DataGridView My application spawns multiple DataSets, each beeing the DataSource for a single, unique DataGridView. All DataSets have 4 fields with similar data (not the same data, though). I would like to collect these data to a single DataSet that I can make the DataSource for a new DataGridView. Is it possible and how do I do Any hint in the right direction would be appreciated. Hi, You could do that by pragmatically creating a dataset, datatable and fields and manually filling it up with the values in ...Show All

  • Visual Studio 2008 (Pre-release) Speed of XAML

    Is it possible for you guys to give us a realistic timeline on when XAML wil be ready to be a actual viable option to develop applications for E.g when will the whole framework standardize and when will we be able to develop apps that won't run at snail speed Thank you very much, Jaco I know now what our problem is, thank you very much. It is still not performing as good as it should, but seeing as you guys are still working to improve the speed, it is bearable. But, to overcome my problem, I need to be able host a Dialog Window with rounded edges! Please can you give me an indication when ...Show All

  • Visual Studio 2 Patterns for single Crystal Report (rpt) file

    Hi everybody, Is it possible to display two different pattern of reports and must be on separate pages First Page displays a summary, second page displays details and other info. Having problem doing this placing except for company details on page header and the rest on the Details part of the report. Pattern: First Page: Company Logo Company Name Company Address Statement of Account Statement Date: (system date) Period Covered: (date from filter page) Control Number (data from db1) Company: (company name from db2) Address: (address from db2) Total Balance ( ...Show All

  • Visual Studio Team System Users can edit changeset comments using Build report.

    When you access an associated changeset using a build report, you can edit the comments for sourcecontrol and save the edited changeset. I don't think it's a normal behavior since when you use the history dialog, you cannot edit comments. Anyway, considering this way is not the good one to edit old changeset comments, is there any command to edit them to edit changeset comments I would recommend you either do:           from visual studio                in team explorer select source control ...Show All

  • Visual Studio Writing add-in for VisualStudio.Net 2003

    Hi, I'm new to the world of add-ins; I'm willing to write an add-in which would need to modify the appearance of code in the c# (or others) code editors. I'd need to achieve things such as : changing the background color of a portion of code, underline other code etc. Are there ways to achieve this in a vs.net 2003 add-in Are there any samples about how to achieve that Also, I can't get my way to download the VSIP SDK for VS.Net 2003. Where should I download it Is there some specific registration validation I've registered on http://www.vsipdev.com/downloads/  but never got an email back, so I can't even download the SDK! thanks! Thiba ...Show All

  • SQL Server When to use varbinary(max) and when to use image?

    When should I use varbinary(max) datatype and when should I use image type For a project I'm working on, I had the same dilemma -- image or varbinary(max). However, after reading the below from msdn, I would suggest you stay away from image data type -- it's being phased out... check out the "important" section of the this article. http://msdn2.microsoft.com/en-us/library/ms189799.aspx Furthermore, data stored as image is not available in the inserted, deleted tables. Phillip ...Show All

  • Windows Forms DataGridView SortOrder property not same type as parameter to DGV Sort method

    The Sort method of the DataGridView has the following signature: Dim dataGridViewColumn As DataGridViewColumn Dim direction As System.ComponentModel.ListSortDirection Dim dataGridView1 As DataGridView dataGridView1.Sort(dataGridViewColumn, direction)   The SortOrder property of the DataGridView is of type System.Windows.Forms.SortOrder. The question I have is why are they not the same   These enumerations appear to have different underlying values.  Thus, you can't simply assign one to the other.  If you want to track the current sort order of a DGV you have to convert between the two types.  Is there some r ...Show All

  • Smart Device Development Windows mobile 5.0 Creating/Reading/ writing/ Deleting from/in Cache

    I am trying to create , read and delete files in Cache in Windows mobile 5.0 MFC Smart Device Application. The Functions I am using to access cache is CreateCache, DeleteCache, CachedRead , CachedWrite etc.           As per MSDN , these  functions  requires following:                                                    OS Versions: Windows CE ...Show All

  • SQL Server SQL Server Mobile Bug?

    We've migrated a .NET CF 1.0 App with SQL CE 2.0 to .NET CF 2.0 and SQL Server Mobile and we were wondering about the new behavior. A sample to reproduce: create table persons ( id int identity primary key,     firstname nvarchar(100),     lastname nvarchar(100)); create table logins ( id int identity primary key,     personid int not null,     password nvarchar(100)); insert into persons(firstname, lastname) values ('Scott', 'Tiger'); insert into persons(firstname, lastname) values ('Bill', 'Gates'); insert into persons(firstname, lastname) values ('Test', 'Man'); insert into l ...Show All

  • Visual C# custom appdomain, crossing .net versions, "Type is not resolved for member <member I'm loading>"

    I'm stumped! I have an app which loads assemblies into a seperate app domain. it is written in 2.0. I have the assemblies I'm loading which were built in 1.1. I have a custom interface library which was written in 1.1 signed and installed in the GAC. I have a custom appdomain loader (marshal by ref object) which was written in 2.0, and uses the interface library which was done in 1.1 to pass a type back to the default appdomain. It is also signed and installed in the gac. here's the loader: namespace AppDomainLoader { public class LoadManager : MarshalByRefObject { public IAddIn LoadAddIn(string asmPa ...Show All

  • .NET Development Get the new primary keys of inserted records using web services

    Hello, I'm developing a web services application with VS2005 and .NET 2.0 and I'm having the following problem: Suppose I have a dataset on the server. I use a TableAdapter to Fill() it and I send it to the client using a web service. In the client I add new records, and the primary key of those records, because its an autoinc column, goes -1, -2, etc. When I send these records to the server using again a web service, I only send the changes made to the dataset, with GetChanges(). In the server, I update the dataset with the TableAdapter Update() method, passing the changes as parameter. All goes well, the new primary keys ...Show All

  • SQL Server Package runs fine from BIDS, but same box running from dtexec gives "insufficient product level" error

    Running eval. edition of Sql Server Standard 2005. "Insufficient product level" error is thrown during validation phase of an OleDBCommand data flow task. This task type is not licensed in Sql Server 2005 standard The component runs a very simple sql update statement against a one row table in Sql Server 2005. If it works from BIDS, should it not work from dtexec.exe on the same box Does dtexec run under the security context of the logged in user Thanks, Ken kenambrose wrote: If it works from BIDS, should it not work from dtexec.exe on the same box Not necassarily. You can run packages in BIDS if ...Show All

©2008 Software Development Network