I know some of COMAdminCatalog, but i have no idea of those properties which are the correct ones to set. I set RemoteServerName and it really be set on the Com+ database but does not effect somewhat.
Aaron K B Huang
Posts
-
How to register the Com+ component on Client without msi file? -
How to register the Com+ component on Client without msi file?:confused:As the title, how can I perform that with programmatically? My Com+ plus is inherited from ServicedComponent and implements an interface(dual) defining by myself. Thanks ahead!
-
How to register the Com+ component on Client without msi file?As the title, how can I perform that with programmatically? My Com+ plus is inherited from ServicedComponent and implements an interface(dual) defining by myself. Thanks ahead!:confused:
-
how to get a pc-name form its ip-address?I tried many source corders, did not find a worked sample for gethostbyaddr(). :(
-
how to get a pc-name form its ip-address?Thanks ahead!
-
Why cann't I call GetWindowModuleFileName in my raw api App?To All: Thanks a lot! I solved it. :) To Tomasz Sowinski: You are right! Thanks anyway! :rose:
-
Cancelling ESC in dialogs:| Misunderstanding, friend! I means that I will let the user press esc to quit after I release every resources in OnCancel() function. I donnot want to forbid this feature. I was not talking about coding but a solution. :) And Thanks your code also.:rose:
-
What's wrong with GetClipboardData?You are sure wrong! :) Here you are: CString CDictView::GetClipData() { CString vocab = ""; if (IsClipboardFormatAvailable(CF_TEXT)) { if (OpenClipboard()) { vocab = (char*)GetClipboardData(CF_TEXT); EmptyClipboard(); } CloseClipboard(); } return vocab; } Good luck!
-
Cancelling ESC in dialogsAccording to my experience, I would like to override OnCancel() function to handle the key event. It makes your program a little easier to use and fewer codes also. :)
-
Why cann't I call GetWindowModuleFileName in my raw api App?I included windows.h file. When I compiled my program, I just got the message -- "error C2065: 'GetWindowModuleFileName' : undeclared identifier"!!!:confused: :confused: :confused: I read msdn over and over and have yet gotten confused. X|
-
How to extend the all edit-like control in my code? Any idea?Oh! :-D New idea! I never thought of that before! But I really need to detect every edit-like controls to get the user selected text. I found that there are some many edit-like control with various class-name. Can I superclassing without specified a class-name? I wondered that. Hooking maybe the best way to do the tast. Thanks anyway!:)
-
How to extend the all edit-like control in my code? Any idea?I want to add a item to the right-click popup menu wherever the edit-lick control, which can belong to any program instance. I thought there are two ways maybe, one is change the registry, like some "shell extending" articles in codeproject; two is hooking. But I never touch those two domain before. Can you give me some suggestions? I've got the base info of hooking, but have no good info or source-code of mouse hooking. I have no info of registry. Thanks ahead! with Best Regards, Kamp Huang:)
-
Did anybody ever use MSFlexGrid control in VC++ before?Thanks, I've read your excellent article before. :rose: But there is a strange thing in DataGrid. When I called SetRow() method, I failed set to the row that existed but not visible in current scroll range. Do you know why?:confused:
-
Did anybody ever use MSFlexGrid control in VC++ before?I have another stupid question now. I've downloaded this sample and traced it. but I can't find where the code of putting data into the FlexGrid. I also know that the methods, SetTextMatrix() and SetText(), which can performance that job. But how the sample does that without those methods?:confused:
-
Did anybody ever use MSFlexGrid control in VC++ before?:) I've never found that too. Thanks for your reply. It seems that I'd better shift back to DataGrid control.
-
Did anybody ever use MSFlexGrid control in VC++ before?Copy the datas one by one?:confused:
-
Did anybody ever use MSFlexGrid control in VC++ before?Thanks a LOT!:rose:
-
[Message Deleted]The order maybe bases on your head files' order.;P
-
Did anybody ever use MSFlexGrid control in VC++ before?Hi, as the title. Can you give me a sample or some links? Thank you. More details: FlexGrid binds to a Recorderset, which opened with SQL cmdText not table. How can I performance this?
-
which data type responding to DBTYPE_DBTIMESTAMP?Maybe my words were not clear enough, I find the corresponding data type in C++ not anything else. And more, I've found it in 'ADO Data Bound Class Wizard' article. Thanks for ur help! Best regard, Kamp Huang:rose: