Yes, I just want to get the event where I can save the record. Sorry to make you confused. Regards, Shin
sdfdsfa
Posts
-
CdataGrid -
CdataGridWhen I make any changes in a cell, it only saves the change when I push enter otherwise, change doesn't apply to mdb. What I want to do is to save this change whenever user input a value. how can i acheve this? Regards, Shin
-
SpinBottonCtrl Limit?I have a spinbottonctrl on my dailog with editbox and Slider that are linked to each other. As I clicked on SpinBottonCtrol and it gets to a certain point all the sudden no more increment. What happend? I explicitly set the range from 0 to 3000. However, when it get somewhere around 500 it stops why why why??? Actually I want it to increment one by one everytime you click even you keep clicking on it for a while( by defalt after clicking a while, it increments by 5 and afterthat 10 as you know). pNMUpDown -> iDelta = 1; Was it a problem? If someone with the answer to this question let me know. Thanks in advance Shinya
-
CDataGrid with Another LanguageI am trying to display full path of specific folder in my computer I've developed this application on japanese os. When i try to run it on English OS japanese language install, I can't input full path in CDataGrid properly. It always displays C:\ instead of the specific path. does any with same experience and figured this proble? Thanks in advance Shin
-
Specified the path with CfiledialogHow do i get folder path with CFiledialog? I know if I call the GetPathName() It will return the Full path to specific folder. but in order to close the CFileDialog i have to click on either Save or Open. Thanks Shin
-
call menu item from programThank you very much. in this way, I can save a lot of time. however, I will be carefull with those point you mensioned. Thanks, again. Shin:laugh:
-
regsvr32 sample debuggingThis time it's real. I figure out all!! No problem registrying the ocx. Thank you very much!!!!!
-
regsvr32 sample debuggingI just figured out!! Thanks
-
Recently Used FileI didn't know it was so easy. Thanks for your help. Shin
-
Fit into the A4 PaperI am trying to adjust the printed image size fit into the paper size which is about A4. I have tried to change those parameters for GetDeviceCaps functions. seemingly, I can't get the right size. Does anyone have solution to this? if( pInfo ) { CClientDC dc( this ); pDC->SetMapMode(MM_ANISOTROPIC); CSize sz( dc.GetDeviceCaps(LOGPIXELSX), dc.GetDeviceCaps(LOGPIXELSY) ); pDC->SetWindowExt( sz ); sz = CSize( pDC->GetDeviceCaps(LOGPIXELSX),pDC->GetDeviceCaps(LOGPIXELSY) ); pDC->SetViewportExt( sz ); } shi
-
OPENGL EXAMPLE TO DISPLAY JAPANESE/CHIENSEDoes any know some sample code or application to display the japanse/chinese in OpenGL? Thanks in advance. Shin
-
Print PictureThank you, I will test it. Shin
-
Merge source code for the same projectDoes anybody know the best way/tool to merge source codes when you are working with a lot of programmer except VSS?
-
CDataGrid with modeless dialog boxI am having problem with the dialog box with CDataGrid. Once I open the dialog box and close, I can't open it for the second time. I think the problem is the way to initialize and close the dialog box. I am supposed to do something with CDataGrid? Thanks in advance. Shin
-
Add OnOK button in CpropertysheetHow can I add OnOK event in CPropertySheet from class wizard? Thanks in advance. Shinya
-
CDataGridI want to get the selected row in CDataGrid. Something like CDataGrid * pGrid; long l_CurPos = pGrid -> GetCurrentPos(); Thanks in advance. Shin
-
CreateDIBBitmap in Windows2000 ServerWe have a little bit of problem with this CreateDIBBitmap. We have been trying to copy image into memory and pasted on control we have created for display, but seems like everytime we do this on win2000 server, we get the function fails returning NULL. But except this machine we don't have that same problem. For this machine, we've tested with ATI 64MB, 32MB, 16MB, GeForce128MB for video card. any information is helpfull. Thanks, shinya
-
CDataGrid is not in MSDNI am trying to figure out this class, but seems like this CdataGrid is not in MSDN. I already installed subscription upto 2001, still no luck. Anyone with the same problem able to found the solution? shin
-
put my activeX on CfileDailogI am trying to put my own ActiveX on CFileDialog. When I put on it, all the sudden this CFileDialog doesn't start up. some can help me to solve this? Thanks in advanced. Shinay
-
CFileDialog with custom activeXHi, I have been trying to put my own ActiveX on the CFileDialog. Seems like whenever I put my activeX with CFileDialog class, the file dialog won't open; instead, return IDCANCELL at mydlg.DoModal(); But with those controls that come with VC( like combo box, bitmap...etc) I have no problem open up the Cfiledialog dialog. Anyone out there solve this problem. shin