Click here to Skip to main content
15,909,030 members
Home / Discussions / C#
   

C#

 
GeneralRe: The Switch Statement Pin
Mark Salsbery13-Oct-08 11:55
Mark Salsbery13-Oct-08 11:55 
GeneralRe: The Switch Statement Pin
led mike13-Oct-08 15:36
led mike13-Oct-08 15:36 
AnswerRe: The Switch Statement Pin
#realJSOP13-Oct-08 10:54
professional#realJSOP13-Oct-08 10:54 
GeneralRe: The Switch Statement Pin
Jammer13-Oct-08 11:01
Jammer13-Oct-08 11:01 
AnswerRe: The Switch Statement Pin
Guffa13-Oct-08 11:39
Guffa13-Oct-08 11:39 
AnswerRe: The Switch Statement Pin
Colin Angus Mackay13-Oct-08 12:05
Colin Angus Mackay13-Oct-08 12:05 
AnswerRe: The Switch Statement Pin
N a v a n e e t h13-Oct-08 16:07
N a v a n e e t h13-Oct-08 16:07 
QuestionThe GetDetailsOf() Method Pin
Ankit Rajpoot13-Oct-08 7:02
Ankit Rajpoot13-Oct-08 7:02 
Hello friends,

I'm writing a program that reads all the files in a specified folder and stores their attributes in a MS-Access database. I'm using the FileInfo, and the FileVersionInfo classes to query file attributes. But these classes don't expose properties or methods to query advanced attributes such as image dimensions, ablum title, etc. I googled to find out the answer and it came up with GetDetailsOf method of shell32.dll. It seems that the GetDetailsOf method would be a perfect fit for my purpose as I only need to read that info. But what is really worrying me is its portability. The second argument is an integer and it specifies the info. to be retrieved. Is its value consistent across all Windows versions. I just want to make sure that I don't get two different values for the same file, with the same integer value under different Windows versions.

Many thanks in advance
AnswerRe: The GetDetailsOf() Method Pin
Dave Kreskowiak13-Oct-08 7:25
mveDave Kreskowiak13-Oct-08 7:25 
GeneralRe: The GetDetailsOf() Method Pin
Ankit Rajpoot13-Oct-08 7:30
Ankit Rajpoot13-Oct-08 7:30 
GeneralRe: The GetDetailsOf() Method Pin
Dave Kreskowiak13-Oct-08 9:07
mveDave Kreskowiak13-Oct-08 9:07 
Questionsave pdf on disk [modified] Pin
teddddddddddd13-Oct-08 5:11
teddddddddddd13-Oct-08 5:11 
Question.NET Remoting doesn't work with windows service but does with console application Pin
MegaBlasterX13-Oct-08 5:07
MegaBlasterX13-Oct-08 5:07 
AnswerRe: .NET Remoting doesn't work with windows service but does with console application Pin
Pedram Behroozi13-Oct-08 8:32
Pedram Behroozi13-Oct-08 8:32 
GeneralRe: .NET Remoting doesn't work with windows service but does with console application Pin
MegaBlasterX13-Oct-08 21:23
MegaBlasterX13-Oct-08 21:23 
GeneralRe: .NET Remoting doesn't work with windows service but does with console application Pin
DaveyM6913-Oct-08 23:43
professionalDaveyM6913-Oct-08 23:43 
GeneralRe: .NET Remoting doesn't work with windows service but does with console application Pin
Pedram Behroozi14-Oct-08 1:33
Pedram Behroozi14-Oct-08 1:33 
Questioniris recognition Pin
laswad13-Oct-08 5:06
laswad13-Oct-08 5:06 
AnswerRe: iris recognition Pin
Dave Kreskowiak13-Oct-08 5:22
mveDave Kreskowiak13-Oct-08 5:22 
QuestionHorizontally scrolling grid Pin
Chazzysb13-Oct-08 4:29
Chazzysb13-Oct-08 4:29 
AnswerRe: Horizontally scrolling grid Pin
Dave Kreskowiak13-Oct-08 5:26
mveDave Kreskowiak13-Oct-08 5:26 
GeneralRe: Horizontally scrolling grid Pin
Chazzysb13-Oct-08 6:43
Chazzysb13-Oct-08 6:43 
Questionexecuting a program by double clicking on a file shown in list view ( C# ) Pin
Gianpaolo Barci13-Oct-08 4:17
Gianpaolo Barci13-Oct-08 4:17 
AnswerRe: executing a program by double clicking on a file shown in list view ( C# ) Pin
SeMartens13-Oct-08 4:40
SeMartens13-Oct-08 4:40 
GeneralRe: executing a program by double clicking on a file shown in list view ( C# ) Pin
Gianpaolo Barci13-Oct-08 4:48
Gianpaolo Barci13-Oct-08 4: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.