Click here to Skip to main content
15,891,372 members
Home / Discussions / C#
   

C#

 
GeneralRe: Date format Pin
strings17-Jun-09 21:17
strings17-Jun-09 21:17 
GeneralRe: Date format Pin
stancrm17-Jun-09 21:56
stancrm17-Jun-09 21:56 
GeneralRe: Date format Pin
Tom Deketelaere17-Jun-09 22:46
professionalTom Deketelaere17-Jun-09 22:46 
GeneralRe: Date format Pin
Ashfield18-Jun-09 1:20
Ashfield18-Jun-09 1:20 
AnswerRe: Date format Pin
stancrm17-Jun-09 21:05
stancrm17-Jun-09 21:05 
QuestionQuery Regarding Open Source DotNet Based Desktop Sharing Apps like citrix?? Pin
Tridip Bhattacharjee17-Jun-09 20:44
professionalTridip Bhattacharjee17-Jun-09 20:44 
QuestionQuery Regarding Open Source DotNet Based Sql Database Synchronization?? Pin
Tridip Bhattacharjee17-Jun-09 20:42
professionalTridip Bhattacharjee17-Jun-09 20:42 
QuestionPrivew of Webcam Pin
S K Y17-Jun-09 20:07
S K Y17-Jun-09 20:07 
i can connect to webcam....
how can i show preview of webcam in picturebox...???


private void btnDecode_Click_1(object sender, EventArgs e)
        {           
            try
            {
                DeviceManager manager = new DeviceManagerClass();
                Device d = null;
                foreach (DeviceInfo info in manager.DeviceInfos)
                {
                    d = info.Connect();
                    
                }
                Item item = d.ExecuteCommand(CommandID.wiaCommandTakePicture);
                foreach (string format in item.Formats)
                {
                    WIA.ImageFile imagefile = item.Transfer(format) as WIA.ImageFile;
                    imagefile.SaveFile("d:\\test2.JPG");


A S E L A

AnswerRe: Privew of Webcam Pin
Christian Graus17-Jun-09 21:52
protectorChristian Graus17-Jun-09 21:52 
GeneralRe: Privew of Webcam Pin
S K Y18-Jun-09 1:12
S K Y18-Jun-09 1:12 
Questionhow to open a office document as a new document? Pin
amit_8317-Jun-09 19:46
professionalamit_8317-Jun-09 19:46 
GeneralRe: open office document Pin
Rajesh Anuhya17-Jun-09 20:02
professionalRajesh Anuhya17-Jun-09 20:02 
AnswerRe: how to open a office document as a new document? Pin
Vikram A Punathambekar17-Jun-09 20:36
Vikram A Punathambekar17-Jun-09 20:36 
GeneralRe: how to open a office document as a new document? Pin
amit_8317-Jun-09 21:21
professionalamit_8317-Jun-09 21:21 
QuestionFFT or DFT library for C# Pin
jobin00700717-Jun-09 19:33
jobin00700717-Jun-09 19:33 
AnswerRe: FFT or DFT library for C# Pin
Curtis Schlak.18-Jun-09 12:50
Curtis Schlak.18-Jun-09 12:50 
AnswerRe: FFT or DFT library for C# Pin
Steve Hageman15-Jul-16 12:20
Steve Hageman15-Jul-16 12:20 
Questionsetting the file version Pin
subramanyeswari17-Jun-09 18:21
subramanyeswari17-Jun-09 18:21 
QuestionIs it possible to get result set from a Oracle store procedure via ODBC? Pin
Morven Huang17-Jun-09 17:33
Morven Huang17-Jun-09 17:33 
QuestionCreating a new excel workbook with C# Pin
Jeffrey Webster17-Jun-09 17:31
Jeffrey Webster17-Jun-09 17:31 
AnswerRe: Creating a new excel workbook with C# Pin
padmanabhan N17-Jun-09 18:19
padmanabhan N17-Jun-09 18:19 
GeneralRe: Creating a new excel workbook with C# Pin
Jeffrey Webster17-Jun-09 18:38
Jeffrey Webster17-Jun-09 18:38 
GeneralRe: Creating a new excel workbook with C# Pin
padmanabhan N17-Jun-09 19:14
padmanabhan N17-Jun-09 19:14 
GeneralRe: Creating a new excel workbook with C# Pin
Jeffrey Webster18-Jun-09 5:14
Jeffrey Webster18-Jun-09 5:14 
GeneralRe: Found Office Pin
Jeffrey Webster17-Jun-09 19:28
Jeffrey Webster17-Jun-09 19:28 

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.