Skip to main content

Using Owner Drawn Tooltips in a Windows Form in Visual COBOL 2010

  • June 21, 2012
  • 0 replies
  • 0 views

Chris Glazier
Forum|alt.badge.img+2

Attachment - testTooltip.zip

Please download and unzip the attachment called testTooltip.zip into your C: drive, retaining the folder structure in the zip file.

Open Visual Studio 2010 and open the solution C:\\testTooltip\\testTooltip\\testTooltip.sln.

Build and run the demonstration by pressing the F5 key.
Hover over each of the buttons to see the Tooltip that is displayed for each.

- Button1: Tooltip is displayed in a 3-D manner
- Button2: Tooltip is graphically painted
- Button3: Tooltip displays an image file

Click the Exit button when done.

To debug the project, start it by pressing F11.

 

 

 


#VisualStudio
#language
#VisualCOBOL
#HowTo-BestPractice
#COBOL
#.net