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

Software Development Network >> Sathish Kumar.R's Q&A profile

Sathish Kumar.R

Member List

Juan Foegen
Greg Brown
JH_
Bozogg
Greg Pierson - MSFT
elpaw
DeveloperMCT
Ray.net
DARK_IBO
Ajao
TechNoFear
Michael_
rudif
chakravarthy_msc
magoria
magicdds
stevefrench
Pedro Rosa
SED
MikeThom
Only Title

Sathish Kumar.R's Q&A profile

  • Visual Studio can Accessing members of the Field Collection By Index?

    I know how to user the First() function to access the First element of a field collection, is it possible to access the Third and Fourth Is this possible using custom code Sorry, this is not natively supported. Only the first or last row can be directly accessed. You could however look into the "custom aggregate" approach discussed in this article: http://blogs.msdn.com/bwelcker/archive/2005/05/10 ...Show All

  • .NET Development cannot reference MultiView inside FormView

    I'm trying to set the default view inside of a MultiView control. The MultiView control is inside a FormView Control: protected void Page_Load(object sender, EventArgs e) { FormView1.DefaultMode = FormViewMode.Edit; if(FormView1.CurrentMode == FormViewMode .Edit) { MultiView mview = FormView1.FindControl( "MultiView1" ) as MultiView ; mview.SetActiveView(mview.Views[0]); } mview.SetActiveView( ...Show All

  • Visual C++ SAPI: How to specify training text?

    Hi all, I am using the MS SAPI to implement the speech recognition and text-to-speech in an application I am working on. I am using SAPI 5.1, and using the Speech Recognition part in command mode (as opposed to dictation mode). One of my requirements is to provide training for users. Now I have been able to display the default MSSAPI training dialog with: m_pRecognizer->DisplayUI(m_hWnd, NULL, SPDUI_UserTraining, NULL, NULL); how ...Show All

  • Visual Basic How to autoactivate an OLE

    I added an OLE music file to my form that I want to play when the form loads... Is this possible I've tried for a while with no luck. ...Show All

  • SQL Server SELECT permission denied on object

    Hi, I'm trying to upgrade my SQL 2000 to 2005 and use it with a web site. I've copied the DB from a SQL 2000 server machine to a 2005 machine, attached the DB to the SQL server using the relative function in Management Studio, but I still continue to get the same error: [Microsoft][SQL Native Client][SQL Server]SELECT permission denied on object 'Users', database 'YouPlayIt', schema 'dbo'. using this query: SELECT UserId FROM USERS. Querying the ...Show All

  • Software Development for Windows Vista Requiring Parameters

    I am writing a collection of activities that will handle all aspects of dealing with different objects like employees, accounts, etc. The goal is to give the application developers these activities that they can plug into their workflows. For example, I have a DisplayEmployee activity that contains a form and validation logic. I also have a SaveEmployee object that knows how to persist the employee information to a data store, creating the emplo ...Show All

  • Visual Basic Some Questions

    Question 1: I have a datagridview control with a vertical scrollbar. How can I determine the width of that scrollbar What I want to do is to set mydatagrid.width = totalcolumns.width + scrollbar.width Question 2: My datagridview control shows an empty row at the bottom even if I did not add it. Is there some way to hide it Question 3: How do I delete a row in my datagridview control The data in the grid is added manually and has n ...Show All

  • Visual Studio Tools for Office “This XML element cannot be applied here” exception thrown once, but only once

    Hi,   Consider a Word Template project, with the template containing a few lines of text and an XML tag around the whole document. During document startup you add a button in the Actions Pane and you listen to the Click event.   private void ThisDocument_Startup( object sender, System. EventArgs e) {     UserControl1 userControl = new UserControl1 ();     userControl.butto ...Show All

  • Visual Studio Printer Settings doubt

    When i right click on the .rpt file in the VS 2003, i see a property printer setting. It says "No printer" on the top and there is option to select printer and paper settings etc.. I want to know how will this affect a report rendered by a crystal viewer. I have a web page with a crystal viewer rendering the report on the page. I build my application in one of my development machines and deploy it on the server. By default, the printer setting i ...Show All

  • .NET Development sending byte [] trough tcp C#

    ok,, i have the next problem... i am creating a client server program ,,, i allready know how to send text trough tcp with a networkstream.. then a streamreader and a streamwriter... it works good with text... but the problem is when i try to send a byte [] ,,, i have a image and i use a memorystream to convert it to a byte [] and i want to create the image in the server when i got he image,, i allready know how to do that... what i dont ...Show All

  • Visual C# Executing a method of a class as soon as the class is reffered!

    Hi, It would be great if someone could provide me a solution to my problem. I am creating a class ( say the class is named as Checkconnection.cs) that would check if my system is connected to the internet. I need to continously check for an internet connection and if there is a connection I need to carry out the required operation. Now imagine a third party is using my class, Checkconnection.cs in another application (say HisApplication),and ...Show All

  • Visual Basic How can I hide the dialog print form

    Hi When I print documents there's a little dialog form showing up on top of everything else with the message Printing document bla bla... page 1... How can I hide this form in my application so that it does not show up but still prints my documents. /Andreas A quick search of the forums revealed: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=189158&SiteID=1 ...Show All

  • .NET Development Using System.Net.Mail class to send mail.

    Hi, I was coding a class to send mail via SMTP, but I found that in Framework 2.0 you have System.Net.Mail to do that task. The classes works fine to send mail on a server that does not require authentication. Unfortunatelly, I can't get it to work on a base64 encrypted server. The process of logging in that type of server is easy, so I expect an bool attribute, let's say, "IsAuthRequired", but it does not exists. From what I've ...Show All

  • Visual Studio Team System Remove Project from solution deletes from source control - EEK!

    Try this: - Create a solution with a new project. - Put this solution under source control. - Now include this project in a different solution to the one it was created in. - "Remove Project" from the new solution - Panic as the project gets completely deleted from your disk and also a pending delete is created in source control What am I doing wrong I only want to remove the project from the current solution, not delete it for eternit ...Show All

  • .NET Development NullReferenceException? Please help!

    I recieve folowing error in VS2005 .net. What i'm doing wrong NullReferenceException Object reference not set to an instance of an object. Here is my code: Private Sub PictureBox1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles PictureBox1.Click HttpContext.Current.Response .Clear() HttpContext.Current.Response .AddHeader ("content-disposition", "attachment;filename=FileName.doc") ...Show All

©2008 Software Development Network

powered by phorum