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
RamL
Posts
-
Point of Intersection -
ISAPI DLL under Win CE RegistryHi 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.
-
ISAPI DLL under WinCE RegistryHi 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.
-
C with Shared MemoryHi 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
-
CGI requires which web server?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
-
Email application from VC++Hi All, How to write an email application from VC++? Thanks in advance, Awating your reply, - Ramesh.:zzz:
-
Can I embed java applet in the VC++ AppRe-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
-
Can I embed java applet in the VC++ AppHi 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
-
How to show VC++ created waveforms on Browserthanx, 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?
-
How to show VC++ created waveforms on BrowserHello, 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.
-
How to change parents Text prperty label from child dialog boxIt is Modal dialog box. ya, I have passed the parent window to the modeless dialog Thanks -Ramesh
-
How to change parents Text prperty label from child dialog boxThanks 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.
-
How to change parents Text prperty label from child dialog boxI 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
-
How to change parents Text prperty label from child dialog boxThanks, But how to specify the Parents perticular Text property ID to change its lable from its child dialog file. -Ramesh
-
How to change parents Text prperty label from child dialog boxHi, 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.
-
Property Page Tab should highlightThanks, 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. -
Property Page Tab should highlightHi, 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
-
Get Font PathHi, 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.
-
Connect to server & read html pageThanx, Ravi & Alok.
-
Connect to server & read html pageSir, 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: