Search:
Namespaces
Discussions
.NET v1.1
Feedback
ASPFriends.com 'winforms-cs' list Archive - August 2004
Messages
Page:
1
More Graphics from an SQL-Server table column (4 replies)
ASPFriends.com 'winforms-cs' list
I've implemented the following code: In the Form Load: Binding imageBind 3D new Binding("Image", DataClass. dataSet.Tables[DataClass.TableName], "Drawing"); // Column "Drawing" contains the images imageBind.Format 3D new ConvertEventHandler(FormatImageData); this.pictureBox1.DataBindings.Add(imageBind); private void FormatImageData(object sender, ConvertEventArgs e) { if (e.DesiredType 3D 3D typeo...
Ad
MBR BootFX
Best-of-breed application framework for .NET projects, developed by Matthew Baxter-Reynolds and MBR IT
Copyright © Matthew Baxter-Reynolds 2001-2008. '.NET 247 Software Development Services' is a trading style of MBR IT Solutions Ltd.
Contact Us
-
Terms of Use
-
Privacy Policy
-
www.dotnet247.com