Prakash Paghdal's Q&A profile
Visual C++ Resource editor
I have a C++ project that was written with VS2003 which has conditional resources for different builds of the project. I can compile the project in VS2005, but I can't edit the resources. When I try to open the resource editor I get errors, such as "error RC2135: file not found: BITMAP. The .rc lines are: #if defined (APSTUDIO_INVOKED) || defined (PRIVATE) #if defined (APSTUDIO_INVOKED) IDR_MAINTOOLBAR ...Show All
Visual Studio How do I Integrate Visio 2003?
I have a copy of Visual Studio 2005 Pro from the UK launch and as a MS partner with an existing licence for Visio 2003 I wish to integrate it but have so far failed. Can anyone help point me in the right direction, or must I have the MSDN subscription to do this You will need Visio for Enterprise Architects 2005 to work with VS 2005. The next SP for Visio Pro 2005 should support VS 2005 as well ...Show All
.NET Development Client IP Address
Client IP Address Hi I am using VB.net to run a Server Client application through TCP/IP I managed to connect and transmit data. One probel I am finding is that I need to get the IP address of the client while accepting and compare it to a list in the database. If the IP address is not in the database, the connection will be terminated. Can someone pls show me how to red the Client's IP address. Thank you all Once you accept ...Show All
Visual Studio Team System Email problems with SharePoint
I get two errors that I am pretty sure are related to the SharePoint configuration: 1. When adding users to a project site The user or users have been added successfully, but there was an error in sending the e-mail message. The server may not be set up correctly to send e-mail 2. When configuring Alerts This virtual server is not configured to send e-mail. When I go to the Sharepoint Central Administration I can see the fol ...Show All
Visual Studio Team System Customization of MSF Agile?
Has anyone been able to successfully customize the Process Guidance templates, incorporating attributes of your own software development lifecycle into MSF Agile This is become a critical problem for us, as we are trying to initiate a project using TFS, and would like to have the Process Guidance portal reflect how we really do things. I am looking for help from someone that has been able to either 1) modify the individual XML files (e.g. ...Show All
Visual Studio Express Editions yadda yadda for Dummies -- getting data into my VB thang
I posted this here , but realized it may have been in the wrong place. WDIK yadda yadda for Dummies -- getting data into my project. OK, here's another newbie question. I run a third party app. I've been able to take data from that app, and by "pasting as link" into excel, manipulate the data (yes, "paste as link" was a new dis ...Show All
Visual Studio Team System bug reporting through WSS
Hi, we're using VSTS for a new project where our customer is going to test as well. The customer doesn't have access to the VS tools, only to WSS. Is there a way to connect the issue list in WSS to the work items or is there a plug-in to use to integrate bug reporting with WSS Thanx in advance for your replies. Sjoert Sjoert, Although WSS allows you to view work items, you can't enter new work items or ...Show All
Visual Basic Performance diff Between vb and vb.net
Hai, Can any one help me how to find the Performance difference between vb and vb.net for the same coding OR Can any one tell me, What is the performance diff between vb and vb.net Thanks in Advance The performance comparison depends on what you are trying to do. It also depends on whether you are using the .Net way of doing things or the VB way. One example would be the difference between FSO and System.IO for file manipul ...Show All
Visual C# Converting .mak to Wis Studio '05 project
Hi all, Not sure if this is correct place but here goes: Is there any way of converting a .mak file into a fully blown VS project, the .mak file is quite old (~2002), it doesn include .sln files for VS 7 but these are just wrapper and only have the .mak file in them. The .mak files are from an external librarby that we use. I can't find any information on howto do the conversation, I am contemplating doing it by hand, but really don't want to ...Show All
Windows Forms Generate C++ classes from XML schema
Hi, I have an XML file and the corresponding schema file generated by XMLSpy Home Edition. How can I create C++ classes from this schema I am looking for a free tool, if there is such a thing. Thanks, Royce I don't know of o ...Show All
Visual Basic Migration of x-y graphs from VB6 to VB 2005
How do I migrate a VB6 program detail concerning making an X-Y graph of 100 XY points to VB 2005 (Express edition) Note: the "migration engine" makes a mess of this, even with the simplest VB6 example. Can anyone give an example of connecting 2 points in a picturebox in VB 2005 How do I make the grid for such a graph I used to do that at run time using hLines and vLines at the proper locations. ...Show All
Visual C# Challenge here
Is it posible to put in your project a new file like an executable, and with c# to extract(copy) them where ever the user wants to is like making a simple setup... Just out of interest, why not just use a deployment project better still, use ClickOnce! if you're trying to deploy something - use MSI technology, it works. ...Show All
SQL Server How to use SQL 2000 with firewall ?
Hi, I have developed and ASP.net application that use SQL 2000 as database server. on the production envarnument , the application and the SQL DB server are on separate servers , and there is a firewall between them. the firewall open just Http ports , how can I my application connect to the SQL server with existance of the firewall Thanks in advance Hi EmadH, These KB articles may be of some assistance for configuri ...Show All
Windows Forms combo control in a toolbar
i'm trying to embed a combobox control in a toolbar. is it possible how thx Wauw, this is something I long searched for. It is one of the issues I posted in the wantlist with not this simple solution to the problem, Great Ch ...Show All
Visual C++ A problem of CComUnkArray::Add() in the atlcom.h
Hi all, The excerpts of the function look like this : DWORD dwCookie = 1; for loop () { if (condition match) { return dwCookie; } aiwdwCookie ++; } Look! What is aiwdwCookie I think this is a bug of atlcom.h. Could you help me to identify this issue We also encounter the same error. Both atlcom.h that l ...Show All
