Windows Develop Bookmark and Share   
 index > Windows Forms Sample Applications > Source code for the Objects should be included
 

Source code for the Objects should be included

All the source code would be nice? I am particulary interested in the inherited textbox that Provides the Percentage complete if that is indeed how it was done. I need to do something similar with DAYS

but I notice that none of the objects in the OBJ directory have included Source Code

Colin
MigrationUser 1  Wednesday, February 19, 2003 2:17 PM
When you say "inherited textbox" - Are you referring to the Datagrid column with percentage progress bar? That source code is included in the /ColumnStyles folder - the DataGridProgressBarColumn.vb file. As you'll notice the Paint() is being overridden and the GDI+ Graphics object is being used to draw a rectangle and fill it appropriately.

Hope this helps!
MigrationUser 1  Wednesday, February 19, 2003 2:56 PM
that helps a lot

I looked for it as a control and the controls folder did not have any source.  but I did not expect it to be a columnstyle. I understood columnstyles to utilise controls so looked in the controls folder (Wrong).

If I had loaded the project in Visual Studio I would have seen the Icon! 

Cheers

Colin
MigrationUser 1  Wednesday, February 19, 2003 3:08 PM
We'll get this up asap.  Sorry!
MigrationUser 1  Friday, February 21, 2003 3:44 AM

You can use google to search for other answers

Custom Search

More Threads

• Reporting in Vb.Net
• SQLHelper.ExecuteReader error.
• How to get text from ListView Control using SendMessage API
• Terrarium .net 2.0 Problem
• Cast from type 'DataRowView' to type 'Integer' is not valid.
• Online/Offline Quirk
• Task Vision V2.0 (VB.Net) change language problem!
• I don't know this is an easy thing to answer but how do you save it as a dll?
• How it is done?
• Problems Creating an Installer Package