Click here to Skip to main content
15,924,402 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: treeview(binarytree) Pin
Paritos4-Jan-06 1:02
Paritos4-Jan-06 1:02 
GeneralRe: treeview(binarytree) Pin
mamatharaghu4-Jan-06 1:41
mamatharaghu4-Jan-06 1:41 
GeneralRe: treeview(binarytree) Pin
J4amieC4-Jan-06 2:48
J4amieC4-Jan-06 2:48 
GeneralRe: treeview(binarytree) Pin
mamatharaghu4-Jan-06 18:18
mamatharaghu4-Jan-06 18:18 
GeneralRe: treeview(binarytree) Pin
J4amieC4-Jan-06 21:58
J4amieC4-Jan-06 21:58 
GeneralRe: treeview(binarytree) Pin
mamatharaghu5-Jan-06 18:28
mamatharaghu5-Jan-06 18:28 
QuestionFinding the creator/author name of a folder Pin
Kavitha Sathishkumar3-Jan-06 22:52
Kavitha Sathishkumar3-Jan-06 22:52 
AnswerRe: Finding the creator/author name of a folder Pin
Kamalatharsan6-Jan-06 21:27
Kamalatharsan6-Jan-06 21:27 
hi kavitha,

I am a beginer to vb.net. so sample code for you. i get it from internet.


Dim filename as string="c:\test\test.doc"
Dim dso As DSOFile.OleDocumentProperties
dso = New DSOFile.OleDocumentProperties
dso.Open(filename.Trim, True, DSOFile.dsoFileOpenOptions.dsoOptionOpenReadOnlyIfNoWriteAccess)
Console.WriteLine(dso.SummaryProperties.Author)
Console.WriteLine(dso.SummaryProperties.ByteCount)
Console.WriteLine(dso.SummaryProperties.CharacterCount)
Console.WriteLine(dso.SummaryProperties.CharacterCountWithSpaces)
Console.WriteLine(dso.SummaryProperties.Comments)
Console.WriteLine(dso.SummaryProperties.Company)
Console.WriteLine(dso.SummaryProperties.DateCreated)
Console.WriteLine(dso.SummaryProperties.DateLastSaved)
Console.WriteLine(dso.SummaryProperties.LastSavedBy)
Console.WriteLine(dso.SummaryProperties.LineCount)
Console.WriteLine(dso.SummaryProperties.PageCount)
Console.WriteLine(dso.SummaryProperties.ParagraphCount)
Console.WriteLine(dso.SummaryProperties.RevisionNumber)
Console.WriteLine(dso.SummaryProperties.Subject)
Console.WriteLine(dso.SummaryProperties.Title)
Console.WriteLine(dso.SummaryProperties.WordCount)

thz
kamal.
Questioncoping images from webpage using vb.net Pin
uktrips0073-Jan-06 22:23
uktrips0073-Jan-06 22:23 
QuestionKnow of an organization chart/organogram that takes xml and draws the structure? Pin
QuintesV3-Jan-06 21:27
QuintesV3-Jan-06 21:27 
AnswerRe: Know of an organization chart/organogram that takes xml and draws the structure? Pin
QuintesV3-Jan-06 21:29
QuintesV3-Jan-06 21:29 
QuestionVB ActiveX Control Pin
GayathriNaveen3-Jan-06 19:10
GayathriNaveen3-Jan-06 19:10 
QuestionLinking database over FTP Pin
Roshan Sumbaly3-Jan-06 18:04
Roshan Sumbaly3-Jan-06 18:04 
AnswerRe: Linking database over FTP Pin
Dave Kreskowiak4-Jan-06 5:53
mveDave Kreskowiak4-Jan-06 5:53 
QuestionIntranet Application Pin
Aanchal Naidu3-Jan-06 17:45
Aanchal Naidu3-Jan-06 17:45 
AnswerRe: Intranet Application Pin
Dave Kreskowiak4-Jan-06 5:51
mveDave Kreskowiak4-Jan-06 5:51 
Questiontcplistener (VB.NET) Pin
curseddagger3-Jan-06 17:23
curseddagger3-Jan-06 17:23 
AnswerRe: tcplistener (VB.NET) Pin
Dave Kreskowiak4-Jan-06 5:44
mveDave Kreskowiak4-Jan-06 5:44 
GeneralRe: tcplistener (VB.NET) Pin
curseddagger4-Jan-06 14:20
curseddagger4-Jan-06 14:20 
GeneralRe: tcplistener (VB.NET) Pin
Dave Kreskowiak4-Jan-06 18:01
mveDave Kreskowiak4-Jan-06 18:01 
GeneralRe: tcplistener (VB.NET) Pin
curseddagger5-Jan-06 5:44
curseddagger5-Jan-06 5:44 
GeneralRe: tcplistener (VB.NET) Pin
Dave Kreskowiak5-Jan-06 5:53
mveDave Kreskowiak5-Jan-06 5:53 
QuestionHow to get my network domain name? Pin
cylix20003-Jan-06 14:45
cylix20003-Jan-06 14:45 
AnswerRe: How to get my network domain name? Pin
Dave Kreskowiak3-Jan-06 16:18
mveDave Kreskowiak3-Jan-06 16:18 
GeneralRe: How to get my network domain name? Pin
oldlight3-Jan-06 16:48
oldlight3-Jan-06 16:48 

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.