Click here to Skip to main content
16,005,121 members
Home / Discussions / C#
   

C#

 
AnswerRe: can u plz tell me that whether we can import microsoft word objects(lines,circles,etc...) into the microsoft .net framework. how to do that one? Pin
Christian Graus8-Mar-09 23:19
protectorChristian Graus8-Mar-09 23:19 
Questioncan u please send me that autodiagramer software Pin
Kanchan Pawar8-Mar-09 21:26
Kanchan Pawar8-Mar-09 21:26 
AnswerRe: can u please send me that autodiagramer software Pin
Ashfield8-Mar-09 21:57
Ashfield8-Mar-09 21:57 
AnswerRe: can u please send me that autodiagramer software Pin
Christian Graus8-Mar-09 23:21
protectorChristian Graus8-Mar-09 23:21 
QuestionListView Pin
Sajjad Leo8-Mar-09 21:22
Sajjad Leo8-Mar-09 21:22 
AnswerRe: ListView Pin
Christian Graus8-Mar-09 23:37
protectorChristian Graus8-Mar-09 23:37 
QuestionFill Combo With only Year value Pin
Saiyed Alam8-Mar-09 20:35
Saiyed Alam8-Mar-09 20:35 
AnswerRe: Fill Combo With only Year value Pin
Christian Graus8-Mar-09 20:36
protectorChristian Graus8-Mar-09 20:36 
GeneralRe: Fill Combo With only Year value Pin
Saiyed Alam8-Mar-09 20:54
Saiyed Alam8-Mar-09 20:54 
GeneralRe: Fill Combo With only Year value Pin
Christian Graus8-Mar-09 23:35
protectorChristian Graus8-Mar-09 23:35 
AnswerRe: Fill Combo With only Year value Pin
jaypatel5128-Mar-09 20:56
jaypatel5128-Mar-09 20:56 
QuestionProblem to read excel from server folder Pin
Krishna Varadharajan8-Mar-09 20:16
Krishna Varadharajan8-Mar-09 20:16 
AnswerRe: Problem to read excel from server folder Pin
Christian Graus8-Mar-09 20:36
protectorChristian Graus8-Mar-09 20:36 
GeneralRe: Problem to read excel from server folder Pin
Krishna Varadharajan8-Mar-09 20:50
Krishna Varadharajan8-Mar-09 20:50 
QuestionHelpprovider control in c# Pin
sipora8-Mar-09 19:53
sipora8-Mar-09 19:53 
AnswerRe: Helpprovider control in c# Pin
Christian Graus8-Mar-09 19:57
protectorChristian Graus8-Mar-09 19:57 
General[Message Deleted] Pin
sipora8-Mar-09 22:14
sipora8-Mar-09 22:14 
GeneralRe: Helpprovider control in c# Pin
Christian Graus8-Mar-09 23:18
protectorChristian Graus8-Mar-09 23:18 
Question[Message Deleted] Pin
bobby20098-Mar-09 19:52
bobby20098-Mar-09 19:52 
AnswerRe: How to create a ExecuteNonquery console app with output parms Pin
Christian Graus8-Mar-09 19:58
protectorChristian Graus8-Mar-09 19:58 
GeneralRe: How to create a ExecuteNonquery console app with output parms Pin
bobby20099-Mar-09 10:29
bobby20099-Mar-09 10:29 
AnswerRe: How to create a ExecuteNonquery console app with output parms Pin
_Maxxx_8-Mar-09 20:34
professional_Maxxx_8-Mar-09 20:34 
QuestionMessage Box Challenge Pin
Sandeep Kalra8-Mar-09 19:19
Sandeep Kalra8-Mar-09 19:19 
AnswerRe: Message Box Challenge Pin
Christian Graus8-Mar-09 19:59
protectorChristian Graus8-Mar-09 19:59 
If you want your UI to always respond when your code is doing some calculations, you need to do those calculations in another thread. Application.DoEvents() between your message box and your other code is a hack that may work.

Christian Graus

Driven to the arms of OSX by Vista.

AnswerRe: Message Box Challenge Pin
jaypatel5128-Mar-09 20:41
jaypatel5128-Mar-09 20:41 

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.