Click here to Skip to main content
15,895,656 members
Home / Discussions / C#
   

C#

 
GeneralRe: Dataview to DataSet Pin
turbochimp13-Oct-05 20:48
turbochimp13-Oct-05 20:48 
GeneralRe: Dataview to DataSet Pin
ksumputh22-Oct-05 8:35
ksumputh22-Oct-05 8:35 
QuestionProblem with projects in project Pin
hg270513-Oct-05 19:14
hg270513-Oct-05 19:14 
AnswerRe: Problem with projects in project Pin
Guffa13-Oct-05 19:48
Guffa13-Oct-05 19:48 
GeneralRe: Problem with projects in project Pin
hg270513-Oct-05 20:10
hg270513-Oct-05 20:10 
QuestionControl for live video display on windows form Pin
varmag13-Oct-05 19:01
varmag13-Oct-05 19:01 
QuestionDrawing is Lost when Paint is called... Pin
maddy jiger13-Oct-05 17:21
maddy jiger13-Oct-05 17:21 
AnswerRe: Drawing is Lost when Paint is called... Pin
Guffa13-Oct-05 19:54
Guffa13-Oct-05 19:54 
You can't just draw things over a panel an expect it to remain there. You draw on the screen, not on the panel element.

To make it work properly, you have to do the drawing from the paint event. Store everything you draw in an array list or something, and redraw it whenever paint is called.

Don't draw anything from the mouse move event, just add it to your list, then invalidate the panel so that it's redrawn.

---
b { font-weight: normal; }

QuestionDatabase Access Problem with C# Pin
TheMajorRager13-Oct-05 17:01
TheMajorRager13-Oct-05 17:01 
GeneralRe: Database Access Problem with C# Pin
Luis Alonso Ramos13-Oct-05 17:19
Luis Alonso Ramos13-Oct-05 17:19 
AnswerRe: Database Access Problem with C# Pin
Gulfraz Khan14-Oct-05 4:09
Gulfraz Khan14-Oct-05 4:09 
GeneralRe: Database Access Problem with C# Pin
TheMajorRager14-Oct-05 6:59
TheMajorRager14-Oct-05 6:59 
QuestionEndless MessageBox Mess..... Pin
Anonymous13-Oct-05 13:21
Anonymous13-Oct-05 13:21 
AnswerRe: Endless MessageBox Mess..... Pin
Guffa13-Oct-05 20:01
Guffa13-Oct-05 20:01 
Questiontopmost form to the application only? Pin
zhyluopro13-Oct-05 13:07
zhyluopro13-Oct-05 13:07 
AnswerRe: topmost form to the application only? Pin
Luis Alonso Ramos13-Oct-05 17:22
Luis Alonso Ramos13-Oct-05 17:22 
AnswerRe: topmost form to the application only? Pin
zhyluopro14-Oct-05 5:35
zhyluopro14-Oct-05 5:35 
QuestionCan you change the system volume? (as in sound) Pin
Anthony Mushrow13-Oct-05 12:49
professionalAnthony Mushrow13-Oct-05 12:49 
QuestionC# Threading Pin
budidharma13-Oct-05 12:05
budidharma13-Oct-05 12:05 
AnswerRe: C# Threading Pin
budidharma13-Oct-05 12:08
budidharma13-Oct-05 12:08 
GeneralRe: C# Threading Pin
Heks13-Oct-05 12:14
Heks13-Oct-05 12:14 
GeneralRe: C# Threading Pin
budidharma13-Oct-05 13:22
budidharma13-Oct-05 13:22 
GeneralRe: C# Threading Pin
Guffa13-Oct-05 20:13
Guffa13-Oct-05 20:13 
GeneralRe: C# Threading Pin
eggie513-Oct-05 20:24
eggie513-Oct-05 20:24 
GeneralRe: C# Threading Pin
Stefan Troschuetz13-Oct-05 22:06
Stefan Troschuetz13-Oct-05 22:06 

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.