Click here to Skip to main content
15,926,290 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Thread problem.. Pin
Tomasz Sowinski7-Mar-02 2:14
Tomasz Sowinski7-Mar-02 2:14 
GeneralRe: Thread problem.. Pin
Tim Smith7-Mar-02 2:20
Tim Smith7-Mar-02 2:20 
GeneralRe: Thread problem.. Pin
Neha7-Mar-02 2:45
Neha7-Mar-02 2:45 
GeneralRe: Thread problem.. Pin
Tomasz Sowinski7-Mar-02 2:56
Tomasz Sowinski7-Mar-02 2:56 
GeneralRe: Thread problem.. Pin
Neha7-Mar-02 17:56
Neha7-Mar-02 17:56 
GeneralRe: Thread problem.. Pin
Nish Nishant7-Mar-02 18:57
sitebuilderNish Nishant7-Mar-02 18:57 
GeneralGenerating Control ID Pin
Abhishek Narula7-Mar-02 1:37
Abhishek Narula7-Mar-02 1:37 
GeneralRe: Generating Control ID Pin
Tomasz Sowinski7-Mar-02 2:19
Tomasz Sowinski7-Mar-02 2:19 
Start with some value and increment it each time you're adding a control. If you have a mixed situation - your controls and controls created by some other code, you may use EnumChildWindows. For each HWND returned, check the id with GetWindowLong(hwnd, GWL_ID). Calculate max existing ID, add 1 and create control.

Abhishek Narula wrote:
wish I could rate Gurus the way its on Codeguru .
in any case any help would be appreciated.


Stop brown-nosing. Wink | ;)

Tomasz Sowinski -- http://www.shooltz.com
GeneralRe: Generating Control ID Pin
Abhishek Narula7-Mar-02 2:27
Abhishek Narula7-Mar-02 2:27 
GeneralRe: Generating Control ID Pin
Tomasz Sowinski7-Mar-02 2:34
Tomasz Sowinski7-Mar-02 2:34 
GeneralRe: Generating Control ID Pin
Abhishek Narula7-Mar-02 2:37
Abhishek Narula7-Mar-02 2:37 
GeneralRe: Generating Control ID Pin
Tomasz Sowinski7-Mar-02 2:43
Tomasz Sowinski7-Mar-02 2:43 
GeneralRe: Generating Control ID Pin
Jon Hulatt7-Mar-02 2:53
Jon Hulatt7-Mar-02 2:53 
GeneralRe: Generating Control ID Pin
Tomasz Sowinski7-Mar-02 2:52
Tomasz Sowinski7-Mar-02 2:52 
QuestionHow can I capture a menu-item as a screenshot? Pin
AmarB7-Mar-02 1:09
AmarB7-Mar-02 1:09 
AnswerRe: How can I capture a menu-item as a screenshot? Pin
Mazdak7-Mar-02 1:16
Mazdak7-Mar-02 1:16 
AnswerRe: How can I capture a menu-item as a screenshot? Pin
Tomasz Sowinski7-Mar-02 3:11
Tomasz Sowinski7-Mar-02 3:11 
GeneralRe: How can I capture a menu-item as a screenshot? Pin
AmarB7-Mar-02 3:22
AmarB7-Mar-02 3:22 
GeneralRe: How can I capture a menu-item as a screenshot? Pin
Tomasz Sowinski7-Mar-02 3:24
Tomasz Sowinski7-Mar-02 3:24 
GeneralRe: How can I capture a menu-item as a screenshot? Pin
AmarB7-Mar-02 3:37
AmarB7-Mar-02 3:37 
AnswerRe: How can I capture a menu-item as a screenshot? Pin
Roger Allen7-Mar-02 4:56
Roger Allen7-Mar-02 4:56 
QuestionThe MSDN collection does not exist? Pin
-Dy7-Mar-02 0:57
-Dy7-Mar-02 0:57 
AnswerRe: The MSDN collection does not exist? Pin
Michael P Butler7-Mar-02 1:03
Michael P Butler7-Mar-02 1:03 
GeneralRe: The MSDN collection does not exist? Pin
-Dy7-Mar-02 1:05
-Dy7-Mar-02 1:05 
GeneralRe: The MSDN collection does not exist? Pin
Mazdak7-Mar-02 1:15
Mazdak7-Mar-02 1: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.