Click here to Skip to main content
15,908,111 members
Home / Discussions / C#
   

C#

 
AnswerRe: س Pin
sima38-Feb-10 0:00
sima38-Feb-10 0:00 
AnswerRe: سي Pin
sima37-Feb-10 23:56
sima37-Feb-10 23:56 
Questionshell extension problem on 64 bit pc Pin
Nematjon Raxmanov7-Feb-10 23:03
Nematjon Raxmanov7-Feb-10 23:03 
AnswerRe: shell extension problem on 64 bit pc Pin
Daniel Grunwald8-Feb-10 1:13
Daniel Grunwald8-Feb-10 1:13 
QuestionRe: shell extension problem on 64 bit pc [modified] Pin
Nematjon Rahmanov8-Feb-10 1:35
Nematjon Rahmanov8-Feb-10 1:35 
QuestionAddRectangle Exception Pin
gwithey7-Feb-10 22:55
gwithey7-Feb-10 22:55 
AnswerRe: AddRectangle Exception Pin
OriginalGriff7-Feb-10 23:00
mveOriginalGriff7-Feb-10 23:00 
GeneralRe: AddRectangle Exception Pin
gwithey7-Feb-10 23:09
gwithey7-Feb-10 23:09 
Yep thats kwl:

GraphicsPath.AddRectangle(); (standard method .net)
Takes a rectangle as perameter and adds it to graphics path

 private GraphicsPath m_gpExpandBox;     // Represents the box for the expand and contract

      public Node(string name)
      {
         // Set the name of this node
         m_name = name;

         // Create objects
         m_childNodes = new List<Node>();
----->   m_gpExpandBox = new GraphicsPath();
         m_gpTextBacking = new GraphicsPath();
         m_fontLocation = new Point(0, 0);

         // Set size and location of the node
         m_size = new Size(60, 20);
         m_location = new Point(0, 0);
      }


There is too much code to include every reference to m_gpExpandBox. It is a graphics path i add to in order to draw an expansion box on a node of a tree view control.

Do you think this could be a cause of the problem even though it complains of an invalid perameter.

Thanx George
GeneralRe: AddRectangle Exception Pin
OriginalGriff7-Feb-10 23:17
mveOriginalGriff7-Feb-10 23:17 
GeneralRe: AddRectangle Exception Pin
gwithey7-Feb-10 23:32
gwithey7-Feb-10 23:32 
GeneralRe: AddRectangle Exception Pin
gwithey7-Feb-10 23:41
gwithey7-Feb-10 23:41 
Questionl Pin
sima37-Feb-10 22:52
sima37-Feb-10 22:52 
AnswerRe: l Pin
OriginalGriff7-Feb-10 23:01
mveOriginalGriff7-Feb-10 23:01 
Questionx Pin
sima37-Feb-10 22:40
sima37-Feb-10 22:40 
AnswerRe: x Pin
Mohammad Dayyan7-Feb-10 23:23
Mohammad Dayyan7-Feb-10 23:23 
GeneralRe: x Pin
Nagy Vilmos8-Feb-10 0:27
professionalNagy Vilmos8-Feb-10 0:27 
Questionم Pin
sima37-Feb-10 22:26
sima37-Feb-10 22:26 
AnswerRe: م Pin
SeMartens7-Feb-10 22:31
SeMartens7-Feb-10 22:31 
AnswerRe: م PinPopular
J4amieC7-Feb-10 22:35
J4amieC7-Feb-10 22:35 
AnswerRe: م Pin
Pete O'Hanlon7-Feb-10 22:48
mvePete O'Hanlon7-Feb-10 22:48 
GeneralRe: م Pin
Mohammad Dayyan7-Feb-10 22:57
Mohammad Dayyan7-Feb-10 22:57 
Questionچ Pin
sima37-Feb-10 22:22
sima37-Feb-10 22:22 
AnswerRe: چ Pin
SeMartens7-Feb-10 22:27
SeMartens7-Feb-10 22:27 
Questionه Pin
sima37-Feb-10 22:20
sima37-Feb-10 22:20 
AnswerThis is an English Language website. Pin
Pete O'Hanlon7-Feb-10 22:23
mvePete O'Hanlon7-Feb-10 22:23 

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.