Click here to Skip to main content
15,921,577 members
Home / Discussions / C#
   

C#

 
AnswerRe: I need urgent help - thanks Pin
Not Active3-Jan-07 17:56
mentorNot Active3-Jan-07 17:56 
GeneralRe: I need urgent help - thanks Pin
Paul Conrad3-Jan-07 21:26
professionalPaul Conrad3-Jan-07 21:26 
Questionstack heap confusion Pin
swjam3-Jan-07 12:58
swjam3-Jan-07 12:58 
AnswerRe: stack heap confusion Pin
Colin Angus Mackay3-Jan-07 13:02
Colin Angus Mackay3-Jan-07 13:02 
QuestionExplicit interface implementation Pin
Captain See Sharp3-Jan-07 11:23
Captain See Sharp3-Jan-07 11:23 
AnswerRe: Explicit interface implementation Pin
ben23-Jan-07 11:29
ben23-Jan-07 11:29 
AnswerRe: Explicit interface implementation Pin
Daniel Grunwald3-Jan-07 11:40
Daniel Grunwald3-Jan-07 11:40 
GeneralRe: Explicit interface implementation Pin
Captain See Sharp3-Jan-07 13:14
Captain See Sharp3-Jan-07 13:14 
QuestionOleDbData Adapter.Update Command Error Pin
yesufollower3-Jan-07 10:48
yesufollower3-Jan-07 10:48 
AnswerRe: OleDbData Adapter.Update Command Error Pin
ben23-Jan-07 10:51
ben23-Jan-07 10:51 
GeneralRe: OleDbData Adapter.Update Command Error Pin
yesufollower3-Jan-07 10:57
yesufollower3-Jan-07 10:57 
GeneralRe: OleDbData Adapter.Update Command Error Pin
ben23-Jan-07 10:59
ben23-Jan-07 10:59 
GeneralRe: OleDbData Adapter.Update Command Error Pin
yesufollower3-Jan-07 11:37
yesufollower3-Jan-07 11:37 
GeneralRe: OleDbData Adapter.Update Command Error Pin
ben23-Jan-07 11:42
ben23-Jan-07 11:42 
GeneralRe: OleDbData Adapter.Update Command Error Pin
yesufollower3-Jan-07 11:56
yesufollower3-Jan-07 11:56 
GeneralRe: OleDbData Adapter.Update Command Error Pin
ben23-Jan-07 11:58
ben23-Jan-07 11:58 
QuestionGDI+ A generic error occurred Pin
ben23-Jan-07 10:34
ben23-Jan-07 10:34 
Hi,

In my windows application if I'm getting ExternalException when I use the following to methods if the text parameter is too large.

g.MeasureString(text, font, size, format);
g.DrawString(text, font, color, rectangle, format);

I have tried to make the size and rectangle parameters to be large so that it fits the text, but I still get the same exception with Message : "A Genric error occurred"

Please let me know how I can fix this.

Thanks
Ben
AnswerRe: GDI+ A generic error occurred Pin
Christian Graus3-Jan-07 10:40
protectorChristian Graus3-Jan-07 10:40 
GeneralRe: GDI+ A generic error occurred Pin
ben23-Jan-07 10:45
ben23-Jan-07 10:45 
GeneralRe: GDI+ A generic error occurred Pin
Christian Graus3-Jan-07 11:42
protectorChristian Graus3-Jan-07 11:42 
GeneralRe: GDI+ A generic error occurred Pin
ben23-Jan-07 11:59
ben23-Jan-07 11:59 
AnswerRe: GDI+ A generic error occurred Pin
Captain See Sharp3-Jan-07 11:25
Captain See Sharp3-Jan-07 11:25 
GeneralRe: GDI+ A generic error occurred Pin
ben23-Jan-07 11:32
ben23-Jan-07 11:32 
GeneralRe: GDI+ A generic error occurred Pin
Luc Pattyn3-Jan-07 12:05
sitebuilderLuc Pattyn3-Jan-07 12:05 
GeneralRe: GDI+ A generic error occurred Pin
ben23-Jan-07 12:28
ben23-Jan-07 12:28 

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.