Click here to Skip to main content
15,913,055 members
Home / Discussions / C#
   

C#

 
AnswerRe: Employee registration in c#.net Pin
Abhijit Jana16-Nov-07 22:55
professionalAbhijit Jana16-Nov-07 22:55 
GeneralRe: Employee registration in c#.net Pin
subramania bharathi22-Nov-07 22:00
subramania bharathi22-Nov-07 22:00 
GeneralRe: Employee registration in c#.net Pin
subramania bharathi25-Nov-07 18:39
subramania bharathi25-Nov-07 18:39 
GeneralRe: Employee registration in c#.net Pin
subramania bharathi25-Nov-07 18:40
subramania bharathi25-Nov-07 18:40 
GeneralRe: Employee registration in c#.net Pin
subramania bharathi25-Nov-07 18:41
subramania bharathi25-Nov-07 18:41 
Generalfinished the project dude Pin
subramania bharathi25-Nov-07 18:58
subramania bharathi25-Nov-07 18:58 
QuestionGarbage collector Message; how to solve it? Pin
kingletas16-Nov-07 21:35
kingletas16-Nov-07 21:35 
AnswerRe: Garbage collector Message; how to solve it? Pin
Guffa16-Nov-07 23:35
Guffa16-Nov-07 23:35 
Error messages are so informative these days, that it almost gets too easy.

You have the solution handed to you in the error message already:

"When passing delegates to unmanaged code, they must be kept alive by the managed application until it is guaranteed that they will never be called."

You have thrown away your reference to the delegate. Don't do that.

Experience is the sum of all the mistakes you have done.

Question(WPF)Random problem? [solved] Pin
wolfshad316-Nov-07 20:50
wolfshad316-Nov-07 20:50 
QuestionAuto Calculate An Age Without Postback a Page Pin
Gandalf_TheWhite16-Nov-07 20:19
professionalGandalf_TheWhite16-Nov-07 20:19 
AnswerRe: Auto Calculate An Age Without Postback a Page Pin
Mircea Puiu16-Nov-07 20:43
Mircea Puiu16-Nov-07 20:43 
GeneralRe: Auto Calculate An Age Without Postback a Page Pin
Gandalf_TheWhite16-Nov-07 21:25
professionalGandalf_TheWhite16-Nov-07 21:25 
GeneralRe: Auto Calculate An Age Without Postback a Page Pin
Brady Kelly16-Nov-07 21:58
Brady Kelly16-Nov-07 21:58 
AnswerRe: Auto Calculate An Age Without Postback a Page Pin
Christian Graus16-Nov-07 22:01
protectorChristian Graus16-Nov-07 22:01 
Questiondisplay in a textbox contents from a .txt file [modified] Pin
new2pgrmg16-Nov-07 20:18
new2pgrmg16-Nov-07 20:18 
AnswerRe: display in a textbox contents from a .txt file Pin
Abhijit Jana16-Nov-07 20:31
professionalAbhijit Jana16-Nov-07 20:31 
AnswerRe: display in a textbox contents from a .txt file Pin
Abhijit Jana16-Nov-07 20:32
professionalAbhijit Jana16-Nov-07 20:32 
AnswerRe: display in a textbox contents from a .txt file Pin
Mircea Puiu16-Nov-07 20:51
Mircea Puiu16-Nov-07 20:51 
AnswerRe: display in a textbox contents from a .txt file Pin
Christian Graus16-Nov-07 22:52
protectorChristian Graus16-Nov-07 22:52 
QuestionThis is weird!!! Pin
kingletas16-Nov-07 18:56
kingletas16-Nov-07 18:56 
AnswerRe: This is weird!!! Pin
mav.northwind16-Nov-07 21:33
mav.northwind16-Nov-07 21:33 
Questionreg: Go to line number in text file Pin
Satish - Developer16-Nov-07 18:09
Satish - Developer16-Nov-07 18:09 
AnswerRe: reg: Go to line number in text file Pin
Christian Graus16-Nov-07 18:41
protectorChristian Graus16-Nov-07 18:41 
GeneralRe: reg: Go to line number in text file Pin
Satish - Developer16-Nov-07 18:51
Satish - Developer16-Nov-07 18:51 
GeneralRe: reg: Go to line number in text file Pin
Christian Graus16-Nov-07 22:54
protectorChristian Graus16-Nov-07 22: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.