Click here to Skip to main content
15,891,902 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: LoadImage failure? Pin
Llasus18-Oct-07 15:53
Llasus18-Oct-07 15:53 
QuestionJapanese email attachments Pin
monsieur_jj17-Oct-07 19:54
monsieur_jj17-Oct-07 19:54 
QuestionMinidumps Pin
Programm3r17-Oct-07 19:31
Programm3r17-Oct-07 19:31 
QuestionAssertion failed Pin
mosali satish17-Oct-07 19:29
mosali satish17-Oct-07 19:29 
QuestionRe: Assertion failed Pin
Hamid_RT17-Oct-07 19:57
Hamid_RT17-Oct-07 19:57 
AnswerRe: Assertion failed Pin
Nelek17-Oct-07 21:04
protectorNelek17-Oct-07 21:04 
AnswerRe: Assertion failed Pin
David Crow18-Oct-07 2:48
David Crow18-Oct-07 2:48 
QuestionScrollBar Limitations Pin
paresh_joe17-Oct-07 19:24
paresh_joe17-Oct-07 19:24 
Hi all,

right now i am working on a project in which i am using inhouse list component which is using MFC Scrollbar . problem is that when that List is filled with around 40000 records and when i am moving Tracker of and reach to the position "32768" (tracker value) it is getting reset to first position.

this is happening beacuse the in the core file "wincore.cpp" (which is actually handling this event) getting parameter wParam (which is UINT ptr) and from this parameter it is actually retrieving Tracker value. wParam can contain max 2147483648 value.

when tracker reaches to 32768th row its holding 2147483653 , which is beyond range of integer.

Now can anyone tell me whats the solution if i have more than more than 32767 records in a single page , or is there any option in ScrollBar that can handle this situation ?

Thank You ,
Perry
AnswerRe: ScrollBar Limitations Pin
Roger Broomfield17-Oct-07 20:16
Roger Broomfield17-Oct-07 20:16 
GeneralRe: ScrollBar Limitations Pin
paresh_joe17-Oct-07 20:34
paresh_joe17-Oct-07 20:34 
QuestionSingleton class Pin
Vinod CS17-Oct-07 18:44
Vinod CS17-Oct-07 18:44 
AnswerRe: Singleton class Pin
ThatsAlok17-Oct-07 19:35
ThatsAlok17-Oct-07 19:35 
GeneralRe: Singleton class Pin
Vinod CS17-Oct-07 20:08
Vinod CS17-Oct-07 20:08 
GeneralRe: Singleton class Pin
ThatsAlok17-Oct-07 20:53
ThatsAlok17-Oct-07 20:53 
GeneralRe: Singleton class Pin
Cedric Moonen17-Oct-07 20:10
Cedric Moonen17-Oct-07 20:10 
GeneralRe: Singleton class Pin
ThatsAlok17-Oct-07 20:54
ThatsAlok17-Oct-07 20:54 
AnswerRe: Singleton class Pin
Cedric Moonen17-Oct-07 20:13
Cedric Moonen17-Oct-07 20:13 
AnswerRe: Singleton class Pin
jhwurmbach17-Oct-07 23:47
jhwurmbach17-Oct-07 23:47 
QuestionA problem Pin
minihotto17-Oct-07 18:23
minihotto17-Oct-07 18:23 
AnswerRe: A problem Pin
baerten17-Oct-07 21:17
baerten17-Oct-07 21:17 
GeneralRe: A problem Pin
Hamid_RT17-Oct-07 21:56
Hamid_RT17-Oct-07 21:56 
GeneralRe: A problem Pin
jhwurmbach17-Oct-07 23:57
jhwurmbach17-Oct-07 23:57 
GeneralRe: A problem Pin
Hamid_RT18-Oct-07 0:03
Hamid_RT18-Oct-07 0:03 
GeneralRe: A problem Pin
minihotto25-Oct-07 0:36
minihotto25-Oct-07 0:36 
QuestionString^ problem Pin
minihotto17-Oct-07 18:13
minihotto17-Oct-07 18:13 

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.