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
P

P Rex

@P Rex
About
Posts
63
Topics
8
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • How to start internet explorer in fullscreen mode
    P P Rex

    Works fine. Thanks

    C / C++ / MFC question com help tutorial

  • How to start internet explorer in fullscreen mode
    P P Rex

    Hi guys, i want to start internet explorer in fullscreen mode (F11). how can i do that? it is no problem to start internet explorer with shellexecute: ShellExecute(NULL, NULL,"C:\\Program Files\\Internet Explorer\\iexplore.exe","www.codeproject.com",NULL, SW_SHOWMAXIMIZED);

    C / C++ / MFC question com help tutorial

  • Urgent help my projects class view has gone and resource view stopped working
    P P Rex

    Try to delete *.ncb, *.opt and *.aps files in your working folder. rebuild your app. this helped me a lot of times.

    C / C++ / MFC help debugging tutorial announcement learning

  • Google has vanished!!
    P P Rex

    André Ziegler wrote:

    'A programmer ist just a tool which converts caffeine into code'

    just a bit germ-lish Greetz from Stuttgart :cool:

    The Lounge com question

  • Using a monitor in portrait orientation
    P P Rex

    NormanS wrote:

    Is this option available as a standard Windows setting?

    i dont know.

    NormanS wrote:

    Is this option available as a feature of some graphics cards?

    new graphiccards should support rotation of 90, 180, 270 degrees. my one year old nvidia supports this. P.

    The Lounge graphics question

  • New Voting System?
    P P Rex

    if its done it looks like this Score: 4.0 (1 vote). Voted: 4 P. :cool:

    The Lounge com beta-testing question code-review

  • How to make the mfc button as press & lock
    P P Rex

    why you dont use the radiobutton with push-like style? i think that would be the easiest way. P.

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

  • Where yoo from?
    P P Rex

    added myself too! 2nd from germany :cool:!?

    The Lounge com tools question

  • Listbox with VScrollBar
    P P Rex

    Hi guys, i have a dialog with a listbox. the styles for the listbox are 'Border, Multicolumn, Vertrical scroll'. But the listbox never shows the vertical scrollbar. anyone can help? P.

    C / C++ / MFC wpf help question

  • I have an error
    P P Rex

    CString filename = _T("C:\\RongVang.txt"); CStdioFile f; if(!f.Open(filename,CFile::modeReadWrite)) f.Open(filename,CFile::modeCreate|CFile::modeReadWrite); f.SeekToEnd(); CString s = _T("Test Create file\n"); f.WriteString(s); dont forget to close your file.

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

  • I have an error
    P P Rex

    Why do you open the file two times? i think there you get the error. if(!f.Open(filename,CFile::modeReadWrite)) f.Open(filename,CFile::modeCreate); Try this: if(!f.Open(filename,CFile::modeCreate | CFile::modeReadWrite))

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

  • How can I run a program in system tray?
    P P Rex

    try this P.

    C / C++ / MFC question com help

  • Registry for storing and retriving data
    P P Rex

    Take a look at CRegKey, WriteProfileString, WriteProfileInt, GetProfileString and GetProfileInt in MSDN. P.

    C / C++ / MFC windows-admin tutorial

  • mfc edit box
    P P Rex

    CString strPath GetDlgItemText(IDC_EDIT_PATH, strPath); P.

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

  • Explorer type application
    P P Rex

    BOOL CDirTreeDemoView::PreCreateWindow(CREATESTRUCT& cs) { cs.style |= LVS_EDITLABELS | LVS_REPORT; return CListView::PreCreateWindow(cs); } void CDirTreeDemoView::OnInitialUpdate() { CListView::OnInitialUpdate(); CListCtrl& refCtrl = GetListCtrl(); CMainFrame* pFrame = STATIC_DOWNCAST(CMainFrame, AfxGetMainWnd()); // insert columns refCtrl.InsertColumn(0, _T("File Name"), LVCFMT_LEFT, 192); refCtrl.InsertColumn(1, _T("Size"), LVCFMT_RIGHT, 96); refCtrl.InsertColumn(2, _T("Last Modified"), LVCFMT_CENTER, 128); DWORD dwExListStyles = LVS_EX_FULLROWSELECT; GetListCtrl().SetExtendedStyle(dwExListStyles); } Maybe this will help P.

    C / C++ / MFC c++ help announcement

  • CListCtrl / Select item
    P P Rex

    Hi Guys, I want to select the first item i inserted in my ListCtrl. How can i do this? P.:cool:

    C / C++ / MFC question

  • new user' test only
    P P Rex

    :laugh:

    C / C++ / MFC

  • problem with atlbase
    P P Rex

    maybe he is not allowed to enter the registry or the key is not found where you are looking for it!?

    C / C++ / MFC help c++

  • C# Project
    P P Rex

    crazy world

    C# csharp

  • limerick-of-the-day
    P P Rex

    :laugh:

    The Back Room
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups