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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 6073 - 6103 of 19705   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
6073
hi, i have created a application i have to upload and test it.. so i need some free server which will support .NET. can u give me some free server name . ...
manoj kumar
nam_81_in
Offline Send Email
Jun 1, 2004
7:18 am
6074
Hi, I have a bound grid to a dataview, which is displaying the filtered records as below: DataView vwCustomers = new ...
johnsmith2797480@...
samsoftwareltd
Offline Send Email
Jun 1, 2004
8:59 am
6075
Hi, Just to benefit you folks, I have solved this issue by creating a assigning the dataview to the data table, and binding the data grid to the data table ...
johnsmith2797480@...
samsoftwareltd
Offline Send Email
Jun 1, 2004
11:13 am
6076
In a message dated 6/1/2004 01:33:36 GMT Standard Time, mikebeall@... writes: dv[Row]["field"]; Thanks Mike.... [Non-text portions of this message have...
johnsmith2797480@...
samsoftwareltd
Offline Send Email
Jun 1, 2004
11:20 am
6077
Hi, I am wondering how to create shortcuts for a form Or do I have to create a menu for the form?? And if I must create a menu, what if I don't want to show...
johnsmith2797480@...
samsoftwareltd
Offline Send Email
Jun 1, 2004
11:20 am
6078
Hello everyone! I have a contract opening just outside of downtown Seattle - here is the job description: They have multiple integration projects they are...
Everett, Christian (4...
nahash4112000
Offline Send Email
Jun 1, 2004
8:56 pm
6079
Try this: http://europe.webmatrixhosting.net/ ... Peace and love, Tweety mitea@... - tweety_04_01@... YahooID: tweety_04_01...
tweety
tweety_04_01
Online Now Send Email
Jun 1, 2004
9:02 pm
6081
hi all, I was wondering about the difference between OUT and REF parameters. Thanks best regards, --meghanad __________________________________ Do you Yahoo!? ...
meghanad chitre
meghnad0
Offline Send Email
Jun 2, 2004
11:41 am
6082
Ref parameters have to have been initialized prior to passing them to a method, while Out parameters don't. ... From: meghanad chitre...
Newtz, Brian
virgotat
Offline Send Email
Jun 2, 2004
11:43 am
6083
CSharpNET has grown to over 1400 members and is in need of some additional moderators. Right now we have 4 moderators with only 2 of them active in the group....
Michael Beall
mikebeall
Offline Send Email
Jun 2, 2004
12:02 pm
6084
After a discussion between the owner and the moderators of this group, we have decided to stop accepting job-offers in the group. Although there was a slight...
Peter Bergström
petbe605
Offline Send Email
Jun 2, 2004
12:34 pm
6085
Dear Michael: I am willing to perform as a moderator. The value of the group has grown considerably and I can give back a bit. Let me know if you still need...
David Shumate
big_blue_vic...
Offline Send Email
Jun 2, 2004
1:05 pm
6086
Does anyone have/use a good browse for folder dialog box in C#? Would like to mimic the windows one as closely as possible. Thanks! ... Do you Yahoo!? ...
Chris Barthel
cwbarthel
Offline Send Email
Jun 2, 2004
1:15 pm
6087
I need someone to review an application and to function like a Standards Police. If you have: - the above expertise - availability to work on Saturdays (only)....
Joe Da Silva
joemagicdeve...
Offline Send Email
Jun 2, 2004
1:16 pm
6088
Hi can I pass a method as a parameter? if the delegate is the only way..then how can I do that? Thanks [Non-text portions of this message have been removed]...
johnsmith2797480@...
samsoftwareltd
Offline Send Email
Jun 2, 2004
2:02 pm
6089
Create a delegate that matches the signature of the method, then create a new delegate for the method call. I'll use an example that has 3 int parameters for...
Newtz, Brian
virgotat
Offline Send Email
Jun 2, 2004
2:10 pm
6090
Chris, System.Windows.Forms.FolderBrowserDialog :) -Brian ... From: Chris Barthel [mailto:cwbarthel@...] Sent: Wednesday, June 02, 2004 9:10 AM To:...
Newtz, Brian
virgotat
Offline Send Email
Jun 2, 2004
2:14 pm
6091
It seems like I saw one on CodeProject not too long ago ... From: Chris Barthel [mailto:cwbarthel@...] Sent: Wednesday, June 02, 2004 8:10 AM To: CSharp ...
john.bergman@...
Send Email
Jun 2, 2004
2:23 pm
6092
Brian, .NET no longer supports the FolderBrowseDialog. Hence, why I am looking for one. -Chris "Newtz, Brian" <brian.newtz@...> wrote: Chris, ...
Chris Barthel
cwbarthel
Offline Send Email
Jun 2, 2004
2:32 pm
6093
Um, that's news to me because I use it in v1.1 apps...not sure where you heard that from. ... From: Chris Barthel [mailto:cwbarthel@...] Sent: Wednesday,...
Newtz, Brian
virgotat
Offline Send Email
Jun 2, 2004
2:44 pm
6094
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/h tml/frlrfsystemwindowsformsfolderbrowserdialogclasstopic.asp ... From: Chris Barthel...
Newtz, Brian
virgotat
Offline Send Email
Jun 2, 2004
2:47 pm
6095
In a message dated 6/2/2004 15:12:23 GMT Standard Time, brian.newtz@... writes: Create a delegate that matches the signature of the method, then...
johnsmith2797480@...
samsoftwareltd
Offline Send Email
Jun 2, 2004
2:57 pm
6096
Sorry ignore my last post, I just made the delegate public and that should do, right? Thanks very much indeed. [Non-text portions of this message have been...
johnsmith2797480@...
samsoftwareltd
Offline Send Email
Jun 2, 2004
3:10 pm
6097
.NET Framework Class Library FolderBrowserDialog Class Note: This namespace, class, or member is supported only in version 1.1 of the .NET Framework. So....if...
Chris Barthel
cwbarthel
Offline Send Email
Jun 2, 2004
3:41 pm
6098
Exactly, and there's no reason you shouldn't be using 1.1 :-) ... From: Chris Barthel [mailto:cwbarthel@...] Sent: Wednesday, June 02, 2004 11:42 AM To:...
Newtz, Brian
virgotat
Offline Send Email
Jun 2, 2004
3:43 pm
6099
Yes, if you want the delegate type to be available to other classes, it has to be public. In my example, I was using a delegate specific to one class... since...
Newtz, Brian
virgotat
Offline Send Email
Jun 2, 2004
3:45 pm
6100
All right, I have installed version 1.1 of the .NET Framework, at the urging of Brian, and have tried to implement the FolderBrowserDialog with the following...
Chris Barthel
cwbarthel
Offline Send Email
Jun 2, 2004
4:56 pm
6101
Are you doing things from a command line? If so, are your Path settings for your environment variables pointing to the v1.1 directory of the framework? Your...
Newtz, Brian
virgotat
Offline Send Email
Jun 2, 2004
5:08 pm
6102
using System; using System.Windows.Forms; FolderBrowserDialog dlg = new FolderBrowserDialog(); string myFolder = ""; if (dlg.ShowDialog() == DialogResult.OK) ...
Luciano Bastianello
lbastianello
Offline Send Email
Jun 2, 2004
5:48 pm
6103
There is also a FolderBrowserDialog component in the toolbox (Windows Forms tab). Michael ... From: "Luciano Bastianello" <lbastianello@...> To:...
Michael Beall
mikebeall
Offline Send Email
Jun 2, 2004
6:07 pm
Messages 6073 - 6103 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