Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
A

Aaron K B Huang

@Aaron K B Huang
About
Posts
21
Topics
7
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • How to register the Com+ component on Client without msi file?
    A Aaron K B Huang

    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.

    COM question com tutorial

  • How to register the Com+ component on Client without msi file?
    A Aaron K B Huang

    :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!

    COM question com tutorial

  • How to register the Com+ component on Client without msi file?
    A Aaron K B Huang

    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:

    C# question com tutorial

  • how to get a pc-name form its ip-address?
    A Aaron K B Huang

    I tried many source corders, did not find a worked sample for gethostbyaddr(). :(

    C / C++ / MFC tutorial question

  • how to get a pc-name form its ip-address?
    A Aaron K B Huang

    Thanks ahead!

    C / C++ / MFC tutorial question

  • Why cann't I call GetWindowModuleFileName in my raw api App?
    A Aaron K B Huang

    To All: Thanks a lot! I solved it. :) To Tomasz Sowinski: You are right! Thanks anyway! :rose:

    C / C++ / MFC json help question

  • Cancelling ESC in dialogs
    A Aaron K B Huang

    :| 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:

    C / C++ / MFC question

  • What's wrong with GetClipboardData?
    A Aaron K B Huang

    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!

    C / C++ / MFC help question

  • Cancelling ESC in dialogs
    A Aaron K B Huang

    According 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. :)

    C / C++ / MFC question

  • Why cann't I call GetWindowModuleFileName in my raw api App?
    A Aaron K B Huang

    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|

    C / C++ / MFC json help question

  • How to extend the all edit-like control in my code? Any idea?
    A Aaron K B Huang

    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!:)

    C / C++ / MFC windows-admin linux tutorial question

  • How to extend the all edit-like control in my code? Any idea?
    A Aaron K B Huang

    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:)

    C / C++ / MFC windows-admin linux tutorial question

  • Did anybody ever use MSFlexGrid control in VC++ before?
    A Aaron K B Huang

    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:

    C / C++ / MFC question c++ database performance

  • Did anybody ever use MSFlexGrid control in VC++ before?
    A Aaron K B Huang

    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:

    C / C++ / MFC question c++ database performance

  • Did anybody ever use MSFlexGrid control in VC++ before?
    A Aaron K B Huang

    :) I've never found that too. Thanks for your reply. It seems that I'd better shift back to DataGrid control.

    C / C++ / MFC question c++ database performance

  • Did anybody ever use MSFlexGrid control in VC++ before?
    A Aaron K B Huang

    Copy the datas one by one?:confused:

    C / C++ / MFC question c++ database performance

  • Did anybody ever use MSFlexGrid control in VC++ before?
    A Aaron K B Huang

    Thanks a LOT!:rose:

    C / C++ / MFC question c++ database performance

  • [Message Deleted]
    A Aaron K B Huang

    The order maybe bases on your head files' order.;P

    C / C++ / MFC

  • Did anybody ever use MSFlexGrid control in VC++ before?
    A Aaron K B Huang

    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?

    C / C++ / MFC question c++ database performance

  • which data type responding to DBTYPE_DBTIMESTAMP?
    A Aaron K B Huang

    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:

    Database question c++ database sql-server sysadmin
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups