Click here to Skip to main content
15,910,083 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionListBox with Icons Pin
CodingYoshi23-Nov-06 10:51
CodingYoshi23-Nov-06 10:51 
AnswerRe: ListBox with Icons Pin
MatrixCoder23-Nov-06 12:48
MatrixCoder23-Nov-06 12:48 
GeneralRe: ListBox with Icons Pin
CodingYoshi28-Nov-06 3:51
CodingYoshi28-Nov-06 3:51 
GeneralRe: ListBox with Icons Pin
MatrixCoder28-Nov-06 9:56
MatrixCoder28-Nov-06 9:56 
QuestionGive Picture a defined Shadow.. Pin
martinx23-Nov-06 9:50
martinx23-Nov-06 9:50 
AnswerRe: Give Picture a defined Shadow.. Pin
Dave Sexton23-Nov-06 19:23
Dave Sexton23-Nov-06 19:23 
GeneralRe: Give Picture a defined Shadow.. Pin
martinx23-Nov-06 19:28
martinx23-Nov-06 19:28 
AnswerRe: Give Picture a defined Shadow.. Pin
Thomas Stockwell25-Nov-06 15:45
professionalThomas Stockwell25-Nov-06 15:45 
Personally, I would create a new control where you can control the painting procedures. In this control I would of course have the property of the image to shadow. Then in the paint event I would first draw the shadow of the image using ControlPaint.DrawImageDisabled(...) and then draw the slightly displaced image overtop of the shadow using the g.DrawImage routine (g is the Graphics object of the paint routine). I'll try to look for some code from a project that I just created that paints a shadowed image and post it. I would not even consider using shadows with a picturebox, it can only lead to trouble.



Regards,
Thomas Stockwell

Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning.

Visit my homepage Oracle Studios[^]

GeneralRe: Give Picture a defined Shadow.. Pin
martinx29-Nov-06 19:28
martinx29-Nov-06 19:28 
GeneralRe: Give Picture a defined Shadow.. Pin
Thomas Stockwell30-Nov-06 10:44
professionalThomas Stockwell30-Nov-06 10:44 
QuestionReal Transparent Picturebox ? Pin
martinx23-Nov-06 9:45
martinx23-Nov-06 9:45 
AnswerRe: Real Transparent Picturebox ? Pin
jsampsonPC23-Nov-06 9:56
jsampsonPC23-Nov-06 9:56 
GeneralRe: Real Transparent Picturebox ? Pin
martinx23-Nov-06 19:29
martinx23-Nov-06 19:29 
GeneralRe: Real Transparent Picturebox ? Pin
jsampsonPC24-Nov-06 3:50
jsampsonPC24-Nov-06 3:50 
QuestionHow to compare files? Pin
Zenly23-Nov-06 7:44
Zenly23-Nov-06 7:44 
AnswerRe: How to compare files? Pin
Crispin Horsfield23-Nov-06 7:58
professionalCrispin Horsfield23-Nov-06 7:58 
GeneralRe: How to compare files? Pin
Zenly23-Nov-06 8:06
Zenly23-Nov-06 8:06 
AnswerRe: How to compare files? Pin
Zenly28-Nov-06 2:33
Zenly28-Nov-06 2:33 
Questionusing windows media SDK API methods Pin
jady8423-Nov-06 7:23
jady8423-Nov-06 7:23 
QuestionExecuteMode defaults back to NonQuery Pin
jskuse23-Nov-06 5:10
jskuse23-Nov-06 5:10 
QuestionQuick Help!!!!!!!!!!!!!!!!!!!!!!!!!! Pin
dannydefreakagain23-Nov-06 4:51
dannydefreakagain23-Nov-06 4:51 
QuestionProblem with my VB setup program. Pin
dannydefreakagain23-Nov-06 4:45
dannydefreakagain23-Nov-06 4:45 
AnswerRe: Problem with my VB setup program. Pin
Johan Hakkesteegt23-Nov-06 22:15
Johan Hakkesteegt23-Nov-06 22:15 
QuestionDataAdapter - What is writen back to Server in UPDATE Pin
RichardBerry23-Nov-06 4:33
RichardBerry23-Nov-06 4:33 
AnswerRe: DataAdapter - What is writen back to Server in UPDATE Pin
jsampsonPC23-Nov-06 10:06
jsampsonPC23-Nov-06 10:06 

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.