| Visual Basic programming query?

Visual Basic programming query?

Yashu asked:


I am getting the following compile error msg during runtime of VB program.
What does this message mean?
Kindly help.

“Procedure declaration does not match description of event or procedure having the same name”.

Related posts:

  1. Want a help in visual basic programming? suga asked: ‘Fd1 and sele2 are string variables for feild...
  2. How do I write this substring code in Visual Basic? Robert Nesta M asked: I am writing a Visual Basic...
  3. visual basic programming? Raghubir S asked: hi all my knowledge of visual basic...
  4. why is visual basic a good programming language to use? Hussain A asked: why is visual basic a good programming...
  5. Visual Basic Programming ? hotwings asked: Is there a way in Visual Basic to...

Filed Under Programming & Design |

Tagged With , ,

Comments

2 Responses to “Visual Basic programming query?”

  1. Gene on June 22nd, 2009 3:23 am

    Check out the knowledge base article from MS below that I found using Google with the exact error message you supplied.

    Hope it helps.

  2. Jeffrey C on June 22nd, 2009 8:39 pm

    A Procedure or Function in your code is passing, or not passing the correct amount or type of argument that it has been declared to do. Check the syntax of any Functions or Procedure you have added to your project. Try placing stop point in your code the help find exactly when the problem pops up.