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

Software Development Network >> Rajeshsv's Q&A profile

Rajeshsv

Member List

ringerxyz
Guns
osamaT
ThomasA
TigerPhoenix
Jassim Rahma
GeKe
JeradM
Mantorok
dzimmy
johnnyboyc_uk
MattMeharry
Ted12893
patforna
FrankBru
MadMojo1
hailong1977
Dave Matsumoto
Osmose1000
ozhonetech
Only Title

Rajeshsv's Q&A profile

  • Visual C++ Displaying PopUp Windows

    I have to create a word plugin through shared addins where I can trap the events to generate pop-up tool-tips on MS Word. Can some help me out Thanks in Advance For such issues, please use the newsgroups at http://msdn.microsoft.com/newsgroups OTP Thanks, Ayman Shoukry VC++ Team ...Show All

  • Visual Studio Tools for Office What do I need?

    Q1I have a complex application written in VB macro hanging off an excel spreadsheet, which I wish to port into VB proper, to produce an EXE and hide the code: it is also important to me that the application works on older versions of windows and office say back to W98 I am also on a tight budget Whats the bare minimum I need Is it visual studio for office, or will just anolder version of VB do Q2 I have noticed various snippets of code on the web for opening an excel.application, but my VB 5 doesnt seem to recognise that object: Incidentally neither can I see an EXCEL9.olb file with my brand new office professional, but I do have an MSWORD.olb and MSACC.olb or similar: is this a fault in the installation: should there be an EXCEL ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. UI elements - common approaches?

    Morning/Evening all (delete as appropriate :), Got a general question for you. I'm looking to start experimenting with UI elements - the standard stuff really - HUDs, health bars, score, mini-maps. What I really would like to know is, what are the general techniques that are commonly used to achieve these elements Polygons with textures applied and drawn to screen space I keep reading about 'textured quads' - does that simply refer to textured polygons drawn on the projection plane (i.e. 'on' the screen) This does seem like it should be the basis of most common UI elements - menus, HUDs, buttons, etc. What other techniques are common Thanks guys/gals. Nick Thanks Kyle_W, that confirms I'm ...Show All

  • Visual Studio Team System More Warehouse problems

    After a TFS rebuild I am no longer able to process the OLAP cube.  Initially TFS (and SQL) was built on a server with Australian regional settings.  However the rebuild was done on a server that had default US regional settings.  I have since changed the default collation for the database server back to the Australian collation (to fix errors in comparing and merging files).  The warehouse is still not working though.  It seems like its something to do with date formats, although I am not 100% sure.  Aus date format is the same as British (ie DD/MM/YYYY), eg today is 06/04/2006.  The value of TfsWarehouse.Today.Date was "4/6/2006", we tried changing it to "6/4/2006" but it still returned the sam ...Show All

  • Visual Studio VSS Diff between VSS Project and Local folder

    I know this is silly but for some reason, I am not able to get a diff between a vss project and the same project on a network server. I am executing the following commandsI I mapped the drive K to the location of the ss.exe. then I set the current local project as set cp = \\pwperforce32\ss\common\loadram Then, I ran the following command k>ss diff $/common/loadram -r >c:\temp\ssoutput.txt The result I get consist of a diff between the folder "loadram" in vss and the folder win32 where the ss.exe resides. I am not able to get the diff between the folder on the network versus the VSS Project. Thanks in advance for the Guru. I'm not sure how simply executing an application from a different drive ...Show All

  • Visual Studio Unable to start debugging on the web server

    Hi I dont know if this error has been addressed already couldnt find it but here goes. When I try to debug my website on VS 2005 it is giving me the following popup error. Unable to start debugging on the web server .An authentication error occured while communicating with the web server. I have tried almost everything suggested on the net also verified my username addition in the Debugger Users group The site launches successfully on CTRL+F5 Interestingly I havent come across this particular error message in any of the forums I visited. Any help would be extremely appreciated. Regards Amrit Plz solve this problem "Unable to start debugging on the we ...Show All

  • Visual Studio Express Editions Uninstall Questions

    I'm going through the control panel, add or remove software tool, and the uninstallation has now crashed 2 completely different computers. It never finishes. Then when I come back and go to uninstall again, I receive nothing but errors. Any ideas Thanks in advance. It may be easier to go to Start->Search->All files and folders, and search for a file named dd_vsinstall80.txt That's the log file I'm looking for. Thanks- -Tim <MSFT> ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Defining vertices as screen coordinates.

    Is there a way to define a vertex to use screen coordinates I know there is a way in DirectX to do this [source] // This one const DWORD D3DFVF_TLVERTEX = D3DFVF_XYZRHW | D3DFVF_DIFFUSE | D3DFVF_TEX1; [/source] But looking through the documentation, I can't seem to see a way to do this in XNA. Basically what I want to do is to be able to draw sprites but use shaders also. Yes, I have seen SpriteCache at http://www.codeplex.com/SpriteCache/ but it doesn't actually emulate SpriteBatch exactly like it should so I was wanting to create my own. Any help appreciated... thanks! Edit:  Well the "// This one" is not lining up as I thought, I was refering to the D3DFVF_XYZRHW. I read through the l ...Show All

  • Smart Device Development Suggestions for saving new registry entries in the Emulator

    Hello All, I am looking for a way to save the newly added registry settings that I make on the WinCE 5.0 CTP Emulator. I understand that it is a known issue with the File -> Save Image and Exit so I am looking for either a way to save or an easy way to load them after the emulator starts up. Thanks in advance for your help :) Bob Hanson Sorry, but there is no way, short of adding them to a .reg file that gets included into the original ROM image. Barry ...Show All

  • SQL Server Database Restore, Error 3154 and

    Hi all, I am trying to restore and SQL 2000 database into a new SQL 2005 database. I performed by SQL 2000 backup and created a blank database FERS_Production in SQL 2005. FERS_Production was the original name of the database in the SQL 2000 instance. I have tried giving the new database the same name as the original and a different name to the original database (Below is the scripted T-SQL that I get from the DB Admin tool RESTORE DATABASE [Fers_Production] FILE = N 'FERS_Production_dat' , FILE = N 'FERS_Production_log' FROM DISK = N 'D:\Microsoft SQL Server (2000)\MSSQL\Backup\Fers_Production\Fers_Production_db_200607270206.BAK' WITH FILE = 1 , NOUNLOAD , REPLACE , STATS = 10 GO When I ru ...Show All

  • Visual Basic what control can be used for create html editor

    hi, i am create a html editor, i have source and preview and what control can i use so that i can view html page in design mode ...Show All

  • Visual Studio Team System ICommonStructureService CreateProject

    Hi, I want to create a Team Project using the TFS Object Model I see there is a Create Project method in ICommonStructureService. I can't find examples or documentation for it in the web. Does anyone know what does it expect here --> XmlElement Structure Is it an XmlElement with de SCC URL Does any one have an example Tanks!! Alan D. Scheinkman My problem is that in the bank (the client) they want certain actions to be responsibility from business roles, not technical people, that's the main reason for the project. That’s why I prefer to fight with the complexity, because if not, there wouldn't be a project :p I think that if team explorer and others plug-ins can do ...Show All

  • Visual Studio Team System Error "Cannot pass a GCHandle across AppDomains." while creating New WorkItem in TFS with SP1

    HI, I am getting following error while creating WorkItem through WorkItemTracking API. " Cannot pass a GCHandle across AppDomains. Parameter name: handle " I am having single server installation of TFS. Previousy I read that this is a known bug and it is resolved in SP1. I installed Sp1 on my server. But I am still getting the same error. Please help. Thanks in Advance.. I have already installed SP1 for TFS on my TFS server. My application is also installed there. But I am still getting the same error Installing SP1 should install these assemblies. Should not it Do I need to install them separately Thanks in Advance Madhukar ...Show All

  • Visual Studio Express Editions Getting Drive Info

    Hi, I have a couple of questions getting drive information from a PC. I am using the system.io.getlogicaldrive command to get drives in a PC. What i want is to be able to differentiate between the type of drives - ie, floppy, HD, CD, etc. Also, i want to be able to determine which drive is the system or OS drive. Thanks! Josh To get the drive type: Dim di As DriveInfo() = DriveInfo.GetDrives() For Each curDrive As DriveInfo In di MsgBox(curDrive.DriveType) Next     DriveType is an enum containing the types of drives (hard disk, CDROM etc...) as for obtaining the OS info: Environment.OSVersion;   hope it helps!   ...Show All

  • Visual Basic How to access the clicked item?

    Hello, with wich variable can i access the clicked item in a MenuStrip I’ve tested it with MenuStrip1.ClickedItem but that doesn’t works. Please help me. Thanks. The 'sender' the 'SENDER'! That will tell you which menu item is clicked. Have you tried that (Is there an echo ) Private Sub SubFredToolStripMenuItem_Click( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles SubFredToolStripMenuItem.Click Dim m As ToolStripMenuItem = TryCast (sender, ToolStripMenuItem) Debug.WriteLine(m.ToolTipText) End Sub Even so, why don't you store a reference to the frm in the Menu Items Tag This way you have direct access to the form you want without having to loo ...Show All

©2008 Software Development Network