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...
Want to share photos of your group with the world? Add a group photo to Flickr.

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 7043 - 7072 of 19705   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
7043
Dear All How to upload file to FTP server by using C# in windows application without using COM components. I tryed the WebClient class, but i failed to uplaod...
M.Atef
moh_atef24
Offline Send Email
Aug 1, 2004
5:20 pm
7044
Hi Bob Grommes Thanks for such a comprehensive response. After reading your reply I have made up my mind to choose C# as a personally preferred language to...
JAWWAD ALAM
jawwadalam
Offline Send Email
Aug 1, 2004
5:20 pm
7045
I have this in VB.Net It won't take much pain to change this code to Csharp. Found on net a while back ...quite useful to have...actually i ended up modifying...
Sandeep
sandeepkolte
Offline Send Email
Aug 1, 2004
6:32 pm
7046
Justin, I haven't tried to duplicate exactly what you've done, because frankly it's confusing. Though I do think the following should work. Notice that I've...
Spencer Ingram
spencer_ingram
Offline Send Email
Aug 1, 2004
7:22 pm
7047
All good points Bob. The good developer can use the best suited language for the problem, or the language dictated by management. Most developers can create...
Kevin Aubuchon
ka3751
Offline Send Email
Aug 1, 2004
9:39 pm
7048
Point well-taken. MSFT has always said that generics would be in VB.NET, but never committed to a time frame. C# does seem to be their "favorite child" and...
Bob Grommes
bgrommes
Offline Send Email
Aug 1, 2004
11:01 pm
7049
Hey Bob, Thanks for the correction and the MSDN link. My .NET project is in VB, and the group consists of mostly VB programmers. So being able to get the new...
Kevin Aubuchon
ka3751
Offline Send Email
Aug 2, 2004
1:06 am
7050
I would debate your statements about C# and VB. The key to programming in .NET is the knowing the Framework and the new programming paradigm. The particular...
Kevin Aubuchon
ka3751
Offline Send Email
Aug 2, 2004
1:12 am
7051
//code Console.WriteLine("Distance is :{0}", distance); My question is this. What does {0} mean? Why couldn't it just say: Console.WriteLine("Distance is:",...
unpredict2ble@...
unpredict2ble
Offline Send Email
Aug 2, 2004
1:23 am
7052
Hello group, I have a list as follows, detailing categories of cars... //Sample: ID: CAR CATEGORY: 1 Alfa-Romeo 145 2 Mercedes 120-50 3 B.M.W 3Series 4...
Martin
garbzuk
Offline Send Email
Aug 2, 2004
1:25 am
7053
Console.WriteLine("Distance is: {0}",distance); ... is funtionally equivalent to: Console.WriteLine("Distance is: " + distance.ToString()); For a trivial...
Bob Grommes
bgrommes
Offline Send Email
Aug 2, 2004
2:00 am
7054
Hi, Where is clsFTP? Is it part .NET Framework library? Regards ... webClient1.UploadFile("ftp://10.10.10.100","Post","tst.txt"); ... ...
saqi
saqi_a
Offline Send Email
Aug 2, 2004
4:33 am
7055
Ohh I am so sorry my friend. you will need to reference FTP.dll in your project. I didn't send it earlier as I was not sure if I can send an attachment to...
Sandeep
sandeepkolte
Offline Send Email
Aug 2, 2004
7:06 am
7056
First what you might want to do is take the make and model of the car in strings and cast them to a character array. (not quite sure how to do this in C# just...
Justin Etheredge
phreakstar
Offline Send Email
Aug 2, 2004
7:07 am
7057
Oops, didn't see that Bob had already responded. And his explanation was WAY better! Heh heh. _____ From: unpredict2ble@......
Justin Etheredge
phreakstar
Offline Send Email
Aug 2, 2004
7:07 am
7058
I'm gonna throw some fuel on the flames and say that VB.NET sucks! (And yes, that was a joke) I did choose to write in C# originally though because I liked the...
Justin Etheredge
phreakstar
Offline Send Email
Aug 2, 2004
7:07 am
7059
Using the {0} in the output allows you to reference variables that are passed in the WriteLine function. From what you have written it is hard to show the...
Justin Etheredge
phreakstar
Offline Send Email
Aug 2, 2004
7:08 am
7060
Spencer, Thanks for the code you sent, and yes I do realize that the "value" was very confusing and was actually an accident. Oops. I was trying to pass a...
Justin Etheredge
phreakstar
Offline Send Email
Aug 2, 2004
7:08 am
7061
... You can get the executeable path using this code: System.Reflection.Assembly.GetExecutingAssembly ().Location. If your application is a WinForms app, this...
Tunca Bergmen
tbergmen
Offline Send Email
Aug 2, 2004
7:38 am
7062
hi all, i have a temporary table in SQL database.. and i have a column called GetdateTIme.. and now i have to write a trigger if the datetime mins > 25 mins...
manoj kumar
nam_81_in
Offline Send Email
Aug 2, 2004
9:01 am
7063
Justin, The model of indexers makes sense... just think about it. Yes, you have an array in your class that you want the user to be able to index. You also...
Newtz, Brian
virgotat
Offline Send Email
Aug 2, 2004
11:24 am
7064
If you're examining this table at a later time (i.e. after the rows have been inserted) then using a trigger is not the way to go. From the looks of it, this...
Newtz, Brian
virgotat
Offline Send Email
Aug 2, 2004
11:39 am
7065
Hi every body! How can I return the result of query(Select ...) in the string variable? Thanks, Peyman.S ... Do you Yahoo!? New and Improved Yahoo! Mail -...
 &#8730; 
peyman133s
Offline Send Email
Aug 2, 2004
12:12 pm
7066
Hi, If you want to write code such as : Console.WriteLine("Distance is:", distance); you can use your own code. Here is an example: public class W{ public...
Pujo Aji
ajikoe
Offline Send Email
Aug 2, 2004
2:32 pm
7067
Just one small addition: instead of {0,1} you can use ? And instead of writing [Aa] all over the place you can just switch the regex engine to case...
tweety
tweety_04_01
Online Now Send Email
Aug 2, 2004
2:33 pm
7068
Hi, i thought I should use a long data type to hold the timestamp's value in the application, but when i cast the timestamp returned from the stored procedure...
johnsmith2797480@...
samsoftwareltd
Offline Send Email
Aug 2, 2004
2:35 pm
7069
Can you do pointers/unmanaged code in vb? ... Peace and love, Tweety mitea@... - tweety_04_01@... YahooID: tweety_04_01 ... ...
tweety
tweety_04_01
Online Now Send Email
Aug 2, 2004
2:36 pm
7070
True, but you can also write: dumbcode.indexedArray=null; ... Peace and love, Tweety mitea@... - tweety_04_01@... YahooID:...
tweety
tweety_04_01
Online Now Send Email
Aug 2, 2004
2:41 pm
7071
You've already asked this before... timestamp is equivalent to binary(8), not long. That's why you get a byte[] back from SQL Server. Look back in the old...
Newtz, Brian
virgotat
Offline Send Email
Aug 2, 2004
2:46 pm
7072
In a message dated 8/2/2004 15:58:28 GMT Standard Time, brian.newtz@... writes: You've already asked this before... timestamp is equivalent to...
johnsmith2797480@...
samsoftwareltd
Offline Send Email
Aug 2, 2004
3:03 pm
Messages 7043 - 7072 of 19705   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