blah blah blah is here! blah blah » Close

1
votes
1 answers

Find the path of the file ?

I am sorry for my bad english I want to ask a question. I created an application. Application edits jpg images. If you right click to a jpg image, you can select the "Edit with my app" selection. I did this. Question is ; ...

0
votes
1 answers

spaces in process arguments

hi, I'm launching an app from C# containing 4/5 arguments all of them are paths to files. This works great unless one of the paths contain an space in the folder name. Is there any way to pass the arguments so i don't have the problem w ...

0
votes
1 answers

Get Picturebox Image path and filename

I have a number of Pictureboxes with images(png) in an app. How do I get the full path and filename of the image that is in the Picturebox through the click event. The images may be in the project bin or Resources section. Thanks

Feedback