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

sulaxan

@sulaxan
About
Posts
13
Topics
7
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • the title of the window
    S sulaxan

    hello...... u can set the title of the application window in InitInstance() function of the SDI application class.... u'll have m_pMainWnd as member variable... all u've to do is m_pMainWnd->SetWindowText("MyProject"); or go to string table and change IDS_APP_TITLE Caption to Myproject...... try the first one...which is better Adi

    C / C++ / MFC tutorial question

  • Not very Visual C++ related question
    S sulaxan

    < TARGETDIR >\*.exe set the Traget property of ur shortcut(for Exe) if ur usig install shiled for MVC++6.0 hope it'll work for u... nice time Adi

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

  • NetWork Diagram in View
    S sulaxan

    :rose:Hello RequireMent:: i need to show the network of some nodes connected(for expample in LAN or some mesh network) graphically. like this may be......... MD(router) ND0 ND1 ND2 ND3 ND00 ND01 ND03 ND30 ND31 MD:Main Device ND:Network Device something like above but with links b/n them and nodes(may be with some bitmaps) at Specific place. anyone has any idea of drawing this network. can u guys plz help me out Thanks Adi

    C / C++ / MFC graphics sysadmin help

  • Splitter
    S sulaxan

    :-D :rose: thanks yaar..... for immediate reply..... i m working on it now..... hope it'll work for me ... regards Adi

    C / C++ / MFC data-structures

  • Splitter
    S sulaxan

    my requirement is....... to have 'T' shape splitter windows.......... > > like this...... > > ------------------- > | | | > | 1st | 2nd | > | view | view | > |------------------ > | 3rd | > | View | > ------------------- > > that's the look it shud look like........ > > i'll have Tree control in 1st view. > i've to replace the 2nd view based on selection of the branch items in tree > control...... > > 3rd view is constant...... only 2nd view is dynamic...... > m trying different options..... but failed to reach the destination so > far..... > if u 've some class for splitter to do like this.... can u plz. send > me...... > > thanks and regards > Adi Narayana

    C / C++ / MFC data-structures

  • CListCtrl improving
    S sulaxan

    hello..... hey do u know how to disable the user control from resizing the columns of the list control...... plz reply if u have any idea abt it yaar thanks in advance Adi

    C / C++ / MFC question tutorial

  • capturing keypressing events when focus is on different window
    S sulaxan

    we have one editor(Text) which is executable. we want to write an application which captures the keyboard press events when user is typing into the editor. we can get the editor window handle by FindWindow() win32 API. But how to capture the keyboard Events when user is typing something into Editor??. thanks in advance adi narayana.

    C / C++ / MFC json tutorial question

  • sdi app starts minimized
    S sulaxan

    hey get the Mainframe pointer in InitInstance() of AppClass and do as follow pMainFrame->ShowWindow(m_nCmdShow|SW_SHOWMAXIMIZED); it shud work now nice time Adi narayana

    C / C++ / MFC question

  • sdi app starts minimized
    S sulaxan

    hey get the Mainframe pointer in InitInstance() of AppClass and do as follow pMainFrame->ShowWindow(m_nCmdShow|SW_SHOWMAXIMIZED); it shud work now nice time Adi narayana

    C / C++ / MFC question

  • Replacing and resizing of the controls in formview to bestfit of Monitor on change system resolution
    S sulaxan

    REQUIREMENT:: Application shud be sized to full monitor irrespective of the monitor size and current system resolution. My APPLICATION:: Application is having four formviews in tabcontrol with many controls(AcitveX Lables and Buttons) on each forma view. My application is developed for best view in 15 inch and 800*600 resolution. MY PROBLEM: i have written code to catch when resolution ic changed.and accorind to the new resolution m changing the each contols's client rect and moving the corresponding control to new client react. but reafreshing si becoming problem and some controls are painting over other controls. Adi Narayana

    C / C++ / MFC javascript help

  • Replacing and resizing of the controls in formview to bestfit of Monitor on change system resolution
    S sulaxan

    REQUIREMENT:: Application shud be sized to full monitor irrespective of the monitor size and current system resolution. My APPLICATION:: Application is having four formviews in tabcontrol with many controls(AcitveX Lables and Buttons) on each forma view. My application is developed for best view in 15 inch and 800*600 resolution. MY PROBLEM: i have written code to catch when resolution ic changed.and accorind to the new resolution m changing the each contols's client rect and moving the corresponding control to new client react. but reafreshing si becoming problem and some controls are painting over other controls. Adi Narayana

    C / C++ / MFC javascript help

  • replacing and resizing contols on formview on change in window size
    S sulaxan

    REQUIREMENT:: Application shud be sized to full monitor irrespective of the monitor size and current system resolution. My APPLICATION:: Application is having four formviews in tabcontrol with many controls(AcitveX Lables and Buttons) on each forma view. My application is developed for best view in 15 inch and 800*600 resolution. MY PROBLEM: i have written code to catch when resolution ic changed.and accorind to the new resolution m changing the each contols's client rect and moving the corresponding control to new client react. but reafreshing si becoming problem and some controls are painting over other controls. adi narayana

    C / C++ / MFC javascript help

  • Resinign the formview with controls in it on system resolution change
    S sulaxan

    :rolleyes:REQUIREMENT:: Application shud be sized to full monitor irrespective of the monitor size and current system resolution. My APPLICATION:: Application is having four formviews in tabcontrol with many controls(AcitveX Lables and Buttons) on each forma view. My application is developed for best view in 15 inch and 800*600 resolution. MY PROBLEM: i have written code to catch when resolution ic changed.and accorind to the new resolution m changing the each contols's client rect and moving the corresponding control to new client react. but reafreshing si becoming problem and some controls are painting over other controls. AdiNarayana.vemuru

    C / C++ / MFC javascript help
  • Login

  • Don't have an account? Register

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