Click here to Skip to main content
15,926,596 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: MMC Snapin Pin
Igor Sukhov6-Jun-01 7:50
Igor Sukhov6-Jun-01 7:50 
Generalquestion about the X button of the title bar Pin
5-Jun-01 14:53
suss5-Jun-01 14:53 
GeneralRe: question about the X button of the title bar Pin
Michael Dunn5-Jun-01 16:40
sitebuilderMichael Dunn5-Jun-01 16:40 
GeneralRe: Check WindowProc function! Pin
Masaaki Onishi5-Jun-01 17:46
Masaaki Onishi5-Jun-01 17:46 
QuestionIs there any good class for Outlook-bar control ?? Pin
5-Jun-01 14:35
suss5-Jun-01 14:35 
AnswerRe: Is there any good class for Outlook-bar control ?? Pin
Ulf Öhlén5-Jun-01 20:48
Ulf Öhlén5-Jun-01 20:48 
Questionhow to call javascript functions from c++ Pin
5-Jun-01 12:27
suss5-Jun-01 12:27 
GeneralTabs on side, transparent dialog and disable radiobuttons Pin
Dennis Nilsson5-Jun-01 11:53
Dennis Nilsson5-Jun-01 11:53 
Hi,
I'm writing a postprocessor program for visualizing the results from
a Finite Element Analysis (FEA). The program is to be running in a
Windows NT/2000/98 environment.

I have three questions:
1. Is it possible to make a dialog transparent? If not, is it
possible to change the background color of it?
2. I don't manage to change the position of the tabs with the
CTabCtrl. They are on top now, but I want them to be on the right
side. There should be a command TCS_VERTICAL used with TCS_RIGHT but
when I do this, the tabs dont show up at all. Should I do something
extra?
3. I have'nt managed to disable some specific radio buttons on
the different tabs when the a specific solution is choosen (nodal
solution or element solution). When looking at a nodal solution all
radio buttons are to be enabled. But when pressing element solution,
specific radio buttons are to be disabled.
I use the following sequence:
m_first.GetDlgItem(IDC_RADIO101)->EnableWindow(FALSE);
RADIO101 is placed on dialog FIRSTDIALOG which belongs to CFirstDlg.
m_first is a CFirstDlg member. The program compiles, but there is a
runtime error when I press element solution. Any suggestions?

Best regards
Dennis Nilsson
M.Sc. Mech. Eng. Sweden
----------------------------------------

GeneralRe: Tabs on side, transparent dialog and disable radiobuttons Pin
Christian Graus5-Jun-01 13:03
protectorChristian Graus5-Jun-01 13:03 
GeneralChange font in Dialog Pin
5-Jun-01 10:54
suss5-Jun-01 10:54 
GeneralRe: Sure. Pin
Masaaki Onishi5-Jun-01 17:51
Masaaki Onishi5-Jun-01 17:51 
GeneralProblem with CMenu Pin
5-Jun-01 9:37
suss5-Jun-01 9:37 
GeneralProblem solved, new problem :) Pin
5-Jun-01 10:05
suss5-Jun-01 10:05 
GeneralRe: Problem solved, new problem :) Pin
5-Jun-01 15:10
suss5-Jun-01 15:10 
Generalproblem using Xalan in a COM component to be used in ASP Pin
joshua williams5-Jun-01 9:25
joshua williams5-Jun-01 9:25 
Generali went and figured out a workaround Pin
joshua williams7-Jun-01 20:38
joshua williams7-Jun-01 20:38 
GeneralMAPISendMail problem Pin
5-Jun-01 8:51
suss5-Jun-01 8:51 
GeneralRe: MAPISendMail problem Pin
Erik Yuzwa8-Jun-01 7:22
Erik Yuzwa8-Jun-01 7:22 
GeneralCould someone explain the following !!! Pin
Luc Bergeron5-Jun-01 8:40
Luc Bergeron5-Jun-01 8:40 
GeneralCObList Question Pin
Chris Klecker5-Jun-01 5:35
Chris Klecker5-Jun-01 5:35 
GeneralRe: CObList Question Pin
Tomasz Sowinski5-Jun-01 5:58
Tomasz Sowinski5-Jun-01 5:58 
GeneralRe: CObList Question Pin
Chris Klecker5-Jun-01 6:00
Chris Klecker5-Jun-01 6:00 
GeneralRe: CObList Question Pin
Tomasz Sowinski5-Jun-01 6:10
Tomasz Sowinski5-Jun-01 6:10 
GeneralRe: CObList Question Pin
D.D. de Kerf6-Jun-01 20:43
D.D. de Kerf6-Jun-01 20:43 
GeneralSpeed problem with MSSQL server database Pin
Frederico Levesque5-Jun-01 5:03
Frederico Levesque5-Jun-01 5: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.