Click here to Skip to main content
16,010,268 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionGame screenshot problem Pin
redclover6-May-08 20:00
redclover6-May-08 20:00 
AnswerRe: Game screenshot problem Pin
dehseth6-May-08 20:08
dehseth6-May-08 20:08 
GeneralRe: Game screenshot problem Pin
redclover7-May-08 0:48
redclover7-May-08 0:48 
AnswerRe: Game screenshot problem Pin
Rajkumar R7-May-08 0:23
Rajkumar R7-May-08 0:23 
GeneralRe: Game screenshot problem Pin
redclover7-May-08 0:46
redclover7-May-08 0:46 
QuestionDirectshow Installation Pin
duta6-May-08 19:57
duta6-May-08 19:57 
AnswerRe: Directshow Installation Pin
Rajkumar R6-May-08 20:21
Rajkumar R6-May-08 20:21 
QuestionMS Flex Grid & Visual C++ 6.0 [modified] Pin
dehseth6-May-08 19:25
dehseth6-May-08 19:25 
Hey everyone,
I create an empty dialog and add an activex control names ms flex grid 6.0. I create a class which inherited from CDialog and when I say create it fails and gives no information:

<br />
class CTry : CDialog<br />
{<br />
public:	<br />
	CTry ();<br />
};<br />
<br />
CTry ::CTry ()<br />
{<br />
	if (!Create(DialogID))<br />
	{		<br />
		//window creation failed!<br />
		exit(-1);<br />
	}	<br />
};<br />


When I remove flex grid from dialog it suceeds...
I also know there was a liecense problem in design time with flex grid, but it says nothing when I am using it in design time
So any idea why this happens? Confused | :confused:

(Actually it happens when I try to add rich text box also.. seems like I cannot add an outside activex control)

Thanks everyone. Smile | :)

modified on Wednesday, May 7, 2008 1:31 AM

AnswerRe: MS Flex Grid & Visual C++ 6.0 Pin
Rajkumar R6-May-08 20:09
Rajkumar R6-May-08 20:09 
GeneralRe: MS Flex Grid & Visual C++ 6.0 Pin
dehseth7-May-08 0:05
dehseth7-May-08 0:05 
QuestionRe: MS Flex Grid & Visual C++ 6.0 Pin
Rajkumar R7-May-08 0:13
Rajkumar R7-May-08 0:13 
AnswerRe: MS Flex Grid & Visual C++ 6.0 Pin
dehseth7-May-08 3:09
dehseth7-May-08 3:09 
AnswerRe: MS Flex Grid & Visual C++ 6.0 Pin
ThatsAlok6-May-08 20:44
ThatsAlok6-May-08 20:44 
GeneralRe: MS Flex Grid & Visual C++ 6.0 [modified] Pin
dehseth7-May-08 0:00
dehseth7-May-08 0:00 
GeneralRe: MS Flex Grid & Visual C++ 6.0 Pin
ThatsAlok7-May-08 4:59
ThatsAlok7-May-08 4:59 
QuestionSSL_read() issue [modified] Pin
amit_pansuria6-May-08 19:22
amit_pansuria6-May-08 19:22 
QuestionHow to Implement gmtime( ) in Win Mobile Pin
Arun John6-May-08 18:26
Arun John6-May-08 18:26 
AnswerRe: How to Implement gmtime( ) in Win Mobile Pin
Rajesh R Subramanian6-May-08 18:30
professionalRajesh R Subramanian6-May-08 18:30 
GeneralRe: How to Implement gmtime( ) in Win Mobile Pin
ThatsAlok6-May-08 20:45
ThatsAlok6-May-08 20:45 
Questionhow can I pass text from my form to crystal report Pin
imannasr6-May-08 17:59
imannasr6-May-08 17:59 
QuestionTLS storage Pin
ForNow6-May-08 17:32
ForNow6-May-08 17:32 
AnswerRe: TLS storage Pin
Rajkumar R6-May-08 21:30
Rajkumar R6-May-08 21:30 
GeneralRe: TLS storage Pin
ForNow7-May-08 2:52
ForNow7-May-08 2:52 
Questiondrawing and moving Pin
shohel8996-May-08 16:46
shohel8996-May-08 16:46 
GeneralRe: drawing and moving Pin
dehseth6-May-08 19:53
dehseth6-May-08 19:53 

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.