Click here to Skip to main content
15,886,837 members
Home / Discussions / C#
   

C#

 
GeneralRe: how can i add the plus minus symbol in treeview in c# Pin
Mycroft Holmes31-Jul-08 22:49
professionalMycroft Holmes31-Jul-08 22:49 
AnswerRe: how can i add the plus minus symbol in treeview in c# Pin
PIEBALDconsult1-Aug-08 15:29
mvePIEBALDconsult1-Aug-08 15:29 
AnswerRe: how can i add the plus minus symbol in treeview in c# Pin
Medha jha2-Aug-08 2:57
Medha jha2-Aug-08 2:57 
QuestionFigured out why C# people are so finicy about layout Pin
Mycroft Holmes31-Jul-08 21:22
professionalMycroft Holmes31-Jul-08 21:22 
AnswerRe: Figured out why C# people are so finicy about layout Pin
Simon P Stevens31-Jul-08 21:47
Simon P Stevens31-Jul-08 21:47 
GeneralRe: Figured out why C# people are so finicy about layout Pin
Mycroft Holmes31-Jul-08 21:51
professionalMycroft Holmes31-Jul-08 21:51 
GeneralRe: Figured out why C# people are so finicy about layout Pin
stancrm31-Jul-08 22:26
stancrm31-Jul-08 22:26 
QuestionHow to Acess permission for SPSite Pin
manju#12331-Jul-08 19:34
manju#12331-Jul-08 19:34 
Hi all...
How to give permission for the user to access the sharepoint documents data to be read......
I am trying this code but its not working...plz do delp..

SPSecurity.RunWithElevatedPrivileges(delegate()
                    {
                        Console.WriteLine(" Entered SPSIte path");
                        using (SPSite RootSite = new SPSite(listPath))                    
                        {
                            RootSite.AllowUnsafeUpdates = true;
                            Console.WriteLine("1Entered SPSIte path");
                            using (SPWeb SiteCollection = RootSite.OpenWeb())
                            {
                                string path = listPath;// RootSite.MakeFullUrl(PageName);
                                SPFile file = SiteCollection.GetFile(path);
                                string TimeCreated = file.TimeCreated.ToLongDateString();
                                Console.WriteLine("1.1: Created Date is :" );//+ TimeCreated);
                            }
                        }
                    });


thank you
manju

Hi..
I am Mnaju.I have Completed my B.E Computers Science.Lokking for a job.I am interested in VC++
manju

Questionmonitor Http traffic Pin
George_George31-Jul-08 19:01
George_George31-Jul-08 19:01 
AnswerRe: monitor Http traffic Pin
stancrm31-Jul-08 21:36
stancrm31-Jul-08 21:36 
GeneralRe: monitor Http traffic Pin
George_George3-Aug-08 17:37
George_George3-Aug-08 17:37 
AnswerRe: monitor Http traffic Pin
User 665831-Jul-08 22:32
User 665831-Jul-08 22:32 
GeneralRe: monitor Http traffic Pin
George_George3-Aug-08 17:37
George_George3-Aug-08 17:37 
AnswerRe: monitor Http traffic Pin
Simon P Stevens31-Jul-08 22:38
Simon P Stevens31-Jul-08 22:38 
GeneralRe: monitor Http traffic Pin
George_George31-Jul-08 23:15
George_George31-Jul-08 23:15 
GeneralRe: monitor Http traffic Pin
Simon P Stevens31-Jul-08 23:43
Simon P Stevens31-Jul-08 23:43 
GeneralRe: monitor Http traffic Pin
George_George3-Aug-08 17:49
George_George3-Aug-08 17:49 
GeneralRe: monitor Http traffic Pin
Simon P Stevens3-Aug-08 21:44
Simon P Stevens3-Aug-08 21:44 
GeneralRe: monitor Http traffic Pin
Simon P Stevens3-Aug-08 21:45
Simon P Stevens3-Aug-08 21:45 
GeneralRe: monitor Http traffic Pin
George_George4-Aug-08 19:28
George_George4-Aug-08 19:28 
GeneralRe: monitor Http traffic Pin
J4amieC1-Aug-08 0:40
J4amieC1-Aug-08 0:40 
GeneralRe: monitor Http traffic Pin
George_George3-Aug-08 17:39
George_George3-Aug-08 17:39 
QuestionHow to get audio from webcam in C#?? Pin
hweontey31-Jul-08 16:18
hweontey31-Jul-08 16:18 
AnswerRe: How to get audio from webcam in C#?? Pin
Christian Graus31-Jul-08 17:02
protectorChristian Graus31-Jul-08 17:02 
QuestionCodePrimitiveExpression Class Pin
AndieDu31-Jul-08 15:33
AndieDu31-Jul-08 15:33 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.