|
-
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
_
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
|