Click here to Skip to main content
15,891,597 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: To embed and image file within outlook express mail Pin
ThatsAlok16-Nov-04 20:31
ThatsAlok16-Nov-04 20:31 
Generalresize win32 app main window Pin
Will Davidow16-Nov-04 19:32
Will Davidow16-Nov-04 19:32 
GeneralRe: resize win32 app main window Pin
Neville Franks16-Nov-04 22:53
Neville Franks16-Nov-04 22:53 
GeneralRe: resize win32 app main window Pin
Will Davidow17-Nov-04 5:50
Will Davidow17-Nov-04 5:50 
General3 Points database architecture Pin
Rassul Yunussov16-Nov-04 19:31
Rassul Yunussov16-Nov-04 19:31 
GeneralRe: 3 Points database architecture Pin
markkuk17-Nov-04 1:08
markkuk17-Nov-04 1:08 
GeneralRe: 3 Points database architecture Pin
Rassul Yunussov17-Nov-04 18:27
Rassul Yunussov17-Nov-04 18:27 
Generalactivate the shift and Alt keys Pin
Tripura.K16-Nov-04 19:23
Tripura.K16-Nov-04 19:23 
Hi all
How can i change all the key from lower case to upper when ever clicking a button(which is owner draw) on my dialog box which is created in an SDI application, and can u also tell me the functions to be used to get the button status and that which can be passed in my send message
such as
void MyDialog::OnBUTTONLShift()
{

}
whenever shift button is pressed with mouse all the caps should be shown else all small case charac should be shown on my owerdraw buttons
where the code for abutton is written as follow
void MyDialog::OnButton90()
{
CTrailView *pView = (CTrailView *)((CMainFrame*)GetParent())->GetActiveView();
pView->SendMessage(WM_KEYDOWN, 90, 1);
pView->SendMessage(WM_CHAR,90,1);
pView->SendMessage(WM_KEYUP, 90, 1);

}

Request to all to continue this
Generalchanging the font in a dialog box Pin
Anonymous16-Nov-04 19:06
Anonymous16-Nov-04 19:06 
GeneralRe: changing the font in a dialog box Pin
ThatsAlok16-Nov-04 19:11
ThatsAlok16-Nov-04 19:11 
GeneralVisual Studio 6.0 C++ help! Pin
glowskull0316-Nov-04 18:30
glowskull0316-Nov-04 18:30 
GeneralRe: Visual Studio 6.0 C++ help! Pin
Steve S17-Nov-04 1:08
Steve S17-Nov-04 1:08 
QuestionHow i can access function in CView Pin
TooLeeDiN16-Nov-04 18:23
TooLeeDiN16-Nov-04 18:23 
AnswerRe: How i can access function in CView Pin
Selvam R17-Nov-04 2:07
professionalSelvam R17-Nov-04 2:07 
GeneralRe: How i can access function in CView Pin
Anonymous17-Nov-04 17:28
Anonymous17-Nov-04 17:28 
QuestionHow to change font color of slide? Pin
cengyikun16-Nov-04 18:23
susscengyikun16-Nov-04 18:23 
QuestionUsing Crystal Report files? Pin
dSolariuM16-Nov-04 17:28
dSolariuM16-Nov-04 17:28 
AnswerRe: Using Crystal Report files? Pin
Steve S17-Nov-04 5:53
Steve S17-Nov-04 5:53 
GeneralHelp me : simple Edit Ctrl Pin
TooLeeDiN16-Nov-04 17:23
TooLeeDiN16-Nov-04 17:23 
GeneralRe: Help me : simple Edit Ctrl Pin
bryce16-Nov-04 17:44
bryce16-Nov-04 17:44 
Generalfind the process id of an open TCP connection in Win2K Pin
Anonymous16-Nov-04 16:41
Anonymous16-Nov-04 16:41 
GeneralUMM.... I'm New Pin
EthanEnie16-Nov-04 16:30
EthanEnie16-Nov-04 16:30 
GeneralRe: UMM.... I'm New Pin
Henry miller17-Nov-04 2:09
Henry miller17-Nov-04 2:09 
GeneralRe: UMM.... I'm New Pin
eenie25-Nov-04 16:56
eenie25-Nov-04 16:56 
GeneralRe: UMM.... I'm New Pin
Henry miller29-Nov-04 3:03
Henry miller29-Nov-04 3:03 

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.