Click here to Skip to main content
15,914,642 members
Home / Discussions / C#
   

C#

 
Questionupload 15mb file Pin
ayyp12-Jun-06 3:46
ayyp12-Jun-06 3:46 
Questionswitching between forms Pin
PaulaM12-Jun-06 3:23
PaulaM12-Jun-06 3:23 
AnswerRe: switching between forms Pin
MCSD-Gandalf12-Jun-06 3:33
MCSD-Gandalf12-Jun-06 3:33 
GeneralRe: switching between forms Pin
PaulaM12-Jun-06 4:45
PaulaM12-Jun-06 4:45 
AnswerRe: switching between forms Pin
Andrei Ungureanu12-Jun-06 4:09
Andrei Ungureanu12-Jun-06 4:09 
GeneralRe: switching between forms Pin
PaulaM12-Jun-06 4:44
PaulaM12-Jun-06 4:44 
AnswerRe: switching between forms Pin
Jun Du12-Jun-06 4:26
Jun Du12-Jun-06 4:26 
QuestionAntiAliased Form Pin
Sabry190512-Jun-06 3:21
Sabry190512-Jun-06 3:21 
Hi All
i had made a borderless and shaped window using this code

public Form1()
{
this.FormBorderStyle=FormBorderStyle.None;
}
protected override void OnPaint(PaintEventArgs e)
{
e.Graphics.SmoothingMode=SmoothingMode.AntiAlias;
GraphicsPath GP=new GraphicsPath();
//Codeing to get any shape
this.Region=new Region(GP);
}

it works but i got a problem there is some pixilation on the borders which looks very bad
is there any way to make AntiAliasing between the Form and the screen?

thx all
AnswerRe: AntiAliased Form Pin
Roger Alsing12-Jun-06 3:45
Roger Alsing12-Jun-06 3:45 
GeneralRe: AntiAliased Form Pin
Sabry190515-Jun-06 3:39
Sabry190515-Jun-06 3:39 
QuestionSecurity in Web Services Pin
malikjhangirahmed@hotmail.com12-Jun-06 3:13
malikjhangirahmed@hotmail.com12-Jun-06 3:13 
AnswerRe: Security in Web Services Pin
Dustin Metzgar12-Jun-06 3:55
Dustin Metzgar12-Jun-06 3:55 
Questiondatagrid template column Pin
eefron12-Jun-06 2:57
eefron12-Jun-06 2:57 
AnswerRe: datagrid template column Pin
Mr. VB.NET12-Jun-06 18:23
Mr. VB.NET12-Jun-06 18:23 
Questionchanging a column type of datagridview ? Pin
cmpeng3412-Jun-06 2:56
cmpeng3412-Jun-06 2:56 
AnswerRe: changing a column type of datagridview ? Pin
MCSD-Gandalf12-Jun-06 7:14
MCSD-Gandalf12-Jun-06 7:14 
Questiondatagridview delete last row when sort order changes ? Pin
cmpeng3412-Jun-06 2:48
cmpeng3412-Jun-06 2:48 
AnswerRe: datagridview delete last row when sort order changes ? Pin
Elina Blank12-Jun-06 8:10
sitebuilderElina Blank12-Jun-06 8:10 
QuestionHow to Run exe from memory or stream ? Pin
hdv21212-Jun-06 1:58
hdv21212-Jun-06 1:58 
AnswerRe: How to Run exe from memory or stream ? Pin
Super Lloyd12-Jun-06 2:10
Super Lloyd12-Jun-06 2:10 
QuestionSNMP TRAP Programming in C#[modified] Pin
bannapradeep12-Jun-06 1:53
bannapradeep12-Jun-06 1:53 
Questionminimixing the fullscreen window in javascript Pin
Vivek Pokale12-Jun-06 1:38
Vivek Pokale12-Jun-06 1:38 
QuestionListView checkboxes... [modified] Pin
Kasic Slobodan12-Jun-06 1:20
Kasic Slobodan12-Jun-06 1:20 
AnswerRe: ListView checkboxes... Pin
Ed.Poore12-Jun-06 9:15
Ed.Poore12-Jun-06 9:15 
GeneralRe: ListView checkboxes... [modified] Pin
Kasic Slobodan13-Jun-06 0:43
Kasic Slobodan13-Jun-06 0:43 

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.