Click here to Skip to main content
15,922,007 members
Home / Discussions / Windows Forms
   

Windows Forms

 
AnswerRe: Cinema Application Pin
Michael Sync30-Aug-07 20:18
Michael Sync30-Aug-07 20:18 
AnswerRe: Cinema Application Pin
Christian Graus2-Sep-07 10:29
protectorChristian Graus2-Sep-07 10:29 
GeneralRe: Cinema Application Pin
Vasudevan Deepak Kumar5-Sep-07 7:07
Vasudevan Deepak Kumar5-Sep-07 7:07 
QuestionFailed to identify calling batch script Pin
Jack Rong30-Aug-07 9:23
Jack Rong30-Aug-07 9:23 
QuestionPreventing Window Drags Pin
TyrionTheImp29-Aug-07 3:58
TyrionTheImp29-Aug-07 3:58 
QuestionProblem debugging custom UserControls Pin
Luka Grabarevic28-Aug-07 21:48
Luka Grabarevic28-Aug-07 21:48 
QuestionHow to upload image and save in a database Pin
Kartik Rathi28-Aug-07 21:01
Kartik Rathi28-Aug-07 21:01 
AnswerRe: How to upload image and save in a database Pin
Michael Sync30-Aug-07 20:05
Michael Sync30-Aug-07 20:05 
Do you wanna upload the image to a directory of Web Server?

Then, you can use "WebClient" for uploading the image..

Do you wanna upload the image to database?

then, convert the image to bytes and send it to database...

Dim prmPersonImage As New SqlParameter("@pPersonImage", SqlDbType.Image)<br />
prmPersonImage.Value = ImageContent<br />
myCommand.Parameters.Add(prmPersonImage)


Thanks and Regards,
Michael Sync ( Blog: http://michaelsync.net)

If you want to thank me for my help, please vote my message by clicking one of numbers beside "Rate this message". Why vote? Plz Read it here. Thank you. Smile | :)

GeneralRe: How to upload image and save in a database Pin
Kartik Rathi1-Sep-07 1:48
Kartik Rathi1-Sep-07 1:48 
GeneralRe: How to upload image and save in a database Pin
Michael Sync1-Sep-07 3:27
Michael Sync1-Sep-07 3:27 
QuestionHow to remove one line in the content of file Pin
thuannguyen28-Aug-07 19:23
thuannguyen28-Aug-07 19:23 
AnswerRe: How to remove one line in the content of file Pin
Christian Graus28-Aug-07 21:11
protectorChristian Graus28-Aug-07 21:11 
AnswerRe: How to remove one line in the content of file Pin
Paramhans Dubey29-Aug-07 20:20
professionalParamhans Dubey29-Aug-07 20:20 
Questionc+++ Pin
ellllllllie28-Aug-07 3:17
ellllllllie28-Aug-07 3:17 
AnswerRe: c+++ Pin
Colin Angus Mackay28-Aug-07 4:02
Colin Angus Mackay28-Aug-07 4:02 
GeneralRe: c+++ Pin
ellllllllie28-Aug-07 5:05
ellllllllie28-Aug-07 5:05 
QuestionC++ Pin
ellllllllie27-Aug-07 20:38
ellllllllie27-Aug-07 20:38 
AnswerRe: C++ Pin
Christian Graus28-Aug-07 21:10
protectorChristian Graus28-Aug-07 21:10 
QuestionWindows Forms Apperance Pin
PJ_1234526-Aug-07 20:53
PJ_1234526-Aug-07 20:53 
AnswerRe: Windows Forms Apperance Pin
Christian Graus2-Sep-07 11:26
protectorChristian Graus2-Sep-07 11:26 
Questionhow to get types of contols inside resx file Pin
ma7moud_7elmy26-Aug-07 10:58
ma7moud_7elmy26-Aug-07 10:58 
QuestionInfopath 2003 Pin
lavanya_satheesh23-Aug-07 2:22
lavanya_satheesh23-Aug-07 2:22 
QuestionWindows Forms Development Architecture Pin
PJ_1234522-Aug-07 23:53
PJ_1234522-Aug-07 23:53 
AnswerRe: Windows Forms Development Architecture Pin
Christian Graus23-Aug-07 0:16
protectorChristian Graus23-Aug-07 0:16 
AnswerRe: Windows Forms Development Architecture Pin
Brady Kelly23-Aug-07 0:57
Brady Kelly23-Aug-07 0:57 

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.