Click here to Skip to main content
15,887,135 members
Home / Discussions / C#
   

C#

 
QuestionWCF and Endpoint address Pin
KrunalC24-Sep-07 0:50
KrunalC24-Sep-07 0:50 
QuestionSending data from a listview to any location Pin
riedahoosain24-Sep-07 0:11
riedahoosain24-Sep-07 0:11 
AnswerRe: Sending data from a listview to any location Pin
Lutosław24-Sep-07 0:25
Lutosław24-Sep-07 0:25 
GeneralRe: Sending data from a listview to any location Pin
riedahoosain24-Sep-07 0:59
riedahoosain24-Sep-07 0:59 
GeneralRe: Sending data from a listview to any location Pin
Lutosław24-Sep-07 1:07
Lutosław24-Sep-07 1:07 
QuestionHelp regarding images in datagridview Pin
anu8123-Sep-07 23:47
anu8123-Sep-07 23:47 
QuestionPanel resize problem Pin
stancrm23-Sep-07 23:27
stancrm23-Sep-07 23:27 
AnswerRe: Panel resize problem Pin
Lutosław23-Sep-07 23:38
Lutosław23-Sep-07 23:38 
Handle Resize event of a form
void Form_Resize(...)
{
   panLeft.Width = this.Width / 2;
}

... assuming that:
panLeft.Dock = ...Left
panRight.Dock = ...Fill


Greetings - Gajatko

Portable.NET is part of DotGNU, a project to build a complete Free Software replacement for .NET - a system that truly belongs to the developers.

AnswerRe: Panel resize problem Pin
Dave Kreskowiak24-Sep-07 4:42
mveDave Kreskowiak24-Sep-07 4:42 
QuestionHow to create Guntt Chart with CrystalReport In C# Winform? [modified] Pin
uranus122523-Sep-07 22:27
uranus122523-Sep-07 22:27 
GeneralRe: How to create Guntt Chart with CrystalReport In C# Windorm? Pin
Malcolm Smart23-Sep-07 22:47
Malcolm Smart23-Sep-07 22:47 
GeneralRe: How to create Guntt Chart with CrystalReport In C# Windorm? Pin
Malcolm Smart23-Sep-07 23:13
Malcolm Smart23-Sep-07 23:13 
GeneralRe: How to create Guntt Chart with CrystalReport In C# Windorm? Pin
Pete O'Hanlon23-Sep-07 23:06
mvePete O'Hanlon23-Sep-07 23:06 
GeneralRe: How to create Guntt Chart with CrystalReport In C# Windorm? Pin
Malcolm Smart23-Sep-07 23:10
Malcolm Smart23-Sep-07 23:10 
GeneralRe: How to create Guntt Chart with CrystalReport In C# Windorm? Pin
Pete O'Hanlon23-Sep-07 23:21
mvePete O'Hanlon23-Sep-07 23:21 
Questionplease help me in C# Pin
joginderniit23-Sep-07 22:25
joginderniit23-Sep-07 22:25 
AnswerRe: please help me in C# Pin
Pete O'Hanlon23-Sep-07 22:45
mvePete O'Hanlon23-Sep-07 22:45 
AnswerRe: please help me in C# Pin
Pete O'Hanlon24-Sep-07 0:00
mvePete O'Hanlon24-Sep-07 0:00 
AnswerRe: please help me in C# Pin
Amar Chaudhary24-Sep-07 0:44
Amar Chaudhary24-Sep-07 0:44 
GeneralRe: please help me in C# Pin
Malcolm Smart24-Sep-07 0:51
Malcolm Smart24-Sep-07 0:51 
GeneralRe: please help me in C# Pin
Amar Chaudhary24-Sep-07 1:27
Amar Chaudhary24-Sep-07 1:27 
GeneralRe: please help me in C# Pin
Malcolm Smart24-Sep-07 1:45
Malcolm Smart24-Sep-07 1:45 
GeneralRe: please help me in C# Pin
J4amieC24-Sep-07 1:58
J4amieC24-Sep-07 1:58 
GeneralRe: please help me in C# Pin
martin_hughes24-Sep-07 1:29
martin_hughes24-Sep-07 1:29 
Questionhow to make HTML Page Pin
Jintal Patel23-Sep-07 20:37
Jintal Patel23-Sep-07 20:37 

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.