Click here to Skip to main content
15,885,985 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
AnswerRe: intellisense Pin
Pete O'Hanlon21-May-09 0:53
mvePete O'Hanlon21-May-09 0:53 
GeneralRe: intellisense Pin
arkiboys21-May-09 0:55
arkiboys21-May-09 0:55 
GeneralRe: intellisense Pin
0x3c021-May-09 1:08
0x3c021-May-09 1:08 
GeneralRe: intellisense Pin
musefan21-May-09 5:29
musefan21-May-09 5:29 
GeneralRe: intellisense Pin
Luc Pattyn21-May-09 5:34
sitebuilderLuc Pattyn21-May-09 5:34 
GeneralRe: intellisense Pin
musefan21-May-09 5:52
musefan21-May-09 5:52 
News.NET Framework 4.0 Beta Available to All Developers Today Pin
brucedkyle20-May-09 9:46
brucedkyle20-May-09 9:46 
QuestionWIA Digital Camera Connectivity Pin
vsaratkar20-May-09 9:19
vsaratkar20-May-09 9:19 
Hi,

I wrote a C# program which takes photos from "Nikon digital camera" using WIA. Now I want to write a generalised program which can work on different PTP compatible cameras.I notoced that Nikon creates a folder like "0000\\Root\\DSCN",
Fuji creates a folder like "0000\\Root\\DSCF", Sony creates a folder like "0000\\Root\\DSCS".

I want to know is there any way in C#, I can find out what kind of folder will be created when the camera is connected.

public Device wiaDevice;

I have proper events registered.

foreach (IDeviceInfo deviceInfo in wiaDeviceManager.DeviceInfos)
{wiaDevice = deviceInfo.Connect();}

private Item pictureTaken;
pictureTaken = wiaDevice.ExecuteCommand(CommandID.wiaCommandTakePicture);
string name = pictureTaken.ItemID;


The string "name" is the pictureFile created by Camera.

I know wiaDevice object has some properties. I don't know how to iterate thro' those properties. Is there any wiaDevice property which decides the name of pictureFile created.

Any help will be greatly appreciated.

Thanks,

veena
QuestionRun a .NET app on a machine without .NET by including DLLS???? Pin
Hypermommy20-May-09 8:26
Hypermommy20-May-09 8:26 
AnswerRe: Run a .NET app on a machine without .NET by including DLLS???? Pin
Luc Pattyn20-May-09 8:46
sitebuilderLuc Pattyn20-May-09 8:46 
AnswerRe: Run a .NET app on a machine without .NET by including DLLS???? Pin
Moreno Airoldi20-May-09 10:05
Moreno Airoldi20-May-09 10:05 
GeneralRe: Run a .NET app on a machine without .NET by including DLLS???? Pin
Hypermommy20-May-09 10:55
Hypermommy20-May-09 10:55 
GeneralRe: Run a .NET app on a machine without .NET by including DLLS???? Pin
Moreno Airoldi20-May-09 11:04
Moreno Airoldi20-May-09 11:04 
GeneralRe: Run a .NET app on a machine without .NET by including DLLS???? Pin
Luc Pattyn20-May-09 11:06
sitebuilderLuc Pattyn20-May-09 11:06 
GeneralRe: Run a .NET app on a machine without .NET by including DLLS???? Pin
Hypermommy20-May-09 11:29
Hypermommy20-May-09 11:29 
GeneralRe: Run a .NET app on a machine without .NET by including DLLS???? Pin
Luc Pattyn20-May-09 12:39
sitebuilderLuc Pattyn20-May-09 12:39 
GeneralRe: Run a .NET app on a machine without .NET by including DLLS???? Pin
Hypermommy22-May-09 8:05
Hypermommy22-May-09 8:05 
GeneralRe: Run a .NET app on a machine without .NET by including DLLS???? Pin
Luc Pattyn22-May-09 8:16
sitebuilderLuc Pattyn22-May-09 8:16 
AnswerRe: Run a .NET app on a machine without .NET by including DLLS???? Pin
Pete O'Hanlon20-May-09 11:36
mvePete O'Hanlon20-May-09 11:36 
GeneralRe: Run a .NET app on a machine without .NET by including DLLS???? Pin
Hypermommy1-Jul-09 2:19
Hypermommy1-Jul-09 2:19 
AnswerRe: Run a .NET app on a machine without .NET by including DLLS???? Pin
Simon P Stevens20-May-09 22:43
Simon P Stevens20-May-09 22:43 
AnswerRe: Run a .NET app on a machine without .NET by including DLLS???? Pin
Henry Minute21-May-09 8:57
Henry Minute21-May-09 8:57 
GeneralRe: Run a .NET app on a machine without .NET by including DLLS???? Pin
Hypermommy21-May-09 9:06
Hypermommy21-May-09 9:06 
GeneralRe: Run a .NET app on a machine without .NET by including DLLS???? Pin
Henry Minute21-May-09 9:18
Henry Minute21-May-09 9:18 
GeneralRe: Run a .NET app on a machine without .NET by including DLLS???? Pin
Hypermommy21-May-09 10:17
Hypermommy21-May-09 10:17 

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.