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 1216 - 1245 of 19711   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1216
Hi Vinod, Please re-attach your resume, it did not make it through the last time around. Regards, Jeanne Vinod Kumar G <vinodkumarg_2002@...> wrote: ...
Jeanne Solters
jskane68
Offline Send Email
Feb 1, 2003
5:34 pm
1217
... A bunch of us hope in v2.0! Along with generics and iterators! :) Mark...
Mark Hurley
markph@...
Send Email
Feb 1, 2003
10:14 pm
1218
Hey, what is the action for an indivual treeview node click?...
roguefoxx9 <roguefoxx...
roguefoxx9
Offline Send Email
Feb 1, 2003
10:56 pm
1219
please explain what you mean ... From: roguefoxx9 <roguefoxx@...> To: CSharpNET@yahoogroups.com Sent: Saturday, February 01, 2003 4:55 PM Subject:...
Alvin Bruney
vapor_dan
Offline Send Email
Feb 2, 2003
1:29 am
1220
He means something like this +root -+Child1 ... -+Child2 ... -+Child3 He wants an individual event if you click on 'Child1' or 'Child2->SubChild1'. -K-Dub ... ...
K-Dub
K-Dub@...
Send Email
Feb 2, 2003
7:42 pm
1221
i have a problem i wanna to put "y" in a string Note: "+y+" and not y only so i write string x=""y""; but it refused that how can i solve this problem?? Thanks...
mohamed nabil
mnegypt@...
Send Email
Feb 2, 2003
9:03 pm
1222
Please explain what you mean....
roguefoxx9 <roguefoxx...
roguefoxx9
Offline Send Email
Feb 2, 2003
9:39 pm
1223
Can u explain? Ma7moud ... From: roguefoxx9 <roguefoxx@...> To: CSharpNET@yahoogroups.com Sent: Sunday, February 02, 2003 12:55 AM Subject: [C#.NET]...
Ma7moud
moody253
Offline Send Email
Feb 2, 2003
9:40 pm
1224
I think you can write as "\"y\"" Ma7moud ... From: "mohamed nabil" <mnegypt@...> To: <CSharpNET@yahoogroups.com>;...
Ma7moud
moody253
Offline Send Email
Feb 2, 2003
9:48 pm
1225
From the sender of the event Click U can cast the sender and check on its caption using switch case try it and if u cant do it told me and i can send you an...
Ma7moud
moody253
Offline Send Email
Feb 2, 2003
10:04 pm
1226
Uhm, what do you mean? (example) :p ... Service. ... Service....
roguefoxx9 <roguefoxx...
roguefoxx9
Offline Send Email
Feb 2, 2003
10:09 pm
1227
there is only one click event for the tree control, however it is easy to determine what level in the tree the click came from. i'll stop there because i don't...
Alvin Bruney
vapor_dan
Offline Send Email
Feb 3, 2003
12:18 am
1228
hi, this is windows SDK related query, not .NET has anybody used printing SDK . I want to use those...please let me know if anybody has gone thru it. ...
shashi shashi
sagattarian_100
Offline Send Email
Feb 3, 2003
11:41 am
1229
... Let's say you capture the "AfterSelect" event. You can then determine what node is selected using the ".SelectedNode" property. This may not be 100%...
Mark Hurley
markph@...
Send Email
Feb 4, 2003
2:54 am
1230
hi im new to C-sharp adn this group.. In my systems i have a main menu form... in which different users will be allowed to work on their respective menu items....
sorceror79 <sorceror7...
sorceror79
Offline Send Email
Feb 4, 2003
4:28 am
1231
Hi! I'm using disconnected dataset in a sense that i'v lost my dataadapter through which i created dataset. Now when i delete some rows from dataset and than...
faraz ahmed siddiqui
farazfastian
Offline Send Email
Feb 4, 2003
9:29 am
1232
System.Environment.UserName Gets the user name of the person who started the current thread. That might be what you are looking for. HTH, Willem...
Willem Kokke
thezensunni
Offline Send Email
Feb 4, 2003
9:57 am
1233
There are several ways to get this info. SystemInformation.UserDomainName SystemInformation.UserName as Willem stated: Environment.UserDomainName ...
Michael Beall
mikebeall
Offline Send Email
Feb 4, 2003
1:29 pm
1234
Faraz, Don't call AcceptChanges. Just call Update on the DataAdapter. This will automatically call AcceptChanges when it is finished. AcceptChanges resets...
Bob Grommes
bgrommes
Offline Send Email
Feb 4, 2003
1:59 pm
1235
Hi, I have a class A which has a protected property. I wanted to query that property, so I derive a class B. But how can I make an the base of the instance of...
southnorthpole <south...
southnorthpole
Offline Send Email
Feb 4, 2003
8:28 pm
1236
Hi all, I am a new mwmber . This is just a atest mail thanks [Non-text portions of this message have been removed]...
Sridhar VR
srid999
Online Now Send Email
Feb 5, 2003
8:21 am
1237
hi all, i have an SQL statement for oracle here and i have 4 parameters for it. SELECT E.RATE, C.CURRENCYID FROM EXCHMASTER E,CURRMAST C WHERE E.COMPANY = ? ...
Meghnad
meghnad0
Offline Send Email
Feb 6, 2003
9:22 am
1238
... How about using the string formatting feature: someStringWriter.WriteLine("SELECT ... WHERE E.COMPANY = {0} AND C.COMPANY = {1} ", eCompany, cCompany, ......
Ron Jeffries
RonaldEJeffries
Offline Send Email
Feb 6, 2003
9:32 am
1239
alhtough i can do it with joins i was wondering, if<BR> there is any way to <BR> pass same value for both the QUESTION MARKS which r<BR> for company and same...
Sachin Sachin
sachin2507
Offline Send Email
Feb 6, 2003
11:20 am
1240
You can write, some_variable = @""y""oranything"; ... can write as "\"y\"" ... ________________________________________________________________________ Missed...
Sachin Sachin
sachin2507
Offline Send Email
Feb 6, 2003
11:43 am
1241
hi all, is there any way that i can decide the length of an array in runtime ? i dont want to initialize the array at design time. also i dont know the length...
Meghnad
meghnad0
Offline Send Email
Feb 6, 2003
12:06 pm
1242
Arrays must be sized at the time they are created. For dynamic needs, use an ArrayList (or if it happens you need a string array, use the StringCollection...
Bob Grommes
bgrommes
Offline Send Email
Feb 6, 2003
2:03 pm
1243
void Main() { string tmp = Console.ReadLine(); int[] list = new int[int.Parse(tmp)] int total; foreach (int i in list) { list[i] =...
Willem Kokke
thezensunni
Offline Send Email
Feb 6, 2003
3:21 pm
1244
Sorry for being late but try this CODE using System; using System.Drawing; using System.Collections; using System.ComponentModel; using System.Windows.Forms; ...
Ma7moud
moody253
Offline Send Email
Feb 6, 2003
6:54 pm
1245
I can't get anything at all can you declare Ma7moud ... From: southnorthpole <southnorthpole@...> To: CSharpNET@yahoogroups.com Sent: Tuesday, February...
Ma7moud
moody253
Offline Send Email
Feb 6, 2003
6:54 pm
Messages 1216 - 1245 of 19711   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