Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~916 People Reached
Favorite Forums
Favorite Tags

6 Posted Topics

Member Avatar for Kees Baltus

I was allready successfull to resize pictures to place them with the right relations in a picturebox (I have to present 16 pictures - just like thumbnails - on a form; the original imagesizes can go up to 6 MB). [B][COLOR=red]Problem: it takes too much time.[/COLOR][/B] [B]My procedure:[/B] Load picture …

Member Avatar for QVeen72
0
106
Member Avatar for Kees Baltus

Windows Explorer gives extended information of pictures such as Width, Height, Manufacturer, Cameramodel, Exposuretime, Picture made on, Date created, Date changed and so on. How to get access to these parameters in VB6.0? Thanks in advance Kees Baltus

Member Avatar for PVBert
0
124
Member Avatar for Kees Baltus

I need to read "Title tag" and "original date"of pictures. I installed WIAaut.dll and put Commondialog on form. :'( I can read all items from the Img.Properties with a loop. It is difficult to find out how to get only the "Title tag" and "DateTimeOriginal".

Member Avatar for Kees Baltus
0
111
Member Avatar for Kees Baltus

How to get access to picture information, such as Width, Heigth, Manufacturer, Cameramodel, Exposuretime, Picture made on, Date created, Date changed and so on. (just like in Windows Explorer)

Member Avatar for Kees Baltus
0
289
Member Avatar for pkatt_2003

[quote=pkatt_2003;334112]Hi, I am using MS access database with ADO control in VB. I want to display only those names in the combo box when I type a first letter in the combo box using visual basic. For Eg, When I type letter 'm' , the combo box should give a …

Member Avatar for Kees Baltus
0
137
Member Avatar for pranavdv

Public xlApp As New Excel.Application Public xlBook As Excel.Workbook Public xlSheet As Excel.Worksheet xlApp.Workbooks.OpenText FileName:= "Text.xls" cells(1,1)= "Test2" ActiveWorkbook.Close savechanges:=True xlApp.Quit

Member Avatar for Kees Baltus
0
149

The End.