Click here to Skip to main content
15,891,431 members
Home / Discussions / C#
   

C#

 
GeneralRe: How do i do this assignment???? Pin
OriginalGriff26-Oct-18 0:47
mveOriginalGriff26-Oct-18 0:47 
AnswerRe: How do i do this assignment???? Pin
Pete O'Hanlon26-Oct-18 1:40
mvePete O'Hanlon26-Oct-18 1:40 
GeneralRe: How do i do this assignment???? Pin
Eddy Vluggen26-Oct-18 8:33
professionalEddy Vluggen26-Oct-18 8:33 
QuestionBackground worker release resources Pin
udi altman24-Oct-18 8:00
udi altman24-Oct-18 8:00 
AnswerRe: Background worker release resources Pin
OriginalGriff24-Oct-18 20:01
mveOriginalGriff24-Oct-18 20:01 
AnswerRe: Background worker release resources Pin
Eddy Vluggen25-Oct-18 0:45
professionalEddy Vluggen25-Oct-18 0:45 
QuestionDataGridView with scrollbar is flickering Pin
Shine Ashraf23-Oct-18 23:40
Shine Ashraf23-Oct-18 23:40 
AnswerRe: DataGridView with scrollbar is flickering Pin
Eddy Vluggen23-Oct-18 23:48
professionalEddy Vluggen23-Oct-18 23:48 
You're using databinding; during the binding-process, the UI will stop responding for a very short time. All applications "flicker" like that when processing a lot, and it is not a problem.

If it is a problem to you and you want to eliminate it, then have your gridview virtualized. That's the "fastest" way to show a DGV and its contents.

How to: Implement Virtual Mode in the Windows Forms DataGridView Control | Microsoft Docs[^]
Bastard Programmer from Hell Suspicious | :suss:
If you can't read my code, try converting it here[^]
"If you just follow the bacon Eddy, wherever it leads you, then you won't have to think about politics." -- Some Bell.

GeneralRe: DataGridView with scrollbar is flickering Pin
Shine Ashraf24-Oct-18 0:03
Shine Ashraf24-Oct-18 0:03 
GeneralRe: DataGridView with scrollbar is flickering Pin
Eddy Vluggen24-Oct-18 0:07
professionalEddy Vluggen24-Oct-18 0:07 
AnswerRe: DataGridView with scrollbar is flickering Pin
OriginalGriff23-Oct-18 23:53
mveOriginalGriff23-Oct-18 23:53 
GeneralRe: DataGridView with scrollbar is flickering Pin
Shine Ashraf24-Oct-18 0:07
Shine Ashraf24-Oct-18 0:07 
QuestionHow to program credit card swipe in winform ? Pin
Member 245846723-Oct-18 21:18
Member 245846723-Oct-18 21:18 
AnswerRe: How to program credit card swipe in winform ? Pin
OriginalGriff23-Oct-18 21:25
mveOriginalGriff23-Oct-18 21:25 
AnswerRe: How to program credit card swipe in winform ? Pin
Chris Quinn23-Oct-18 22:59
Chris Quinn23-Oct-18 22:59 
QuestionC# Input id Insert problems Pin
7007654323-Oct-18 21:16
7007654323-Oct-18 21:16 
QuestiondateTimePicker / smtp client Pin
User 1367511423-Oct-18 1:50
User 1367511423-Oct-18 1:50 
AnswerRe: dateTimePicker / smtp client Pin
BillWoodruff23-Oct-18 3:34
professionalBillWoodruff23-Oct-18 3:34 
GeneralRe: dateTimePicker / smtp client Pin
User 1367511424-Oct-18 1:23
User 1367511424-Oct-18 1:23 
AnswerRe: dateTimePicker / smtp client Pin
OriginalGriff23-Oct-18 4:23
mveOriginalGriff23-Oct-18 4:23 
GeneralRe: dateTimePicker / smtp client Pin
User 1367511424-Oct-18 1:21
User 1367511424-Oct-18 1:21 
GeneralRe: dateTimePicker / smtp client Pin
OriginalGriff24-Oct-18 1:35
mveOriginalGriff24-Oct-18 1:35 
QuestionC# Socket TCP - Change the client class to send the file, and the server receives the file. Pin
Member 1181344422-Oct-18 6:13
Member 1181344422-Oct-18 6:13 
AnswerRe: C# Socket TCP - Change the client class to send the file, and the server receives the file. Pin
Afzaal Ahmad Zeeshan22-Oct-18 7:43
professionalAfzaal Ahmad Zeeshan22-Oct-18 7:43 
AnswerRe: C# Socket TCP - Change the client class to send the file, and the server receives the file. Pin
Richard MacCutchan22-Oct-18 21:37
mveRichard MacCutchan22-Oct-18 21:37 

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.