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

C / C++ / MFC

 
GeneralRe: Islamic Family Tree Maker [SHAJRA] Pin
Noman Rasheed13-Apr-10 9:19
Noman Rasheed13-Apr-10 9:19 
GeneralRe: Islamic Family Tree Maker [SHAJRA] Pin
jeron113-Apr-10 9:23
jeron113-Apr-10 9:23 
GeneralRe: Islamic Family Tree Maker [SHAJRA] Pin
Noman Rasheed13-Apr-10 9:26
Noman Rasheed13-Apr-10 9:26 
GeneralRe: Islamic Family Tree Maker [SHAJRA] Pin
jeron113-Apr-10 9:33
jeron113-Apr-10 9:33 
GeneralRe: Islamic Family Tree Maker [SHAJRA] Pin
Tim Craig13-Apr-10 9:38
Tim Craig13-Apr-10 9:38 
GeneralRe: Islamic Family Tree Maker [SHAJRA] Pin
Noman Rasheed13-Apr-10 10:21
Noman Rasheed13-Apr-10 10:21 
GeneralRe: Islamic Family Tree Maker [SHAJRA] Pin
Cedric Moonen13-Apr-10 21:02
Cedric Moonen13-Apr-10 21:02 
QuestionWindows 7 Progress / Win32 Pin
Fareed Rizkalla13-Apr-10 8:16
Fareed Rizkalla13-Apr-10 8:16 
This is my first thread! The thread is initialized during WM_CREATE.
However their are no errors during compilation, but when I run it the program breaks.

void Windows7ProgressThread(void *)
{
if (TotalBytesToDownload)
{
if (List.AnyFailed())
{
TaskbarProgress->SetProgressState(g_hWindow, TBPF_ERROR);
}
else
{
TaskbarProgress->SetProgressState(g_hWindow, TBPF_NORMAL);
}


TaskbarProgress->SetProgressValue(g_hWindow,50,100);
}
else
{
TaskbarProgress->SetProgressState(g_hWindow, TBPF_NOPROGRESS);
}
}
QuestionRe: Windows 7 Progress / Win32 Pin
David Crow13-Apr-10 9:43
David Crow13-Apr-10 9:43 
AnswerRe: Windows 7 Progress / Win32 Pin
Fareed Rizkalla13-Apr-10 9:51
Fareed Rizkalla13-Apr-10 9:51 
NewsRe: Windows 7 Progress / Win32 Pin
Fareed Rizkalla13-Apr-10 9:58
Fareed Rizkalla13-Apr-10 9:58 
GeneralRe: Windows 7 Progress / Win32 Pin
David Crow13-Apr-10 10:12
David Crow13-Apr-10 10:12 
GeneralRe: Windows 7 Progress / Win32 Pin
Fareed Rizkalla13-Apr-10 15:01
Fareed Rizkalla13-Apr-10 15:01 
QuestionRe: Windows 7 Progress / Win32 Pin
David Crow14-Apr-10 2:11
David Crow14-Apr-10 2:11 
Questioncan scanf retain leading whitespaces Pin
b-rad31113-Apr-10 6:23
b-rad31113-Apr-10 6:23 
AnswerRe: can scanf retain leading whitespaces Pin
David Crow13-Apr-10 6:43
David Crow13-Apr-10 6:43 
GeneralRe: can scanf retain leading whitespaces Pin
b-rad31113-Apr-10 7:45
b-rad31113-Apr-10 7:45 
AnswerRe: can scanf retain leading whitespaces Pin
«_Superman_»13-Apr-10 6:58
professional«_Superman_»13-Apr-10 6:58 
GeneralRe: can scanf retain leading whitespaces Pin
b-rad31113-Apr-10 8:11
b-rad31113-Apr-10 8:11 
Questionusing sscanf in a loop Pin
b-rad31113-Apr-10 5:25
b-rad31113-Apr-10 5:25 
AnswerRe: using sscanf in a loop Pin
Chris Losinger13-Apr-10 5:31
professionalChris Losinger13-Apr-10 5:31 
GeneralRe: using sscanf in a loop Pin
b-rad31113-Apr-10 5:49
b-rad31113-Apr-10 5:49 
GeneralRe: using sscanf in a loop Pin
Chris Losinger13-Apr-10 5:56
professionalChris Losinger13-Apr-10 5:56 
AnswerRe: using sscanf in a loop Pin
David Crow13-Apr-10 5:52
David Crow13-Apr-10 5:52 
GeneralRe: using sscanf in a loop Pin
b-rad31113-Apr-10 5:53
b-rad31113-Apr-10 5: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.