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

C#

 
AnswerRe: Need to design circular track bar in c# Pin
Alan Balkany14-Dec-12 4:42
Alan Balkany14-Dec-12 4:42 
QuestionStart method Pin
messages14-Dec-12 2:17
messages14-Dec-12 2:17 
AnswerRe: Start method Pin
Simon_Whale14-Dec-12 3:54
Simon_Whale14-Dec-12 3:54 
GeneralRe: Start method Pin
messages14-Dec-12 5:05
messages14-Dec-12 5:05 
GeneralRe: Start method Pin
Simon_Whale14-Dec-12 5:14
Simon_Whale14-Dec-12 5:14 
GeneralRe: Start method Pin
messages14-Dec-12 6:11
messages14-Dec-12 6:11 
QuestionPrinting BST Pin
KeithF14-Dec-12 1:52
KeithF14-Dec-12 1:52 
AnswerRe: Printing BST Pin
Alan Balkany14-Dec-12 4:47
Alan Balkany14-Dec-12 4:47 
The secret to drawing a binary tree is to start with the leaves.

A depth-first search will go through the leaves in order from left to right. Increment each leaf's X coordinate to allow space for the previous leaf. The Y coordinate comes from the depth of the leaf's level.

When the coordinates have been assigned to all of an interior node's sons, you can use them to position the interior node in the middle, above its sons.

When all nodes have coordinates, just cycle through them and draw them.
"Microsoft -- Adding unnecessary complexity to your work since 1987!"

GeneralRe: Printing BST Pin
April Fans22-Dec-12 21:41
April Fans22-Dec-12 21:41 
QuestionNeed help to show text lines from .txt file in listbox Pin
dr_iton13-Dec-12 22:41
dr_iton13-Dec-12 22:41 
AnswerRe: Need help to show text lines from .txt file in listbox Pin
Richard MacCutchan13-Dec-12 22:48
mveRichard MacCutchan13-Dec-12 22:48 
GeneralRe: Need help to show text lines from .txt file in listbox Pin
dr_iton14-Dec-12 0:10
dr_iton14-Dec-12 0:10 
GeneralRe: Need help to show text lines from .txt file in listbox Pin
Richard MacCutchan14-Dec-12 1:59
mveRichard MacCutchan14-Dec-12 1:59 
GeneralRe: Need help to show text lines from .txt file in listbox Pin
dr_iton14-Dec-12 4:21
dr_iton14-Dec-12 4:21 
GeneralRe: Need help to show text lines from .txt file in listbox Pin
Richard MacCutchan14-Dec-12 4:39
mveRichard MacCutchan14-Dec-12 4:39 
GeneralRe: Need help to show text lines from .txt file in listbox Pin
dr_iton14-Dec-12 6:10
dr_iton14-Dec-12 6:10 
Questionprocess Pin
messages13-Dec-12 19:04
messages13-Dec-12 19:04 
AnswerRe: process Pin
OriginalGriff13-Dec-12 21:49
mveOriginalGriff13-Dec-12 21:49 
QuestionThe semaphore timeout period has expired. Pin
C-P-User-313-Dec-12 8:01
C-P-User-313-Dec-12 8:01 
QuestionTextChat works fine and users are added to the list but VoiceChat doesn't work Pin
sagarDuwal13-Dec-12 7:47
sagarDuwal13-Dec-12 7:47 
AnswerRe: TextChat works fine and users are added to the list but VoiceChat doesn't work Pin
OriginalGriff13-Dec-12 8:15
mveOriginalGriff13-Dec-12 8:15 
QuestionLogin Screen Pin
txmatt13-Dec-12 5:15
txmatt13-Dec-12 5:15 
AnswerRe: Login Screen Pin
OriginalGriff13-Dec-12 5:21
mveOriginalGriff13-Dec-12 5:21 
AnswerRe: Login Screen Pin
XsenseX13-Dec-12 5:28
XsenseX13-Dec-12 5:28 
GeneralRe: Login Screen Pin
OriginalGriff13-Dec-12 5:42
mveOriginalGriff13-Dec-12 5: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.