Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Shops Not Showing Up
#1
Isn't there suppose to be a frmTrade.Visible?
Reply
#2
It looks fine, the only difference to my code is that I have:
Code:
If frmTrade.Visible = True Then
            frmTrade.Visible = False
        Else
            frmTrade.Show vbModal
        End If
But it should not matter anything.
Reply
#3
Actually, it should matter. I too have that bit of code William. How can you expect it to show frmTrade, if you don't have it call to show it? :wink:
Reply
#4
He already have:
Code:
frmTrade.Show vbModal
So it should not make much a difference.
Reply
#5
then try to name it something else.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)