vasco16 Posted May 1, 2009 at 09:07 AM Report #260468 Posted May 1, 2009 at 09:07 AM Pessoal como fica este código em vb.net? ' obtem o bm para a tabela pai bm = BindingContext(ds, "Categories") ' atualiza a imagem em resposta a cada posição do registro AddHandler bm.PositionChanged, AddressOf bm_PositionChanged ' atualiza e exibe para o primeiro registro bm_PositionChanged(Nothing, Nothing) é que está a dar-me erro nisto "bm_PositionChanged" e diz que: "property access must assgn to the property or use its value."
jpaulino Posted May 1, 2009 at 03:26 PM Report #260560 Posted May 1, 2009 at 03:26 PM Já procuraste no help ? http://msdn.microsoft.com/en-us/library/system.windows.forms.bindingmanagerbase.positionchanged.aspx Isso serve para te dar a posição é isso que queres ?
vasco16 Posted May 1, 2009 at 03:48 PM Author Report #260565 Posted May 1, 2009 at 03:48 PM Já resolvi o problema, obrigado. sim serve para me localizar.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now