Wish VB6 Like - combo with Controls in Forms, Subs

Magma

Expert
Licensed User
Longtime User

LucaMs

Expert
Licensed User
Longtime User
After a long, long, long time I opened VB Net; well, I don't think it's my setting but now that ComboBox is no longer there too (VS 2015).
After trying... the ComboBox is no longer in VS 2015 is still there in VS 2012.

Press Ctrl + E and write the sub or module that you are looking for. Then click Enter.
It is not exactly the same.
CTRL + E is very useful to easily find already implemented routines (I like it and I often use it in a big project) while that ComboBox also allows the creation of the structure (2 lines) of the routine (the "signature" and the "End Sub") ; this, in B4X, is obtained by writing:
Sub + [space] + [tab] ... etc.
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…