Click here to Skip to main content
16,017,852 members
Home / Discussions / C#
   

C#

 
QuestionRe: Interacting With a Database Pin
max2929724-Jul-07 10:34
max2929724-Jul-07 10:34 
AnswerRe: Interacting With a Database Pin
Christian Graus24-Jul-07 11:23
protectorChristian Graus24-Jul-07 11:23 
QuestionData Binding with CheckBox Pin
Jan Hirak24-Jul-07 9:29
Jan Hirak24-Jul-07 9:29 
Questionloop through a bindingsource Pin
crash89324-Jul-07 9:08
crash89324-Jul-07 9:08 
AnswerRe: loop through a bindingsource Pin
led mike24-Jul-07 9:33
led mike24-Jul-07 9:33 
GeneralRe: loop through a bindingsource Pin
crash89325-Jul-07 4:43
crash89325-Jul-07 4:43 
GeneralRe: loop through a bindingsource Pin
led mike26-Jul-07 4:55
led mike26-Jul-07 4:55 
QuestionBug in Paint event Pin
Oleg Mehechkov24-Jul-07 7:27
Oleg Mehechkov24-Jul-07 7:27 
Hi Sometimes Paint event handler throws exception "Current object used elssewhere"...

For example:
private blablabla_Paint(object sender, PaintEventArgs e)
{
Graphics gr = e.Graphics;
...
gr.DrawLine(...); //<---- Usually it happens here.
}

locking of "gr" object hasn't helped... what can I do with it???

Sorry for my bad English... =)

AnswerRe: Bug in Paint event Pin
Luc Pattyn24-Jul-07 7:47
sitebuilderLuc Pattyn24-Jul-07 7:47 
AnswerRe: Bug in Paint event Pin
Pete O'Hanlon24-Jul-07 10:00
mvePete O'Hanlon24-Jul-07 10:00 
GeneralRe: Bug in Paint event Pin
Oleg Mehechkov25-Jul-07 22:07
Oleg Mehechkov25-Jul-07 22:07 
QuestionGetting frame information from Windows Media Player Pin
Yigal Agam24-Jul-07 7:23
Yigal Agam24-Jul-07 7:23 
QuestionProblem with Log4Net with NHibernate Pin
Iftekhar Naim24-Jul-07 7:01
Iftekhar Naim24-Jul-07 7:01 
AnswerRe: Problem with Log4Net with NHibernate Pin
led mike24-Jul-07 9:30
led mike24-Jul-07 9:30 
GeneralRe: Problem with Log4Net with NHibernate [modified] Pin
Iftekhar Naim24-Jul-07 19:31
Iftekhar Naim24-Jul-07 19:31 
GeneralGenerics and Constraints Pin
J$24-Jul-07 6:41
J$24-Jul-07 6:41 
GeneralRe: Generics and Constraints Pin
MidwestLimey24-Jul-07 8:39
professionalMidwestLimey24-Jul-07 8:39 
GeneralRe: Generics and Constraints Pin
J$24-Jul-07 8:56
J$24-Jul-07 8:56 
GeneralRe: Generics and Constraints Pin
led mike24-Jul-07 9:47
led mike24-Jul-07 9:47 
GeneralRe: Generics and Constraints Pin
J$24-Jul-07 10:38
J$24-Jul-07 10:38 
GeneralRe: Generics and Constraints Pin
Pete O'Hanlon24-Jul-07 10:18
mvePete O'Hanlon24-Jul-07 10:18 
QuestionMessage Queue Error Pin
ramdil24-Jul-07 6:26
ramdil24-Jul-07 6:26 
QuestionNew Ideas For graduation Project Pin
monafr8124-Jul-07 6:08
monafr8124-Jul-07 6:08 
AnswerRe: New Ideas For graduation Project Pin
Paul Conrad24-Jul-07 6:22
professionalPaul Conrad24-Jul-07 6:22 
JokeRe: New Ideas For graduation Project Pin
Not Active24-Jul-07 7:48
mentorNot Active24-Jul-07 7:48 

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.