Click here to Skip to main content
15,921,990 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: What is OLE object? Pin
Michael Dunn9-Jan-03 14:30
sitebuilderMichael Dunn9-Jan-03 14:30 
Generalrepost Numbers won't display in HEX when using string class Pin
Perseus9-Jan-03 13:07
Perseus9-Jan-03 13:07 
GeneralRe: repost Numbers won't display in HEX when using string class Pin
Michael Dunn9-Jan-03 14:32
sitebuilderMichael Dunn9-Jan-03 14:32 
GeneralRe: repost Numbers won't display in HEX when using string class Pin
Perseus9-Jan-03 14:41
Perseus9-Jan-03 14:41 
GeneralResource for resources Pin
Aaron Schaefer9-Jan-03 12:09
Aaron Schaefer9-Jan-03 12:09 
GeneralRe: Resource for resources Pin
Taka Muraoka9-Jan-03 12:34
Taka Muraoka9-Jan-03 12:34 
GeneralRe: Resource for resources Pin
Aaron Schaefer9-Jan-03 12:35
Aaron Schaefer9-Jan-03 12:35 
GeneralSplash Screen, title and icon Pin
MemLeak9-Jan-03 10:59
MemLeak9-Jan-03 10:59 
Hi guys!

I'm a beginner and I have some problems with the project I am working. It's a MDI without doc/view.

I just want to know how I can use a splash screen. I have read that there was a splash screen component in VC++ 6 but I cannot find it in .NET. Also, I want to change the icon and the title of my child windows. I've been able to change the size and the position of my child windows but I can't change the name and the icon.

I used

BOOL OpenGL_ContextMFC::PreCreateWindow(CREATESTRUCT& cs)
{
// TODO: Modify the Window class or styles here by modifying theCREATESTRUCT cs
if( !CMDIChildWnd::PreCreateWindow(cs) )
return FALSE;
cs.lpszName="My new name here doesn't work";
cs.cx = 500;
cs.cy = 500;
cs.dwExStyle &= ~WS_EX_CLIENTEDGE;
cs.lpszClass = AfxRegisterWndClass(0);

return TRUE;
}

any ideas?

thanks
GeneralRe: Splash Screen, title and icon Pin
super9-Jan-03 19:12
professionalsuper9-Jan-03 19:12 
QuestionMemory problems? or not? Pin
jimNLX9-Jan-03 10:30
jimNLX9-Jan-03 10:30 
AnswerRe: Memory problems? or not? Pin
Alvaro Mendez9-Jan-03 10:59
Alvaro Mendez9-Jan-03 10:59 
GeneralCall an executable Pin
sumod9-Jan-03 9:30
sumod9-Jan-03 9:30 
GeneralRe: Call an executable Pin
Alvaro Mendez9-Jan-03 9:40
Alvaro Mendez9-Jan-03 9:40 
Generali Still in Trouble! plz Help me to release Pin
Alex H 19839-Jan-03 8:59
Alex H 19839-Jan-03 8:59 
GeneralRe: i Still in Trouble! plz Help me to release Pin
l a u r e n9-Jan-03 9:06
l a u r e n9-Jan-03 9:06 
GeneralRe: i Still in Trouble! plz Help me to release Pin
Alex H 19839-Jan-03 9:28
Alex H 19839-Jan-03 9:28 
GeneralRe: i Still in Trouble! plz Help me to release Pin
l a u r e n9-Jan-03 9:36
l a u r e n9-Jan-03 9:36 
GeneralRe: i Still in Trouble! plz Help me to release Pin
l a u r e n9-Jan-03 9:41
l a u r e n9-Jan-03 9:41 
GeneralRe: i Still in Trouble! plz Help me to release Pin
Alex H 19839-Jan-03 9:52
Alex H 19839-Jan-03 9:52 
GeneralRe: i Still in Trouble! plz Help me to release Pin
l a u r e n9-Jan-03 9:56
l a u r e n9-Jan-03 9:56 
GeneralShame on me !!! it's not worked yet !! Pin
Alex H 19839-Jan-03 10:05
Alex H 19839-Jan-03 10:05 
GeneralRe: Shame on me !!! it's not worked yet !! Pin
l a u r e n9-Jan-03 10:20
l a u r e n9-Jan-03 10:20 
GeneralRe: Shame on me !!! it's not worked yet !! Pin
uandrej9-Jan-03 10:44
uandrej9-Jan-03 10:44 
GeneralRe: Shame on me !!! it's not worked yet !! Pin
Alex H 19839-Jan-03 19:36
Alex H 19839-Jan-03 19:36 
GeneralRe: Shame on me !!! it's not worked yet !! Pin
9-Jan-03 21:33
suss9-Jan-03 21:33 

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.