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
D

d_kilshtein

@d_kilshtein
About
Posts
8
Topics
7
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Property sheet in MDI project
    D d_kilshtein

    Does anyone know how to change the standard view in the MDI project with a Property sheet (wizard style)? :confused:

    C / C++ / MFC tutorial question

  • Using MFC with win32
    D d_kilshtein

    Is there a way to use MFC support in Win32 application? (especially Property Sheet class).

    C / C++ / MFC c++ question

  • find out which ports are open on the local machine
    D d_kilshtein

    Is there a way to find out which ports are open on the local machine and is there a way of opening and closing ports?

    C / C++ / MFC question

  • find out which ports are open on the local machine
    D d_kilshtein

    Is there a way to find out which ports are open on the local machine and is there a way of opening and closing ports?

    System Admin question

  • ADSL internet connection
    D d_kilshtein

    How can I establish an internet connection? (i'm connected with ADSL modem) do i use the Wininet.lib for that?

    C / C++ / MFC question

  • Remove the window from the task bar while in minimized state
    D d_kilshtein

    My application uses a tray icon, which can open a dialog only if asked by the user. The rest of the time my dialog in the minimized state. How can I remove the window from the task bar while my dialog is in minimized state so the user will only see the tray icon? And how can I remove the menu that appears with the right click on the dialog’s icon (left top corner)?

    C / C++ / MFC question json

  • remove the close, maximize and minimize buttons from a dialog
    D d_kilshtein

    Hi Does anybody knows how can I remove the close, maximize and minimize buttons from a dialogduring runtime? (I use the doc/view configuration in my project)

    C / C++ / MFC question workspace

  • Internet connection
    D d_kilshtein

    Hi Progman! Try this small function: long MyView::IsConnected() { unsigned long ulConnectionFlags = 1; return InternetGetConnectedState(&ulConnectionFlags ,0); } To be sure you can add an attempt to open a site but I don’t think it is necessary. You must add the #include "WININET.H" line and WININET.lib to your project.

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