<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>minhnguyena7's Feed - Programmer's Heaven</title>
    <link>http://www.programmersheaven.com/feed/User/45501/RSS.aspx</link>
    <description>Events at Programmer's Heaven related to the user minhnguyena7.</description>
    <language>en</language>
    <copyright>Copyright 2013 Programmers Heaven</copyright>
    <pubDate>Wed, 19 Jun 2013 01:34:14 -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: Quick Question Visual C#, Calling a Fuction from a Class...</title>
      <link>http://www.programmersheaven.com/mb/csharp/382967/382975/ReadMessage.aspx#382975</link>
      <description>&lt;p&gt;Posted a '&lt;a href="http://www.programmersheaven.com/mb/csharp/382967/382975/ReadMessage.aspx#382975"&gt;reply&lt;/a&gt; on the &lt;a href="http://www.programmersheaven.com/mb/csharp/Board.aspx"&gt;C#&lt;/a&gt; forum.&lt;/p&gt;if the Memory class is already a part of your project, and is static:&lt;br /&gt;
 you can  : &lt;br /&gt;
{&lt;br /&gt;
 Memory.TRACE_BASE(...); &lt;br /&gt;
}&lt;br /&gt;
if it s Dynamic, you have to create the object : &lt;br /&gt;
&lt;br /&gt;
{&lt;br /&gt;
Memory m = new Memory(...); // construction choice&lt;br /&gt;
m.TRACE_BASE(...); &lt;br /&gt;
}&lt;br /&gt;
: Hey guys! New to Programmers Heaven and Hope to stick around! Im not &lt;br /&gt;
: new to programming tho, Im good with Visual Basic.net, AutoITV3 and &lt;br /&gt;
: .LUA. But Im very new to C# and I HAVE to learn it now because Im &lt;br /&gt;
: taking a college coarse on it! So Im in need of a little help , I &lt;br /&gt;
: know this is a easy question for those who know C# because If I was &lt;br /&gt;
: asked to do it in AutoIT or .net It would be no problem! lol&lt;br /&gt;
: &lt;br /&gt;
: But anyway! Heres my question! I got A form with 2 buttons and some &lt;br /&gt;
: Radio buttons, and 3 classes. I need to be able to call the function &lt;br /&gt;
: 'TRACK_BASE" that is defined in the "Memory.cs" class.. SO how do i &lt;br /&gt;
: call it from the Memory class? Because when I access the "button1" &lt;br /&gt;
: code and put"&lt;br /&gt;
:        }&lt;br /&gt;
:  TRACK_BASE;&lt;br /&gt;
:    {&lt;br /&gt;
: It says function not defined in this context... Which means i need &lt;br /&gt;
: to call it from the class that its defined in. So can someone please &lt;br /&gt;
: help with this? Thanks alot!&lt;br /&gt;
: &lt;br /&gt;
: Note: Im using Visual Studio 2008(C#)&lt;br /&gt;
: I also plan of Contributing by Helping others with my knowledge of &lt;br /&gt;
: the programming languages im more fimilar with!&lt;br /&gt;
: &lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/csharp/382967/382975/ReadMessage.aspx#382975</guid>
      <pubDate>Sat, 13 Dec 2008 16:51:08 -0700</pubDate>
    </item>
  </channel>
</rss>