Click here to Skip to main content
15,909,498 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: MinimizeBox in a PropertySheet? Pin
Frank Deo16-Aug-00 10:40
Frank Deo16-Aug-00 10:40 
GeneralAnother socket failure - in Create() call Pin
Alex Alexapolsky16-Aug-00 3:29
sussAlex Alexapolsky16-Aug-00 3:29 
GeneralRegarding Dial up Pin
Krithivasan M. S16-Aug-00 3:14
Krithivasan M. S16-Aug-00 3:14 
GeneralRe: Regarding Dial up Pin
Member 120896516-Aug-00 13:01
Member 120896516-Aug-00 13:01 
QuestionReboot the PC programatically ? Pin
Adalsteinn B. Bjarnason16-Aug-00 1:21
Adalsteinn B. Bjarnason16-Aug-00 1:21 
AnswerRe: Reboot the PC programatically ? Pin
Benedict Verheyen17-Aug-00 5:16
sussBenedict Verheyen17-Aug-00 5:16 
Generalchanging the default mfc icon Pin
Pierre Koerber16-Aug-00 0:10
sussPierre Koerber16-Aug-00 0:10 
GeneralRe: changing the default mfc icon Pin
Benedict Verheyen17-Aug-00 5:30
sussBenedict Verheyen17-Aug-00 5:30 
method 1:
---------
In your project, go to your resource view, check for icon, usually it's named IDR_MAINFRAME. You can repaint that.

Or

method 2:
---------
right-click on icon in the icon view, you will then be able to select import from the contextmenu. You can then import an icon and change its name (after you deleted the default one) to that of the default one. (you will especially need to do this if the code you use, uses LoadFrame to load a lot of default stuff)


GeneralCAsyncSocket-debug assertion failed Pin
Alex Alexapolsky15-Aug-00 22:13
sussAlex Alexapolsky15-Aug-00 22:13 
GeneralRe: CAsyncSocket-debug assertion failed Pin
Remus Lazar16-Aug-00 2:27
Remus Lazar16-Aug-00 2:27 
GeneralCAsyncSocket-debug assertion failed Pin
Alex Alexapolsky15-Aug-00 22:11
sussAlex Alexapolsky15-Aug-00 22:11 
QuestionHow to register my program into the startup Pin
koteswara15-Aug-00 18:38
koteswara15-Aug-00 18:38 
AnswerRe: How to register my program into the startup Pin
Remus Lazar16-Aug-00 2:56
Remus Lazar16-Aug-00 2:56 
GeneralAddItem-method for MSHFlexGrid 6.0 Pin
Stefan Alpers15-Aug-00 5:10
sussStefan Alpers15-Aug-00 5:10 
GeneralRe: AddItem-method for MSHFlexGrid 6.0 Pin
Remus Lazar16-Aug-00 2:51
Remus Lazar16-Aug-00 2:51 
GeneralLoading a list from file into a List Box Pin
SmokingRope2214-Aug-00 14:53
SmokingRope2214-Aug-00 14:53 
GeneralRe: Loading a list from file into a List Box Pin
Philip Nicoletti15-Aug-00 3:24
Philip Nicoletti15-Aug-00 3:24 
GeneralRe: Loading a list from file into a List Box Pin
SmokingRope2215-Aug-00 17:06
SmokingRope2215-Aug-00 17:06 
GeneralMultiple doc templates problem Pin
Christian Graus14-Aug-00 9:20
protectorChristian Graus14-Aug-00 9:20 
GeneralRe: Multiple doc templates problem Pin
Mike Dunn14-Aug-00 20:40
Mike Dunn14-Aug-00 20:40 
GeneralRe: Check Visual C++ 4 HOW-TO Pin
Masaaki Onishi16-Aug-00 4:43
Masaaki Onishi16-Aug-00 4:43 
GeneralParsing a file Pin
mukesh.gupta@promap.co.uk14-Aug-00 4:23
mukesh.gupta@promap.co.uk14-Aug-00 4:23 
GeneralRe: Parsing a file Pin
Pete Bassett15-Aug-00 23:27
Pete Bassett15-Aug-00 23:27 
Generaldisable resize Pin
Guy13-Aug-00 14:19
Guy13-Aug-00 14:19 
GeneralRe: disable resize Pin
Remus Lazar14-Aug-00 3:16
Remus Lazar14-Aug-00 3:16 

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.