Visual Basic 6:如何使应用程序在任务栏中可见? [英] Visual Basic 6: how to make application visible in taskbar?

查看:40
本文介绍了Visual Basic 6:如何使应用程序在任务栏中可见?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我已将 ShowInTaskBar 属性设置为 true,但我的应用程序在任务栏中不可见.表单具有最小化、最大化和关闭按钮.当我点击最小化时,窗体会最小化为屏幕左下角的一个小窗体,但不显示在任务栏中.

I've set property ShowInTaskBar to true, but my application is not visible in taskbar. Form has minimize, maximize and close buttons. When I click minimize, form minimizes to a small form in the bottom left corner on the screen, but doesn't show up in the taskbar.

推荐答案

你的表单是模态的吗?

MyForm.Show vbModal

如果是这样,那么您将不得不执行类似 this 使其显示在任务栏中.

If so then you'll have to do something like this to make it show in the taskbar.

这篇关于Visual Basic 6:如何使应用程序在任务栏中可见?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆