Click here to Skip to main content
15,898,938 members
Home / Discussions / C#
   

C#

 
GeneralRe: Save Images in SQl Server Pin
PIEBALDconsult16-Sep-13 13:37
mvePIEBALDconsult16-Sep-13 13:37 
GeneralRe: Save Images in SQl Server Pin
sigridslima16-Sep-13 14:35
sigridslima16-Sep-13 14:35 
AnswerRe: Save Images in SQl Server Pin
OriginalGriff14-Sep-13 22:17
mveOriginalGriff14-Sep-13 22:17 
QuestionC# Application - SQL Syntax Problem Pin
Member 1026694314-Sep-13 16:34
Member 1026694314-Sep-13 16:34 
AnswerRe: C# Application - SQL Syntax Problem Pin
PIEBALDconsult14-Sep-13 17:17
mvePIEBALDconsult14-Sep-13 17:17 
GeneralRe: C# Application - SQL Syntax Problem Pin
Member 1026694315-Sep-13 11:03
Member 1026694315-Sep-13 11:03 
AnswerRe: C# Application - SQL Syntax Problem Pin
Dave Kreskowiak14-Sep-13 19:12
mveDave Kreskowiak14-Sep-13 19:12 
QuestionGet the value of RepositoryItemPictureEdit in GridControl Pin
nhanlaptrinh14-Sep-13 9:26
nhanlaptrinh14-Sep-13 9:26 
I have one GridControl Form can contain column of type image PictureEdit and 1 Button, when its current right-click the column cell of the selected images and photos from your computer to load. But when I click on the Button will not get the value of the image column, I wrote the following code:
C#
 using (MemoryStream stream = new MemoryStream())
{        repositoryItemPictureEdit1.Appearance.Image.Save(stream, ImageFormat.Jpeg);
}


The code on the report when it is run "Object reference not set to an instance of an object."

What do you know with his help, thank you very much.

modified 14-Sep-13 21:08pm.

AnswerRe: Get the value of RepositoryItemPictureEdit in GridControl Pin
Richard MacCutchan14-Sep-13 21:45
mveRichard MacCutchan14-Sep-13 21:45 
QuestionDLLIMPORT - SENDMESSAGE Pin
M Riaz Bashir14-Sep-13 5:01
M Riaz Bashir14-Sep-13 5:01 
AnswerRe: DLLIMPORT - SENDMESSAGE Pin
Richard MacCutchan14-Sep-13 5:42
mveRichard MacCutchan14-Sep-13 5:42 
AnswerRe: DLLIMPORT - SENDMESSAGE Pin
TnTinMn14-Sep-13 8:39
TnTinMn14-Sep-13 8:39 
QuestionHelp Regarding Source Code Of Meshack Pin
Caiser Mahmood13-Sep-13 23:34
Caiser Mahmood13-Sep-13 23:34 
AnswerRe: Help Regarding Source Code Of Meshack Pin
Abhinav S14-Sep-13 0:51
Abhinav S14-Sep-13 0:51 
GeneralRe: Help Regarding Source Code Of Meshack Pin
Richard MacCutchan14-Sep-13 1:17
mveRichard MacCutchan14-Sep-13 1:17 
QuestionHow can I change "zoom" value in print preview dialog ? Pin
babak1413-Sep-13 21:51
babak1413-Sep-13 21:51 
AnswerRe: How can I change "zoom" value in print preview dialog ? Pin
Abhinav S13-Sep-13 22:18
Abhinav S13-Sep-13 22:18 
GeneralRe: How can I change "zoom" value in print preview dialog ? Pin
babak1413-Sep-13 22:30
babak1413-Sep-13 22:30 
QuestionHow can I maximize print preview dialog ? Pin
babak1413-Sep-13 21:46
babak1413-Sep-13 21:46 
Questionembedding external application into from panel Pin
eng.iris13-Sep-13 13:11
eng.iris13-Sep-13 13:11 
AnswerRe: embedding external application into from panel Pin
BillWoodruff13-Sep-13 16:25
professionalBillWoodruff13-Sep-13 16:25 
GeneralRe: embedding external application into from panel Pin
eng.iris13-Sep-13 17:14
eng.iris13-Sep-13 17:14 
Questionproblem with time field in MySQL Pin
Jassim Rahma13-Sep-13 12:24
Jassim Rahma13-Sep-13 12:24 
AnswerRe: problem with time field in MySQL Pin
Midnight Ahri13-Sep-13 14:02
Midnight Ahri13-Sep-13 14:02 
AnswerRe: problem with time field in MySQL Pin
Richard MacCutchan13-Sep-13 22:32
mveRichard MacCutchan13-Sep-13 22:32 

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.