Click here to Skip to main content
15,918,049 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: asmx web service to access SQL server database. Pin
Ennis Ray Lynch, Jr.19-Jul-10 10:30
Ennis Ray Lynch, Jr.19-Jul-10 10:30 
AnswerRe: asmx web service to access SQL server database. Pin
Luc Pattyn19-Jul-10 10:56
sitebuilderLuc Pattyn19-Jul-10 10:56 
GeneralRe: asmx web service to access SQL server database. Pin
Not Active19-Jul-10 11:32
mentorNot Active19-Jul-10 11:32 
GeneralRe: asmx web service to access SQL server database. Pin
code4wcf21-Jul-10 16:19
code4wcf21-Jul-10 16:19 
QuestionHow do i draw my "user control UI" faster and more efficient [modified] Pin
Rejnev19-Jul-10 2:14
Rejnev19-Jul-10 2:14 
AnswerRe: How i draw my "user control UI" faster and more efficient Pin
Eddy Vluggen19-Jul-10 2:38
professionalEddy Vluggen19-Jul-10 2:38 
GeneralRe: How i draw my "user control UI" faster and more efficient [modified] Pin
Rejnev19-Jul-10 3:00
Rejnev19-Jul-10 3:00 
GeneralRe: How i draw my "user control UI" faster and more efficient Pin
Eddy Vluggen19-Jul-10 5:16
professionalEddy Vluggen19-Jul-10 5:16 
mohammad_b wrote:
because the paint event consecutive raise.

The method is called by Windows when it needs to repaint a part of the form. If you post your new paint-handler, we'll look at it Smile | :)


mohammad_b wrote:
(what about GPU, ...?)


I'd recommend converting to WPF over trying to directly access the GPU. You could even create your own effects[^].


mohammad_b wrote:
i want when the form moves, the control paint itself to draw reflect on the glass panel.when you move form, you will see that the reflect is stable


Yup, your life would be easier using WPF. Using WinForms, you'd have to Invalidate the control to force a repaint. I don't know how this will perform with a large area if you call this method in the OnMouseMove event. You'd have to give it a try to find out.
I are Troll Suspicious | :suss:

Generalit's done Pin
Rejnev19-Jul-10 5:30
Rejnev19-Jul-10 5:30 
GeneralRe: it's done Pin
Eddy Vluggen19-Jul-10 5:58
professionalEddy Vluggen19-Jul-10 5:58 
Questionconvert to shortname Pin
vijiajai18-Jul-10 18:45
vijiajai18-Jul-10 18:45 
AnswerRe: convert to shortname Pin
Peace ON18-Jul-10 21:01
Peace ON18-Jul-10 21:01 
GeneralRe: convert to shortname Pin
vijiajai18-Jul-10 21:15
vijiajai18-Jul-10 21:15 
Answer[Repost] Re: convert to shortname Pin
Peace ON18-Jul-10 22:30
Peace ON18-Jul-10 22:30 
GeneralRe: ... posting anything ... Pin
The Man from U.N.C.L.E.18-Jul-10 23:15
The Man from U.N.C.L.E.18-Jul-10 23:15 
GeneralRe: ... posting anything ... Pin
Peace ON18-Jul-10 23:19
Peace ON18-Jul-10 23:19 
Questionabout datagrid Pin
rajpar17-Jul-10 20:07
rajpar17-Jul-10 20:07 
AnswerRe: about datagrid Pin
Abhinav S17-Jul-10 20:45
Abhinav S17-Jul-10 20:45 
AnswerRe: about datagrid Pin
Alicia Ouellet5-Oct-10 7:07
Alicia Ouellet5-Oct-10 7:07 
QuestionProblem binding data to a gridview on key press. Pin
Clint Westwood16-Jul-10 23:08
Clint Westwood16-Jul-10 23:08 
AnswerRe: Problem binding data to a gridview on key press. Pin
Peace ON16-Jul-10 23:25
Peace ON16-Jul-10 23:25 
QuestionMessage Removed Pin
16-Jul-10 1:19
sr15916-Jul-10 1:19 
Answer[Repost] Re: how to restore mysql dump file to database using C#, ASP.net PinPopular
Peace ON16-Jul-10 1:32
Peace ON16-Jul-10 1:32 
GeneralRe: [Repost] Re: how to restore mysql dump file to database using C#, ASP.net Pin
Peace ON16-Jul-10 2:09
Peace ON16-Jul-10 2:09 
Questionhow to restore mysql dump file to database using C# , ASP.NET Pin
sr15915-Jul-10 20:56
sr15915-Jul-10 20:56 

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.