Click here to Skip to main content
15,887,376 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Just installed VS2022 and ... Pin
lmoelleb10-Mar-22 3:54
lmoelleb10-Mar-22 3:54 
GeneralRe: Just installed VS2022 and ... Pin
Dan Neely10-Mar-22 8:19
Dan Neely10-Mar-22 8:19 
GeneralRe: Just installed VS2022 and ... Pin
megaadam10-Mar-22 3:40
professionalmegaadam10-Mar-22 3:40 
GeneralRe: Just installed VS2022 and ... Pin
PIEBALDconsult10-Mar-22 4:36
mvePIEBALDconsult10-Mar-22 4:36 
GeneralRe: Just installed VS2022 and ... Pin
Andreas Mertens10-Mar-22 4:59
professionalAndreas Mertens10-Mar-22 4:59 
GeneralRe: Just installed VS2022 and ... Pin
Dan Neely10-Mar-22 8:30
Dan Neely10-Mar-22 8:30 
GeneralRe: Just installed VS2022 and ... Pin
Dan Neely10-Mar-22 10:44
Dan Neely10-Mar-22 10:44 
GeneralRe: Just installed VS2022 and ... Pin
DaveAuld10-Mar-22 6:52
professionalDaveAuld10-Mar-22 6:52 
I installed it a few days ago and been busy doing some c# for the first time in about 5 years.

My code maybe looks terrible, follows no standards, but hey, it's working so far! Took my head ages to get round it all again. At least I've got an app that sends and receives commands from a USB device, and shares the data on request to TCP client apps. just need to try and create a data store and line chart for some of the readings.

1) escaped line feeds were being stripped from strings when being taken from the USB device, put into a snapshot store, and then read back for sending onto the TCP clients, no idea why, had to tag them back on again in the socket send.
2) for some reason the asyncread call back was killing the socket - no idea why - had to butcher the code and temporarily deal with the sending synchronously, at least it is in a separate thread (i think!)
2) Chart control is longer available in .Net 6 - might have to do this the hard way in a custom control and painting. - task for later
3) All these null warnings and the like......

yes, its for astrophotography related!

GeneralRe: Just installed VS2022 and ... Pin
Southmountain10-Mar-22 8:08
Southmountain10-Mar-22 8:08 
GeneralRe: Just installed VS2022 and ... Pin
OriginalGriff10-Mar-22 9:09
mveOriginalGriff10-Mar-22 9:09 
GeneralRe: Just installed VS2022 and ... Pin
Jacquers10-Mar-22 17:31
Jacquers10-Mar-22 17:31 
GeneralCCC 10-03-2022 Pin
pkfox9-Mar-22 22:08
professionalpkfox9-Mar-22 22:08 
GeneralRe: CCC 10-03-2022 Pin
OriginalGriff9-Mar-22 22:31
mveOriginalGriff9-Mar-22 22:31 
GeneralRe: CCC 10-03-2022 Pin
pkfox9-Mar-22 22:39
professionalpkfox9-Mar-22 22:39 
GeneralRe: CCC 10-03-2022 Pin
dan!sh 9-Mar-22 22:54
professional dan!sh 9-Mar-22 22:54 
GeneralRe: CCC 10-03-2022 Pin
pkfox9-Mar-22 23:10
professionalpkfox9-Mar-22 23:10 
GeneralRe: CCC 10-03-2022 Pin
Sander Rossel9-Mar-22 23:08
professionalSander Rossel9-Mar-22 23:08 
GeneralRe: CCC 10-03-2022 Pin
OriginalGriff9-Mar-22 23:31
mveOriginalGriff9-Mar-22 23:31 
GeneralRe: CCC 10-03-2022 Pin
Sander Rossel10-Mar-22 21:30
professionalSander Rossel10-Mar-22 21:30 
GeneralNSOTW - Ninjaed Sound Of The Week Pin
den2k889-Mar-22 21:33
professionalden2k889-Mar-22 21:33 
GeneralRe: NSOTW - Ninjaed Sound Of The Week Pin
Sander Rossel9-Mar-22 23:05
professionalSander Rossel9-Mar-22 23:05 
GeneralRe: NSOTW - Ninjaed Sound Of The Week Pin
den2k889-Mar-22 23:48
professionalden2k889-Mar-22 23:48 
GeneralRe: NSOTW - Ninjaed Sound Of The Week Pin
Craig Robbins10-Mar-22 2:14
Craig Robbins10-Mar-22 2:14 
GeneralRe: NSOTW - Ninjaed Sound Of The Week Pin
Stuart Dootson10-Mar-22 3:40
professionalStuart Dootson10-Mar-22 3:40 
GeneralRe: NSOTW - Ninjaed Sound Of The Week Pin
den2k8810-Mar-22 4:12
professionalden2k8810-Mar-22 4:12 

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.