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
R

RamL

@RamL
About
Posts
20
Topics
12
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Point of Intersection
    R RamL

    Hi, Could u tell me the formula of point of intersection? Here I have two straight lines First straight line co-ordinate (x,y) & (x1,y1) Second st. line co-ordinate (x2,y2) & (x3,y3). Now I have all these co-ordinates with me,so please suggest me the point of intersection formula based on above input. Thanks in Advance Ram

    C / C++ / MFC question

  • ISAPI DLL under Win CE Registry
    R RamL

    Hi All, Would u tell me what are the settings needed under WinCE Registry to work the ISAPI extension DLLS? How to do it? Thankx in advance, Regards, Ramesh.

    .NET (Core and Framework) windows-admin tutorial question

  • ISAPI DLL under WinCE Registry
    R RamL

    Hi All, Would u tell me what are the settings needed under WinCE Registry to work the ISAPI extension DLLS? How to do it? Thankx in advance, Regards, Ramesh.

    Web Development windows-admin tutorial question

  • C with Shared Memory
    R RamL

    Hi All, How can I implement the shared memory concept with C language on windows platform? Here I want to share a common data with 2-3 executable of C language files on windows platform. Thanks in advance, -Ramesh

    C / C++ / MFC question performance

  • CGI requires which web server?
    R RamL

    Hi All, I am working on Win CE.Net. For CGI scripting which "web server" is required? From where I can get it? Thanks in advance - Ramesh

    Web Development csharp sysadmin question

  • Email application from VC++
    R RamL

    Hi All, How to write an email application from VC++? Thanks in advance, Awating your reply, - Ramesh.:zzz:

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

  • Can I embed java applet in the VC++ App
    R RamL

    Re-modified, Ya it's somewhat confusion question. Here I want to embed java applet in the VC++ to control the browser, browser (.html) page is also generated by VC++ coding. If I want to control the VC++ app from the browser shown (.html) page, then what type of tool will be required to embed with VC++ ? Thankx, - Ramesh

    C / C++ / MFC question c++ java html

  • Can I embed java applet in the VC++ App
    R RamL

    Hi all, Ya it's somewhat confusion question. Here I want embed java applet in the VC++ to control the browser, browser (.html) page is also generated by VC++ coding. If I want to the VC++ app by the browser, then what type tool I need to embed with VC++ ? Thankx, Awating your reply, - Ramesh

    C / C++ / MFC question c++ java html

  • How to show VC++ created waveforms on Browser
    R RamL

    thanx, I am using MFC , but how can I show same waveforms on the browser without ocx or ATL/COM? is there HTML or Java applet supports? If supports then how to do it?

    C / C++ / MFC question c++ design tutorial

  • How to show VC++ created waveforms on Browser
    R RamL

    Hello, I am using VC++ & my application shows some wave-forms like sine wave & square wave. Here I want to show VC++ waveforms on the browser. So which tool I need to integrate with my application? How can I show my waveforms on the Browser? If I click on Browser UI buttons, according to that wave from should take from my VC++ application & show it on the browser. Thankx in adavnce, Awating experts reply, - Ramesh.

    C / C++ / MFC question c++ design tutorial

  • How to change parents Text prperty label from child dialog box
    R RamL

    It is Modal dialog box. ya, I have passed the parent window to the modeless dialog Thanks -Ramesh

    C / C++ / MFC c++ database tutorial question

  • How to change parents Text prperty label from child dialog box
    R RamL

    Thanks I have already tried that, but Child dialog box file not getting patent Text ID Is it possible to use Notification message from child to parent to change the parent Text property caption. If it is possible, Please let me know.

    C / C++ / MFC c++ database tutorial question

  • How to change parents Text prperty label from child dialog box
    R RamL

    I have a Text control on parent dialog box its ID is say IDC_TEXT1 & its Caption is "MY NAME". I want to change its caption from its another child dialog box file. When I click on child TAB page then parent IDC_TEXT1 caption should change to "NEW NAME". Thanks -Ramesh

    C / C++ / MFC c++ database tutorial question

  • How to change parents Text prperty label from child dialog box
    R RamL

    Thanks, But how to specify the Parents perticular Text property ID to change its lable from its child dialog file. -Ramesh

    C / C++ / MFC c++ database tutorial question

  • How to change parents Text prperty label from child dialog box
    R RamL

    Hi, My query is MFC related to Dialog box. I want to change the Text property label of parent dialog box from its child dialog file. How to change Text lable of parent dialog box from its child dialog file? Thanks in advance -Ramesh.

    C / C++ / MFC c++ database tutorial question

  • Property Page Tab should highlight
    R RamL

    Thanks, I want to re-modify my question. When we select the property sheet page tabs, then the selected page tab text should change the color of page tab text or highlight the tab text. Error is comming from the fallowing snippet that is, Error : " 'CPropertySheet::GetTabControl' : illegal call of non-static member function" How to access the GetTabContol() from CPropertyPage derived class? BEGIN_MESSAGE_MAP(CPage2, CPropertyPage) //{{AFX_MSG_MAP(CPage2) // NOTE: the ClassWizard will add message map macros here //}}AFX_MSG_MAP END_MESSAGE_MAP() BOOL CPage2::OnSetActive() { CTabCtrl *pTabCtrl = CPropertySheet::GetTabControl(); TC_ITEM item; item.mask = TCIF_TEXT; item.pszText = "New Label"; pTabCtrl->SetItem (1, &item ); // CTabCtrl::HighlightItem(1, TRUE); return CPropertyPage::OnSetActive(); } wating for you reply, - Ramesh.

    C / C++ / MFC question c++

  • Property Page Tab should highlight
    R RamL

    Hi, I am working on VC++ project. Property Sheet has a number of property pages, so I want to highlight each property page TAB on its selection. Hightlight means it may paint each page TAB portion or should show same TAB text with different color. Would you tell me the the way, How can I do it? Thanks in advance, Ramesh :-O

    C / C++ / MFC question c++

  • Get Font Path
    R RamL

    Hi, I am working on VC++ base application. Would u suggest me how to get the physical font path, when we know the font name only. :) Thanks in advance, Ramesh.

    C / C++ / MFC c++ tutorial

  • Connect to server & read html page
    R RamL

    Thanx, Ravi & Alok.

    C / C++ / MFC c++ html sysadmin

  • Connect to server & read html page
    R RamL

    Sir, I am using VC++. Suppose I have a html page on the Net server. The page has a table, in that table this value is stored like 100.200.300.400. So now I want to read it from the Net server & store it in the VC++ base application. So please would you provide me some useful info. Thanks in advance. Regards, Ramesh.:doh:

    C / C++ / MFC c++ html sysadmin
  • Login

  • Don't have an account? Register

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