Click here to Skip to main content
15,881,715 members
Home / Discussions / C#
   

C#

 
AnswerRe: HOW TO Auto Install Devexpress Windows PowerShell Pin
OriginalGriff16-Sep-19 3:43
mveOriginalGriff16-Sep-19 3:43 
AnswerRe: HOW TO Auto Install Devexpress Windows PowerShell Pin
BillWoodruff17-Sep-19 17:41
professionalBillWoodruff17-Sep-19 17:41 
QuestionHOW TO Auto Install Devexpress Windows PowerShell Pin
Member 1404636316-Sep-19 2:17
Member 1404636316-Sep-19 2:17 
AnswerRe: HOW TO Auto Install Devexpress Windows PowerShell Pin
Dave Kreskowiak16-Sep-19 2:36
mveDave Kreskowiak16-Sep-19 2:36 
GeneralRe: HOW TO Auto Install Devexpress Windows PowerShell Pin
Member 1404636316-Sep-19 2:48
Member 1404636316-Sep-19 2:48 
GeneralRe: HOW TO Auto Install Devexpress Windows PowerShell Pin
Dave Kreskowiak16-Sep-19 3:26
mveDave Kreskowiak16-Sep-19 3:26 
GeneralRe: HOW TO Auto Install Devexpress Windows PowerShell Pin
Member 1404636316-Sep-19 5:46
Member 1404636316-Sep-19 5:46 
QuestionHow can I software-trigger WndProc(ref Message m) to execute? Pin
arnold_w16-Sep-19 0:40
arnold_w16-Sep-19 0:40 
I am writing a standard WinForm-application in C# using Visual Studio Express 2005. I have a ComboBox that shows certain com ports on my system that can be used to communicate with different embedded products. When USB-to-serial-cables are plugged in or disconnected, I need to update the contents of my ComboBox. I found excellent source code to get events when USB-cables are connected/disconnected: DiskImager/DriveDetector.cs at master · DynamicDevices/DiskImager · GitHub[^]. My problem is that sometimes I want to disable my events temporarily and then shortly thereafter enable them again. In case there was an event during this short period of time, I would like to generate an event retroactively. I think it would be appropriate to generate that event in the same thread as the regular events, that is, the WndProc(ref Message m) thread. So, how do I software-trigger WndProc(ref Message m) to execute?
AnswerRe: How can I software-trigger WndProc(ref Message m) to execute? Pin
Richard MacCutchan16-Sep-19 1:26
mveRichard MacCutchan16-Sep-19 1:26 
GeneralRe: How can I software-trigger WndProc(ref Message m) to execute? Pin
arnold_w16-Sep-19 22:00
arnold_w16-Sep-19 22:00 
GeneralRe: How can I software-trigger WndProc(ref Message m) to execute? Pin
Richard MacCutchan16-Sep-19 22:45
mveRichard MacCutchan16-Sep-19 22:45 
GeneralRe: How can I software-trigger WndProc(ref Message m) to execute? Pin
BillWoodruff17-Sep-19 17:49
professionalBillWoodruff17-Sep-19 17:49 
AnswerRe: How can I software-trigger WndProc(ref Message m) to execute? Pin
BillWoodruff17-Sep-19 17:57
professionalBillWoodruff17-Sep-19 17:57 
QuestionUsing buttons on a form. Pin
Brian_TheLion15-Sep-19 17:48
Brian_TheLion15-Sep-19 17:48 
AnswerRe: Using buttons on a form. Pin
OriginalGriff15-Sep-19 20:43
mveOriginalGriff15-Sep-19 20:43 
AnswerRe: Using buttons on a form. Pin
GenJerDan15-Sep-19 20:55
GenJerDan15-Sep-19 20:55 
GeneralRe: Using buttons on a form. Pin
BillWoodruff16-Sep-19 4:32
professionalBillWoodruff16-Sep-19 4:32 
AnswerRe: Using buttons on a form. Pin
BillWoodruff16-Sep-19 4:30
professionalBillWoodruff16-Sep-19 4:30 
AnswerRe: Using buttons on a form. Pin
Brian_TheLion16-Sep-19 16:20
Brian_TheLion16-Sep-19 16:20 
GeneralRe: Using buttons on a form. Pin
BillWoodruff16-Sep-19 16:36
professionalBillWoodruff16-Sep-19 16:36 
GeneralRe: Using buttons on a form. Pin
Brian_TheLion16-Sep-19 20:40
Brian_TheLion16-Sep-19 20:40 
AnswerRe: Using buttons on a form. Pin
BillWoodruff16-Sep-19 22:49
professionalBillWoodruff16-Sep-19 22:49 
GeneralRe: Using buttons on a form. Pin
Brian_TheLion17-Sep-19 20:03
Brian_TheLion17-Sep-19 20:03 
QuestionFile format not proper for excel mail attachment in c# Pin
Member 1225501213-Sep-19 8:33
Member 1225501213-Sep-19 8:33 
AnswerRe: File format not proper for excel mail attachment in c# Pin
MadMyche13-Sep-19 11:59
professionalMadMyche13-Sep-19 11:59 

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.