<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>jgabase's Feed - Programmer's Heaven</title>
    <link>http://www.programmersheaven.com/feed/User/330607/RSS.aspx</link>
    <description>Events at Programmer's Heaven related to the user jgabase.</description>
    <language>en</language>
    <copyright>Copyright 2013 Programmers Heaven</copyright>
    <pubDate>Wed, 19 Jun 2013 11:18:29 -0700</pubDate>
    <generator>Argotic Syndication Framework 2007.3.0.1, http://www.codeplex.com/Argotic</generator>
    <docs>http://www.rssboard.org/rss-specification</docs>
    <ttl>360</ttl>
    <item>
      <title>Re: literal instructions</title>
      <link>http://www.programmersheaven.com/mb/CandCPP/423775/424004/ReadMessage.aspx#424004</link>
      <description>&lt;p&gt;Posted a '&lt;a href="http://www.programmersheaven.com/mb/CandCPP/423775/424004/ReadMessage.aspx#424004"&gt;reply&lt;/a&gt; on the &lt;a href="http://www.programmersheaven.com/mb/CandCPP/Board.aspx"&gt;C and C++&lt;/a&gt; forum.&lt;/p&gt;This post has been deleted.</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/CandCPP/423775/424004/ReadMessage.aspx#424004</guid>
      <pubDate>Sat, 11 Jun 2011 02:24:47 -0700</pubDate>
    </item>
    <item>
      <title>literal instructions</title>
      <link>http://www.programmersheaven.com/mb/CandCPP/423775/423775/ReadMessage.aspx#423775</link>
      <description>&lt;p&gt;Posted a '&lt;a href="http://www.programmersheaven.com/mb/CandCPP/423775/423775/ReadMessage.aspx#423775"&gt;new message&lt;/a&gt; on the &lt;a href="http://www.programmersheaven.com/mb/CandCPP/Board.aspx"&gt;C and C++&lt;/a&gt; forum.&lt;/p&gt;Hi guys I´m trying to execute a formula, for example pow(x,2), comming from an Edit1 in the main form of my program and show result in an Edit2. However I don´t know how to convert this String in a literal instruction that the program can execute;&lt;br /&gt;
&lt;br /&gt;
please suppose that we have:&lt;br /&gt;
&lt;br /&gt;
#include &amp;lt;math.h&amp;gt;  ...etc&lt;br /&gt;
&lt;br /&gt;
    double x=3;&lt;br /&gt;
    String  formula = pow(x,2);&lt;br /&gt;
    Edit2-&amp;gt;Text=formula;&lt;br /&gt;
 // This works and Edit2 shows a value of 9&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
However when the String is obtained from an Edit, this is what happens:&lt;br /&gt;
&lt;br /&gt;
    double x = 3;&lt;br /&gt;
    String  formula = Edit1-&amp;gt;Text;&lt;br /&gt;
    Edit2-&amp;gt;Text=formula;&lt;br /&gt;
 // This doesn´t work and Edit2 shows the formula as a characters string, I mean "pow(x,2)"&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 How can I fix that?&lt;br /&gt;
 Many thank in advance&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/CandCPP/423775/423775/ReadMessage.aspx#423775</guid>
      <pubDate>Thu, 12 May 2011 16:00:31 -0700</pubDate>
    </item>
    <item>
      <title>Scrolling down a Memo</title>
      <link>http://www.programmersheaven.com/mb/CandCPP/394122/394122/ReadMessage.aspx#394122</link>
      <description>&lt;p&gt;Posted a '&lt;a href="http://www.programmersheaven.com/mb/CandCPP/394122/394122/ReadMessage.aspx#394122"&gt;new message&lt;/a&gt; on the &lt;a href="http://www.programmersheaven.com/mb/CandCPP/Board.aspx"&gt;C and C++&lt;/a&gt; forum.&lt;/p&gt;I´m writing data into a file an displaying it in a Memo (In BCBuilder6) but even when the text is getting biger, the Memo only shows the begining of the file. &lt;strong&gt;¿How can I do for the program to scroll down the text automatically to the end of the Memo?&lt;/strong&gt;&lt;br /&gt;
Many thx&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
_________________________________________&lt;br /&gt;
......&lt;br /&gt;
......&lt;br /&gt;
&lt;br /&gt;
I got it... Use         Memo-&amp;gt;Add()function&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/CandCPP/394122/394122/ReadMessage.aspx#394122</guid>
      <pubDate>Fri, 24 Jul 2009 04:19:46 -0700</pubDate>
    </item>
    <item>
      <title>Re: Transparent memo box</title>
      <link>http://www.programmersheaven.com/mb/Delphi/129334/387706/ReadMessage.aspx#387706</link>
      <description>&lt;p&gt;Posted a '&lt;a href="http://www.programmersheaven.com/mb/Delphi/129334/387706/ReadMessage.aspx#387706"&gt;reply&lt;/a&gt; on the &lt;a href="http://www.programmersheaven.com/mb/Delphi/Board.aspx"&gt;Delphi beginners&lt;/a&gt; forum.&lt;/p&gt;Is it possible to use this component under C++ Builder 6?&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/Delphi/129334/387706/ReadMessage.aspx#387706</guid>
      <pubDate>Fri, 20 Mar 2009 04:00:39 -0700</pubDate>
    </item>
    <item>
      <title>Re: Rotate Image</title>
      <link>http://www.programmersheaven.com/mb/bcbuilder/359545/383288/ReadMessage.aspx#383288</link>
      <description>&lt;p&gt;Posted a '&lt;a href="http://www.programmersheaven.com/mb/bcbuilder/359545/383288/ReadMessage.aspx#383288"&gt;reply&lt;/a&gt; on the &lt;a href="http://www.programmersheaven.com/mb/bcbuilder/Board.aspx"&gt;C++ Builder&lt;/a&gt; forum.&lt;/p&gt;You have three options:&lt;br /&gt;
&lt;br /&gt;
- 1. I have seen components for c++ builder that allow you to rotate images.&lt;br /&gt;
- 2. Do not try to rotate your Image. Draw it on real time.&lt;br /&gt;
- 3. You can overlay a lot of images (all rotated on different angles) and hide or show them dinámically.&lt;br /&gt;
&lt;br /&gt;
best regards&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/bcbuilder/359545/383288/ReadMessage.aspx#383288</guid>
      <pubDate>Thu, 18 Dec 2008 14:35:45 -0700</pubDate>
    </item>
    <item>
      <title>Getting info about the position of external windows</title>
      <link>http://www.programmersheaven.com/mb/bcbuilder/383219/383219/ReadMessage.aspx#383219</link>
      <description>&lt;p&gt;Posted a '&lt;a href="http://www.programmersheaven.com/mb/bcbuilder/383219/383219/ReadMessage.aspx#383219"&gt;new message&lt;/a&gt; on the &lt;a href="http://www.programmersheaven.com/mb/bcbuilder/Board.aspx"&gt;C++ Builder&lt;/a&gt; forum.&lt;/p&gt;Getting info about the position (Coordinates relative to screen)of external windows.&lt;br /&gt;
What can I do to detect the position of the window of other programs?&lt;br /&gt;
A sample of source would be great. Thanks&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/bcbuilder/383219/383219/ReadMessage.aspx#383219</guid>
      <pubDate>Wed, 17 Dec 2008 10:53:01 -0700</pubDate>
    </item>
    <item>
      <title>Detecting External Mouse Events</title>
      <link>http://www.programmersheaven.com/mb/bcbuilder/383218/383218/ReadMessage.aspx#383218</link>
      <description>&lt;p&gt;Posted a '&lt;a href="http://www.programmersheaven.com/mb/bcbuilder/383218/383218/ReadMessage.aspx#383218"&gt;new message&lt;/a&gt; on the &lt;a href="http://www.programmersheaven.com/mb/bcbuilder/Board.aspx"&gt;C++ Builder&lt;/a&gt; forum.&lt;/p&gt;Detecting External Mouse Events.&lt;br /&gt;
I need help with detecting mouse coordinates and clicks beyond my application. I´m using SetWindowsHookEx(WH_MOUSE...   but it only detects mouse events in my program. As soon as the cursor leaves my application it stops getting mouse data.&lt;br /&gt;
&lt;br /&gt;
It would be great to have a sample of source &lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/bcbuilder/383218/383218/ReadMessage.aspx#383218</guid>
      <pubDate>Wed, 17 Dec 2008 10:45:11 -0700</pubDate>
    </item>
  </channel>
</rss>