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

Software Development Network >> Raju Datla's Q&A profile

Raju Datla

Member List

Matt1001
[MSP]Daniel Oliveira
Anil Narayanan
feby
Polo Lee
GeoB
M.Z.K
MNDANG
pdurbha
Sassie
Pete Nelson
jeffg90
Duncan Faulkner
markand
Salman Maredia
NelG1
kayers
bookysmell2004
Tridex
drdexter33
Only Title

Raju Datla's Q&A profile

  • Visual Studio Tools for Office Some help please re Visual Studio Tools

    Do Visual Studio Tools come as part of Microsoft Office 2003 Small Business Edition . If not are they a freely downloadable add on or is it a seperate product that must be purchased in addition to MS Off SBE . Does Visual Studio Tools comes as an integral part of any MS Office package Thanks for any help Cheers Thank you for avery precise answer that exactly answered my question. For your interest I was selling a new MS Office SBE package & a prospective buyer asked me if it included VSTO. I did call MS locally after I didn't seem to get any replies to my Q. & found that it is a stand alone product that retails with a Recommended Retail price of $NZ 1800. That's about $US 900. ...Show All

  • Visual Studio Team System Handling pre events to perfrom validation

    hi all, We are successfully utilizing TFS event subscription via webservice and doing tasks like work item generation, email notification etc but the problem is we cant do any validation as they are post events, is there any legal way of handling pre events so that we can perform our validations or anyway of rollback, plz advise.. regards faraz Thanks for the reply, we also came to the above solutions that you have mentioned but both have different issues like for the client validation, we have more then one client like visual studio/project/excel and it'll be lot of work. Regarding managing via state, its a simple approach but how we can notify user immediatly that some problem has occured. We concluded on ...Show All

  • Visual Studio Tools for Office Email Address of the Current User

    Hi, How can I get the Email Address of the Login User from Outlook. The Me.Session.CurrentUser.address return a lot of additional data, what I want is just the Email Address. Thanks. Andy Ho Hi Mike, It seems that the code snippet u have put could be of my help in my scenarios. Can you let me know, how to use ur code in the InfoPath 2003 forms to get the current user and his Manager's name and email IDs from the Exchange Server. I need to display them on an InfoPath 2003 form. Thanx for any help. ...Show All

  • .NET Development Front Page extensions error = IIS 6 Compatibility = no dice!

    Hello, I have been trying to create a webservice on Vista with VS 2005 to no avail. I currently get "error messages about FrontPage Server Extensions are not installed". I did read the http://msdn2.microsoft.com/en-us/vstudio/aa964140.aspx FAQ which seems to describe my problem after following the instructions to add "IIS Compatibility layer to IIS7". So I went to Add Program within Control panel (add Windows Features) select IIS 6 Management Console. I made sure there was a check mark. I rebooted and still I find this error when attempting to create a web service. So I am not sure where to get this layer. The document does not indicate nor does any thing on the web. Advice would be appreciated. Thanks Chris ...Show All

  • Visual Studio Express Editions full screen media player

    Is there a code to make windows media player go into full screen apart from right clicking on the player What i want to do is have a button that makes the player go into full screen is it possible if you do a Me .AxWindowsMediaPlayer1.fullScreen = True that will do it click the full screen to return cheyenne ...Show All

  • SQL Server managing live and develop database

    Hello, I haven written a Windows program in Visual Studio 2005. This program stores data in and retrieves data from a SQL Express database. The customer is starting to use the program and filling the database with data. However the program is still under construction (new functionality will be added) and so is the database (new tables, views etc. will be added).  Of course I could send the customer the new database, but than all data already entered will be lost..... I'm thinking about using the SQL Management Studio Express and VS2005 to connect remotely to the database (a VPN connection is availabe) but worry about performance issues.... Or should I use some kind of replication / synchronizatio ...Show All

  • Visual Studio 2008 (Pre-release) Invalidate Layout

    I'm applying a layout transformation(scale transformation) on a grid. In the grid I've some gridsplitters which i don't want to scale. How do invalidate the transformation on the gridsplitter Any ideeas LayoutTransform (if that's what you are using) affects the whole subtree under it. I guess you can set LayoutTransform on a grid splitter since it is a separate element - with inverse scale... ...Show All

  • Visual C++ Visual Studio 2005 layout prob

    Hi guys   I have been trying to compile an app in Visual Studio 2005(its a c++ app) but every time i run the proggy after compiling it, it looks like this:    After Compiling(click me)     although when i click on the Test Dialog button in Visual Studio 2005 it shows the apps layout like this:    Using Test Dialog(click me)     I started the project in Visual Studio 2005 and the first time when i compiled the app after adding just a simple button ,nothing else, it worked and my app was compiled in the VS2005 format although after adding som functions and stuff it compiled in Visual C++ 6 format! Visual Studio 2005 Format: Click Here ...Show All

  • Visual Basic Anyone know how to pass records from DataGridView to Excel (Window Application)

    Anyone know how to pass records from datagridview to excel. I've tried some codes but the whole chunk of records are writen in a single cell. Can anyone help Thanks alot. This is the code i writen. Dim icount As Integer = _2006_Pupil_ProfileDataGridView.Rows.Count Dim ccount As Integer = _2006_Pupil_ProfileDataGridView.Columns.Count() Dim s As String = "" Dim rowIndex As Integer Dim colIndex As Integer For Each r As DataGridViewRow In Me ._2006_Pupil_ProfileDataGridView.Rows For Each c As DataGridViewCell In r.Cells s = s & c.Value For rowIndex = 1 To icount For colIndex = 1 To ccount oSheet.Cells(rowIndex, colIndex) = s Next Ne ...Show All

  • .NET Development C# ADO.NET - Insert, Delete and Update

    Book: Visual C# 2005 Step by Step. Problem: When I create conneciton using the Northwind database the Insert, Delete and Update statements are generated automatically when I select the Advanced Option and I "Specify columns from a table of view". When I create a connection using a database I built, the option to generate these statements is grayed out. The database is SQLExpress. I am building a web site using a SqlDataSource connection string. When I use the same connection building a Windows Application - It works as it should. Can anyone help   ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. input handling

    i was trying to get some basic input handling done but i get this error Error 1 The type 'Microsoft.Xna.Framework.Input.KeyboardState' has no constructors defined  be nice please i am new to the language and xna namespace LearnXNA { /// <summary> /// This is the main type for your game /// </summary> partial class Game1 : Microsoft.Xna.Framework. Game { int posx = 240; int posy = 320; SpriteBatch spriteb; Texture2D spritetex; KeyboardState input; public Game1() { InitializeComponent(); spriteb = new SpriteBatch (graphics.GraphicsDevice); spritetex = Texture2D .FromFile(graphics.GraphicsDevice, "ship.jpg" ); input = ne ...Show All

  • SQL Server SQL Server 2005 code error

    Hey, I need someone to look at a small piece of code and tell me where I'm going wrong in SQL 2005 Server. Where should I post Thanks in advance, Danny Problem: When I run this I'm told NoOfContractsCount is an invalid column name when I try creating my cusor USE SLXDEV SELECT Count ( MCS2_CONTRACT . accountid ) AS NoOfContractsCOUNT , MCS2_CONTRACT . accountid , CONTACTID INTO #TempTable FROM sysdba . MCS2_CONTRACT , CONTACT WHERE MCS2_CONTRACT . accountid = CONTACT . accountid GROUP BY MCS2_CONTRACT . accountid , CONTACTID HAVING Count ( MCS2_CONTRACT . accountid ) > 1 DECLARE @CountTemp int DECLARE @accountIDTemp CHAR ( 12 ) DECLARE @ContactIDTemp CHAR ( 1 ...Show All

  • SQL Server Foreign Key - ON DELETE RESTRICT

    Hi Are there any way to use foreign key in MS-SQL Express with ON DELETE RESTRICT like other databases Best Regards Igor Sane ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Rendering to a Texture?

    I tried to do a search but kept getting an error message. I was wondering if anyone had an example on how to render to a texture under XNA. Thx Sorry, I should have included this in my previous post. It will throw the exception anytime the ResourceUsage is set to RenderTarget. I tried fiddling with the texture dimensions, levels and ResourcePool. ...Show All

  • Visual Studio Team System tf get from linux

    Hi, I'm currently developing an application that centralizes compilations, the thing is, that the compilation is performed inside build servers, so, one compilation is fired from my application throw SSH in an windows NT server, another in a windows 2003, etc. Each build server performs an MSBuild, Nant, ant,bat, etc script, which performs a tf get from Team foundation server and then compiles the source code. How can I perform a TF get from a Linux (SUSE 9 and SUSE 10) build server Thanks Indeed, You can download a fully functional version of Teamprise from the website:- http://www.teamprise.com This has a command line client (similar to tf.exe) that you can use to do your gets etc on SUSE ...Show All

©2008 Software Development Network