Click here to Skip to main content
16,017,608 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Dispose Class Pin
Colin Angus Mackay3-May-05 3:24
Colin Angus Mackay3-May-05 3:24 
GeneralRe: Dispose Class Pin
nitin_ion3-May-05 19:21
nitin_ion3-May-05 19:21 
GeneralRe: Dispose Class Pin
Colin Angus Mackay3-May-05 20:46
Colin Angus Mackay3-May-05 20:46 
GeneralRe: Dispose Class Pin
nitin_ion3-May-05 20:51
nitin_ion3-May-05 20:51 
GeneralRe: Dispose Class Pin
Colin Angus Mackay3-May-05 22:28
Colin Angus Mackay3-May-05 22:28 
GeneralRe: Dispose Class Pin
nitin_ion3-May-05 22:59
nitin_ion3-May-05 22:59 
QuestionHow to capture width in paint event of picturebox Pin
meghadwivedi2-May-05 19:52
meghadwivedi2-May-05 19:52 
AnswerRe: How to capture width in paint event of picturebox Pin
Fernando Soto3-May-05 14:30
Fernando Soto3-May-05 14:30 
Hi;

I do not have a definitive answer for you. What I believe is happening is when you go to draw with the e.Graphics.DrawPath function, that function fails with the “out of memory” exception. I believe there are too many points in the GraphicsPath object. You can prove this fore yourself by storing the start X and Y during mouse down event and add the line during the mouse up event to the GraphicsPath . You will only have two points for each line but the program will work. The only difference between the two is the number of points in GrapthicsPath.

One other points, the variable path( , ) should only be a one dimensional array such as path(13) would work fine.

I hope this was of some help.

Generalproblem with ntvdm.exe Pin
Jason Brumwell2-May-05 17:02
sussJason Brumwell2-May-05 17:02 
GeneralRe: problem with ntvdm.exe Pin
Dave Kreskowiak3-May-05 2:22
mveDave Kreskowiak3-May-05 2:22 
GeneralRe: problem with ntvdm.exe Pin
Jason Brumwell3-May-05 15:46
sussJason Brumwell3-May-05 15:46 
GeneralWeird Textbox Behavior Pin
Computer_Guy2-May-05 16:29
Computer_Guy2-May-05 16:29 
GeneralRe: Weird Textbox Behavior Pin
Het21092-May-05 18:59
Het21092-May-05 18:59 
GeneralRe: Weird Textbox Behavior Pin
Computer_Guy3-May-05 2:36
Computer_Guy3-May-05 2:36 
GeneralRe: Weird Textbox Behavior Pin
lmaks3-May-05 19:19
lmaks3-May-05 19:19 
GeneralRe: Weird Textbox Behavior Pin
Computer_Guy4-May-05 2:26
Computer_Guy4-May-05 2:26 
QuestionHow to get Pin
Yulianto.2-May-05 16:09
Yulianto.2-May-05 16:09 
AnswerRe: How to get Pin
Christian Graus2-May-05 16:20
protectorChristian Graus2-May-05 16:20 
GeneralRe: How to get Pin
Yulianto.2-May-05 16:25
Yulianto.2-May-05 16:25 
GeneralRe: How to get Pin
Christian Graus2-May-05 16:26
protectorChristian Graus2-May-05 16:26 
GeneralRe: How to get Pin
rwestgraham2-May-05 18:58
rwestgraham2-May-05 18:58 
AnswerRe: How to get Pin
Het21092-May-05 19:19
Het21092-May-05 19:19 
GeneralMDI Container help Pin
coolsauron2-May-05 15:13
coolsauron2-May-05 15:13 
GeneralLimitations of Custom Controls... Pin
nick.ueda2-May-05 14:32
nick.ueda2-May-05 14:32 
GeneralRe: Limitations of Custom Controls... Pin
Christian Graus2-May-05 14:54
protectorChristian Graus2-May-05 14:54 

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.