Click here to Skip to main content
15,915,324 members
Home / Discussions / C#
   

C#

 
GeneralRe: .NET Remoting doesn't work with windows service but does with console application Pin
DaveyM6913-Oct-08 23:43
professionalDaveyM6913-Oct-08 23:43 
GeneralRe: .NET Remoting doesn't work with windows service but does with console application Pin
Pedram Behroozi14-Oct-08 1:33
Pedram Behroozi14-Oct-08 1:33 
Questioniris recognition Pin
laswad13-Oct-08 5:06
laswad13-Oct-08 5:06 
AnswerRe: iris recognition Pin
Dave Kreskowiak13-Oct-08 5:22
mveDave Kreskowiak13-Oct-08 5:22 
QuestionHorizontally scrolling grid Pin
Chazzysb13-Oct-08 4:29
Chazzysb13-Oct-08 4:29 
AnswerRe: Horizontally scrolling grid Pin
Dave Kreskowiak13-Oct-08 5:26
mveDave Kreskowiak13-Oct-08 5:26 
GeneralRe: Horizontally scrolling grid Pin
Chazzysb13-Oct-08 6:43
Chazzysb13-Oct-08 6:43 
Questionexecuting a program by double clicking on a file shown in list view ( C# ) Pin
Gianpaolo Barci13-Oct-08 4:17
Gianpaolo Barci13-Oct-08 4:17 
Hey people I´m still having a little problem here!!! I´m trying to execute a program by double clicking on a file shown in List View... The methods to show fthe files and folder I did and it´s working well...

to execute a file I created a new mwthod executeFile

private void executeFile(TreeNode nodeCurrent) 
		{
			Process.Start(getFullPath(nodeCurrent.FullPath));
			Process.Start(String.Format("\"{0}\"", getFullPath(nodeCurrent.FullPath)));
		}


as you can see getFullPath(nodeCurrent.FullPath) gets the path for the directory where the file is. I don´t know if I did right but do call the method I greated another by doubleclickin on th list view lvFiles_SelectedIndexChanged and called the method executeFile(nodeCurrent) but It doesn´t work... it says nodeCurrent doesn´t exists on the namespace...
I don´t know if I did executeFile right...
Could some good soul please help me????
Thanks!
AnswerRe: executing a program by double clicking on a file shown in list view ( C# ) Pin
SeMartens13-Oct-08 4:40
SeMartens13-Oct-08 4:40 
GeneralRe: executing a program by double clicking on a file shown in list view ( C# ) Pin
Gianpaolo Barci13-Oct-08 4:48
Gianpaolo Barci13-Oct-08 4:48 
GeneralRe: executing a program by double clicking on a file shown in list view ( C# ) Pin
SeMartens13-Oct-08 5:00
SeMartens13-Oct-08 5:00 
Generalexplaining better my program Pin
Gianpaolo Barci13-Oct-08 5:22
Gianpaolo Barci13-Oct-08 5:22 
GeneralRe: executing a program by double clicking on a file shown in list view ( C# ) Pin
Dave Kreskowiak13-Oct-08 5:01
mveDave Kreskowiak13-Oct-08 5:01 
GeneralRe: executing a program by double clicking on a file shown in list view ( C# ) Pin
Gianpaolo Barci13-Oct-08 5:29
Gianpaolo Barci13-Oct-08 5:29 
GeneralI tried another method!!! Pin
Gianpaolo Barci13-Oct-08 4:59
Gianpaolo Barci13-Oct-08 4:59 
AnswerGetting really close the answer!!!! Pin
Gianpaolo Barci13-Oct-08 7:11
Gianpaolo Barci13-Oct-08 7:11 
GeneralRe: Getting really close the answer!!!! Pin
SeMartens13-Oct-08 21:23
SeMartens13-Oct-08 21:23 
QuestionHow to read a DLL written in VB.NET in C#. Pin
MegaBlasterX13-Oct-08 4:16
MegaBlasterX13-Oct-08 4:16 
AnswerRe: How to read a DLL written in VB.NET in C#. Pin
Abhijit Jana13-Oct-08 4:32
professionalAbhijit Jana13-Oct-08 4:32 
GeneralRe: How to read a DLL written in VB.NET in C#. Pin
MegaBlasterX13-Oct-08 21:22
MegaBlasterX13-Oct-08 21:22 
AnswerRe: How to read a DLL written in VB.NET in C#. Pin
Dave Kreskowiak13-Oct-08 4:57
mveDave Kreskowiak13-Oct-08 4:57 
GeneralRe: How to read a DLL written in VB.NET in C#. Pin
MegaBlasterX13-Oct-08 21:21
MegaBlasterX13-Oct-08 21:21 
GeneralRe: How to read a DLL written in VB.NET in C#. Pin
Dave Kreskowiak14-Oct-08 1:41
mveDave Kreskowiak14-Oct-08 1:41 
Questionwsdl command error when accessing https Pin
George_George13-Oct-08 3:58
George_George13-Oct-08 3:58 
AnswerRe: wsdl command error when accessing https Pin
N a v a n e e t h13-Oct-08 7:06
N a v a n e e t h13-Oct-08 7:06 

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.