Click here to Skip to main content
16,016,643 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionHow to get keystrokes Pin
SNUSER29-Sep-07 5:50
SNUSER29-Sep-07 5:50 
AnswerRe: How to get keystrokes Pin
Dave Kreskowiak29-Sep-07 11:54
mveDave Kreskowiak29-Sep-07 11:54 
QuestionPlaying System AVI Pin
LloydA11129-Sep-07 0:58
LloydA11129-Sep-07 0:58 
AnswerRe: Playing System AVI Pin
Dave Kreskowiak29-Sep-07 3:28
mveDave Kreskowiak29-Sep-07 3:28 
GeneralRe: Playing System AVI Pin
LloydA11129-Sep-07 3:35
LloydA11129-Sep-07 3:35 
QuestionLine deflection in 2D Pin
Yasin78629-Sep-07 0:51
Yasin78629-Sep-07 0:51 
AnswerRe: Line deflection in 2D Pin
Christian Graus29-Sep-07 0:57
protectorChristian Graus29-Sep-07 0:57 
AnswerRe: Line deflection in 2D Pin
Dave Kreskowiak29-Sep-07 3:16
mveDave Kreskowiak29-Sep-07 3:16 
You really need to abandon this approach. It's never going to get you anywhere. The only way you're going to get a line to bound off a mirror is to figure out the math to calculate a second line based on the angle of your mirror.

So what's the difference between drawing a line on a label control and drawing one on the form?? The simplicity of not having to worry about yet another control is what!!

For the last time, you need to stop what you're doing, figure out how you're going to represent the data and how you're going to manipulate that data. THEN you can write the code to draw the image that's going to represent this "laser and mirrors" data.

A game is nothing more than a visual display of a very specialized, interactive database.


Since you continuously ignore the advice you're givien, any further attempts at asking the same questions will do nothing more than beg for replies of silence.


A guide to posting questions on CodeProject[^]

Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007


AnswerRe: Line deflection in 2D Pin
DanB198329-Sep-07 9:21
DanB198329-Sep-07 9:21 
QuestionControlPaint Pin
freefika29-Sep-07 0:15
freefika29-Sep-07 0:15 
AnswerRe: ControlPaint Pin
Dave Kreskowiak29-Sep-07 3:09
mveDave Kreskowiak29-Sep-07 3:09 
GeneralRe: ControlPaint Pin
freefika29-Sep-07 4:47
freefika29-Sep-07 4:47 
GeneralRe: ControlPaint Pin
Dave Kreskowiak29-Sep-07 5:14
mveDave Kreskowiak29-Sep-07 5:14 
GeneralRe: ControlPaint Pin
freefika29-Sep-07 5:38
freefika29-Sep-07 5:38 
QuestionBook Name Pin
sivaraman_sankaranarayanan28-Sep-07 23:42
sivaraman_sankaranarayanan28-Sep-07 23:42 
AnswerRe: Book Name Pin
Christian Graus29-Sep-07 0:25
protectorChristian Graus29-Sep-07 0:25 
GeneralRe: Book Name Pin
Paul Conrad29-Sep-07 7:05
professionalPaul Conrad29-Sep-07 7:05 
AnswerRe: Book Name Pin
Dave Kreskowiak29-Sep-07 3:07
mveDave Kreskowiak29-Sep-07 3:07 
GeneralRe: Book Name Pin
GuyThiebaut29-Sep-07 6:15
professionalGuyThiebaut29-Sep-07 6:15 
GeneralRe: Book Name Pin
Paul Conrad29-Sep-07 7:07
professionalPaul Conrad29-Sep-07 7:07 
GeneralRe: Book Name Pin
Dave Kreskowiak29-Sep-07 7:49
mveDave Kreskowiak29-Sep-07 7:49 
GeneralRe: Book Name Pin
Paul Conrad29-Sep-07 10:39
professionalPaul Conrad29-Sep-07 10:39 
GeneralRe: Book Name Pin
Dave Kreskowiak29-Sep-07 11:49
mveDave Kreskowiak29-Sep-07 11:49 
QuestionRDO connection code Pin
ma$$$$$$$$$$$a28-Sep-07 22:41
ma$$$$$$$$$$$a28-Sep-07 22:41 
AnswerRe: RDO connection code Pin
Dave Kreskowiak29-Sep-07 3:00
mveDave Kreskowiak29-Sep-07 3:00 

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.