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
Y

yanuart

@yanuart
About
Posts
9
Topics
8
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Rounded button problem
    Y yanuart

    I'm trying to create a rounded box button (sorry bout my lack of knowledge bout MFC) and I followed this tutorial in creating a ownerdrawn button. The results looks great but there's only one flaw, even my button is now not a box, on each corner of the button there's always a white/gray space to fill the area of a box. I think is because the button area is always a box and it looks bad if I place my button on top of image/color. How can I eliminate the those spaces in the corner of my button. Thkx

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

  • Creating string from BSTR
    Y yanuart

    I know how to make a BSTR from a CString object but can't find the way to do the other way around. Does anyone know how to create a CString object from a BSTR ??

    C / C++ / MFC tutorial question

  • _variant_t causing linker error
    Y yanuart

    oh, that's okay I just include comdef.h and everything's fine

    C / C++ / MFC help question

  • _variant_t causing linker error
    Y yanuart

    I get this linker error everytime I tried to create an instance of _variant_t, I've check my project settings in case i miss any library.. but everything seems in order.. what did I miss ??

    C / C++ / MFC help question

  • Trouble with _variant_t
    Y yanuart

    I get this error [code]error C2664: '_variant_t::_variant_t(VARIANT &,bool)' : cannot convert parameter 1 from 'const char [5]' to 'VARIANT &'[/code] when I tried to create a new variant using this code : [code]_variant_t varID("myID", VT_BSTR);[/code] what's wrong ?? as the docs says its okay

    C / C++ / MFC help question

  • fail to declare IHTMLDocument2
    Y yanuart

    I tried to declare IHTMLDocument2 interface (IHTMLDocument2 *pDoc=NULL;) but the compiler says that IHTMLDocument2 is an undeclared identifier. What header/project setting should i use be able to use this ?

    C / C++ / MFC question

  • Using WebBrowser control
    Y yanuart

    I'm using WebBrowser control in my app and I've read that you can get an access to the DOM of the page u're loading, or at least the document.. but in msdn there are no actual samples (source code about it). Let's say that I want to access the value of a input text in my page. Is there a tutorial/samples bout this ??

    C / C++ / MFC html tutorial question

  • Hiding my menu bar
    Y yanuart

    I want to hide my menu bar but I've read in msdn that a menu bar is always visible, but I think I've seen an application (running fullscreen, probably with WS_POPUP) has the ability to hide/unhide its menu bar. Can we really do this using MFC ??

    C / C++ / MFC c++ question

  • Changing window style in SDI application
    Y yanuart

    I'm creating a SDI application with the view derived from CFormview, and I want to change the window style so that it'll have a full screen view on it. I'd changed the window style into WS_POPUP|WS_VISIBLE|WS_MAXIMIZE on the PreCreateWindow method of the CMainFrame but the result is my app always hiding. It works for a SDI app with a base CView.. Does anyone know how to make/change my window style in a SDI app (especially using formview since in simple SDI it works)??

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