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
sulaxan
Posts
-
the title of the window -
Not very Visual C++ related question< 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
-
NetWork Diagram in View: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
-
Splitter:-D :rose: thanks yaar..... for immediate reply..... i m working on it now..... hope it'll work for me ... regards Adi
-
Splittermy 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
-
CListCtrl improvinghello..... 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
-
capturing keypressing events when focus is on different windowwe 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.
-
sdi app starts minimizedhey 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
-
sdi app starts minimizedhey 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
-
Replacing and resizing of the controls in formview to bestfit of Monitor on change system resolutionREQUIREMENT:: 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
-
Replacing and resizing of the controls in formview to bestfit of Monitor on change system resolutionREQUIREMENT:: 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
-
replacing and resizing contols on formview on change in window sizeREQUIREMENT:: 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
-
Resinign the formview with controls in it on system resolution change: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