Click here to Skip to main content
15,913,186 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRunning .exe Pin
Naveed Shoaib30-Aug-04 8:57
Naveed Shoaib30-Aug-04 8:57 
GeneralRe: Running .exe Pin
Alexander M.,30-Aug-04 9:19
Alexander M.,30-Aug-04 9:19 
GeneralRe: Running .exe Pin
Archer28230-Aug-04 16:24
Archer28230-Aug-04 16:24 
GeneralRe: Running .exe Pin
User 21559730-Aug-04 19:55
User 21559730-Aug-04 19:55 
GeneralApplication Pin
BlackKnight7930-Aug-04 8:02
BlackKnight7930-Aug-04 8:02 
GeneralRe: Application Pin
Steve Maier30-Aug-04 10:23
professionalSteve Maier30-Aug-04 10:23 
GeneralRe: Application Pin
BlackKnight7931-Aug-04 5:42
BlackKnight7931-Aug-04 5:42 
GeneralRe: Application Pin
Steve Maier31-Aug-04 5:56
professionalSteve Maier31-Aug-04 5:56 
It soulds like you might want something graphical to make it easy to use. I personally like to use dialog based applications for things like this. So what I would suggest is that you start an MFC project in visual Studio and make it dialog based. Then you can add the buttons and textboxes to do the searching for files, or folders and then have another button to start up your encryption program. That should probably be stored as a configuration setting in either the register or some external file, ini or xml. You should probably also put on the standard menu on the dialog and add things like options, and exit.

It might be simpler for you to have separate input sections on the dialog for text files, folders and freely entered text. This way itwill not confuse the person using the software.

Steve Maier, MCSD MCAD

GeneralRe: Application Pin
BlackKnight7931-Aug-04 6:05
BlackKnight7931-Aug-04 6:05 
Generalcommon controls on windows ce Pin
prateekkathuria30-Aug-04 7:38
prateekkathuria30-Aug-04 7:38 
GeneralRe: common controls on windows ce Pin
vcplusplus30-Aug-04 7:47
vcplusplus30-Aug-04 7:47 
GeneralControl Windows Media Player programmatically Pin
Dang Minh Thang30-Aug-04 7:33
Dang Minh Thang30-Aug-04 7:33 
GeneralRe: Control Windows Media Player programmatically Pin
vcplusplus30-Aug-04 7:49
vcplusplus30-Aug-04 7:49 
GeneralRe: Control Windows Media Player programmatically Pin
Dang Minh Thang30-Aug-04 7:58
Dang Minh Thang30-Aug-04 7:58 
GeneralEDIT control won't work under a child window Pin
scott987uk30-Aug-04 6:03
scott987uk30-Aug-04 6:03 
GeneralRe: EDIT control won't work under a child window Pin
act_x30-Aug-04 6:18
act_x30-Aug-04 6:18 
GeneralRe: EDIT control won't work under a child window Pin
act_x30-Aug-04 6:21
act_x30-Aug-04 6:21 
Generalneed to learn .NET Pin
act_x30-Aug-04 5:51
act_x30-Aug-04 5:51 
GeneralRe: need to learn .NET Pin
Steve Maier30-Aug-04 10:44
professionalSteve Maier30-Aug-04 10:44 
GeneralA Web programming question Pin
Anonymous30-Aug-04 5:01
Anonymous30-Aug-04 5:01 
GeneralRe: A Web programming question Pin
Carlos Antollini30-Aug-04 5:20
Carlos Antollini30-Aug-04 5:20 
GeneralCOM Server Pin
Anonymous30-Aug-04 4:54
Anonymous30-Aug-04 4:54 
GeneralRe: COM Server Pin
act_x30-Aug-04 6:24
act_x30-Aug-04 6:24 
GeneralLarge Icons in ToolBars Pin
bouli30-Aug-04 2:34
bouli30-Aug-04 2:34 
GeneralRe: Large Icons in ToolBars Pin
Roger Allen30-Aug-04 12:15
Roger Allen30-Aug-04 12: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.