srishu's Q&A profile
Windows Forms Mappping Window Form Coordinate with Visio coordinates
I have a window form in which i have 2 textboxes, i type something in both the textbox's and on click of button it should open a microsoft visio file and draw the shapes and insert text into the respective shapes, I am getting the windows co ordinates and also iam able to draw the shapes but it is not drawing in the correct position, I want something like what u see in the Windows Form shuld be some what exactly look in the visio file. ...Show All
SQL Server Deploy a Analysis Project Error: File already exists
Dear experts, Whenever I want to deploy a analysis project, the Deployment always failed with the following error: "The following system error occurred: File already exists. " This error always shows even I only create a new data source and then deploy it. What's going on.. ...Show All
Visual C++ Trying to get metainfo sample application to compile
I am currently trying to get the metainfo sample application that comes with VS 2003. The application code is located at (for a standard VS.Net install): C:\Program Files\Microsoft Visual Studio .NET 2003\SDK\v1.1\Tool Developers Guide\Samples\metainfo Since I am learning VC++ and the ins and outs of the VC++ IDE in VS.Net (tons of settings I haven't a clue about yet) ... I just can't the application to compile. Currently I am gettin ...Show All
Visual C# Compiling a native C DLL for use in VC# using DllImport
Hi Group! I'm a C# newbie (real wet and raw) as well as a complete newbie to Microsoft OS programming. Normally I use native 'C' on Posix complient platforms - which I've been doing for many decades. Scruitinsed this BB for an answer but can't find anything close. Also burrowed around in Visual C# IDE for clues - none forthcoming. For reasons of speed and size I want to write a suite of routines in native 'C' and encapsulate them in an external ...Show All
Smart Device Development Using VS2005 for WinCE 5.0 development
I have a native C++ Windows XP app that I need to migrate to a WinCE 5.0 ARM platform. My project is currently in VS2003. I hear that VS2005 can be used to develop native WinCE 5,0 apps. That is great for me, because I could easily move my existing code from 2003 to 2005, and then it should be easy to keep my WinXP and my WinCE code in sync since they will use the same IDE and compiler front-end. Do I need a particularr edition of ...Show All
Windows Forms Startup for no new instance
Hello, I have a startup form (View Welcome Form) that the user types a case number into, hits a button, the startup form closes and the main form shows the results of the corresponding query. I'd like to be able to have a main_menu item&nb ...Show All
Visual C++ VC++ Debugging - skip standard library code?
While stepping through my code in the debugger, can I automatically skip over STL (and other standard library) code If so, how Thanks for the tip. This isn't exactly what I was looking for, but is a useful tip nonetheless. Thanks again, Kevin ...Show All
SQL Server How to do Minof max and maxof min Calculation in SQL
Hi all, I have two tables say A and B. and i have the following fields in the two tables A B vc_low(say 32)   ...Show All
Smart Device Development Quick question on database updates
My sql mobile database does not update changes to the actual database, only the copy it has in debug mode, not the actual database. How do i fix this The "actual database" is the one on your device. If you have database included in your project, VS would copy it to your device as you deploy the project and that copy will be updated. If you need database in your project updated, please copy updated da ...Show All
Windows Forms table like control in winforms
Hi all, Is there anything like a table like control in Windows forms like the one similar to AbstractTableModel in Java Swing. Thank you dcmovva Built-in, there's the DAtaGrid. I don't know what the AbstractTableModel control does, but we ...Show All
Windows Live Developer Forums Robot Invaders: terrible SDKs, please allow others/self-written ?
I think it's a great idea to have a contest about creating bots. Bots are growing very popular, and a contest like this is a great way to show off what messenger can do. The criteria are very acceptable too, especially integrating activities would be a lot of fun. I had some great bot ideas, and I was very very eager to work them out, but there was one major thing that spoilt it all: You are forced to use one of the three SDKs on the site to be ...Show All
Windows Forms bind DataGrid to 2 dimension array
i want to bind a DataGrid to a 2 dimension array whose entries are user define class and i want to modify the property of the class through the DataGrid in an easy way. any advice It is possible to bind the data grid to a one dimensional array. However, it is not possible to bind the data grid to a 2 dimensional array. Here is some code to bind to a one dimensional array: private void Form1_Load ...Show All
SQL Server Line numbers in Report Builder
I have a report in which the user community would like line numbers associated with each row. Has anyone done this or have any ideas how to accomplish this Line Item Manufacturer 1 Mazda 2 Ford 3 &nbs ...Show All
Visual Studio Team System Team Build and ClickOnce
How can I deploy an app via ClickOnce using Team Build I read somewhere about replacing SolutionToBuild with SolutionToPublish, but that doesn't seem to do anything special. I'm using the RC. Thanks You will need to enable clickonce deployment properties in the project files for SolutionToPublish to work. Publish these projects once through devenv and this would append the required information for clickonce deployment into the project ...Show All
Windows Forms Custom Actions - sourcepath not saved when vdproj is opned from new location
I have created a "Custon action" to call a vbs file and included the file in the setup project(in the same folder as the location of vdproj file). If I get all the source files and vdproj files to a new folder and run devenv to build the solution file, then I get the error - ERROR: Unable to build custom action named '<vbs filename>' because it references an object that has been removed from the project. 1. Is there a wa ...Show All
