What does Normal mean? - Resolved
Can someone tell me what Normal means please, I am trying to add a project into another project and am getting the error ambiguous name detected, I know what the error means, what I am getting an error on is this line and the word Normal
Code:
Call OpenInternet(Me, txtAddress.Text, Normal)
Shed any light please?
Re: What does Normal mean?
Well if you would use the little search tool in your IDE you would see.
It could be defined as a constant or as a variable ambiguous indicates that it is defined more than once and the IDE does not know what you want it to do.
Re: What does Normal mean?
"Normal" is not a keyword in VB6. There is no way we can tell what's going wrong.
You really need to read and understand code before trying to copy & paste it "ransom note" style to make an application.
Re: What does Normal mean?
Its okay i will pay someone to fix the issue, thank you.
Re: What does Normal mean?
So using the search tool inside the IDE to see where and how it is used in your app is to much work?
Re: What does Normal mean?
Thank you for pointing me in the right direction and using the search, I sorted the issue and removed it.