|
-
Feb 24th, 2015, 06:02 PM
#1
Thread Starter
Lively Member
Console Application Minimize VB 2008
I have built a Module called KMGT Console. Over the past months, I have developed a fast and reliable encryption for user content to be safely stored on the computer. I need this console to power other software. All this console does is encrypt the user content. I would like my applications to use the console in the background or preferably while it is minimized. How can I do this? Is there any code that can force the console to be minimized?
-
Feb 24th, 2015, 06:20 PM
#2
Re: Console Application Minimize VB 2008
If the user has the option to minimize it, then why not just let them minimize it manually. Otherwise, you'll have to use ShowWindow API to hide it.
-
Feb 24th, 2015, 06:22 PM
#3
Thread Starter
Lively Member
Re: Console Application Minimize VB 2008
I just think it would be more convenient if it was minimized first
-
Feb 24th, 2015, 06:30 PM
#4
Re: Console Application Minimize VB 2008
Then use the ShowWindow API as directed.
-
Feb 24th, 2015, 06:39 PM
#5
Thread Starter
Lively Member
Re: Console Application Minimize VB 2008
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|