Click here to Skip to main content
15,914,222 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Alright, This is my first post on codeproject, so excuse any errors in format please.

I am trying to create a gui application for Robocopy and eventually 7z. Last night I got my code to work and the application ran fine. Today I created a new project to make use of some new devexpress components I downloaded. I also wanted to do some smarter code.

here are the links to the files (I know, form1.cs is very messy)
zipfile

So heres my problem, in form1.cs whenever i try to combine the two strings, only one will come up, the one that i have most recently selected. for example if i choose source and destination, only destination will show up. if i choose source, only source will show up

However, in robocopy.cs it works fine, the application will run just how i want it,
Posted
Comments
HimanshuJoshi 7-Oct-10 23:39pm    
Post the specific code creating problem here using code-block. No one is going to download the file and look at your mess
Toli Cuturicu 8-Oct-10 15:03pm    
Never ask or suppose someone will go to a site and download something you posted there!

1 solution

call
dest_select.ShowDialog();

in your Form1 dest_button_Click event.
 
Share this answer
 
Comments
alexhairyman 11-Oct-10 17:21pm    
Thank you so much!! I looked through all my code and I didn't even see that. I fixed it and it works no problem.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900