Click here to Skip to main content
15,921,840 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: How to rotate images? Pin
Zaegra10-Apr-07 22:00
Zaegra10-Apr-07 22:00 
GeneralRe: How to rotate images? Pin
Diego F.10-Apr-07 22:11
Diego F.10-Apr-07 22:11 
GeneralRe: How to rotate images? Pin
Christian Graus10-Apr-07 22:40
protectorChristian Graus10-Apr-07 22:40 
GeneralRe: How to rotate images? Pin
Zaegra10-Apr-07 22:47
Zaegra10-Apr-07 22:47 
GeneralRe: How to rotate images? Pin
Diego F.10-Apr-07 23:01
Diego F.10-Apr-07 23:01 
GeneralRe: How to rotate images? Pin
Krish - KP10-Apr-07 23:17
Krish - KP10-Apr-07 23:17 
GeneralRe: How to rotate images? Pin
Diego F.10-Apr-07 23:30
Diego F.10-Apr-07 23:30 
GeneralRe: How to rotate images? Pin
Diego F.11-Apr-07 2:12
Diego F.11-Apr-07 2:12 
I could do it with that code:

Dim indice As Integer = DADLV1.SelectedItems(0).ImageIndex
Dim im As System.Drawing.Image = ImageList1.Images(indice)
im.RotateFlip(RotateFlipType.Rotate90FlipNone)

ImageList1.Images(indice) = im
DADLV1.Refresh()

But now the problem is that images have different vertical and horizontal size and the rotation just work in a perfect square as I see, so it doesn't rotate the whole image.

Regards,

Diego F.

GeneralRe: How to rotate images? Pin
Diego F.11-Apr-07 2:29
Diego F.11-Apr-07 2:29 
Question.exe file creation Pin
navyasri10-Apr-07 20:51
navyasri10-Apr-07 20:51 
AnswerRe: .exe file creation Pin
Krish - KP10-Apr-07 20:55
Krish - KP10-Apr-07 20:55 
AnswerRe: .exe file creation Pin
Christian Graus10-Apr-07 20:56
protectorChristian Graus10-Apr-07 20:56 
AnswerRe: .exe file creation Pin
kigali10-Apr-07 23:14
kigali10-Apr-07 23:14 
QuestionProgram does not respond Pin
Zaegra10-Apr-07 20:46
Zaegra10-Apr-07 20:46 
AnswerRe: Program does not respond Pin
Christian Graus10-Apr-07 20:57
protectorChristian Graus10-Apr-07 20:57 
GeneralRe: Program does not respond Pin
Zaegra10-Apr-07 21:53
Zaegra10-Apr-07 21:53 
GeneralRe: Program does not respond Pin
Christian Graus10-Apr-07 22:41
protectorChristian Graus10-Apr-07 22:41 
QuestionInvalid Exception code was unhandled by user code? Pin
Eswar4u10-Apr-07 20:38
Eswar4u10-Apr-07 20:38 
AnswerRe: Invalid Exception code was unhandled by user code? Pin
Christian Graus10-Apr-07 21:23
protectorChristian Graus10-Apr-07 21:23 
GeneralRe: Invalid Exception code was unhandled by user code? Pin
Colin Angus Mackay10-Apr-07 22:21
Colin Angus Mackay10-Apr-07 22:21 
GeneralRe: Invalid Exception code was unhandled by user code? Pin
Eswar4u11-Apr-07 20:01
Eswar4u11-Apr-07 20:01 
GeneralRe: Invalid Exception code was unhandled by user code? Pin
Christian Graus12-Apr-07 1:50
protectorChristian Graus12-Apr-07 1:50 
QuestionCreate Windows Like Dll [modified] Pin
Kumaran21cen10-Apr-07 19:26
Kumaran21cen10-Apr-07 19:26 
AnswerRe: Create Windows Like Dll Pin
Christian Graus10-Apr-07 20:55
protectorChristian Graus10-Apr-07 20:55 
AnswerRe: Create Windows Like Dll Pin
Dave Kreskowiak11-Apr-07 5:27
mveDave Kreskowiak11-Apr-07 5:27 

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.