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
S

smack_2k2

@smack_2k2
About
Posts
16
Topics
14
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Getting video info
    S smack_2k2

    Hi guys, I'm kinda new in directx programming and i have to write a application that detects the video info: like video codec, audio bitrate and number of channels, and i have no ideea where to start. Any hints / code / links would be great. Thanks.

    C / C++ / MFC graphics game-dev

  • XP versions ...
    S smack_2k2

    Hi guys ... I have two questions for you: 1. How can i detect if SP1, or SP2 is installed on a machine(and if is the final release, not beta) and is there any way to know if the OS is in "Safe Mode" ? 2. I have to install some files from my app, but they are protected by Windows File Protection. Is there any way to install them? [w/o copying them from safe mode] Thanks ...

    C / C++ / MFC question beta-testing announcement

  • Dialogs data change
    S smack_2k2

    Thanks all you guys ... i think i'll go with the last suggestion ... thanks

    C / C++ / MFC windows-admin question

  • Dialogs data change
    S smack_2k2

    I have some multiple dialogs and i have to exchange data form one to another. One solution that i think of is to save the data in the registry. Is there another way to do it ? Thanks

    C / C++ / MFC windows-admin question

  • CLSID_VideoMixingRenderer9
    S smack_2k2

    I'm trying to define a class for vmr9 rendering. Conform to the DX9DSK docs i use the CLSID_VideoMixingRenderer9, but it says is not declared: "e:\Programming\VC++\VMR9WindowlessRender.cpp(632): error C2065: 'CLSID_VideoMixingRenderer9' : undeclared identifier" Any ideeas ?

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

  • Wheel issue
    S smack_2k2

    I have a dialog app, i use the OnMouseWheel to modify the pos of an slider control. This is the problem i have: it only works only if i hold the shift or the ctrl key pressed, or if i press any button before trying to use the wheel. Any suggestion,please ?

    C / C++ / MFC help question

  • Menu check button ...
    S smack_2k2

    I handle a check menu item like this: // the update command void CAppDlg::OnUpdateMenuItem(CCmdUI *pCmdUI) { pCmdUI->SetCheck(BoolVar); ........ } and // the command void CAppDlg::OnInterfaceMenuItem() { BoolVar = BoolVar == 0 ? 1 : 0; } The solution works with one exception: when the item is not checked the sign before the caption does not dissapear (but it works just fine). How do i get that "check" sign to dissapear ? If the check state is false, should not dissapear by default ?

    C / C++ / MFC question announcement

  • to defineWindow and instance
    S smack_2k2

    By defining your own window class you get to have a HWND and HINSTANCE vars to use later. Any ideea how to get them in a dialog-based app ?

    C / C++ / MFC tutorial question

  • Slider
    S smack_2k2

    The classic slider controls is not "exact". When you clisc it it goes one thick further, is there any way to go exacty where i clicked it ?

    C / C++ / MFC question

  • Multiple windows
    S smack_2k2

    Not SDK way ... with "Create" or "CreateEx" there is no way really ?

    C / C++ / MFC question c++

  • Instances
    S smack_2k2

    Do you know a good article about managing the instances of an application ?

    C / C++ / MFC question

  • Multiple windows
    S smack_2k2

    How do i create a new window ina MFC dialog based app w/o using window wrapper class SDK way ?

    C / C++ / MFC question c++

  • APP title
    S smack_2k2

    I saw in skinned apps that is still has the title even with no TitleBar. So .. how do i see the title(in taskbar for example) in a popup styled window ?

    C / C++ / MFC question tutorial

  • Dialog BMP background w/o MFC
    S smack_2k2

    Is there possible to assign to a static object a bk (like SetBitmap for MFC)

    C / C++ / MFC c++

  • Frame Windows
    S smack_2k2

    Is there any way to add some controls on a frame windows in SDI/MDI applications (NOT toolbars) ?

    .NET (Core and Framework) question

  • App works on OS with no .NET
    S smack_2k2

    I want to start a project in VisualC++, with VS .NET 2003. Is there any way to make the app work on a machine that has .NET framework not installed ? If not is there a VC++ (or higher) with no .NET ?

    .NET (Core and Framework) csharp c++ dotnet visual-studio 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