Click here to Skip to main content
15,917,060 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: call menu item from program Pin
Terry O'Nolley8-Oct-03 19:03
Terry O'Nolley8-Oct-03 19:03 
GeneralRe: call menu item from program Pin
KaЯl9-Oct-03 3:12
KaЯl9-Oct-03 3:12 
GeneralRe: call menu item from program Pin
sdfdsfa9-Oct-03 6:05
sdfdsfa9-Oct-03 6:05 
GeneralRe: call menu item from program Pin
KaЯl9-Oct-03 6:27
KaЯl9-Oct-03 6:27 
GeneralMsFlexGrid editable Pin
act_x8-Oct-03 17:02
act_x8-Oct-03 17:02 
GeneralRe: MsFlexGrid editable Pin
Toni788-Oct-03 17:50
Toni788-Oct-03 17:50 
GeneralRe: MsFlexGrid editable Pin
tidhar8-Oct-03 23:06
tidhar8-Oct-03 23:06 
GeneralRe: MsFlexGrid editable Pin
act_x9-Oct-03 4:37
act_x9-Oct-03 4:37 
the edit box is shown intially at cell 1,0, when I made this
long lCellTopTwips = m_Grid.GetCellTop();<br />
long lCellLeftTwips = m_Grid.GetCellLeft();<br />
long lCellWidthTwips = m_Grid.GetCellWidth();<br />
long lCellHeightTwips = m_Grid.GetCellHeight();<br />
<br />
long lCellTopPixels;<br />
long lCellLeftPixels;<br />
long lCellWidthPixels;<br />
long lCellHeightPixels;<br />
<br />
TwipsToPixels(lCellTopTwips,<br />
lCellLeftTwips,<br />
lCellTopPixels,<br />
lCellLeftPixels);<br />
<br />
TwipsToPixels(lCellWidthTwips,<br />
lCellHeightTwips,<br />
lCellWidthPixels,<br />
lCellHeightPixels);<br />
<br />
<br />
m_Grid.GetWindowRect(&rect);<br />
ScreenToClient(rect);<br />
pEdit->MoveWindow(rect.left + lCellLeftPixels,<br />
rect.top + lCellTopPixels,<br />
lCellWidthPixels,<br />
lCellHeightPixels);

a function called MoveOperation()

and on the OnClickEvent for the Grid I called this function . I find that the edit control is nt shown !!!

Engineering is the effort !
GeneralRe: MsFlexGrid editable Pin
tidhar9-Oct-03 4:44
tidhar9-Oct-03 4:44 
GeneralNeed help in simple game Pin
Snyp8-Oct-03 14:55
Snyp8-Oct-03 14:55 
GeneralRe: Need help in simple game Pin
parths8-Oct-03 16:09
parths8-Oct-03 16:09 
GeneralRe: Need help in simple game Pin
Terry O'Nolley8-Oct-03 19:23
Terry O'Nolley8-Oct-03 19:23 
GeneralRe: Need help in simple game Pin
YaronNir9-Oct-03 0:05
YaronNir9-Oct-03 0:05 
GeneralRe: Need help in simple game Pin
Member 139425924-Dec-04 20:05
Member 139425924-Dec-04 20:05 
Generalbuttons and word doc's Pin
N.Byarley8-Oct-03 14:37
N.Byarley8-Oct-03 14:37 
GeneralRe: buttons and word doc's Pin
Terry O'Nolley8-Oct-03 18:45
Terry O'Nolley8-Oct-03 18:45 
GeneralRe: buttons and word doc's Pin
N.Byarley8-Oct-03 20:33
N.Byarley8-Oct-03 20:33 
GeneralRe: buttons and word doc's Pin
Terry O'Nolley8-Oct-03 23:32
Terry O'Nolley8-Oct-03 23:32 
QuestionHow can I make the property sheet buttons in the XP style? Pin
bin89228-Oct-03 13:19
bin89228-Oct-03 13:19 
Generalwarning C4273 - inconsistent dll linkage. dllexport assumed. Pin
YaronNir8-Oct-03 12:54
YaronNir8-Oct-03 12:54 
QuestionHow to change the color of the dialog box Pin
Deepak Samuel8-Oct-03 12:15
Deepak Samuel8-Oct-03 12:15 
AnswerRe: How to change the color of the dialog box Pin
YaronNir8-Oct-03 13:16
YaronNir8-Oct-03 13:16 
QuestionEM_STREAMOUT and EditStreamCallback() function? Pin
Kayembi8-Oct-03 12:07
Kayembi8-Oct-03 12:07 
QuestionHow to make a dialog box pop up on receiving an event Pin
Deepak Samuel8-Oct-03 11:18
Deepak Samuel8-Oct-03 11:18 
GeneralWindows Xp Style Buttons Pin
Marissa1828-Oct-03 11:14
Marissa1828-Oct-03 11:14 

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.