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

C#

 
GeneralRe: C# Database Image Manager Pin
rattlerrFx31-Dec-14 12:24
rattlerrFx31-Dec-14 12:24 
AnswerRe: C# Database Image Manager Pin
Richard Andrew x6431-Dec-14 12:27
professionalRichard Andrew x6431-Dec-14 12:27 
GeneralRe: C# Database Image Manager Pin
rattlerrFx31-Dec-14 12:29
rattlerrFx31-Dec-14 12:29 
GeneralRe: C# Database Image Manager Pin
rattlerrFx31-Dec-14 12:42
rattlerrFx31-Dec-14 12:42 
GeneralRe: C# Database Image Manager Pin
SledgeHammer0131-Dec-14 12:30
SledgeHammer0131-Dec-14 12:30 
GeneralRe: C# Database Image Manager Pin
rattlerrFx31-Dec-14 12:34
rattlerrFx31-Dec-14 12:34 
GeneralRe: C# Database Image Manager Pin
SledgeHammer0131-Dec-14 12:45
SledgeHammer0131-Dec-14 12:45 
GeneralRe: C# Database Image Manager Pin
rattlerrFx31-Dec-14 12:55
rattlerrFx31-Dec-14 12:55 
Thank You for the Help it is greatly appreciated..Thumbs Up | :thumbsup:

Modified the connection string a new error is produced:

C#
imagePictureBox.Image = System.Drawing.Image.FromStream(ms);



System.ArgumentException occurred
HResult=-2147024809
Message=Parameter is not valid.
Source=System.Drawing
StackTrace:
at System.Drawing.Image.FromStream(Stream stream, Boolean useEmbeddedColorManagement, Boolean validateImageData)
at System.Drawing.Image.FromStream(Stream stream)
at MusicStoreImageManager.ImageManagerForm.imageIDComboBox_SelectedIndexChanged(Object sender, EventArgs e) in c:\Users\Gerry\Downloads\sq12_allfiles\SQL Server 2012\Projects\C#\Chapter 20b\MusicStoreImageManager\ImageManagerForm.cs:line 45
InnerException:
GeneralRe: C# Database Image Manager Pin
SledgeHammer0131-Dec-14 14:21
SledgeHammer0131-Dec-14 14:21 
GeneralRe: C# Database Image Manager Pin
rattlerrFx31-Dec-14 19:22
rattlerrFx31-Dec-14 19:22 
GeneralRe: C# Database Image Manager Pin
SledgeHammer011-Jan-15 6:48
SledgeHammer011-Jan-15 6:48 
GeneralRe: C# Database Image Manager Pin
rattlerrFx1-Jan-15 7:17
rattlerrFx1-Jan-15 7:17 
Question(solved) an interesting "edge case" in use of Action as Value in generic Dictionary: C# language discussion Pin
BillWoodruff31-Dec-14 0:40
professionalBillWoodruff31-Dec-14 0:40 
AnswerRe: an interesting "edge case" in use of Action as Value in generic Dictionary: C# language discussion Pin
Kornfeld Eliyahu Peter31-Dec-14 3:53
professionalKornfeld Eliyahu Peter31-Dec-14 3:53 
AnswerRe: an interesting "edge case" in use of Action as Value in generic Dictionary: C# language discussion Pin
Dave Kreskowiak31-Dec-14 4:11
mveDave Kreskowiak31-Dec-14 4:11 
GeneralRe: an interesting "edge case" in use of Action as Value in generic Dictionary: C# language discussion Pin
Kornfeld Eliyahu Peter31-Dec-14 6:08
professionalKornfeld Eliyahu Peter31-Dec-14 6:08 
Questioncreating internet explorer toolbar that extract all the elements from the active tab Pin
csgan9730-Dec-14 14:54
csgan9730-Dec-14 14:54 
AnswerRe: creating internet explorer toolbar that extract all the elements from the active tab Pin
Dave Kreskowiak30-Dec-14 18:18
mveDave Kreskowiak30-Dec-14 18:18 
AnswerRe: creating internet explorer toolbar that extract all the elements from the active tab Pin
Hamid_RT31-Dec-14 20:49
Hamid_RT31-Dec-14 20:49 
Questionjava.security.PrivateKey Pin
bindupv29-Dec-14 23:18
bindupv29-Dec-14 23:18 
AnswerRe: java.security.PrivateKey Pin
Richard MacCutchan30-Dec-14 0:54
mveRichard MacCutchan30-Dec-14 0:54 
QuestionI can not apply Drag Drop in this case Pin
VisualLive29-Dec-14 23:14
VisualLive29-Dec-14 23:14 
AnswerRe: I can not apply Drag Drop in this case Pin
Richard MacCutchan30-Dec-14 0:53
mveRichard MacCutchan30-Dec-14 0:53 
GeneralRe: I can not apply Drag Drop in this case Pin
VisualLive30-Dec-14 14:59
VisualLive30-Dec-14 14:59 
QuestionHow to organize this data Pin
turbosupramk329-Dec-14 8:14
turbosupramk329-Dec-14 8:14 

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.