Click here to Skip to main content
15,881,709 members
Home / Discussions / C#
   

C#

 
QuestionMessage Closed Pin
3-Nov-14 1:09
Member 112020153-Nov-14 1:09 
AnswerMessage Removed Pin
3-Nov-14 1:24
professionalEddy Vluggen3-Nov-14 1:24 
Questionhow to show image in picture box in C# which is there in dynamicDotNetTwain1 Pin
Member 112000472-Nov-14 7:51
Member 112000472-Nov-14 7:51 
AnswerRe: how to show image in picture box in C# which is there in dynamicDotNetTwain1 Pin
CHill602-Nov-14 10:07
mveCHill602-Nov-14 10:07 
GeneralRe: how to show image in picture box in C# which is there in dynamicDotNetTwain1 Pin
Member 112000472-Nov-14 20:22
Member 112000472-Nov-14 20:22 
GeneralRe: how to show image in picture box in C# which is there in dynamicDotNetTwain1 Pin
Pete O'Hanlon2-Nov-14 20:33
mvePete O'Hanlon2-Nov-14 20:33 
GeneralRe: how to show image in picture box in C# which is there in dynamicDotNetTwain1 Pin
Member 112000473-Nov-14 4:38
Member 112000473-Nov-14 4:38 
GeneralRe: how to show image in picture box in C# which is there in dynamicDotNetTwain1 Pin
Member 112000473-Nov-14 4:39
Member 112000473-Nov-14 4:39 
C#
namespace WindowsFormsApplication1

{

    public partial class Form1 : Form

    {

        public Form1()

        {

            InitializeComponent();

        }



        private void button1_Click(object sender, EventArgs e)

        {

            dynamicDotNetTwain1.SelectSource();

            dynamicDotNetTwain1.CloseSource();

            dynamicDotNetTwain1.OpenSource();

            dynamicDotNetTwain1.AcquireImage();

        }

    }

}

now  dynamicDotNetTwain1 have a image i want to save this into sql server

GeneralRe: how to show image in picture box in C# which is there in dynamicDotNetTwain1 Pin
Pete O'Hanlon3-Nov-14 5:18
mvePete O'Hanlon3-Nov-14 5:18 
QuestionCoding in C# Pin
Member 111998292-Nov-14 3:33
Member 111998292-Nov-14 3:33 
AnswerRe: Coding in C# PinPopular
OriginalGriff2-Nov-14 3:44
mveOriginalGriff2-Nov-14 3:44 
AnswerRe: Coding in C# Pin
ZurdoDev3-Nov-14 2:44
professionalZurdoDev3-Nov-14 2:44 
AnswerRe: Coding in C# Pin
Simon_Whale3-Nov-14 5:12
Simon_Whale3-Nov-14 5:12 
GeneralRe: Coding in C# Pin
Member 111998293-Nov-14 5:22
Member 111998293-Nov-14 5:22 
GeneralRe: Coding in C# Pin
V.5-Nov-14 3:14
professionalV.5-Nov-14 3:14 
QuestionI need helping to program project by c# Pin
Member 111993481-Nov-14 21:37
Member 111993481-Nov-14 21:37 
AnswerRe: I need helping to program project by c# Pin
Richard MacCutchan1-Nov-14 22:05
mveRichard MacCutchan1-Nov-14 22:05 
AnswerRe: I need helping to program project by c# Pin
OriginalGriff1-Nov-14 23:48
mveOriginalGriff1-Nov-14 23:48 
SuggestionRe: I need helping to program project by c# Pin
Kornfeld Eliyahu Peter2-Nov-14 0:42
professionalKornfeld Eliyahu Peter2-Nov-14 0:42 
GeneralC# Pin
mahen287@gmail.com1-Nov-14 7:38
professionalmahen287@gmail.com1-Nov-14 7:38 
SuggestionRe: C# Pin
Kornfeld Eliyahu Peter1-Nov-14 8:18
professionalKornfeld Eliyahu Peter1-Nov-14 8:18 
GeneralRe: C# Pin
Kornfeld Eliyahu Peter1-Nov-14 8:19
professionalKornfeld Eliyahu Peter1-Nov-14 8:19 
GeneralRe: C# Pin
PIEBALDconsult1-Nov-14 8:31
mvePIEBALDconsult1-Nov-14 8:31 
GeneralRe: C# Pin
OriginalGriff1-Nov-14 23:50
mveOriginalGriff1-Nov-14 23:50 
QuestionSSIS package Pin
Sachin Malviya31-Oct-14 5:20
Sachin Malviya31-Oct-14 5:20 

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.