Has anyone trie3d out the CVSNT ( www.cvsnt.org <http://www.cvsnt.org/> )? It offers some rather interesting features With warm regards Subbu Jois Bangalore ...
Hi Erwin N Nasser, There are lots of changes needs to be done in webproject ,bcz i have migrated WebProject(it took one whole day) ....,it's not pretty easy...
I have used it with WinCVS to do the checkouts, etc It worked fine for me Fer ... From: "Subbu Jois" <jois@...> To: <CSharpNET@yahoogroups.com> Sent:...
check this cool website, it contain a lot of api functions declaration in c# and you can submit new function if not included: http://www.pinvoke.net/ also u...
I'm using Subversion (http://subversion.tigris.org/), it works like a charm. It also has plugins for VS integration, although I am using a Windows Explorer...
So i have to download Team foundation server first then the MSSCCI ? and if yes where i can find the page to download team forundation server? Thnaks Matt...
i had downloaded the apiviewer but it contain the defination of api in the vb format i had used it b4. how to use this software in c# format. fawzi_asu...
have you given Reflector a try? http://www.aisto.com/roeder/dotnet/ (uses reflection on any of the framework versions to give you api calls...) rob ... From:...
I've been working on my form all day, saving as I went, and even checking things back into SourceSafe. All this time I hadn't completely closed out of VS...
Hey All, A quick Q.. I have a set of XMLs to process which confirm to a DTD. I do not have the DTD. Can I load this into a XMLDOCUMENT? (I cannot..i tried). Is...
hi; i'am developing a project "mobile-learning"; I've done a quizing system ;but iwant to implement audio-video conference ; i read alot about real-time...
Annoucement: Free 2nd shot on any Microsoft Exam ================================================ Microsoft is giving you the opportunity to take a free second...
Hello Everyone, Do you have any idea on the process running in .NET framework with low priority and it call garbage collection time to time. I need this...
Hi all, I don't know what I am missing, but I am trying to use the following statment: using Microsoft.Office.Interop.Visio; but when I type Microsoft then...
Hi, I have a xml file i displayed its content into a asp.net oage in table format using xslt.Now i need to sort it ascending and descending when i click on...
Hi all, i am developing an application on VS2005 for my school project. In my windows form, i make use of listview to display files in my directory. It has...
Ok, there was'nt Microsoft.Office.Interop.Visio, but there is Microsoft Visio Drawing Control and Microsoft Visio Library so I selected them and I now have the...
Hi, I am making a datagrid dynamically and seem to be having some problems. The problem is that I have 30 columns of data that I am displaying on a web form....
Let us assume u fixed the width of the column with some value (like 50pt). Then following are the scenario's which fails 1) if ur data in the column don't have...
Hi, I took a look at what you said, but do not fully understand. I can see that while the data is being bound you can test to see what the length of the string...
Well, I'm doing an software for business administration, but I need some help. I'm doing an form where I add Clients to the software (in case I add clients...
Have you compared what you have locally to what is in VSS? It should so the code differences. And since you are in VS2005 you will have to also look at the...
I would think that it would simpler to load the xml up into a dataset and then use that as the datasource for a datagrid. From there I think you can set it to...
If you look at the processes running when you have a .NET app running using task manager or processviewer ( from http://sysinternals.com/ ) you will see that...
What about using a datagrid and use the Firebird Dataset as the datasource for it. You can setup the DataGrid to let you enter new rows and then you can just...