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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
D

Daniel Kanev

@Daniel Kanev
About
Posts
79
Topics
53
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Program before windows startup
    D Daniel Kanev

    I want to write a program starting before windows. For example partition magic (Starting before windows to make the new partitions), windows disk checker (checking the hard drive before system startup). Thank you.

    C / C++ / MFC tutorial

  • Charsets , koi8-r
    D Daniel Kanev

    Hi, I want to convert different character encodings like koi8-r to ASCII. Where can I find information about them? I can see there are many charsets - utf-8, windows-1251 etc.

    C / C++ / MFC question

  • Download Manager
    D Daniel Kanev

    Hi , I want to write a download manager like DAP or Flashget. Do you know what the principle is? I do not have any idea how downloads can be accelerated or resumed. Will I be able to use MFC for that or I have to write a class for handling the http connection? Thanks :)

    C / C++ / MFC c++ question

  • Visual Studio 6 on Vista
    D Daniel Kanev

    Is Visual C++ 6 compatible with Vista?

    C / C++ / MFC c++ csharp visual-studio question

  • Version Information
    D Daniel Kanev

    How can I include version information in the compiled executable file?

    C / C++ / MFC question announcement

  • Busy Waiting
    D Daniel Kanev

    I have read many articles about 'Busy Waiting' prevention in thread synchronization. I am wondering if busy waiting is really a big problem with processors available nowadays. What is your opinion - is busy waiting just a theoretical problem or it really affects system performance? Thank you.

    C / C++ / MFC question performance help

  • DirectX license
    D Daniel Kanev

    If I want to use DirectX for writing commercial apps, do I have to pay Microsoft for that. Will it be OK if I buy only Visual Studio 6.

    C / C++ / MFC csharp visual-studio graphics game-dev

  • Visual Studio 2005 Tiny Cursor
    D Daniel Kanev

    Hi all, Does anyone of you know how I can change the cursor type of the text editor in Visual Studio 2005? This tiny cursor drives me crazy :( Thank you.

    C / C++ / MFC csharp visual-studio question

  • MS Compiler
    D Daniel Kanev

    Which C++ compiler is the best ? VC6, VC7, VC8? Thanks :)

    C / C++ / MFC c++ question

  • problem in memory allocation for a pointer
    D Daniel Kanev

    Use &. void fun(int*&ptr) { } then in the main function fun(ptr) Is it working now?

    C / C++ / MFC performance help question

  • Getting logical drives of particular hard disk
    D Daniel Kanev

    http://msdn.microsoft.com/en-us/library/aa364425(VS.85).aspx[^] http://msdn.microsoft.com/en-us/library/cc542456(VS.85).aspx[^]

    C / C++ / MFC json question

  • Is MFC obsolete?
    D Daniel Kanev

    Sometimes I prefer C++ with VCL :) Seems to have less bugs :)

    C / C++ / MFC csharp c++ dotnet question learning

  • Calling function
    D Daniel Kanev

    What I can see is this is a method of a class, not C-type function. You cannot call a method of a class that way. Either you should create an instance of the class or you should declare the method as static.

    C / C++ / MFC help

  • Which thread has created this window? [modified]
    D Daniel Kanev

    I think this API should do the job - GetWindowThreadProcessId http://msdn.microsoft.com/en-us/library/ms633522(VS.85).aspx[^] Please, tell me if it works for you :)

    C / C++ / MFC question

  • Which thread has created this window? [modified]
    D Daniel Kanev

    What exactly do you need - Process Id or Thread Id?

    C / C++ / MFC question

  • Anti Keyboard Hooker Application
    D Daniel Kanev

    Hello guys, I want to write an application able to detect system wide keyboard hooks installed on the machine. Is there any way to enumerate all system wide keyboard hooks? Thanks.

    C / C++ / MFC question

  • Hide process
    D Daniel Kanev

    Is there any way to hide a process (not window) from the windows task manager?

    Nice Guyz go to heaven, Bad guyz go wherever they want.

    C / C++ / MFC question

  • Boolean Variable Name
    D Daniel Kanev

    Nice :laugh:

    The Weird and The Wonderful question

  • Boolean Variable Name
    D Daniel Kanev

    Hi, I once saw in a real piece of code the following fragment! Nice name, don't you think? { boolean e0x0301=false; . . . if (!e0x0301) { ... } }

    The Weird and The Wonderful question

  • Inter-Thread Communication
    D Daniel Kanev

    How can I send messages from one thread to another? I want to avoid busy/wait loops. Thank you.

    C / C++ / MFC 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