Click here to Skip to main content
16,005,473 members
Home / Discussions / C#
   

C#

 
QuestionBindingSource Filter Pin
shafiullah1231-Apr-09 5:51
shafiullah1231-Apr-09 5:51 
AnswerRe: BindingSource Filter Pin
ABitSmart1-Apr-09 7:27
ABitSmart1-Apr-09 7:27 
GeneralRe: BindingSource Filter Pin
shafiullah1231-Apr-09 8:55
shafiullah1231-Apr-09 8:55 
AnswerRe: BindingSource Filter Pin
jaypatel5121-Apr-09 20:33
jaypatel5121-Apr-09 20:33 
Questionopacity problem Pin
Try1-Apr-09 5:40
Try1-Apr-09 5:40 
AnswerRe: opacity problem Pin
musefan1-Apr-09 5:49
musefan1-Apr-09 5:49 
GeneralRe: opacity problem Pin
Try1-Apr-09 8:18
Try1-Apr-09 8:18 
GeneralRe: opacity problem Pin
musefan1-Apr-09 21:39
musefan1-Apr-09 21:39 
ok this is all i did... the form contains only one panel, simply drag and dropped to design, set

Panel1.BackColor = Color.Transparent;


and double clicked Paint event handler, thats all i did to the panel

public Form1()
{
InitializeComponent();
//i set these in design mode but have put here to show you the code
this.BackColor = Color.Red;
this.TransparencyKey = Color.Red;
this.FormBorderStyle = FormBorderStyle.None;

}

void Panel1Paint(object sender, PaintEventArgs e)
{
   e.Graphics.DrawString("SOME TEXT", Label.DefaultFont, Brushes.Blue, 0, 0);
}


when the form loads all i can see is "SOME TEXT" in blue on my screen

Life goes very fast. Tomorrow, today is already yesterday.

GeneralRe: opacity problem Pin
Try2-Apr-09 0:39
Try2-Apr-09 0:39 
QuestionHow to update a field in a word 2007 document? Pin
Krissh1-Apr-09 4:53
Krissh1-Apr-09 4:53 
AnswerRe: How to update a field in a word 2007 document? Pin
musefan1-Apr-09 5:27
musefan1-Apr-09 5:27 
GeneralRe: How to update a field in a word 2007 document? Pin
Krissh2-Apr-09 1:09
Krissh2-Apr-09 1:09 
AnswerRe: How to update a field in a word 2007 document? Pin
Krissh2-Apr-09 2:47
Krissh2-Apr-09 2:47 
QuestionHow to use different Views in Smart client software factory shell form dynamically? Pin
Vapctr1-Apr-09 4:19
Vapctr1-Apr-09 4:19 
QuestionError while using Sub reports in Report Viewer Pin
tauras811-Apr-09 3:03
tauras811-Apr-09 3:03 
QuestionBuilding tree in c# Pin
Reza S1-Apr-09 2:56
Reza S1-Apr-09 2:56 
AnswerRe: Building tree in c# Pin
MumbleB1-Apr-09 2:59
MumbleB1-Apr-09 2:59 
GeneralRe: Building tree in c# Pin
benjymous1-Apr-09 3:09
benjymous1-Apr-09 3:09 
GeneralRe: Building tree in c# Pin
Abhishek Sur1-Apr-09 4:29
professionalAbhishek Sur1-Apr-09 4:29 
GeneralRe: Building tree in c# Pin
Xmen Real 1-Apr-09 6:29
professional Xmen Real 1-Apr-09 6:29 
AnswerRe: Building tree in c# Pin
Abhishek Sur1-Apr-09 4:31
professionalAbhishek Sur1-Apr-09 4:31 
RantRe: Building tree in c# Pin
Le centriste1-Apr-09 5:30
Le centriste1-Apr-09 5:30 
AnswerRe: Building tree in c# Pin
0x3c01-Apr-09 6:59
0x3c01-Apr-09 6:59 
QuestionChange icon of exe file programatically Pin
M.Daud1-Apr-09 2:48
M.Daud1-Apr-09 2:48 
AnswerRe: Change icon of exe file programatically Pin
Curtis Schlak.1-Apr-09 6:06
Curtis Schlak.1-Apr-09 6:06 

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.