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

Software Development Network >> Raja Chandran's Q&A profile

Raja Chandran

Member List

rpallares
Jon Stroh
ashwinv
Peter Stromquist
steveo9916
John Gossman - MSFT
Pedro Martins
dmj1
xbrady
Ness22
sweetkat3
JazzyKat
Vijay2kr
Andrew Gorobez
Tiffany1489
R_S_Chandrashekar
Revolution
Jay Muralee
Sunlighter
Maximus5150
Only Title

Raja Chandran's Q&A profile

  • Visual C++ Reading and Writing Xml from unmanaged VC++

    Hi, Unfortunately I cant move to managed at the moment. I need to read and write Xml Files from un managed VC++, what is the best way to do this are there any api's that i can use, if which is the best. Thanks in advance Will For general how to questions, please use the newsgroups at http://msdn.microsoft.com/newsgroups . Folks there might have reay algorithms for that. Thanks, Ayman Shoukry VC++ Team ...Show All

  • Visual Studio Express Editions Inventary Remote Control Software - Visual Basic 2005 Express Edition

    Hi everybody! I'm new here. I 'd appreciate if someone could give me a link of a web site where I can find a code about Inventary Remote Control Software in VB 2005 Express Edition connected to SQL Server 2005. This is a desk software that it's used to controlling stock of products, but the special feature is that it can be used to do that from different departments of an organization which doesn't use a LAN or WLAN. This software has to include all those operations requiered to control inventary. Thanx a lot !!! ...Show All

  • Visual C++ Using MFC regular mixed mode dll (/clr) from a managed application with Visual Studio 2005 Beta 2

    Hello all, I am having problems using MFC within a managed application in Whidbey. What I try to do is the following: Writing a dll in C++/CLI that uses MFC. In this dll I implement managed wrapper classes around e.g. MFC dialog classes. Using these wrappers I want to display the dialogs in a managed application, written e.g. in C#. This used to work with Visual Studio 2003 and managed extensions for C++ but, but it doesn't with Whidbey. I used the wizard to create a MFC regular dll that uses the shared version of MFC, then applied the /clr switch to it. Then I reference this dll in a C# application, calling a managed wrapper class of the dl ...Show All

  • SQL Server Cannot create new SQL database file.

    Hello, I'm using MS Visual C# 2005 Express, but I can't create a new local database file in the "Add -> New Item" dialog. The Studio doesn't create the database, but shows a file not found message. Any ideas Can you connect to SQL Server Express and create the database manually If yes, then the issue is within Visual C# and you should post this issue on a Visual C# Express forum. If you encounter an error with manually creating the database, let us know what that error is. Thanks Laurentiu ...Show All

  • .NET Development Performance issues

    the winform application i am babysitting uses webservices and my problem is with the performance of the application. when i debug and run from visual studio .net 2003 IDE the performance is ok but when i build the application and install the application, the performance is very bad. i am testing on my development machine and also on another test machine there is no difference. The data + webservices is on a seperate server in both cases. you would think that because you are debugging and there is no code optimization, the release build would be faster but the opposite is happening here. That's strange! I ...Show All

  • Windows Forms Vertical text - very basic question

    Sorry, but this is a very basic thing that I just can't seem to figure out. I'm creating a data plotter and need to add a vertical axis label. However, I haven't been able to take a regular label or text box and rotate it 90 degrees. Any suggestions I really just need a way to display variable text vertically. I would prefer a way that would have the text facing to the right instead of something like the following: t e x t Thanks. There's some sample code on Bob Powell's GDI+ faq -- Tim Scott http://geekswithblogs.net/tscott/ ...Show All

  • Smart Device Development Deployment Failure Error: 0x80070020

    Env: -VS  Beta 2005 -PPC 2003 SE Emulator Building a device app to access data in SQL CE db, everything was working fine until I switched the start up form. Builds fine but does not deploy...get the following error. Error Description: Error 1 Deployment and/or registration failed with error: 0x80070020. The process cannot access the file because it is being used by another process. File: Conman HelpText System  Hey, Thank you for your answer. The fact that the smart devices doesn't ever shutdown an app is new to me. So I think it isn't a bug, but it's the architecture of the smart device. Hopefully the architec ...Show All

  • Visual C++ How to create an activex using a CListCtrl subclass?

    Hi, I have created a custom list control by subclassing CListCtrl. Now I wish to convert this into an activex where in the control will behave similar to the list control with the custom functionalities. I do not have prior experience with activex controls and would be very much obliged if someone could help me. ...Show All

  • Windows Forms Tracking mouse movement

    Is there any way to track the mouse movement for the whole PC   What I'm trying to do is write an application that goes idle after a certain amount of time and "wakes up" when the user sits down at the PC and moves the mouse.  I can't figure out how to do this unless they move the mouse over my application's form. Thanks! ...Show All

  • Visual C# Having troubles with Randomness

    I am new to these boards so not sure if I should post code snippets or how you guys handle things. Basically the issue can easily be seen here: http://www.thecodeproject.com/csharp/CsharpMersenneTwister.asp If you don't have an account there you can just download the binary called the demo. When you run this simple dice program you can see that it always has the same results. Do so by running it, memorizing the number of rolls for each number at the bottom right, close the program, and run it again and perform the same action. Given that these results in that one iteration are seemingly random. I want to create a program that ha ...Show All

  • SQL Server Incorrect Results with t-sql Query in SQL Server 2005

    I'm seeing some change in behavior for a query in SQL Server 2005 (compared to behavior in SQL Server 2000).  The query is as follows: ------------ create table #projects (projectid int) insert into #projects select projectid from tblprojects where istemplate = 0 and projecttemplateid = 365 Select distinct tblProjects.ProjectID from tblProjects WITH (NOLOCK)       inner join #projects on #projects.projectid = tblprojects.projectid        Inner join tblMilestones WITH (NOLOCK) ON tblProjects.ProjectID = tblMilestones.ProjectID          ...Show All

  • SQL Server SQL Server 2005, SQL Server Mobile, SQL Server Management Studio. Unsupported HTTP Function Call

    Hi All, Iam using SQL Server Management Studio subscription wizzard to attempt to create a subscription from SQL Server Mobile to a publication on SQL Server 2005 CTP i got couple months ago. When i get to the end of the wizzard and press finish when it attempts to "Syncronizing Data" it then gives me a error as follows. "An incorrect or unsupported HTTP function call was made HRESULT 0x80004005 (28017)" Any help is appreciated. Thanks. Hi i wonder if anybody is still reading this.HELP PLEASEEE I have 2 problems, First whem I go to "view snapshot agent status" on my merge publication it shows the f ...Show All

  • Visual Studio Team System Testing Native Code (C++ ) using Team Unit Testing frameworks

    I have been looking for some pointers or guide lines as to how do I test C++ unmanaged code using Unit Tesing capabilities of VS 2005. Do I need to write wrappers in managed code ( a sort of mixed mode class one that calls into managed code and other that calls the native code) Any suggestion welcome Regds Dinesh I don't see any workaround for this. For ExpectedExeption attribute you can specify either managed exception type or type + error message. For unmanaged exception you would get something like System.Runtime.InteropServices.SEHException. If you need to verify what's inside and the test in in C++, don't use ExpectedException ...Show All

  • Visual Studio Force a target to rebuild?

    I have a target that I would like to run twice during my build.  Once, before I do any work, I want to clean up some files in a directory.  Then, later on in the build, after I've created some files, I want to do the same cleanup on the same directory using the exact same algorithm.  Is there a way to call my target again and force it to run The only thing I could think of doing was using the Exec task to run MSBuild.  CallTarget and MSBuild both remember what targets have already run, so that won't work. Dependency checking is awesome...except when you don't want it. Many thanks,    Taylor ...Show All

  • Visual C# try catch finally / finally does not find my variable

    try { Microsoft.Win32.RegistryKey RegKey =  Microsoft.Win32.Registry.ClassesRoot; RegKey = RegKey.OpenSubKey( @"......" ); ... } catch { } finally { if (RegKey != null ) RegKey.Close(); }   when i'm doing this VC# 2005 i've got Error    1    The name 'RegKey' does not exist in the current context    isn't finally supposed to be used for releasing possible ressource leak it works well outside of try block but i wondered why not inside if my constructor would send an exception it would be outside the try Hi, did you try Microsoft. ...Show All

©2008 Software Development Network