Click here to Skip to main content
15,886,788 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Large string in VC++ Pin
andyj11531-Oct-03 0:39
andyj11531-Oct-03 0:39 
GeneralRe: Large string in VC++ Pin
Azghar Hussain31-Oct-03 17:43
professionalAzghar Hussain31-Oct-03 17:43 
GeneralRe: Large string in VC++ Pin
David Crow8-Jun-04 2:36
David Crow8-Jun-04 2:36 
GeneralShared Directory... Pin
Member 78464530-Oct-03 21:54
Member 78464530-Oct-03 21:54 
GeneralRe: Shared Directory... Pin
Alexander M.,31-Oct-03 4:16
Alexander M.,31-Oct-03 4:16 
GeneralRe: Shared Directory... Pin
David Crow8-Jun-04 2:37
David Crow8-Jun-04 2:37 
GeneralCWnd::Create question. Pin
Brian van der Beek30-Oct-03 21:33
Brian van der Beek30-Oct-03 21:33 
GeneralRe: CWnd::Create question. Pin
Mike Dimmick31-Oct-03 5:59
Mike Dimmick31-Oct-03 5:59 
You can specify any ID you want to. The normal ID used for 'don't care' is IDC_STATIC (-1).

The ID will be used if you want to retrieve the control by its ID, such as when calling GetDlgItem, GetDlgItemText, SetDlgItemText, etc.

The only way you could get the 'next available ID' would be to walk the window's child controls using GetWindow (get the first with GW_CHILD, then use GW_HWNDNEXT to get subsequent children) calling GetDlgCtrlID on each one.
QuestionHow to run a application in safe mode also? Pin
rohit.dhamija30-Oct-03 20:25
rohit.dhamija30-Oct-03 20:25 
AnswerRe: How to run a application in safe mode also? Pin
Antti Keskinen1-Nov-03 11:22
Antti Keskinen1-Nov-03 11:22 
Questionhow to serialize file through HTTP?? Pin
xxhimanshu30-Oct-03 19:38
xxhimanshu30-Oct-03 19:38 
Questionhow to transfer data betwn two dialogs Pin
Rajesh match30-Oct-03 18:39
Rajesh match30-Oct-03 18:39 
AnswerRe: how to transfer data betwn two dialogs Pin
Michael P Butler30-Oct-03 22:11
Michael P Butler30-Oct-03 22:11 
AnswerRe: how to transfer data betwn two dialogs Pin
David Crow8-Jun-04 2:40
David Crow8-Jun-04 2:40 
QuestionHow can a self-extracting file get parameter from html ? Pin
suninwater30-Oct-03 18:24
suninwater30-Oct-03 18:24 
AnswerRe: How can a self-extracting file get parameter from html ? Pin
valikac31-Oct-03 5:22
valikac31-Oct-03 5:22 
GeneralDocking Windows Pin
monrobot1330-Oct-03 17:02
monrobot1330-Oct-03 17:02 
GeneralHelp about GetBitmapBits!!! Pin
twing30-Oct-03 16:07
twing30-Oct-03 16:07 
GeneralRe: Help about GetBitmapBits!!! Pin
Christian Graus30-Oct-03 16:18
protectorChristian Graus30-Oct-03 16:18 
GeneralRe: Help about GetBitmapBits!!! Pin
twing30-Oct-03 16:53
twing30-Oct-03 16:53 
GeneralRe: Help about GetBitmapBits!!! Pin
Christian Graus30-Oct-03 17:02
protectorChristian Graus30-Oct-03 17:02 
GeneralRe: Help about GetBitmapBits!!! Pin
twing30-Oct-03 17:25
twing30-Oct-03 17:25 
GeneralRe: Help about GetBitmapBits!!! Pin
Christian Graus30-Oct-03 17:27
protectorChristian Graus30-Oct-03 17:27 
QuestionHow to get network interface name of local machine? Pin
George230-Oct-03 15:15
George230-Oct-03 15:15 
AnswerRe: How to get network interface name of local machine? Pin
Alexander M.,30-Oct-03 22:15
Alexander M.,30-Oct-03 22:15 

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.