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: ...
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@...
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...
Can u explain? Ma7moud ... From: roguefoxx9 <roguefoxx@...> To: CSharpNET@yahoogroups.com Sent: Sunday, February 02, 2003 12:55 AM Subject: [C#.NET]...
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...
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...
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. ...
... 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@...
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....
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, Don't call AcceptChanges. Just call Update on the DataAdapter. This will automatically call AcceptChanges when it is finished. AcceptChanges resets...
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...
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 = ? ...
... How about using the string formatting feature: someStringWriter.WriteLine("SELECT ... WHERE E.COMPANY = {0} AND C.COMPANY = {1} ", eCompany, cCompany, ......
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...
You can write, some_variable = @""y""oranything"; ... can write as "\"y\"" ... ________________________________________________________________________ Missed...
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...
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...
Sorry for being late but try this CODE using System; using System.Drawing; using System.Collections; using System.ComponentModel; using System.Windows.Forms; ...
I can't get anything at all can you declare Ma7moud ... From: southnorthpole <southnorthpole@...> To: CSharpNET@yahoogroups.com Sent: Tuesday, February...