intellisense - Visual Studio

1

Hello

I am developing a VB application with two forms, the first frmCadastroEndereco, to store addresses in the database, another one to register clients. I also use a module (modEndereco) that should access the objects of the form frmCadastroEndereco. Thetextboxselectedintheimagehasname=IDEnderecoTextBox

However,whenIusetheshortcutctrl+space,towritethecodeinthemodule,thenamefromandfromtheotherobjectsdoesnotappear. However, if I write the full name of the object Visual Studio recognizes that there is a textbox named IDEnderecoTextBox in the form frmCadastroEndereco

Now, why when I use the shortcut ctrl + space does the object name not appear?

    
asked by anonymous 12.12.2016 / 02:28

0 answers