Click here to Skip to main content
15,921,577 members
Home / Discussions / C#
   

C#

 
AnswerRe: Add Table To DBML - Doesn't Show Up In Code Pin
Brisingr Aerowing9-Oct-13 8:54
professionalBrisingr Aerowing9-Oct-13 8:54 
Questionopen filestream Pin
electriac8-Oct-13 9:47
electriac8-Oct-13 9:47 
AnswerRe: open filestream Pin
Richard MacCutchan8-Oct-13 9:51
mveRichard MacCutchan8-Oct-13 9:51 
GeneralRe: open filestream Pin
electriac8-Oct-13 9:54
electriac8-Oct-13 9:54 
GeneralRe: open filestream Pin
Richard MacCutchan8-Oct-13 9:58
mveRichard MacCutchan8-Oct-13 9:58 
GeneralRe: open filestream Pin
Dave Kreskowiak8-Oct-13 18:50
mveDave Kreskowiak8-Oct-13 18:50 
AnswerRe: open filestream Pin
Eddy Vluggen8-Oct-13 22:33
professionalEddy Vluggen8-Oct-13 22:33 
AnswerRe: open filestream Pin
Richard Deeming9-Oct-13 1:36
mveRichard Deeming9-Oct-13 1:36 
QuestionDetect Hyper-Threaded Cores Pin
Nicolas Légaré8-Oct-13 9:33
Nicolas Légaré8-Oct-13 9:33 
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 

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.