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

C#

 
GeneralRe: Taking screenshots from games Pin
harold aptroot9-Jun-09 5:30
harold aptroot9-Jun-09 5:30 
AnswerRe: Taking screenshots from games Pin
Baeltazor9-Jun-09 6:14
Baeltazor9-Jun-09 6:14 
GeneralRe: Taking screenshots from games Pin
Anthony Mushrow9-Jun-09 13:54
professionalAnthony Mushrow9-Jun-09 13:54 
QuestionHow I can filter out Child Entities Pin
Qasim19849-Jun-09 3:21
professionalQasim19849-Jun-09 3:21 
QuestionHow to copy the selected tree node along with its children and paste the same Pin
Rafone9-Jun-09 3:20
Rafone9-Jun-09 3:20 
AnswerRe: How to copy the selected tree node along with its children and paste the same Pin
Mycroft Holmes9-Jun-09 4:21
professionalMycroft Holmes9-Jun-09 4:21 
GeneralRe: How to copy the selected tree node along with its children and paste the same Pin
Rafone9-Jun-09 7:53
Rafone9-Jun-09 7:53 
GeneralRe: How to copy the selected tree node along with its children and paste the same Pin
Mycroft Holmes9-Jun-09 14:19
professionalMycroft Holmes9-Jun-09 14:19 
I guess you are copying the selected node and assuming the child nodes are in there - sounds like you need to get the whole structure of child nodes manually during the copy process.

I also presume you are copying the selected node to the clipboard and then pasting from the clipboard and accepting those limitations. This is useful only if you are moving off the app/form/control where you are copying from (and thereby losing the original structure). If it is inside your app why not grab a placeholder on the copy event and when the paste is done go and get the entire structure from the original node.


Never underestimate the power of human stupidity
RAH

GeneralRe: How to copy the selected tree node along with its children and paste the same Pin
Rafone9-Jun-09 16:28
Rafone9-Jun-09 16:28 
QuestionSQL Connection problem Pin
KIDYA9-Jun-09 2:57
KIDYA9-Jun-09 2:57 
AnswerRe: SQL Connection problem Pin
Colin Angus Mackay9-Jun-09 3:02
Colin Angus Mackay9-Jun-09 3:02 
GeneralRe: SQL Connection problem Pin
KIDYA9-Jun-09 3:04
KIDYA9-Jun-09 3:04 
GeneralRe: SQL Connection problem Pin
Colin Angus Mackay9-Jun-09 3:06
Colin Angus Mackay9-Jun-09 3:06 
GeneralRe: SQL Connection problem Pin
KIDYA9-Jun-09 3:09
KIDYA9-Jun-09 3:09 
GeneralRe: SQL Connection problem Pin
Eddy Vluggen9-Jun-09 3:11
professionalEddy Vluggen9-Jun-09 3:11 
JokeRe: SQL Connection problem Pin
Luc Pattyn9-Jun-09 3:24
sitebuilderLuc Pattyn9-Jun-09 3:24 
GeneralRe: SQL Connection problem Pin
Mycroft Holmes9-Jun-09 4:17
professionalMycroft Holmes9-Jun-09 4:17 
GeneralTelepathetic Software is already here Pin
Ennis Ray Lynch, Jr.9-Jun-09 5:38
Ennis Ray Lynch, Jr.9-Jun-09 5:38 
GeneralRe: SQL Connection problem Pin
SilimSayo9-Jun-09 6:30
SilimSayo9-Jun-09 6:30 
AnswerRe: SQL Connection problem Pin
saanj9-Jun-09 3:13
saanj9-Jun-09 3:13 
AnswerRe: SQL Connection problem Pin
Simon P Stevens9-Jun-09 5:01
Simon P Stevens9-Jun-09 5:01 
GeneralRe: SQL Connection problem Pin
deepseeindeepsy9-Jun-09 18:55
deepseeindeepsy9-Jun-09 18:55 
GeneralRe: SQL Connection problem Pin
Simon P Stevens11-Jun-09 3:08
Simon P Stevens11-Jun-09 3:08 
AnswerRe: SQL Connection problem Pin
Henry Minute9-Jun-09 8:09
Henry Minute9-Jun-09 8:09 
Questionchecking duplicate value in cell of datagridview Pin
KIDYA9-Jun-09 2:43
KIDYA9-Jun-09 2:43 

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.