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

C / C++ / MFC

 
GeneralRe: Passing message to thread Pin
cmk28-Jun-03 18:11
cmk28-Jun-03 18:11 
QuestionHow to set the position of a progress bar Pin
FlyingDancer28-Jun-03 3:54
FlyingDancer28-Jun-03 3:54 
AnswerRe: How to set the position of a progress bar Pin
Michael Dunn28-Jun-03 5:20
sitebuilderMichael Dunn28-Jun-03 5:20 
GeneralRe: How to set the position of a progress bar Pin
FlyingDancer29-Jun-03 15:35
FlyingDancer29-Jun-03 15:35 
GeneralRe: How to set the position of a progress bar Pin
FlyingDancer29-Jun-03 18:37
FlyingDancer29-Jun-03 18:37 
Questionhow to play *.ani file in MFC? Pin
dxhdxh28-Jun-03 2:44
dxhdxh28-Jun-03 2:44 
GeneralAttn: Robert Brault Pin
gweather28-Jun-03 2:03
gweather28-Jun-03 2:03 
GeneralSubclassed Control Pin
Hesham Amin28-Jun-03 1:38
Hesham Amin28-Jun-03 1:38 
hi..
I create a subclassed MFC ActiveX control .. Subclassed from the Listbox control .. a have a method that should add an item :

the code causes an assertion .. can anyone help ?

void CSubCtrl::AddItem(BSTR FAR* strItem) <br />
{<br />
	<br />
	CString st(*strItem);<br />
	//AfxMessageBox(st);<br />
	CListBox lb;<br />
	lb.Attach(COleControl::m_hWnd);<br />
	lb.AddString(st);<br />
	lb.Detach();<br />
<br />
}

GeneralRe: Subclassed Control Pin
MAAK29-Jun-03 12:07
MAAK29-Jun-03 12:07 
GeneralRe: Subclassed Control Pin
Hesham Amin29-Jun-03 22:19
Hesham Amin29-Jun-03 22:19 
GeneralGeneric serial port interface Pin
NeoFeng28-Jun-03 0:03
NeoFeng28-Jun-03 0:03 
GeneralRe: Generic serial port interface Pin
Trollslayer28-Jun-03 5:25
mentorTrollslayer28-Jun-03 5:25 
QuestionSomething like #error but without error? Pin
Dominik Reichl27-Jun-03 20:56
Dominik Reichl27-Jun-03 20:56 
AnswerRe: Something like #error but without error? Pin
Ryan Binns27-Jun-03 23:24
Ryan Binns27-Jun-03 23:24 
GeneralRe: Something like #error but without error? Pin
Dominik Reichl27-Jun-03 23:32
Dominik Reichl27-Jun-03 23:32 
GeneralRe: Something like #error but without error? Pin
Ryan Binns28-Jun-03 0:10
Ryan Binns28-Jun-03 0:10 
QuestionDatabase? Pin
DaveE9th27-Jun-03 19:40
DaveE9th27-Jun-03 19:40 
AnswerRe: Database? Pin
Anonymous29-Jun-03 5:20
Anonymous29-Jun-03 5:20 
QuestionHow read CD-ROM disc data? Pin
happywan27-Jun-03 19:03
happywan27-Jun-03 19:03 
AnswerRe: How read CD-ROM disc data? Pin
Trollslayer28-Jun-03 5:26
mentorTrollslayer28-Jun-03 5:26 
GeneralRe: How read CD-ROM disc data? Pin
kakan30-Jun-03 21:23
professionalkakan30-Jun-03 21:23 
GeneralMsComm control in User ActiveX Pin
rarao27-Jun-03 18:00
rarao27-Jun-03 18:00 
GeneralRe: MsComm control in User ActiveX Pin
Trollslayer28-Jun-03 5:33
mentorTrollslayer28-Jun-03 5:33 
Questionhow to deal with this error?(about SHGetFolderLocation) Pin
tiplip27-Jun-03 15:55
tiplip27-Jun-03 15:55 
AnswerRe: how to deal with this error?(about SHGetFolderLocation) Pin
Toni7827-Jun-03 16:14
Toni7827-Jun-03 16:14 

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.