Click here to Skip to main content
15,904,817 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Generalwinpcap handle problem Pin
summo9-Apr-03 2:15
summo9-Apr-03 2:15 
GeneralCreateThread / ExitThread Pin
Paul Farry9-Apr-03 2:03
professionalPaul Farry9-Apr-03 2:03 
GeneralRe: CreateThread / ExitThread Pin
Zdeslav Vojkovic9-Apr-03 2:35
Zdeslav Vojkovic9-Apr-03 2:35 
GeneralTransfer of a SDI application to MDI Pin
Claude Gagnon9-Apr-03 1:38
Claude Gagnon9-Apr-03 1:38 
GeneralDao problem Pin
naradaji9-Apr-03 1:27
naradaji9-Apr-03 1:27 
GeneralRe: Dao problem Pin
G. Steudtel9-Apr-03 23:43
G. Steudtel9-Apr-03 23:43 
GeneralRe: Dao problem Pin
naradaji9-Apr-03 23:58
naradaji9-Apr-03 23:58 
Generaltype cast problem when going from VS6->VS.NET Pin
Mathias S.9-Apr-03 0:43
Mathias S.9-Apr-03 0:43 
Visual Studio.NET refuse to compile this. get type cast error
in VS 6 it works.

CGridItem* CMyGridCtrl::GetNextItem( DWORD h )<br />
{<br />
	std::vector<CGridItem*>::iterator it;<br />
<br />
	// ERROR C2440<br />
	it = ( std::vector<CGridItem*>::iterator )h;<br />
	// Also tried <br />
	// it = static_cast< std::vector<CGridItem*>::iterator >( h);<br />
<br />
	it++;<br />
	if( isItemValid( it ) )<br />
		return (*it);<br />
	return NULL;<br />
}

GeneralRe: type cast problem when going from VS6->VS.NET Pin
jhwurmbach9-Apr-03 1:13
jhwurmbach9-Apr-03 1:13 
GeneralRe: type cast problem when going from VS6->VS.NET Pin
Mathias S.9-Apr-03 1:26
Mathias S.9-Apr-03 1:26 
GeneralRe: type cast problem when going from VS6->VS.NET Pin
Mathias S.9-Apr-03 1:29
Mathias S.9-Apr-03 1:29 
GeneralRe: type cast problem when going from VS6->VS.NET : Solved . maybe Pin
Mathias S.9-Apr-03 1:53
Mathias S.9-Apr-03 1:53 
GeneralBlinking Object Pin
SatyaDY9-Apr-03 0:31
SatyaDY9-Apr-03 0:31 
GeneralRe: Blinking Object Pin
Roger Allen9-Apr-03 3:05
Roger Allen9-Apr-03 3:05 
GeneralAsynchronously inserting large number of items into TreeView Pin
henchook8-Apr-03 23:44
henchook8-Apr-03 23:44 
GeneralRe: Asynchronously inserting large number of items into TreeView Pin
valikac9-Apr-03 11:35
valikac9-Apr-03 11:35 
GeneralRe: Asynchronously inserting large number of items into TreeView Pin
henchook9-Apr-03 20:29
henchook9-Apr-03 20:29 
QuestionHowto set the dropped height of a combobox? Pin
Brian van der Beek8-Apr-03 23:38
Brian van der Beek8-Apr-03 23:38 
AnswerRe: Howto set the dropped height of a combobox? Pin
Roger Allen9-Apr-03 3:02
Roger Allen9-Apr-03 3:02 
GeneralMaintaining code on both VC6 and VC.NET Pin
Aza8-Apr-03 23:33
Aza8-Apr-03 23:33 
GeneralMFC. Pin
frackasse8-Apr-03 23:01
frackasse8-Apr-03 23:01 
GeneralUSB Bluetooth communication Pin
gcaboi8-Apr-03 22:41
gcaboi8-Apr-03 22:41 
QuestionMultiline Tooltips? Pin
Rob Caldecott8-Apr-03 22:33
Rob Caldecott8-Apr-03 22:33 
AnswerRe: Multiline Tooltips? Pin
Rob Caldecott8-Apr-03 23:35
Rob Caldecott8-Apr-03 23:35 
GeneralAdding MFC project to Property Sheet Pin
dandy778-Apr-03 22:27
dandy778-Apr-03 22:27 

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.