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
_