Hi there!
I’m having big trouble trying to design some stimuli for a visual experiment. Mainly because programming (and maths) is not my strong point, plus I’m not even sure if VB can do what I need…

Anyways, I’ve managed to draw a centred circle with specific parameters and a fixation point in the middle, but what I now need is to divide it into 6 equal parts by passing a line through each equally spaced point and the centre. While I know how to do that with a protractor on a piece of paper, I have no clue how to do it in code And it pains me to think this is just the simplest manipulation I need to do in order to draw this stimulus. I’m trying to take it one step at a time and figure out as much as I can on my own, but unfortunately time is against me . I’d appreciate any help, suggestions, advice… Thank you all!

PS: I’m using VB 6.0 and only have basic beginner knowledge.