| | |
The API
Please support our VB.NET advertiser: Programming Forums - DaniWeb Sister Site
![]() |
Not clearly enough...
Never tried = Never Know
So, Please do something before post your thread.
* PM Asking will be ignored *
So, Please do something before post your thread.
* PM Asking will be ignored *
There's no API calls needed. If you have a picturebox control and an image file, you just do the following:
Of cource, there are other ways to get and display images depending on the source of the image.
VB.NET Syntax (Toggle Plain Text)
PictureBox1.Image = Image.FromFile("C:\somepic.jpg")
Teme64 @ Windows Developer Blog
Still no API needed.
and the picture box is a control in the repeater control.
VB.NET Syntax (Toggle Plain Text)
Imports System.IO Dim MemStream As MemoryStream Dim ByteArr() As Byte ' Read image bytes from the file ByteArr = My.Computer.FileSystem.ReadAllBytes("C:\somepic.jpg") ' Create a memory stream from the bytes MemStream = New MemoryStream(ByteArr) ' Create an image from the stream PictureBox1.Image = Image.FromStream(MemStream)
Teme64 @ Windows Developer Blog
![]() |
Similar Threads
- Creating A Table With Win32 Api (C++)
- C++ WinSNMP API: (C++)
- Google API (Search Engine Optimization)
- java uses or overrides a deprecated API?? (Java)
- AutoCAD API and VB.NET (VB.NET)
- Windows Api Tutorial (C++)
Other Threads in the VB.NET Forum
- Previous Thread: HELP! In View menu, Designer is missing!
- Next Thread: VB6 Input and getting Output.
Views: 410 | Replies: 4
| Thread Tools | Search this Thread |
Tag cloud for VB.NET
.net .net2008 2008 access advanced application array basic beginner browser button buttons center class click client code combo convert cuesent data database datagrid datagridview date datetimepicker design designer dissertation dissertations dissertationtopic eclipse excel exists fade filter forms function html images lib listview map mobile module msaccess net number objects open panel pdf picturebox picturebox2 port position print printing problem read refresh regex richtextbox right-to-left save search serial settings shutdown socket sorting sqldatbase sqlserver studio temperature textbox timer timespan transparency txttoxmlconverter usercontol validation vb vb.net vb2008 vba vbnet visual visualbasic visualbasic.net visualstudio.net visualstudio2008 web webbrowser winforms winsock wpf wrapingcode xml year






