Click here to Skip to main content
15,794,629 members
Home / Discussions / C#
   

C#

 
QuestionNEED HELP- ERROR (71,10): error CS1513: } expected) Pin
Joana Gonçalves 202220-Apr-22 4:22
Joana Gonçalves 202220-Apr-22 4:22 
AnswerRe: NEED HELP- ERROR (71,10): error CS1513: } expected) Pin
Dave Kreskowiak20-Apr-22 4:51
mveDave Kreskowiak20-Apr-22 4:51 
AnswerRe: NEED HELP- ERROR (71,10): error CS1513: } expected) Pin
Raphael Adeniji26-Apr-22 9:18
Raphael Adeniji26-Apr-22 9:18 
QuestionWindows.Devices.HumanInterfaceDevice Pin
Member 1556267619-Apr-22 5:29
Member 1556267619-Apr-22 5:29 
AnswerRe: Windows.Devices.HumanInterfaceDevice Pin
OriginalGriff19-Apr-22 7:52
mvaOriginalGriff19-Apr-22 7:52 
Rant[REPOST] Windows.Devices.HumanInterfaceDevice Pin
Richard Deeming19-Apr-22 22:24
mveRichard Deeming19-Apr-22 22:24 
QuestionC# - How to capture when a user presses the "X" in the upper right corner Pin
Richard A Knox18-Apr-22 8:19
Richard A Knox18-Apr-22 8:19 
AnswerRe: C# - How to capture when a user presses the "X" in the upper right corner Pin
Victor Nijegorodov18-Apr-22 8:30
Victor Nijegorodov18-Apr-22 8:30 
In such a case the WM_SYSCOMMAND message (Winuser.h) - Win32 apps | Microsoft Docs with the wParam == SC_CLOSE will be sent.
Try to handle this message and check whether the wParam == SC_CLOSE.
AnswerRe: C# - How to capture when a user presses the "X" in the upper right corner Pin
Richard MacCutchan18-Apr-22 9:16
mveRichard MacCutchan18-Apr-22 9:16 
QuestionStart the Windows form app from Window service Pin
Member 1481278615-Apr-22 22:29
Member 1481278615-Apr-22 22:29 
AnswerRe: Start the Windows form app from Window service Pin
OriginalGriff15-Apr-22 22:43
mvaOriginalGriff15-Apr-22 22:43 
AnswerRe: Start the Windows form app from Window service Pin
Gerry Schmitz16-Apr-22 7:03
mveGerry Schmitz16-Apr-22 7:03 
QuestionAccessing one of many possible objects passed to a function Pin
TNCaver15-Apr-22 12:24
TNCaver15-Apr-22 12:24 
AnswerRe: Accessing one of many possible objects passed to a function Pin
Tony Hill15-Apr-22 22:02
mveTony Hill15-Apr-22 22:02 
GeneralRe: Accessing one of many possible objects passed to a function Pin
TNCaver17-Apr-22 12:16
TNCaver17-Apr-22 12:16 
AnswerRe: Accessing one of many possible objects passed to a function Pin
Mycroft Holmes16-Apr-22 13:56
professionalMycroft Holmes16-Apr-22 13:56 
GeneralRe: Accessing one of many possible objects passed to a function Pin
TNCaver17-Apr-22 12:18
TNCaver17-Apr-22 12:18 
AnswerClarification Pin
TNCaver17-Apr-22 12:14
TNCaver17-Apr-22 12:14 
GeneralRe: Clarification Pin
Mycroft Holmes17-Apr-22 13:10
professionalMycroft Holmes17-Apr-22 13:10 
GeneralRe: Clarification Pin
TNCaver17-Apr-22 15:16
TNCaver17-Apr-22 15:16 
GeneralRe: Clarification Pin
Richard Deeming18-Apr-22 22:56
mveRichard Deeming18-Apr-22 22:56 
AnswerRe: Accessing one of many possible objects passed to a function Pin
Gerry Schmitz18-Apr-22 6:31
mveGerry Schmitz18-Apr-22 6:31 
QuestionHow to trigger an event with a COM port? Pin
Member 1405587913-Apr-22 3:10
Member 1405587913-Apr-22 3:10 
AnswerRe: How to trigger an event with a COM port? Pin
Ralf Meier13-Apr-22 3:47
professionalRalf Meier13-Apr-22 3:47 
AnswerRe: How to trigger an event with a COM port? Pin
OriginalGriff13-Apr-22 3:48
mvaOriginalGriff13-Apr-22 3:48 

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.