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
J

jinzhecheng

@jinzhecheng
About
Posts
41
Topics
18
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • How I can Get DLL Version Number from resource file
    J jinzhecheng

    Thanks Dave, I thought this string is same as other string in resource file This is a special case, instead of load string, use getfileversioninfo(). \ Thank you again!~

    C / C++ / MFC question database json tutorial announcement

  • How I can Get DLL Version Number from resource file
    J jinzhecheng

    I am writting a DLL, and want to provide a function so that Client can query DLL version by calling this function. As you already know, the version number is in the resource file, I tries LoadString() API call, but failed. Can anyone give some advice?? There are many articles on how to query DLL version given an exe or dll file, my POINT is , how can I do it inside the dll it self ??? Thanks alot!

    C / C++ / MFC question database json tutorial announcement

  • What is 192.168.1.1
    J jinzhecheng

    I really dont know networking. Why every LinkSYs router has such IP: 192.168.1.1. I am confused, if router has this IP, how can an packet know where to go? I know this must be a stupid question....Dont laught at me

    C# question

  • How to get RGB values from image file
    J jinzhecheng

    System.Drawing.Bitmap b = new System.Drawing.Bitmap("yor flene"); System.Drawing.Color color = b.GetPixel(100,100); color.ToArgb();

    C# help tutorial

  • Passing handles of one form to another
    J jinzhecheng

    I guess you are wondering how to access the "this" Form_params( Form1 form) { // this refer to the form 1 now ........... }

    C# question

  • error-defines operator == or operator != but does not override Object.GetHashCode()
    J jinzhecheng

    It must be a warning ! simply ignore it or add Equals, GetHash function

    C# help csharp visual-studio graphics

  • How to make documentation for dll?
    J jinzhecheng

    How about Doxygen, generate hhp, then Chm

    C# question tutorial

  • How to create netmodule in Visual Studio.net
    J jinzhecheng

    Any one can help how to create a netmodule in VS IDE?? I can not find similar option as in command line . Thanks thanks thanks...:doh:

    C# visual-studio csharp help tutorial question

  • How to access static member??
    J jinzhecheng

    I have a list definition, public class List { private int index; private string name; } and a table public class Table { public static List List1 = new List(1,"List1"); public static List List2 = new List(2,"List2"); ... } Now , if I want to add a method of Table public class Table { public static List GetListFromIndex( int index){...} } How can I avoid a lot of "switch case"???? Thanks!. I know this maybe related to "reflection" , but cannot figure it out.

    C# question database tutorial

  • why Function Name in DLL so strange ?
    J jinzhecheng

    Thanks , I have created a def file, and its gone!

    C / C++ / MFC c++ help question

  • why Function Name in DLL so strange ?
    J jinzhecheng

    I got a DLL, in its function declare their is a function: EXPORT int func1(); But when I display it in Dependency Walker, the actual name is something like: _func1@0 This DLL is compiled in visual c++ 6.0, I am wondering if there is an option cause this problem. Thanks

    C / C++ / MFC c++ help question

  • Windows Message Confusion! Gurus come and help!
    J jinzhecheng

    Hi David,does that mean: Thread B will always process msg1 then msg2 ,again and again? it could not process two continous msg2?? However, I found in my project, this situation happens, but not often! -- modified at 11:54 Wednesday 7th December, 2005

    C / C++ / MFC help question

  • Windows Message Confusion! Gurus come and help!
    J jinzhecheng

    I have a windows message problem that has haunted me for a long time. Suppose one application has two thread. Thread A "sends" and "posts" message to a window handle in thread B. Thread A { LOOP{ ... SendMessage(m_hwnd, msg1); ... PostMessage(m_hwnd, msg2); ... } } in winproc of Thread B: Winproc { case (msg1): do something ... case (msg2): do something ... } my question is: if Thread B is processing msg2, and Thread A are going to send msg1 , Thread A will wait until Thread B finishes processing msg2??

    C / C++ / MFC help question

  • Help. Create a bmp file in C++
    J jinzhecheng

    Hello Luo ming, Take a look at "programing windows", there is intensive discussion about bitmap stuff. Good luck!

    C / C++ / MFC c++ graphics help tutorial question

  • How to make my program the highest priority
    J jinzhecheng

    Here is the reason: Say I am testing the speed (I/O reading writting). I want the Max performance , the code would be like: tStart = getCurrentTime(); do{ reading(); writting(); } span = getCurrentTime()- tSpan; How can I ensure those steps are not interupted?

    C / C++ / MFC question tutorial

  • How to make my program the highest priority
    J jinzhecheng

    I know in a program , you can create some threads,and assign different priority my question is: how to programmtically give your main thread the highest priority? Thanks alot!

    C / C++ / MFC question tutorial

  • Does anybody know any good WIN32 SDK sites?
    J jinzhecheng

    This site is great. Thanks.

    C / C++ / MFC question

  • Does anybody know any good WIN32 SDK sites?
    J jinzhecheng

    Thanks alot!

    C / C++ / MFC question

  • WIN32 SDK forum
    J jinzhecheng

    Its not popular, it is important. Like to see this forum here.

    Site Bugs / Suggestions

  • PostMessage() vs. SendMessage()
    J jinzhecheng

    the Dll is in another thread, its really confusing...

    C# csharp visual-studio help question
  • Login

  • Don't have an account? Register

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