Search the web
Sign In
New User? Sign Up
CSharpNET · C# .NET (C-Sharp) Developers' Group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 18862 - 18891 of 19704   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
18862
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...
Mahmoud Ghoz
moody253
Offline Send Email
Dec 1, 2008
1:02 pm
18863
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? ...
mneale1
Online Now Send Email
Dec 3, 2008
4:54 pm
18864
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...
madali.rose
Offline Send Email
Dec 4, 2008
4:11 am
18865
 hi i am, imran just chcek once again  if not plz interchange ... From: priyanka patel <patelpriyanka21@...> Subject: [C#.NET] Hi.. To: "C#Group"...
shaik mohammed imran
imran555sm
Offline Send Email
Dec 4, 2008
4:42 am
18866
hi this is imran use a class file in vb.net and ten see ... From: mohamed abdullah <man_79mohamed@...> Subject: Re: [C#.NET] crystal report To:...
shaik mohammed imran
imran555sm
Offline Send Email
Dec 4, 2008
4:42 am
18867
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...
Suhandi Junaedi
soe_xoe
Offline Send Email
Dec 4, 2008
4:42 am
18868
Actually a little update. I gave up on the arrays and Im just trying the simple way. It still crashes, and it looks like it doesnt read the earlier...
madali.rose
Offline Send Email
Dec 4, 2008
4:42 am
18869
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   ...
shaik mohammed imran
imran555sm
Offline Send Email
Dec 4, 2008
5:25 am
18870
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...
madali.rose
Offline Send Email
Dec 4, 2008
5:47 am
18871
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...
Tanvir Faraj
tanvir_faraj
Offline Send Email
Dec 4, 2008
5:59 am
18872
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,...
kamran shahid
kamii47
Offline Send Email
Dec 4, 2008
2:59 pm
18873
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 ...
Rob Richardson
interrobang
Offline Send Email
Dec 4, 2008
3:32 pm
18874
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...
Rob Richardson
interrobang
Offline Send Email
Dec 4, 2008
3:33 pm
18875
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:...
madali.rose
Offline Send Email
Dec 4, 2008
7:36 pm
18876
I want to execute a task every 5 minutes, so I create a class that has a static method called CreateTimer =========== Code...
sassohammad
Offline Send Email
Dec 4, 2008
7:38 pm
18877
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...
Suhandi Junaedi
soe_xoe
Offline Send Email
Dec 4, 2008
7:40 pm
18878
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...
Rob Richardson
interrobang
Offline Send Email
Dec 4, 2008
8:53 pm
18879
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...
suneel kingrani
spicysane
Offline Send Email
Dec 5, 2008
2:59 pm
18880
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...
Tanvir Faraj
tanvir_faraj
Offline Send Email
Dec 5, 2008
2:59 pm
18881
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...
Himadrish Laha
himadrish
Offline Send Email
Dec 5, 2008
3:00 pm
18882
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...
agrawal_rak
Offline Send Email
Dec 5, 2008
3:00 pm
18883
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...
agrawal_rak
Offline Send Email
Dec 5, 2008
3:00 pm
18884
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...
Steve Maier
ysfred4
Offline Send Email
Dec 5, 2008
3:07 pm
18885
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. ...
Steve Maier
ysfred4
Offline Send Email
Dec 5, 2008
3:17 pm
18886
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: ...
Ali
alimahmoudh
Offline Send Email
Dec 5, 2008
3:18 pm
18887
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...
Steve Maier
ysfred4
Offline Send Email
Dec 5, 2008
3:23 pm
18888
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...
mneale1
Online Now Send Email
Dec 5, 2008
4:14 pm
18889
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...
mneale1
Online Now Send Email
Dec 5, 2008
4:23 pm
18890
Hi, You can also try the TimeStamp class. ... -- Thanks TFR. [Non-text portions of this message have been removed]...
Tanvir Faraj
tanvir_faraj
Offline Send Email
Dec 5, 2008
6:46 pm
18891
Oops...sorry for the silly mistake. It would be 'TimeSpan' class. ... -- Thanks TFR. [Non-text portions of this message have been removed]...
Tanvir Faraj
tanvir_faraj
Offline Send Email
Dec 5, 2008
6:46 pm
Messages 18862 - 18891 of 19704   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help