Link to home
Start Free TrialLog in
Avatar of rafaelrgl
rafaelrgl

asked on

how to put some information to the user when creating an function

hi i would like to make the creation of my function more informative. ex.:

here is an function

Public Shared Function CountUserPictures(byval viduser as integer) as integer
begin
   .....
end

this functions is good, but when i am programming on visual studio. all functions show a Little comment when we type it. like this function above could show. an message or tip to the user when he is typing on visual studio like this:

this function return the number of photos the user uploaded on his account.

how can i do that?
ASKER CERTIFIED SOLUTION
Avatar of kaufmed
kaufmed
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of rafaelrgl
rafaelrgl

ASKER

Thankksss soo muchhh,

Program is fun when all is explain for others who read the code we do.
thanks.
NP. Glad to help  = )