SIR... can i handle the CBN_SELCHANGE message of the combo.. if yes, how to do that....plz guide me through...
ReplyOriginally posted by: sowmya
Dear Sir,
I'm Doing my project on VC++ to interact with the hardware signals.I need to develop the front end GUI to interact with the user and he has to enter some range of voltage & time in ms
When he click OK button the voltage the user has entered should set in the hardware (we can see this through oscilloscope)Thus we have to interact this by microcontroller & USB .Please help me out.I'll appreciate u'r participation in advance.I need to do this within 5'o clock today.
Best Regards,
Sowmya.
Originally posted by: Puiu
How can I insert a CDateTimeCtrl in a cell?
ReplyOriginally posted by: Naveen S.G.
plz reply me to
i want to interact with the grid control which is created from ur class i.e. CGridCtrl.
for eg: In some application there is grid control which was created using CGridCtrl.
from my application i want to interact with the grid control which is in that application.
i can get the handle using FindWindowEx method.
i have created object of CGridCtrl in my application.
i have attached the handle of grid control,what i got using FindWindowEx.
but when i tried to extract the information of grid control like Totalnumber of rows using CGridCtrl methods, 0 is returning.
i am using the same logic what i did using CTreeCtrl in some project.There it is working for Treecontrol.
here to access the information from your GridControl, what steps i need to follow.
plz reply me asap. its required for my project.
plz.............................
" naveen.gangadharappa@honeywell.com " .
Originally posted by: Mr,Lee
I putted GridCtrl in Modaless Dialog.
After Editing in combobox, when I select another cell,
EndEdit() in CInplaceList is called.
But dialog class don't know it.
Then, where can I receive message for notifying EndEdit in Dialog?
Help me plz.
Thanks.
Originally posted by: Tran Toan
Dear sir,
I need a sample about grid in Win32 built in C++, not MFC.
That grid can be resized, edited
can you show me how to build or where to download source code?
Thanks!
TToan
ReplyOriginally posted by: SangHeon Kwon
Generally When CComboBox's list is changed handle the CBN_SELCHANGE.
In Grid's combo,
how to handle Combo's CBN_SELCHANGE ?
Show me the way plz....
ReplyOriginally posted by: Vivek Kharche
If anybody knows the solution,mail me at vskharche@yahoo.com
I am using combo grid control and found a bug.
I set some Column count say 10 and row count 2
I select some cell and a edit box is created in the cell.
say in cell (1,8)
Now i set the column count to 2 keeping same row count.
It gives assertion.I tried by explicitely setting the FocusCell to -1,-1,but it doesn'e help.
Vivek
Originally posted by: yongwoon shin
How to change the background Colors?
ReplyOriginally posted by: new user
How to specify non-editable column in this grid control?
Also, how to change the color of the grid dynamically?
Pl help.
Reply