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

.NET (Core and Framework)

 
GeneralRe: My (previously working) DateTimePickers have gone nuts! Pin
Peter R. Fletcher19-Apr-17 3:16
Peter R. Fletcher19-Apr-17 3:16 
GeneralRe: My (previously working) DateTimePickers have gone nuts! Pin
Richard MacCutchan19-Apr-17 5:33
mveRichard MacCutchan19-Apr-17 5:33 
AnswerRe: My (previously working) DateTimePickers have gone nuts! Pin
Gerry Schmitz19-Apr-17 9:37
mveGerry Schmitz19-Apr-17 9:37 
GeneralRe: My (previously working) DateTimePickers have gone nuts! Pin
Peter R. Fletcher19-Apr-17 10:50
Peter R. Fletcher19-Apr-17 10:50 
GeneralRe: My (previously working) DateTimePickers have gone nuts! Pin
Gerry Schmitz19-Apr-17 11:27
mveGerry Schmitz19-Apr-17 11:27 
GeneralRe: My (previously working) DateTimePickers have gone nuts! Pin
Peter R. Fletcher19-Apr-17 12:33
Peter R. Fletcher19-Apr-17 12:33 
GeneralRe: My (previously working) DateTimePickers have gone nuts! Pin
Gerry Schmitz19-Apr-17 13:26
mveGerry Schmitz19-Apr-17 13:26 
AnswerRe: My (previously working) DateTimePickers have gone nuts! Pin
leon de boer22-Apr-17 19:27
leon de boer22-Apr-17 19:27 
As per the other discussion looks like Windows has made a structural change which is perfectly normal.

You should be able to go around the problem by just using Windows API. The other guy with the problem said he was losing the last word but I am pretty sure that is because he didn't have enough room in the box for the wording because the font was obviously slightly different spacing. I told him about using the negative height which forces absolute height selection of font and gives windows no latitude to play with it. I don't know what parameters the original MFC code used in selecting a suitable font but you just need to work it out.

WM_SETFONT should and must work because it is an API message if it doesn't work correctly it would be given a high priority to fix from Microsoft because it could effect any and every program.

This should not be a big issue to fix. Using frameworks makes things easier the penalty is sometimes things can change in the Windows API that break the frameworks. The alternatively would be Microsoft not ever be allowed to change anything which as one of your comments already says this stuff has changed multiple times over the years already.
In vino veritas

QuestionFind a solution for automating a manual task for searching a TFS change-set dot-net technology Pin
Jyoti Lal13-Apr-17 20:59
Jyoti Lal13-Apr-17 20:59 
AnswerRe: Find a solution for automating a manual task for searching a TFS change-set dot-net technology Pin
Dave Kreskowiak14-Apr-17 5:52
mveDave Kreskowiak14-Apr-17 5:52 
GeneralRe: Find a solution for automating a manual task for searching a TFS change-set dot-net technology Pin
Jyoti Lal16-Apr-17 21:41
Jyoti Lal16-Apr-17 21:41 
GeneralRe: Find a solution for automating a manual task for searching a TFS change-set dot-net technology Pin
Dave Kreskowiak17-Apr-17 3:16
mveDave Kreskowiak17-Apr-17 3:16 
GeneralRe: Find a solution for automating a manual task for searching a TFS change-set dot-net technology Pin
Jyoti Lal17-Apr-17 20:26
Jyoti Lal17-Apr-17 20:26 
AnswerRe: Find a solution for automating a manual task for searching a TFS change-set dot-net technology Pin
ZurdoDev14-Apr-17 7:46
professionalZurdoDev14-Apr-17 7:46 
AnswerRe: Find a solution for automating a manual task for searching a TFS change-set dot-net technology Pin
Pete O'Hanlon14-Apr-17 8:36
mvePete O'Hanlon14-Apr-17 8:36 
GeneralRe: Find a solution for automating a manual task for searching a TFS change-set dot-net technology Pin
Jyoti Lal16-Apr-17 21:43
Jyoti Lal16-Apr-17 21:43 
GeneralRe: Find a solution for automating a manual task for searching a TFS change-set dot-net technology Pin
Pete O'Hanlon16-Apr-17 22:09
mvePete O'Hanlon16-Apr-17 22:09 
AnswerRe: Find a solution for automating a manual task for searching a TFS change-set dot-net technology Pin
Nick_314159265416-Apr-17 13:00
Nick_314159265416-Apr-17 13:00 
GeneralRe: Find a solution for automating a manual task for searching a TFS change-set dot-net technology Pin
Jyoti Lal16-Apr-17 21:56
Jyoti Lal16-Apr-17 21:56 
GeneralRe: Find a solution for automating a manual task for searching a TFS change-set dot-net technology Pin
Nick_314159265417-Apr-17 7:46
Nick_314159265417-Apr-17 7:46 
GeneralRe: Find a solution for automating a manual task for searching a TFS change-set dot-net technology Pin
Jyoti Lal17-Apr-17 20:29
Jyoti Lal17-Apr-17 20:29 
QuestionVisual Studio 2017 autocorrect Pin
chipp_zanuff12-Apr-17 0:30
chipp_zanuff12-Apr-17 0:30 
AnswerRe: Visual Studio 2017 autocorrect Pin
Richard MacCutchan12-Apr-17 1:07
mveRichard MacCutchan12-Apr-17 1:07 
GeneralRe: Visual Studio 2017 autocorrect Pin
chipp_zanuff12-Apr-17 1:36
chipp_zanuff12-Apr-17 1:36 
GeneralRe: Visual Studio 2017 autocorrect Pin
Richard MacCutchan12-Apr-17 2:06
mveRichard MacCutchan12-Apr-17 2:06 

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.