Click here to Skip to main content
16,020,518 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Notes in MFC/Win32 App Pin
Richard MacCutchan6-Aug-24 4:36
mveRichard MacCutchan6-Aug-24 4:36 
AnswerRe: Notes in MFC/Win32 App Pin
Maximilien6-Aug-24 7:38
Maximilien6-Aug-24 7:38 
QuestionEnumerations Pin
Calin Negru5-Aug-24 23:32
Calin Negru5-Aug-24 23:32 
AnswerRe: Enumerations Pin
Victor Nijegorodov5-Aug-24 23:38
Victor Nijegorodov5-Aug-24 23:38 
GeneralRe: Enumerations Pin
Calin Negru6-Aug-24 1:21
Calin Negru6-Aug-24 1:21 
QuestionVoluntarily DELETED - wrong forum Pin
jana_hus4-Aug-24 17:24
jana_hus4-Aug-24 17:24 
AnswerRe: Qt mdiArea - how to "connect" between subwindow (object) ? Pin
k50544-Aug-24 6:31
mvek50544-Aug-24 6:31 
GeneralRe: Qt mdiArea - how to "connect" between subwindow (object) ? Pin
Dave Kreskowiak4-Aug-24 11:35
mveDave Kreskowiak4-Aug-24 11:35 
AnswerRe: Qt mdiArea - how to "connect" between subwindow (object) ? Pin
Dave Kreskowiak4-Aug-24 6:33
mveDave Kreskowiak4-Aug-24 6:33 
GeneralRe: Qt mdiArea - how to "connect" between subwindow (object) ? Pin
Richard MacCutchan5-Aug-24 0:24
mveRichard MacCutchan5-Aug-24 0:24 
Questiondialog update Pin
wa!72-Aug-24 18:28
wa!72-Aug-24 18:28 
AnswerRe: dialog color Pin
OriginalGriff2-Aug-24 18:32
mveOriginalGriff2-Aug-24 18:32 
QuestionMFC CIPAddressCtrl - How to detect blank field (octet)? Pin
Member 163267082-Aug-24 11:35
Member 163267082-Aug-24 11:35 
AnswerRe: MFC CIPAddressCtrl - How to detect blank field (octet)? Pin
CPallini4-Aug-24 20:05
mveCPallini4-Aug-24 20:05 
GeneralRe: MFC CIPAddressCtrl - How to detect blank field (octet)? Pin
Member 163267085-Aug-24 5:23
Member 163267085-Aug-24 5:23 
GeneralRe: MFC CIPAddressCtrl - How to detect blank field (octet)? Pin
Member 163267085-Aug-24 7:15
Member 163267085-Aug-24 7:15 
QuestionRe: MFC CIPAddressCtrl - How to detect blank field (octet)? Pin
David Crow5-Aug-24 9:21
David Crow5-Aug-24 9:21 
AnswerRe: MFC CIPAddressCtrl - How to detect blank field (octet)? Pin
Member 163267085-Aug-24 11:54
Member 163267085-Aug-24 11:54 
iNonBlankOctets = ::SendMessage(hWnd, IPM_GETADDRESS, 0, (LPARAM)&dwIPAddr);

Not exactly sure how to tell if specific octets are blank or 0.

In my case, making sure iNonBlankOctets is never less than the total number of octets is sufficient validation so if any octets are blank, then there's an error.
GeneralRe: MFC CIPAddressCtrl - How to detect blank field (octet)? Pin
David Crow6-Aug-24 2:38
David Crow6-Aug-24 2:38 
GeneralRe: MFC CIPAddressCtrl - How to detect blank field (octet)? Pin
Member 163267087-Aug-24 7:23
Member 163267087-Aug-24 7:23 
Questionerror CS5001: Program does not contain a static 'Main' method suitable for an entry point Pin
Pieter Claassens30-Jul-24 2:00
Pieter Claassens30-Jul-24 2:00 
AnswerRe: error CS5001: Program does not contain a static 'Main' method suitable for an entry point Pin
Mircea Neacsu30-Jul-24 2:22
Mircea Neacsu30-Jul-24 2:22 
AnswerRe: error CS5001: Program does not contain a static 'Main' method suitable for an entry point Pin
Richard MacCutchan30-Jul-24 2:36
mveRichard MacCutchan30-Jul-24 2:36 
AnswerRe: error CS5001: Program does not contain a static 'Main' method suitable for an entry point Pin
Dave Kreskowiak30-Jul-24 3:52
mveDave Kreskowiak30-Jul-24 3:52 
JokeRe: error CS5001: Program does not contain a static 'Main' method suitable for an entry point Pin
David Crow1-Aug-24 3:53
David Crow1-Aug-24 3:53 

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.