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
N

Nilesh K

@Nilesh K
About
Posts
112
Topics
10
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Tooltip on disabled controls?
    N Nilesh K

    Thanks for the pointer, I too was thinking on the same line. To capture region of disabled object and set required tooltip for parent, let me give a shot at it.:) Thanks again! Nilesh

    C# csharp c++ question

  • Tooltip on disabled controls?
    N Nilesh K

    Was wondering if there was any workaround, similar problem is seen with MFC controls as well but there you have the pretranslatemessage which allows you to handle it by sending explict messages to tooltip controler. Is it possible to implement something similar here too:)

    - Nilesh "Reading made Don Quixote a gentleman. Believing what he read made him mad" -George Bernard Shaw

    C# csharp c++ question

  • Tooltip on disabled controls?
    N Nilesh K

    but again custom controls would also face the same problem! won't they?

    C# csharp c++ question

  • Tooltip on disabled controls?
    N Nilesh K

    Thanks! But my application is having too many controls, and having duplicate control underneath each really blots it up :( - Nilesh

    C# csharp c++ question

  • Tooltip on disabled controls?
    N Nilesh K

    Hi! Could any one suggest me how I can display tooltips for a disabled controls! It was fairly easy to implement the same in MFC but em not able to find a solution in C# :( Thanks in advance!

    - Nilesh "Reading made Don Quixote a gentleman. Believing what he read made him mad" -George Bernard Shaw

    C# csharp c++ question

  • Want to make my exe as service
    N Nilesh K

    You won't be able to convert an .exe to service if that is not implemented to be a service. maybe mentioned links might be helpful. MSDN Ref[^] Intro[^]

    - Nilesh "Reading made Don Quixote a gentleman. Believing what he read made him mad" -George Bernard Shaw

    C / C++ / MFC help

  • Print dialog notification
    N Nilesh K

    Hi! Is there any way that I can configure print dialog to inform if printing is done successfully or not.

    - Nilesh "Reading made Don Quixote a gentleman. Believing what he read made him mad" -George Bernard Shaw

    C / C++ / MFC

  • How to Fix error C2105 ?
    N Nilesh K

    rat.crown wrote:

    *(( int __RPC_FAR * )_StubMsg.Buffer)++ = *nCount;

    Replace above code with *(( int __RPC_FAR * )_StubMsg->Buffer) = *nCount; _StubMsg->Buffer++;

    - Nilesh "Reading made Don Quixote a gentleman. Believing what he read made him mad" -George Bernard Shaw

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

  • MOUNT POINTS!!
    N Nilesh K

    Oops! No much idea then :confused:

    - Nilesh "Reading made Don Quixote a gentleman. Believing what he read made him mad" -George Bernard Shaw

    C / C++ / MFC question

  • MOUNT POINTS!!
    N Nilesh K

    Hope this[^]helps:)

    - Nilesh "Reading made Don Quixote a gentleman. Believing what he read made him mad" -George Bernard Shaw

    C / C++ / MFC question

  • Dynamic Disk
    N Nilesh K

    Check here[^]

    - Nilesh "Reading made Don Quixote a gentleman. Believing what he read made him mad" -George Bernard Shaw

    C / C++ / MFC help question

  • conflict in windows focus - float menu involved
    N Nilesh K

    How about creating the topmost dialog with GetCapture!!

    - Nilesh "Reading made Don Quixote a gentleman. Believing what he read made him mad" -George Bernard Shaw

    C / C++ / MFC help question announcement

  • CD writing in VC
    N Nilesh K

    Maybe you can try with NeroAPI[^]

    - Nilesh "Reading made Don Quixote a gentleman. Believing what he read made him mad" -George Bernard Shaw

    C / C++ / MFC tutorial

  • how to create a DLL
    N Nilesh K

    Try creating DLL through ATL COM and make each function as interface.

    - Nilesh "Reading made Don Quixote a gentleman. Believing what he read made him mad" -George Bernard Shaw

    C / C++ / MFC help tutorial question

  • NetMessageBufferSend
    N Nilesh K

    Hope you have not missed to link with Netapi32.lib

    - Nilesh "Reading made Don Quixote a gentleman. Believing what he read made him mad" -George Bernard Shaw

    C / C++ / MFC help

  • Convert Custom String in to Date Format (mmmm dd, yyyy)
    N Nilesh K

    CDateTimeCtrl::SetFormat[^] might be able to help you.

    - Nilesh "Reading made Don Quixote a gentleman. Believing what he read made him mad" -George Bernard Shaw

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

  • 2 questions
    N Nilesh K

    gohappy_1999 wrote: 1.what is top-level window? A top-level window is any window that is not a child window. Top-level windows do not have the WS_CHILD style. gohappy_1999 wrote: 2.how to enumerates all top-level windows? You can do that by using EnumWindows API

    - Nilesh "Reading made Don Quixote a gentleman. Believing what he read made him mad" -George Bernard Shaw

    C / C++ / MFC question tutorial

  • How to get System Information??
    N Nilesh K

    Maybe this API's EnumDevices / EnumPrinters might help.

    - Nilesh "Reading made Don Quixote a gentleman. Believing what he read made him mad" -George Bernard Shaw

    C / C++ / MFC sysadmin tutorial question

  • windows password
    N Nilesh K

    Well maybe you can accept user login details and do an impersonate login, if it succeeds then consider that it is a valid user.

    - Nilesh "Reading made Don Quixote a gentleman. Believing what he read made him mad" -George Bernard Shaw

    C / C++ / MFC security

  • Problem about Drag in TreeCtrl?
    N Nilesh K

    This[^] article might help you get some idea about the way you should start.

    - Nilesh "Reading made Don Quixote a gentleman. Believing what he read made him mad" -George Bernard Shaw

    C / C++ / MFC help data-structures tutorial 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