Click here to Skip to main content
15,891,513 members
Home / Discussions / C#
   

C#

 
QuestionHelp in developing EMail Client Pin
EEmaan30-Jan-07 17:45
EEmaan30-Jan-07 17:45 
QuestionHelp in Developing EMail Client Pin
EEmaan30-Jan-07 17:37
EEmaan30-Jan-07 17:37 
AnswerRe: Help in Developing EMail Client Pin
Mahernoz30-Jan-07 18:02
Mahernoz30-Jan-07 18:02 
GeneralRe: Help in Developing EMail Client Pin
EEmaan30-Jan-07 20:06
EEmaan30-Jan-07 20:06 
QuestionRegarding ContextSwitchDeadlock Exception Pin
kraj9930-Jan-07 17:30
kraj9930-Jan-07 17:30 
GeneralRe: Regarding ContextSwitchDeadlock Exception Pin
andre_swnpl30-Jan-07 18:48
andre_swnpl30-Jan-07 18:48 
QuestionInvalidActiveXSateException was unhandled- MSChart control 6.0 Pin
GunaChinna30-Jan-07 17:26
GunaChinna30-Jan-07 17:26 
AnswerRe: InvalidActiveXSateException was unhandled- MSChart control 6.0 Pin
GunaChinna8-Feb-07 19:46
GunaChinna8-Feb-07 19:46 
To get rid off that exception, Just add the control first with your container before using any of it's properties or methods.

AxMSChart20Lib.AxMSChart m_objChart = new AxMSChart20Lib.AxMSChart();
this.Controls.Add(m_objChart);
m_objChart.Title.Text = "My first chart";

QuestionDatagrid [modified] Pin
md_refay30-Jan-07 17:17
md_refay30-Jan-07 17:17 
AnswerRe: Datagrid Pin
Christian Graus30-Jan-07 18:38
protectorChristian Graus30-Jan-07 18:38 
QuestionOffice 2003 Color Pin
god4k30-Jan-07 16:50
god4k30-Jan-07 16:50 
AnswerRe: Office 2003 Color Pin
Christian Graus30-Jan-07 18:38
protectorChristian Graus30-Jan-07 18:38 
QuestionComing to grips with culture Pin
Glen Harvy30-Jan-07 16:21
Glen Harvy30-Jan-07 16:21 
AnswerRe: Coming to grips with culture Pin
Christian Graus30-Jan-07 18:39
protectorChristian Graus30-Jan-07 18:39 
GeneralRe: Coming to grips with culture Pin
Glen Harvy30-Jan-07 19:16
Glen Harvy30-Jan-07 19:16 
GeneralRe: Coming to grips with culture Pin
Christian Graus30-Jan-07 22:07
protectorChristian Graus30-Jan-07 22:07 
GeneralRe: Coming to grips with culture Pin
Glen Harvy30-Jan-07 22:32
Glen Harvy30-Jan-07 22:32 
GeneralRe: Coming to grips with culture Pin
Christian Graus30-Jan-07 22:53
protectorChristian Graus30-Jan-07 22:53 
QuestionHow to determine the request & response packet size of a Web Service Pin
AesopTurtle30-Jan-07 16:00
AesopTurtle30-Jan-07 16:00 
QuestionHow do I "autosize" a form? Pin
Preston McCormick30-Jan-07 14:32
Preston McCormick30-Jan-07 14:32 
AnswerRe: How do I "autosize" a form? Pin
Christian Graus30-Jan-07 15:11
protectorChristian Graus30-Jan-07 15:11 
QuestionOCR BarCode Recognition Pin
smarttom9930-Jan-07 12:53
smarttom9930-Jan-07 12:53 
QuestionA namespace does not directly contain....... Pin
Skanless30-Jan-07 12:48
Skanless30-Jan-07 12:48 
AnswerRe: A namespace does not directly contain....... Pin
Luc Pattyn30-Jan-07 12:58
sitebuilderLuc Pattyn30-Jan-07 12:58 
GeneralRe: A namespace does not directly contain....... [modified] Pin
Skanless30-Jan-07 13:06
Skanless30-Jan-07 13: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.