Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

I want to know how I can add the tooltips that provide a description of the methods used when scrolling trough the objects and methods with intellisense.

and so that the description also appears in the object browser.

 

Thanks in advanced

You're either a one or a zero. Alive or dead.
Posted

tihs is very simple

 

if you are using C# then before the function

 

/// <summary>
/// This Function Creates a backup with out encrypting it
/// </summary>
private void BackupDatabase(string FilePath,string FileName)
{
}

 

i m not sure for VB

The one and only

Dr. Madz

eee-m@il

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...