Click here to Skip to main content
15,914,111 members
Home / Discussions / C#
   

C#

 
AnswerRe: Filtering dataset Pin
rah_sin7-May-07 22:30
professionalrah_sin7-May-07 22:30 
AnswerRe: Filtering dataset Pin
Giorgi Dalakishvili7-May-07 22:35
mentorGiorgi Dalakishvili7-May-07 22:35 
Questionwindow application problem - plz help Pin
Sekar Kumarasamy7-May-07 22:19
Sekar Kumarasamy7-May-07 22:19 
AnswerRe: window application problem - plz help Pin
rah_sin7-May-07 22:28
professionalrah_sin7-May-07 22:28 
AnswerRe: window application problem - plz help Pin
Christian Graus7-May-07 22:33
protectorChristian Graus7-May-07 22:33 
GeneralRe: window application problem - plz help Pin
prabuinet8-May-07 3:48
prabuinet8-May-07 3:48 
QuestionDrawing line in running time [modified] Pin
HexaDeveloper7-May-07 21:37
HexaDeveloper7-May-07 21:37 
AnswerRe: Drawing line in running time Pin
Christian Graus7-May-07 22:14
protectorChristian Graus7-May-07 22:14 
HexaDeveloper wrote:
Graphics grfx = this.CreateGraphics();


You don't say what your problems are, but you should NEVER do this, unless you want to draw something that will immediately disappear. As soon as your window is obscured, your line will disappear, you should always draw your lines within the paint event of your form and call Invalidate() to force a paint event.


Christian Graus - Microsoft MVP - C++
Metal Musings - Rex and my new metal blog
"I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )

GeneralRe: Drawing line in running time Pin
HexaDeveloper7-May-07 23:00
HexaDeveloper7-May-07 23:00 
Questionconnect XML file with App.?? Pin
yazeed_pal7-May-07 20:47
yazeed_pal7-May-07 20:47 
AnswerRe: connect XML file with App.?? Pin
Sandeep Akhare7-May-07 20:58
Sandeep Akhare7-May-07 20:58 
AnswerRe: connect XML file with App.?? Pin
blackjack21507-May-07 21:24
blackjack21507-May-07 21:24 
QuestionCreateObject Method Pin
danasegaranea7-May-07 20:02
danasegaranea7-May-07 20:02 
AnswerRe: CreateObject Method Pin
Muammar©7-May-07 20:12
Muammar©7-May-07 20:12 
AnswerRe: CreateObject Method Pin
Sandeep Akhare7-May-07 20:23
Sandeep Akhare7-May-07 20:23 
GeneralRe: CreateObject Method Pin
danasegaranea7-May-07 20:34
danasegaranea7-May-07 20:34 
QuestionRe: CreateObject Method Pin
Sandeep Akhare7-May-07 20:39
Sandeep Akhare7-May-07 20:39 
AnswerRe: CreateObject Method [modified] Pin
danasegaranea7-May-07 21:00
danasegaranea7-May-07 21:00 
GeneralRe: CreateObject Method Pin
Sandeep Akhare7-May-07 21:15
Sandeep Akhare7-May-07 21:15 
GeneralRe: CreateObject Method Pin
danasegaranea8-May-07 3:09
danasegaranea8-May-07 3:09 
AnswerRe: CreateObject Method Pin
J4amieC7-May-07 22:15
J4amieC7-May-07 22:15 
GeneralRe: CreateObject Method Pin
danasegaranea7-May-07 22:20
danasegaranea7-May-07 22:20 
GeneralRe: CreateObject Method Pin
Pete O'Hanlon7-May-07 22:33
mvePete O'Hanlon7-May-07 22:33 
GeneralRe: CreateObject Method Pin
J4amieC8-May-07 0:07
J4amieC8-May-07 0:07 
QuestionException:Token StartElement in state Epilog would result in an invalid XML document Pin
DON3457-May-07 19:20
DON3457-May-07 19:20 

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.