<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>'how do i send sms with .net?' Thread RSS Feed</title>
    <link>http://www.programmersheaven.com/</link>
    <description>Contains the latest posts from the thread 'how do i send sms with .net?' posted on the '.NET General' forum at Programmer's Heaven.</description>
    <language>en</language>
    <copyright>Copyright 2013 Programmers Heaven</copyright>
    <pubDate>Wed, 19 Jun 2013 08:25:12 -0700</pubDate>
    <lastBuildDate>Wed, 19 Jun 2013 08:25:12 -0700</lastBuildDate>
    <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>
    <image>
      <url>http://www.programmersheaven.com/images/ph.gif</url>
      <title>Programmers Heaven</title>
      <link>http://www.programmersheaven.com/</link>
      <width>88</width>
      <height>31</height>
    </image>
    <item>
      <title>how do i send sms with .net?</title>
      <link>http://www.programmersheaven.com/mb/dotnet/281385/281385/how-do-i-send-sms-with-net/</link>
      <description>to the point, i'd like to make an application to send and receive gsm sms messages to and from my pc. previously, i've made one with vb 6.0 and mscomm control. now i'd like to make another, with .net technology, but i can't find the component or whatsoever to do so. do i have to use 3rd party components (e.g. activexperts' sms and pager toolkit)? or there's actually some built in component from microsoft?&lt;br /&gt;
thank u all, really appreciate help in any way :)&lt;br /&gt;
&lt;br /&gt;
regards&lt;br /&gt;
hannz&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/dotnet/281385/281385/how-do-i-send-sms-with-net/</guid>
      <pubDate>Mon, 15 Nov 2004 06:58:32 -0700</pubDate>
      <category>.NET General</category>
    </item>
    <item>
      <title>Re: how do i send sms with .net?</title>
      <link>http://www.programmersheaven.com/mb/dotnet/281385/282852/re-how-do-i-send-sms-with-net/#282852</link>
      <description>&lt;strong&gt;&lt;span style="color: Red;"&gt;This message was edited by Moderator at 2004-11-26 19:39:22&lt;/span&gt;&lt;/strong&gt;&lt;hr /&gt;&lt;br /&gt;
AFAIK.. you need a piece of hardware with a sim card in it for the sending purpose...&lt;br /&gt;
or are u asking about the code?&lt;br /&gt;
&lt;br /&gt;
&lt;span style="font-size: xx-small;"&gt;&lt;span style="color: blue;"&gt;"Rejoice always, pray without ceasing, in everything give thanks; for this is the will of God in Christ Jesus for you."[i]1Thess. 5:16-18[/i]&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/dotnet/281385/282852/re-how-do-i-send-sms-with-net/#282852</guid>
      <pubDate>Fri, 26 Nov 2004 19:36:42 -0700</pubDate>
      <category>.NET General</category>
    </item>
    <item>
      <title>Re: how do i send sms with .net?</title>
      <link>http://www.programmersheaven.com/mb/dotnet/281385/283102/re-how-do-i-send-sms-with-net/#283102</link>
      <description>well, i do know about that, and i'm using my nokia mobile phone to send sms.&lt;br /&gt;
i was asking about the code =P and whether microsoft, in this case .net has provided some means to do so without some 3rd party component. while waiting for a reply here, i've tried some components (e.g activexperts' sms and pager toolkit, giant technology's gsms toolkit, and oxygen's mobile activex control), all of which do not satisfy me enough =P can you or anybody help me with this? like, point out some good activex component, or, even better, tell me how to do it directly from .net classes, if any exist =P&lt;br /&gt;
thanx for the reply =)&lt;br /&gt;
&lt;br /&gt;
regards,&lt;br /&gt;
hannz&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/dotnet/281385/283102/re-how-do-i-send-sms-with-net/#283102</guid>
      <pubDate>Mon, 29 Nov 2004 08:54:43 -0700</pubDate>
      <category>.NET General</category>
    </item>
    <item>
      <title>Re: how do i send sms with .net?</title>
      <link>http://www.programmersheaven.com/mb/dotnet/281385/283105/re-how-do-i-send-sms-with-net/#283105</link>
      <description>i do not know if you are using web or win apps to send sms but,&lt;br /&gt;
here is an example you can look at :&lt;br /&gt;
&lt;a href="http://www.codeproject.com/csharp/sharkysms.asp"&gt;http://www.codeproject.com/csharp/sharkysms.asp&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
and here is a component :&lt;br /&gt;
&lt;a href="http://www.activexperts.com/activsms/"&gt;http://www.activexperts.com/activsms/&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
HTH....&lt;br /&gt;
&lt;br /&gt;
&lt;span style="font-size: xx-small;"&gt;&lt;span style="color: blue;"&gt;"Rejoice always, pray without ceasing, in everything give thanks; for this is the will of God in Christ Jesus for you."[i]1Thess. 5:16-18[/i]&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/dotnet/281385/283105/re-how-do-i-send-sms-with-net/#283105</guid>
      <pubDate>Mon, 29 Nov 2004 09:18:22 -0700</pubDate>
      <category>.NET General</category>
    </item>
    <item>
      <title>Re: how do i send sms with .net?</title>
      <link>http://www.programmersheaven.com/mb/dotnet/281385/283759/re-how-do-i-send-sms-with-net/#283759</link>
      <description>thank u for the info, means a lot =)&lt;br /&gt;
the link's a great help =)&lt;br /&gt;
anyway, do u know other component than activexperts'? well, i'm looking for a free, no limitations component, if any exists =P&lt;br /&gt;
&lt;br /&gt;
regards,&lt;br /&gt;
hannz&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/dotnet/281385/283759/re-how-do-i-send-sms-with-net/#283759</guid>
      <pubDate>Fri, 03 Dec 2004 22:38:26 -0700</pubDate>
      <category>.NET General</category>
    </item>
    <item>
      <title>Re: how do i send sms with .net?</title>
      <link>http://www.programmersheaven.com/mb/dotnet/281385/382427/re-how-do-i-send-sms-with-net/#382427</link>
      <description>&lt;br /&gt;
&lt;br /&gt;
Hi,&lt;br /&gt;
&lt;br /&gt;
You can try these links&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://www.txtimpact.com/"&gt;http://www.txtimpact.com/&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://www.wire2air.com/"&gt;http://www.wire2air.com/&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
They provide Active X as well as HTTP API.</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/dotnet/281385/382427/re-how-do-i-send-sms-with-net/#382427</guid>
      <pubDate>Mon, 01 Dec 2008 09:46:45 -0700</pubDate>
      <category>.NET General</category>
    </item>
    <item>
      <title>Re: how do i send sms with .net?</title>
      <link>http://www.programmersheaven.com/mb/dotnet/281385/428175/re-how-do-i-send-sms-with-net/#428175</link>
      <description>you can find some good resources at &lt;a href="http://www.ahra.ir"&gt;http://www.ahra.ir&lt;/a&gt;&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/dotnet/281385/428175/re-how-do-i-send-sms-with-net/#428175</guid>
      <pubDate>Sun, 08 Apr 2012 09:40:09 -0700</pubDate>
      <category>.NET General</category>
    </item>
    <item>
      <title>Re: how do i send sms with .net?</title>
      <link>http://www.programmersheaven.com/mb/dotnet/281385/428176/re-how-do-i-send-sms-with-net/#428176</link>
      <description>you can find some good resources at &lt;a href="http://www.ahra.ir"&gt;http://www.ahra.ir&lt;/a&gt;&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/dotnet/281385/428176/re-how-do-i-send-sms-with-net/#428176</guid>
      <pubDate>Sun, 08 Apr 2012 09:42:10 -0700</pubDate>
      <category>.NET General</category>
    </item>
    <item>
      <title>Re: how do i send sms with .net?</title>
      <link>http://www.programmersheaven.com/mb/dotnet/281385/428178/re-how-do-i-send-sms-with-net/#428178</link>
      <description>you can find some good resources at &lt;a href="http://www.ahra.ir"&gt;http://www.ahra.ir&lt;/a&gt;&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/dotnet/281385/428178/re-how-do-i-send-sms-with-net/#428178</guid>
      <pubDate>Sun, 08 Apr 2012 09:55:28 -0700</pubDate>
      <category>.NET General</category>
    </item>
    <item>
      <title>Re: how do i send sms with .net?</title>
      <link>http://www.programmersheaven.com/mb/dotnet/281385/428179/re-how-do-i-send-sms-with-net/#428179</link>
      <description>you can find some good resources at &lt;a href="http://www.ahra.ir"&gt;http://www.ahra.ir&lt;/a&gt;&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/dotnet/281385/428179/re-how-do-i-send-sms-with-net/#428179</guid>
      <pubDate>Sun, 08 Apr 2012 09:57:27 -0700</pubDate>
      <category>.NET General</category>
    </item>
  </channel>
</rss>