|
-
August 6th, 2001, 03:32 AM
#1
ShowInTaskbar
Hi all.
I have a data environ. EXE project set to start w/ Sub Main. The code in Sub Main is:
public Sub Main()
Dim szConnString as string
szConnString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & App.Path & "\DB.mdb;Persist Security Info=false"
envMain.conPool.ConnectionString = szConnString
frmMain.Show vbModal
End Sub
frmMain has ShowInTaskbar set to True, but it does not show in the taskbar. Does anyone know why?
TIA,
Gabriel.
_
Forever trusting who we are
And nothing else matters - Metallica
_
-
August 6th, 2001, 03:50 AM
#2
Re: ShowInTaskbar
Because you show it as modal form.
Special thanks to Lothar "the Great" Haensler, Tom Archer, Chris Eastwood, TCartwright, Bruno Paris
and all the other wonderful people who made and make Codeguru a great place.
Come back soon, you Gurus.
The Rater
...at present time, using mainly Net 4.0, Vs 2010
Special thanks to Lothar "the Great" Haensler, Chris Eastwood , dr_Michael, ClearCode, Iouri and
all the other wonderful people who made and make Codeguru a great place.
Come back soon, you Gurus.
-
August 6th, 2001, 05:07 AM
#3
Re: ShowInTaskbar
In the meanwhile, I've noticed that. I'm actually a C++ programmer, and sometimes VB "hides" too much for my taste. anyway, thanx, pal.
Gabriel.
_
Forever trusting who we are
And nothing else matters - Metallica
_
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
|