Click here to Skip to main content
15,905,136 members
Home / Discussions / C#
   

C#

 
AnswerRe: How can we open any .doc/image/..... file on PC through remote place mobile Pin
0x3c020-Feb-09 6:17
0x3c020-Feb-09 6:17 
Questionpfx Certificate Pin
mark_w_20-Feb-09 0:56
mark_w_20-Feb-09 0:56 
AnswerRe: pfx Certificate Pin
mark_w_20-Feb-09 1:06
mark_w_20-Feb-09 1:06 
GeneralRe: pfx Certificate Pin
Nagy Vilmos20-Feb-09 2:39
professionalNagy Vilmos20-Feb-09 2:39 
GeneralRe: pfx Certificate Pin
mark_w_20-Feb-09 3:34
mark_w_20-Feb-09 3:34 
QuestionCan’t step into method (debug) with F11 in Visual Studio Pin
anderslundsgard20-Feb-09 0:08
anderslundsgard20-Feb-09 0:08 
AnswerRe: Can’t step into method (debug) with F11 in Visual Studio Pin
Vimalsoft(Pty) Ltd20-Feb-09 0:26
professionalVimalsoft(Pty) Ltd20-Feb-09 0:26 
AnswerRe: Can’t step into method (debug) with F11 in Visual Studio Pin
Rob Philpott20-Feb-09 0:48
Rob Philpott20-Feb-09 0:48 
GeneralRe: Can’t step into method (debug) with F11 in Visual Studio Pin
Mirko198020-Feb-09 2:31
Mirko198020-Feb-09 2:31 
AnswerRe: Can’t step into method (debug) with F11 in Visual Studio Pin
#realJSOP20-Feb-09 2:46
professional#realJSOP20-Feb-09 2:46 
GeneralRe: Can’t step into method (debug) with F11 in Visual Studio Pin
anderslundsgard22-Feb-09 20:20
anderslundsgard22-Feb-09 20:20 
QuestionAbout RDLC uses in VC++.net 2005 Pin
ddgalande19-Feb-09 23:58
ddgalande19-Feb-09 23:58 
GeneralSteal Information from another website(Or say anything) Pin
Member 366988919-Feb-09 23:56
Member 366988919-Feb-09 23:56 
GeneralRe: Steal Information from another website(Or say anything) Pin
Eddy Vluggen20-Feb-09 0:02
professionalEddy Vluggen20-Feb-09 0:02 
GeneralRe: Steal Information from another website(Or say anything) Pin
Tony Pottier20-Feb-09 1:32
Tony Pottier20-Feb-09 1:32 
GeneralRe: Steal Information from another website(Or say anything) Pin
PIEBALDconsult20-Feb-09 3:47
mvePIEBALDconsult20-Feb-09 3:47 
QuestionError Throwing options-Suggestions please Pin
Ramkithepower19-Feb-09 23:52
Ramkithepower19-Feb-09 23:52 
AnswerRe: Error Throwing options-Suggestions please Pin
Ramkithepower19-Feb-09 23:54
Ramkithepower19-Feb-09 23:54 
AnswerRe: Error Throwing options-Suggestions please Pin
moon_stick20-Feb-09 1:38
moon_stick20-Feb-09 1:38 
Questionoaep padding error in asp.net while decrypting a string Pin
venki5419-Feb-09 23:46
venki5419-Feb-09 23:46 
AnswerRe: oaep padding error in asp.net while decrypting a string Pin
Henry Minute20-Feb-09 0:21
Henry Minute20-Feb-09 0:21 
AnswerRe: oaep padding error in asp.net while decrypting a string Pin
DaveyM6920-Feb-09 2:06
professionalDaveyM6920-Feb-09 2:06 
Questionproblem bringing over fullpath or parent nodes(files/folders) when drag/dropping from one TreeView to another Pin
fabgar19-Feb-09 23:31
fabgar19-Feb-09 23:31 
I'm making a small backup application. And I want the user to be able to drag files and folders from the - file explorer style - TreeView(treeOne) to the second TreeView(treeTwo)

Drag and Drop works fine, exept when I'm dropping a file/folder into treeTwo.
In the Treeview treeTwo node, i can't get access to the full path of the original file/folder, or the parent nodes. And I need this to process the files

example;

I drag temp\blah\ folder from treeOne to treeTwo ... now in treeTwo i only have temp\blah (the root information (my computer\c:\ isn't included)
so no access to the parent nodes (c;\) or fullpath.


I tried everythin to bring them over, stick the fullpath in the tag property.
Tryed to make a new 'supernode' Wink | ;) , inheriting treeNode and add some properties. butthat didn't work.

without that fullPath i can't process the files or folders.
Im so close to a sollution if I could just drag/drop the whole node tree over, with all the parent and sub nodes.

anyone can help me out a bit, know a sollution, an idea , some resources of how other ppl done it ... verry much appreciated


regards
AnswerRe: problem bringing over fullpath or parent nodes(files/folders) when drag/dropping from one TreeView to another Pin
Henry Minute20-Feb-09 0:30
Henry Minute20-Feb-09 0:30 
GeneralRe: problem bringing over fullpath or parent nodes(files/folders) when drag/dropping from one TreeView to another Pin
fabgar20-Feb-09 3:15
fabgar20-Feb-09 3:15 

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.