Click here to Skip to main content
15,887,746 members
Home / Discussions / C#
   

C#

 
AnswerRe: Detect Hyper-Threaded Cores Pin
Eddy Vluggen9-Oct-13 0:29
professionalEddy Vluggen9-Oct-13 0:29 
GeneralRe: Detect Hyper-Threaded Cores Pin
Nicolas Légaré9-Oct-13 10:21
Nicolas Légaré9-Oct-13 10:21 
QuestionSimples Snaplines code Pin
Spessotto8-Oct-13 5:05
Spessotto8-Oct-13 5:05 
AnswerRe: Simples Snaplines code Pin
Ron Beyer8-Oct-13 5:52
professionalRon Beyer8-Oct-13 5:52 
GeneralRe: Simples Snaplines code Pin
Spessotto8-Oct-13 6:27
Spessotto8-Oct-13 6:27 
GeneralRe: Simples Snaplines code Pin
Ron Beyer8-Oct-13 7:11
professionalRon Beyer8-Oct-13 7:11 
GeneralRe: Simples Snaplines code Pin
Spessotto8-Oct-13 9:21
Spessotto8-Oct-13 9:21 
GeneralRe: Simples Snaplines code Pin
Ron Beyer8-Oct-13 9:44
professionalRon Beyer8-Oct-13 9:44 
This will have to be a custom solution then. It really depends on your code, but what I would do is to get the ControlDesigner from the TextBox and see what the offsets for the snap lines are. These lines are then drawn on the main form when the X or Y approaches (within some number of pixels) another control on the form.

There really isn't a "simple" solution to the problem when implementing your own designer. Its really a lot of work to determine if the form is in design mode, get the control designer, get the snap lines properties, find out where the control is in relation to other controls, read their snap lines properties and then draw the lines on the form.
Questiondevelop multiplayer game Pin
cdpsource8-Oct-13 2:33
cdpsource8-Oct-13 2:33 
AnswerRe: develop multiplayer game Pin
Eddy Vluggen8-Oct-13 5:00
professionalEddy Vluggen8-Oct-13 5:00 
GeneralRe: develop multiplayer game Pin
cdpsource8-Oct-13 21:05
cdpsource8-Oct-13 21:05 
GeneralRe: develop multiplayer game Pin
Eddy Vluggen9-Oct-13 3:04
professionalEddy Vluggen9-Oct-13 3:04 
AnswerRe: develop multiplayer game Pin
OriginalGriff8-Oct-13 8:55
mveOriginalGriff8-Oct-13 8:55 
AnswerRe: develop multiplayer game Pin
Abhinav S8-Oct-13 20:44
Abhinav S8-Oct-13 20:44 
QuestionInsert Multiple data inputs on single row Pin
ramkie7-Oct-13 21:38
ramkie7-Oct-13 21:38 
AnswerRe: Insert Multiple data inputs on single row Pin
BillWoodruff7-Oct-13 22:42
professionalBillWoodruff7-Oct-13 22:42 
AnswerRe: Insert Multiple data inputs on single row Pin
Dave Kreskowiak8-Oct-13 5:42
mveDave Kreskowiak8-Oct-13 5:42 
AnswerRe: Insert Multiple data inputs on single row Pin
techyamit78-Oct-13 20:03
techyamit78-Oct-13 20:03 
QuestionReverse GeoCoding Pin
Kevin Marois7-Oct-13 10:57
professionalKevin Marois7-Oct-13 10:57 
AnswerRe: Reverse GeoCoding Pin
Pete O'Hanlon7-Oct-13 11:27
mvePete O'Hanlon7-Oct-13 11:27 
GeneralRe: Reverse GeoCoding Pin
Kevin Marois7-Oct-13 11:45
professionalKevin Marois7-Oct-13 11:45 
GeneralRe: Reverse GeoCoding Pin
Pete O'Hanlon7-Oct-13 11:57
mvePete O'Hanlon7-Oct-13 11:57 
GeneralRe: Reverse GeoCoding Pin
Kevin Marois7-Oct-13 12:00
professionalKevin Marois7-Oct-13 12:00 
GeneralRe: Reverse GeoCoding Pin
Pete O'Hanlon7-Oct-13 12:13
mvePete O'Hanlon7-Oct-13 12:13 
GeneralRe: Reverse GeoCoding Pin
Kevin Marois7-Oct-13 12:40
professionalKevin Marois7-Oct-13 12:40 

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.