Yes, I know that I can use Microsoft Calendar, the problem with this calendar that it loses the ease of usability, I consider it one of the controls that are...
Anyone have any helpful hints on where to start writing a server side control that will be used to capture information from various .net C# web applications? ...
Hi everyone, I was wondering if you can help me once more. I am almost done but IM trying to do the total sum of the fees, but each time the form crashes on me...
I made address book project using windows application with web service as web references. I have a problem on delete user data in windows application. It...
hi i am imran the solution to use e bay calculator is download the e bay claculator and install that then in the .net c# use the .dll and it will work  ...
Well i dont need the calculator myself, but its my project for my class, and i need to fix the error so i can present it tomorrow Thanks ! Molly ... e bay...
According to Scott Gu, Microsoft has aquired some controls and code from Dunda. So most probably they are same as Dunda's contorls. On Wed, Nov 26, 2008 at...
What's the error.Have you try to debug it? Does any other thing you can do.[Like Insert, update etc.] Kamran Shahid Sr. Software Engineer (MCP, MCAD, MCSD,...
Molly, I don't have time now to look at your code in detail, but I can tell you this much. That error message happens if the string the Parse method is ...
Oh, yes. I was also going to say that I've very glad you gave up on the arrays. Don't pass around entire textboxes. Just get the data from the textbox and...
Thanks so much everyone. My project has been submitted, and (hopefully) it went well. I gave up on the whole 4th section. But your comments made me think:...
I created two project in one solution. I created web service then windows application. Both i try to debug then the parameter pass correctly. If I used web...
That was exactly the problem! One of the things I like best about C# over C++ is that it is much better than C++ at telling you what the problem is. The trick...
Hello every body, I'm developing a SQL Server database driven application in VS2005 that will be distributed via CD-ROM. Right now I wanted to know that how...
Hi, I want to get the value of reference varible. As per MSDN I can use a pointer for only primitive datatypes, enum & unmanaged structs. Is there any way to...
Folks, I need some help on DateTime subtracting. I have a field where the date time value will be always six months before the current date. What I want...
Hi. i am developing a windows application in C#. i want the source code for write text on image dynamically through drag and drop control in C# or sorce code...
Hi I am developing a windows application in C#. can anyone tell me about the windows control (like list box ) to display multiple images and videos in...
In your installer project you can go into the properties of the project and then there is a button for prerequisites. You can add SQL Server as a prerequisite...
Have you looked at some of the samples on CodeProject or the source code to Paint.Net? The Paint.Net source code has alot of good examples like this. ...
I want to bring a data from a grid view after intialized it and convert one column of it to linkedbutton with ID= subject the design of the gridview is: ...
On the DateTime class there is a AddMonths method that you can put in a -6. The documentation for the DateTime has all of the methods described. -- Steve...
suneel - First of all insure that you are distributing a copy of SQL Server that is freely distributable without legal issues or license. Next you will need to...
Rakesh - If you are looking to build a complex custom control like the functionality on the digital camera it is possible to do and should be interesting. Or...