|
-
Jan 30th, 2013, 10:46 AM
#1
Thread Starter
Hyperactive Member
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?
Last edited by jokerfool; Jan 30th, 2013 at 12:11 PM.
-
Jan 30th, 2013, 10:54 AM
#2
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.
-
Jan 30th, 2013, 10:56 AM
#3
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.
-
Jan 30th, 2013, 11:16 AM
#4
Thread Starter
Hyperactive Member
Re: What does Normal mean?
Its okay i will pay someone to fix the issue, thank you.
-
Jan 30th, 2013, 11:17 AM
#5
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?
-
Jan 30th, 2013, 12:10 PM
#6
Thread Starter
Hyperactive Member
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.
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
|