Click here to Skip to main content
15,894,720 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: DLLRegisterServer failed with error code 0x80040200 Pin
zon_cpp28-Jun-09 19:17
zon_cpp28-Jun-09 19:17 
GeneralRe: DLLRegisterServer failed with error code 0x80040200 Pin
«_Superman_»28-Jun-09 22:15
professional«_Superman_»28-Jun-09 22:15 
GeneralRe: DLLRegisterServer failed with error code 0x80040200 Pin
zon_cpp28-Jun-09 22:36
zon_cpp28-Jun-09 22:36 
Questionhow to print create time of mail Pin
santhosh-padamatinti27-Jun-09 19:38
santhosh-padamatinti27-Jun-09 19:38 
Questionsetting font......... Pin
kumar sanghvi27-Jun-09 18:16
kumar sanghvi27-Jun-09 18:16 
Questiongood SQL to find a min valid user ID Pin
includeh1027-Jun-09 10:10
includeh1027-Jun-09 10:10 
QuestionResizing PropertySheet. Pin
FISH78627-Jun-09 9:59
FISH78627-Jun-09 9:59 
AnswerRe: Resizing PropertySheet. Pin
«_Superman_»27-Jun-09 17:40
professional«_Superman_»27-Jun-09 17:40 
Assuming you're using MFC, override the OnSetActive function of the CPropertyPage derived class.
This is called every time a property page is selected.
From this function you could resize the parent sheet using GetParent()->SetWindowPos(....
But you may not be able to get the required page size from OnSetActive because the page is resized to the largest page size. You may have to do that from other functions like OnInitDialog.

«_Superman
I love work. It gives me something to do between weekends.

GeneralRe: Resizing PropertySheet. Pin
FISH78627-Jun-09 17:55
FISH78627-Jun-09 17:55 
Questionpointer-to-pointer cannot be used to allocate huge matrices Pin
ro_milano27-Jun-09 6:38
ro_milano27-Jun-09 6:38 
Questionhow can i get lpstore value. Pin
santhosh-padamatinti27-Jun-09 1:56
santhosh-padamatinti27-Jun-09 1:56 
QuestionAdd Virtual Function in VC6 missing in VS2008 Pin
sashoalm27-Jun-09 1:56
sashoalm27-Jun-09 1:56 
AnswerRe: Add Virtual Function in VC6 missing in VS2008 Pin
«_Superman_»27-Jun-09 2:38
professional«_Superman_»27-Jun-09 2:38 
GeneralRe: Add Virtual Function in VC6 missing in VS2008 Pin
sashoalm27-Jun-09 2:47
sashoalm27-Jun-09 2:47 
Questionconverting Strucutre to Byte array Pin
jalsa G26-Jun-09 23:58
jalsa G26-Jun-09 23:58 
AnswerRe: converting Strucutre to Byte array Pin
chandu00427-Jun-09 0:01
chandu00427-Jun-09 0:01 
GeneralRe: converting Strucutre to Byte array Pin
jalsa G27-Jun-09 0:06
jalsa G27-Jun-09 0:06 
GeneralRe: converting Strucutre to Byte array Pin
chandu00427-Jun-09 0:11
chandu00427-Jun-09 0:11 
GeneralRe: converting Strucutre to Byte array Pin
CPallini27-Jun-09 0:41
mveCPallini27-Jun-09 0:41 
GeneralRe: converting Strucutre to Byte array Pin
«_Superman_»27-Jun-09 2:51
professional«_Superman_»27-Jun-09 2:51 
GeneralRe: converting Strucutre to Byte array Pin
kumar sanghvi27-Jun-09 3:01
kumar sanghvi27-Jun-09 3:01 
GeneralRe: converting Strucutre to Byte array Pin
CPallini27-Jun-09 4:28
mveCPallini27-Jun-09 4:28 
QuestionDoes it have a part for C++ builder? Pin
favorxx26-Jun-09 21:20
favorxx26-Jun-09 21:20 
AnswerRe: Does it have a part for C++ builder? Pin
CPallini26-Jun-09 23:37
mveCPallini26-Jun-09 23:37 
GeneralRe: Does it have a part for C++ builder? Pin
favorxx27-Jun-09 2:19
favorxx27-Jun-09 2:19 

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.