Results 1 to 3 of 3

Thread: HELPPA MEH its.. error

  1. #1

    Thread Starter
    Member rockyamyx's Avatar
    Join Date
    Nov 2010
    Posts
    62

    HELPPA MEH its.. error

    Code:
    its giving me an error only one 
    
    
    Error	1	Method 'Private Sub card_MouseDown(sender As Object, e As System.Windows.Forms.MouseEventArgs)' cannot handle event 'Public Event GiveFeedback(sender As Object, e As System.Windows.Forms.GiveFeedbackEventArgs)' because they do not have a compatible signature.	F:\Tutorials\Arrange Dice pre\Arrange Dice\ArrangeDiceForm.vb55285	Arrange Dice
    
    
    heres the file.. ^^ hope it helps try and solve it
    
    
    to be percise im having propblems dragging my las three cards.. they are being dumb


    nvm.. i fixed it .. i didn't have event chnages on the designer form properties
    Attached Files Attached Files
    Last edited by rockyamyx; Nov 29th, 2010 at 08:07 AM.

  2. #2
    Fanatic Member amrita's Avatar
    Join Date
    Jan 2007
    Location
    Orissa,India
    Posts
    888

    Re: HELPPA MEH its.. error

    The error says all .....signature mismatch.


    e As System.Windows.Forms.MouseEventArgs and e As System.Windows.Forms.GiveFeedbackEventArgs
    thanks
    amrita

  3. #3

    Thread Starter
    Member rockyamyx's Avatar
    Join Date
    Nov 2010
    Posts
    62

    Re: HELPPA MEH its.. error

    lol didnt know what that meant.. now i do

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width