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

C#

 
GeneralRe: write dll component Pin
behzadcp10-Mar-09 21:51
professionalbehzadcp10-Mar-09 21:51 
GeneralRe: write dll component Pin
stancrm10-Mar-09 22:05
stancrm10-Mar-09 22:05 
GeneralRe: write dll component Pin
behzadcp10-Mar-09 22:21
professionalbehzadcp10-Mar-09 22:21 
GeneralRe: write dll component Pin
Xmen Real 10-Mar-09 22:55
professional Xmen Real 10-Mar-09 22:55 
AnswerRe: write dll component Pin
Eddy Vluggen10-Mar-09 23:51
professionalEddy Vluggen10-Mar-09 23:51 
Questionhow to set the application.StartupPath in asp.net Pin
prasadbuddhika10-Mar-09 20:33
prasadbuddhika10-Mar-09 20:33 
AnswerRe: how to set the application.StartupPath in asp.net Pin
Expert Coming10-Mar-09 21:50
Expert Coming10-Mar-09 21:50 
QuestionGetting this Error message....any one know y??? Pin
S K Y10-Mar-09 20:27
S K Y10-Mar-09 20:27 
i using this codes.....some times i get this error message...any one know why????

"the process cannot access the file because it is being used by another proces"

this is the message but its not using any other process...

here is my code

foreach (ListViewItem item in listView2.SelectedItems)
        {
            listView2.FocusedItem = listView2.Items[item.Index];
            DSOFile.OleDocumentPropertiesClass file = new DSOFile.OleDocumentPropertiesClass();
            file.Open(listView2.FocusedItem.Text, false, DSOFile.dsoFileOpenOptions.dsoOptionOpenReadOnlyIfNoWriteAccess);


            file.SummaryProperties.Title = tbxTitle.Text;
            file.SummaryProperties.Subject = tbxSubject.Text;
            file.SummaryProperties.Keywords = tbxKeywords.Text;
            file.SummaryProperties.Author = tbxAuthor.Text;
            file.SummaryProperties.Comments = tbxComments.Text;
            file.Close(true);
            MessageBox.Show("Changes Added into Selected File");
        }


A S E L A

QuestionRe: Getting this Error message....any one know y??? Pin
Goobashi10-Mar-09 22:04
Goobashi10-Mar-09 22:04 
GeneralRe: Getting this Error message....any one know y??? Pin
S K Y10-Mar-09 22:31
S K Y10-Mar-09 22:31 
AnswerRe: Getting this Error message....any one know y??? Pin
Eddy Vluggen10-Mar-09 22:12
professionalEddy Vluggen10-Mar-09 22:12 
GeneralRe: Getting this Error message....any one know y??? Pin
S K Y10-Mar-09 22:34
S K Y10-Mar-09 22:34 
GeneralRe: Getting this Error message....any one know y??? Pin
Eddy Vluggen10-Mar-09 22:40
professionalEddy Vluggen10-Mar-09 22:40 
GeneralRe: Getting this Error message....any one know y??? Pin
S K Y10-Mar-09 22:48
S K Y10-Mar-09 22:48 
QuestionRemoting -how to decide which Delegate i need to Invoke (Private Msgs) Pin
michael@cohen10-Mar-09 20:21
michael@cohen10-Mar-09 20:21 
QuestionHow to store and retrieve multiple values in a generic list? Pin
meeram39510-Mar-09 20:08
meeram39510-Mar-09 20:08 
AnswerRe: How to store and retrieve multiple values in a generic list? Pin
Christian Graus10-Mar-09 20:09
protectorChristian Graus10-Mar-09 20:09 
GeneralRe: How to store and retrieve multiple values in a generic list? Pin
meeram39510-Mar-09 20:13
meeram39510-Mar-09 20:13 
GeneralRe: How to store and retrieve multiple values in a generic list? Pin
Christian Graus10-Mar-09 20:19
protectorChristian Graus10-Mar-09 20:19 
AnswerRe: How to store and retrieve multiple values in a generic list? Pin
jaypatel51211-Mar-09 2:32
jaypatel51211-Mar-09 2:32 
QuestionDOUBT Pin
leela antony10-Mar-09 20:05
leela antony10-Mar-09 20:05 
AnswerRe: DOUBT Pin
Ashfield10-Mar-09 21:56
Ashfield10-Mar-09 21:56 
AnswerRe: DOUBT Pin
Eddy Vluggen10-Mar-09 22:20
professionalEddy Vluggen10-Mar-09 22:20 
AnswerRe: DOUBT Pin
CPallini10-Mar-09 23:11
mveCPallini10-Mar-09 23:11 
QuestionDOUBT Pin
leela antony10-Mar-09 20:04
leela antony10-Mar-09 20:04 

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.