Click here to Skip to main content
15,922,015 members
Home / Discussions / C#
   

C#

 
GeneralRe: Custom Listbox controls Pin
kam33mitch7-Jul-04 14:40
kam33mitch7-Jul-04 14:40 
Questionbitmap to byte array ? Pin
kendao7-Jul-04 7:10
kendao7-Jul-04 7:10 
AnswerRe: bitmap to byte array ? Pin
Grimolfr7-Jul-04 8:05
Grimolfr7-Jul-04 8:05 
AnswerRe: bitmap to byte array ? Pin
Heath Stewart7-Jul-04 8:50
protectorHeath Stewart7-Jul-04 8:50 
GeneralProgress Bar in Status bar panel Pin
bouli7-Jul-04 4:38
bouli7-Jul-04 4:38 
GeneralRe: Progress Bar in Status bar panel Pin
Heath Stewart7-Jul-04 5:55
protectorHeath Stewart7-Jul-04 5:55 
GeneralRe: Progress Bar in Status bar panel Pin
bouli7-Jul-04 23:52
bouli7-Jul-04 23:52 
GeneralRe: Progress Bar in Status bar panel Pin
Heath Stewart8-Jul-04 3:16
protectorHeath Stewart8-Jul-04 3:16 
That's exactly what Gary and I told you how to do. You're siting the ProgressBar into a StatusBarPanel. There's really not a lot of difference than throwing a button on a form or something. The only real difference is that the form is the parent of the button and can (if the button sends them) receive window messages from its children. The button is still sited relative to the forum, even in non-.NET frameworks/APIs.

In .NET 2.0, IIRC, there is a more highly advanced status bar being added with a progress bar panel option. Until then, you must either site the ProgressBar into a StatusBar or handle the drawing for a particular StatusBarPanel and draw the progress yourself (it's really quite easily and involves simple math and drawing routines).

 

Microsoft MVP, Visual C#
My Articles
GeneralRe: Progress Bar in Status bar panel Pin
bouli8-Jul-04 22:08
bouli8-Jul-04 22:08 
GeneralRe: Progress Bar in Status bar panel Pin
Gary Thom7-Jul-04 5:58
Gary Thom7-Jul-04 5:58 
GeneralRe: Progress Bar in Status bar panel Pin
bouli7-Jul-04 23:53
bouli7-Jul-04 23:53 
GeneralRe: Progress Bar in Status bar panel Pin
Gary Thom8-Jul-04 0:10
Gary Thom8-Jul-04 0:10 
Questionhow does this exception happened Pin
noosword7-Jul-04 2:58
noosword7-Jul-04 2:58 
AnswerRe: how does this exception happened Pin
Heath Stewart7-Jul-04 5:49
protectorHeath Stewart7-Jul-04 5:49 
GeneralRe: how does this exception happened Pin
Anonymous7-Jul-04 17:19
Anonymous7-Jul-04 17:19 
GeneralRe: how does this exception happened Pin
Heath Stewart8-Jul-04 3:01
protectorHeath Stewart8-Jul-04 3:01 
GeneralRe: how does this exception happened Pin
noosword8-Jul-04 17:52
noosword8-Jul-04 17:52 
Generalwindows using IIS Pin
ravindra2317-Jul-04 2:28
ravindra2317-Jul-04 2:28 
GeneralRe: windows using IIS Pin
Not Active7-Jul-04 2:55
mentorNot Active7-Jul-04 2:55 
GeneralRe: windows using IIS Pin
Peter Vertes7-Jul-04 3:35
Peter Vertes7-Jul-04 3:35 
GeneralRe: windows using IIS Pin
Heath Stewart7-Jul-04 5:45
protectorHeath Stewart7-Jul-04 5:45 
QuestionHow to make row stay at the top in datatable Pin
Atlemann7-Jul-04 1:37
Atlemann7-Jul-04 1:37 
AnswerRe: How to make row stay at the top in datatable Pin
DougW487-Jul-04 7:09
DougW487-Jul-04 7:09 
GeneralRe: How to make row stay at the top in datatable Pin
Atlemann7-Jul-04 22:33
Atlemann7-Jul-04 22:33 
Generalcustom ListView header ctrl and XP theme Pin
Andy H7-Jul-04 1:17
Andy H7-Jul-04 1:17 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.