Click here to Skip to main content
15,913,722 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: how to use vb.net class library in mfc application Pin
Milton Karimbekallil3-Apr-06 1:57
Milton Karimbekallil3-Apr-06 1:57 
QuestionHow to set the image to Cbutton on Mouse up Pin
Ganesh_T3-Apr-06 1:06
Ganesh_T3-Apr-06 1:06 
AnswerRe: How to set the image to Cbutton on Mouse up Pin
Ștefan-Mihai MOGA3-Apr-06 1:30
professionalȘtefan-Mihai MOGA3-Apr-06 1:30 
AnswerRe: How to set the image to Cbutton on Mouse up Pin
FarPointer3-Apr-06 1:30
FarPointer3-Apr-06 1:30 
AnswerRe: How to set the image to Cbutton on Mouse up Pin
Hamid_RT3-Apr-06 1:43
Hamid_RT3-Apr-06 1:43 
GeneralRe: How to set the image to Cbutton on Mouse up Pin
Ganesh_T3-Apr-06 2:30
Ganesh_T3-Apr-06 2:30 
AnswerRe: How to set the image to Cbutton on Mouse up Pin
Laxman Auti3-Apr-06 2:39
Laxman Auti3-Apr-06 2:39 
QuestionListBox Pin
arunperi3-Apr-06 1:04
arunperi3-Apr-06 1:04 
Pls. could anyone help on this:

VC++ 6.0 SP6

I have a list box that can hold 12 lines of strings w/o scrolling. I want
it to scroll up when more strings are added. It scrolls up, but the 13th
through Total items are displayed as line 12. When the loop is done, the
list box refreshes and shows all the correct items. How do I get the 13+
items to show correctly when scrolling? When I step through the debugger,
the string I am adding is correct, but the display isn't.

CListBox *pList;
pList = static_cast<clistbox*>(GetDlgItem (IDC_LIST1));


for(x=1; x<y; x++)
{
...="" lines="" where="" the="" string="" 'sdothis'="" is="" created
plist-="">InsertString (-1, sDoThis);
pList->ScrollWindow (0, -12, NULL, NULL);
pList->UpdateWindow ();
}


---Arun.
QuestionRe: ListBox Pin
David Crow3-Apr-06 2:19
David Crow3-Apr-06 2:19 
Questionhelp regarding autos and locals windows in .net 2003 environment Pin
mukri7433-Apr-06 0:56
mukri7433-Apr-06 0:56 
Questionhow to download file from a given URL :Its Urgent Pin
baldha rakesh3-Apr-06 0:55
baldha rakesh3-Apr-06 0:55 
AnswerRe: how to download file from a given URL :Its Urgent Pin
Nibu babu thomas3-Apr-06 1:05
Nibu babu thomas3-Apr-06 1:05 
AnswerRe: how to download file from a given URL :Its Urgent Pin
khan++3-Apr-06 1:06
khan++3-Apr-06 1:06 
GeneralRe: how to download file from a given URL :Its Urgent Pin
Laxman Auti3-Apr-06 2:23
Laxman Auti3-Apr-06 2:23 
GeneralRe: how to download file from a given URL :Its Urgent Pin
khan++3-Apr-06 2:34
khan++3-Apr-06 2:34 
AnswerRe: how to download file from a given URL :Its Urgent Pin
ThatsAlok3-Apr-06 8:14
ThatsAlok3-Apr-06 8:14 
QuestionTooltip positioning Pin
Nishad S3-Apr-06 0:50
Nishad S3-Apr-06 0:50 
AnswerRe: Tooltip positioning Pin
Iain Clarke, Warrior Programmer3-Apr-06 0:54
Iain Clarke, Warrior Programmer3-Apr-06 0:54 
GeneralRe: Tooltip positioning Pin
Nishad S3-Apr-06 17:36
Nishad S3-Apr-06 17:36 
Questiondynamic buttons Pin
lorey3-Apr-06 0:49
lorey3-Apr-06 0:49 
Questiondecrypting the file Pin
code663-Apr-06 0:22
code663-Apr-06 0:22 
AnswerRe: decrypting the file Pin
toxcct3-Apr-06 0:25
toxcct3-Apr-06 0:25 
GeneralRe: decrypting the file Pin
code663-Apr-06 0:33
code663-Apr-06 0:33 
GeneralRe: decrypting the file Pin
code663-Apr-06 0:42
code663-Apr-06 0:42 
QuestionCMonthCalCtrl funny Pin
mcsherry2-Apr-06 23:47
mcsherry2-Apr-06 23:47 

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.