Click here to Skip to main content
15,907,687 members
Home / Discussions / C#
   

C#

 
GeneralRe: Get only file name from str Pin
Dave Kreskowiak8-Sep-06 9:16
mveDave Kreskowiak8-Sep-06 9:16 
AnswerRe: Get only file name from str Pin
BoneSoft8-Sep-06 5:43
BoneSoft8-Sep-06 5:43 
Questionemail attachments Pin
eggsovereasy8-Sep-06 4:08
eggsovereasy8-Sep-06 4:08 
AnswerRe: email attachments Pin
Judah Gabriel Himango8-Sep-06 5:11
sponsorJudah Gabriel Himango8-Sep-06 5:11 
GeneralRe: email attachments Pin
eggsovereasy8-Sep-06 5:37
eggsovereasy8-Sep-06 5:37 
Question__FUNCTION__, __FILE__, __LINE__ in C#? Pin
Christopher Stratmann8-Sep-06 4:06
Christopher Stratmann8-Sep-06 4:06 
AnswerRe: __FUNCTION__, __FILE__, __LINE__ in C#? Pin
Judah Gabriel Himango8-Sep-06 4:45
sponsorJudah Gabriel Himango8-Sep-06 4:45 
QuestionPainting own toolstrip progress bar? Pin
Dominik Reichl8-Sep-06 3:40
Dominik Reichl8-Sep-06 3:40 
Hello!

I'm trying to create a custom-drawn toolstrip progress bar. The code looks like this:

public sealed class CustomProgressBarEx : ToolStripProgressBar
{
    protected override void OnPaint(PaintEventArgs e)
    {
        // Draw without calling base.OnPaint(e);
    }
}


The new paint method is called, but anyway the control still looks like a standard progress bar.

Any idea how to implement this? How can I draw the progress bar myself?

Best regards
Dominik



_outp(0x64, 0xAD);
and
__asm mov al, 0xAD __asm out 0x64, al
do the same... but what do they do?? Wink | ;)
(doesn't work on NT)

AnswerRe: Painting own toolstrip progress bar? Pin
Ravi Bhavnani8-Sep-06 7:38
professionalRavi Bhavnani8-Sep-06 7:38 
Questionhow 2 Loop a listview? Pin
Support1238-Sep-06 3:04
Support1238-Sep-06 3:04 
AnswerRe: how 2 Loop a listview? Pin
User 66588-Sep-06 3:21
User 66588-Sep-06 3:21 
GeneralRe: how 2 Loop a listview? Pin
Support1238-Sep-06 3:31
Support1238-Sep-06 3:31 
GeneralRe: how 2 Loop a listview? Pin
Support1238-Sep-06 3:48
Support1238-Sep-06 3:48 
GeneralRe: how 2 Loop a listview? Pin
User 66588-Sep-06 3:58
User 66588-Sep-06 3:58 
Questionhow i can create a mobile application in C#? Pin
yousafzai8-Sep-06 2:59
yousafzai8-Sep-06 2:59 
AnswerRe: how i can create a mobile application in C#? Pin
iqazi8-Sep-06 3:54
iqazi8-Sep-06 3:54 
GeneralRe: how i can create a mobile application in C#? Pin
Not Active8-Sep-06 4:04
mentorNot Active8-Sep-06 4:04 
GeneralRe: how i can create a mobile application in C#? Pin
iqazi8-Sep-06 4:40
iqazi8-Sep-06 4:40 
GeneralRe: how i can create a mobile application in C#? Pin
User 66588-Sep-06 4:58
User 66588-Sep-06 4:58 
GeneralRe: how i can create a mobile application in C#? Pin
Not Active8-Sep-06 5:03
mentorNot Active8-Sep-06 5:03 
AnswerRe: how i can create a mobile application in C#? Pin
Not Active8-Sep-06 4:01
mentorNot Active8-Sep-06 4:01 
Questionlist of computers in a network Pin
saqib828-Sep-06 1:52
saqib828-Sep-06 1:52 
AnswerRe: list of computers in a network Pin
Judah Gabriel Himango8-Sep-06 5:09
sponsorJudah Gabriel Himango8-Sep-06 5:09 
AnswerRe: list of computers in a network Pin
samtam8-Sep-06 19:39
samtam8-Sep-06 19:39 
QuestionHow to Change the string to Upper Casing Pin
zxc898-Sep-06 1:28
zxc898-Sep-06 1:28 

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.