Click to See Complete Forum and Search --> : ShowInTaskbar


Gabriel Fleseriu
August 6th, 2001, 03:32 AM
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
_

Cimperiali
August 6th, 2001, 03:50 AM
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

Gabriel Fleseriu
August 6th, 2001, 05:07 AM
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
_