ok, thanks
Jim Chan
Posts
-
Can we Set the ReadOnly attribute to a checkbox? -
Can we Set the ReadOnly attribute to a checkbox?And what should I do to cutomise it? I am just a junior learner, Could you show me by codes? Thanks a lots.
-
Can we Set the ReadOnly attribute to a checkbox?Thank you Mr.Prakash, but I thought we made misunderstandings. I meant that I wanna "set a ReadOnly attribute to a checkbox and Not disable it",and the attribute can not find directory in the checkbox property.. And your method is to disable the checkbox, it's not what I want, but thank you anyway.
-
Can we Set the ReadOnly attribute to a checkbox?As we known, we can set ReadOnly attribute to an editbox, and we can also disable a checkbox. But can we set a ReadOnly attribute to a checkbox and did not disable it ? Looking forward to your answer.
-
Would somebody be familiar to MapX?Would you help me to get the line features that near a pont? For example, I had gotten a point pt(x,y), how could I get the line features that near the point? thanks advance.
-
the Mouse Wheel Event and the MSHFlexGird problemI haved binded the MSHFlexGrid with a recordset, and now I want the result that if I scroll the mouse wheel, the record showed in the MSHFlexGrid would scroll(like the effect as we scroll the mouse wheel while we read a web page,the scrollbar move up or down);I have coded below: BOOL Class::OnMouseWheel(UINT nFlags, short zDelta, CPoint pt) { // TODO: Make the mouse wheel take the MSHFlexGrid scroll this->m_cHFlexGridPerform.SetScrollTrack(true); //Would u tell me how can I make it work please return CFormView::OnMouseWheel(nFlags, zDelta, pt); } thank you in advance;
-
When I meet the character "%"...In my vc++ codes, I must use the filter of the Object recordset to filter some records, I get the query term from a EditBox, but when the term include the character "%", the filter seems to meet some problem in deal with the "%", What should I do, some body tell me how please. What's more, when the operater is ">" or ">=", the filter meet the same error. Could some one tell me why ? Thanks advance.
-
how Can I operate the graph9 in WORDIn the Automating with office2000, I get a range in the word document,and in the range, there are a graph object, how can I get this graph object and programm with it? where can I find some help document? code sample ? thank you advance.
-
Help in Automating with vc++, about word.Hi all, I wanna Create a word document,and then create a table with 3 cols and 5 rows,fill the table with some text, and then insert a row at the end of the table, then fill the text"ok" in the new rows. Could somebody give me a hand and show me some samples related to VC++ operateing the office WORD? Thanks!
-
how to use c# to sned message to a mobile phoneI have a SMS modem, and how can I use it to send a message to a mobile phone? could somebody show me a demo?