Click here to Skip to main content
15,894,955 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Minimize application from taskbar Pin
Nibu babu thomas4-Jun-06 17:37
Nibu babu thomas4-Jun-06 17:37 
GeneralRe: Minimize application from taskbar Pin
helpcode4-Jun-06 23:51
helpcode4-Jun-06 23:51 
QuestionRe: Minimize application from taskbar Pin
NianHawk17-Jun-06 5:08
NianHawk17-Jun-06 5:08 
AnswerRe: print a bitmap Pin
Hamid_RT4-Jun-06 7:12
Hamid_RT4-Jun-06 7:12 
QuestionHow to lock taskbar in my program Pin
NianHawk4-Jun-06 3:08
NianHawk4-Jun-06 3:08 
AnswerRe: How to lock taskbar in my program Pin
Nibu babu thomas4-Jun-06 18:13
Nibu babu thomas4-Jun-06 18:13 
GeneralRe: How to lock taskbar in my program Pin
NianHawk7-Jun-06 6:38
NianHawk7-Jun-06 6:38 
GeneralRe: How to lock taskbar in my program Pin
Nibu babu thomas7-Jun-06 17:38
Nibu babu thomas7-Jun-06 17:38 
QuestionRe: How to lock taskbar in my program Pin
NianHawk7-Jun-06 19:22
NianHawk7-Jun-06 19:22 
AnswerRe: How to lock taskbar in my program Pin
Nibu babu thomas7-Jun-06 19:30
Nibu babu thomas7-Jun-06 19:30 
QuestionRe: How to lock taskbar in my program Pin
NianHawk17-Jun-06 5:01
NianHawk17-Jun-06 5:01 
AnswerRe: How to lock taskbar in my program Pin
Nibu babu thomas18-Jun-06 17:19
Nibu babu thomas18-Jun-06 17:19 
GeneralRe: How to lock taskbar in my program Pin
NianHawk20-Jun-06 6:39
NianHawk20-Jun-06 6:39 
QuestionDrawing to desktop Pin
Aneurysm004-Jun-06 2:20
Aneurysm004-Jun-06 2:20 
AnswerRe: Drawing to desktop Pin
ThatsAlok4-Jun-06 19:11
ThatsAlok4-Jun-06 19:11 
AnswerRe: Drawing to desktop Pin
FarPointer4-Jun-06 21:09
FarPointer4-Jun-06 21:09 
Questionrecordset problem Pin
SWDevil4-Jun-06 2:04
SWDevil4-Jun-06 2:04 
AnswerRe: recordset problem Pin
Chris Losinger4-Jun-06 4:21
professionalChris Losinger4-Jun-06 4:21 
GeneralRe: recordset problem Pin
SWDevil4-Jun-06 5:08
SWDevil4-Jun-06 5:08 
GeneralRe: recordset problem Pin
Chris Losinger4-Jun-06 5:17
professionalChris Losinger4-Jun-06 5:17 
GeneralRe: recordset problem Pin
SWDevil4-Jun-06 5:39
SWDevil4-Jun-06 5:39 
GeneralRe: recordset problem Pin
Chris Losinger4-Jun-06 5:46
professionalChris Losinger4-Jun-06 5:46 
SWDevil wrote:
how can I know if I can put my grid control in charge of loading the data it needs?


i don't know what you're using for your grid, but some of the standard Windows controls allow this. for example, the CListCtrl can act as a "Virtual list control", which means it will send you a message when it needs data for an item. the MSDN has info on this.

SWDevil wrote:
Do I have to perform a new query each time?


ideally, you would cache some data.

SWDevil wrote:
Also - won't this solution take a lot of time also? isn't the solution of loading page by page better?


you're only ever loading, at most, the number of lines you can display at once, so the control will load faster and won't be required to maintain a large amount of memory to hold all the items.


Cleek | Image Toolkits | Thumbnail maker

QuestionDesktop right click menus in Win XP Pin
Anil_vvs4-Jun-06 0:45
Anil_vvs4-Jun-06 0:45 
AnswerRe: Desktop right click menus in Win XP Pin
Sarath C4-Jun-06 1:14
Sarath C4-Jun-06 1:14 
Questionmultiple connection using WinINet?? Pin
AhmedOsamaMoh4-Jun-06 0:09
AhmedOsamaMoh4-Jun-06 0:09 

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.