How to down load image properties.
Answer / Md. Shahid Kabeer
To download image properties in Visual Basic, you can use the `System.Drawing.Bitmap` class. Here's a simplified example:nnDim bmp As New Bitmap(imgUrl)n' imgUrl is the URL of the imagenn' To get image properties such as width and height:nnDim w As Integer = bmp.WidthnDim h As Integer = bmp.Height
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain about Caturing Baseline.
How can we call Stored procedure of Back End in RDO and ADO ?
How do I tell when an application executed using the SHELL command is finished?
What are the different compatibility types when we create a COM component?
I'm getting error message "Reserved Error [-nnnn] ("There is no message for this error")" from Jet Engine 2.0.Why?
Which controls can not be placed in MDI ?
How would you add column headers in listview control?
Can a VB application be an OLE server?
how to create exe file using vb
How can you determine performance standards?
Explain the types of Views in Listview Control?
What is the difference between Single and Double in VB?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)