<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title>Ask Your Question (AYQ)</title>
		<link>http://askq.forumotion.net/feed/?</link>
		<description>Latest topics</description>
		<lastBuildDate>Sat, 11 Oct 2008 11:24:57 GMT</lastBuildDate>
		<ttl>10</ttl>
		<image>
			<title>Ask Your Question (AYQ)</title>
			<url>http://illiweb.com/fa/empty.gif</url>
			<link>http://askq.forumotion.net/feed/?</link>
		</image>
		<item>
			<title>Do you think this forum as helpful or not ?</title>
			<link>http://askq.forumotion.net/forum-feedback-f8/do-you-think-this-forum-as-helpful-or-not-t12.htm</link>
			<dc:creator>Akhilesh B Chandran</dc:creator>
			<description><![CDATA[What's your opinion about this forum???
<br />
This forum is free from Ads, unlike all other forums. We are not running this forum for income, but we are giving you all the support to your problems for free....
<br />

<br />
Post your opinions, suggestions or anything regarding to our forum in here !!!!]]></description>
			<category>Forum Feedback</category>
			<pubDate>Sat, 11 Oct 2008 11:24:57 GMT</pubDate>
			<comments>http://askq.forumotion.net/forum-feedback-f8/do-you-think-this-forum-as-helpful-or-not-t12.htm#39</comments>
			<guid>http://askq.forumotion.net/forum-feedback-f8/do-you-think-this-forum-as-helpful-or-not-t12.htm</guid>
		</item>
		<item>
			<title>E-BOOK &amp;quot;Programming And Problem Solving With Visual Basic .NET&amp;quot;</title>
			<link>http://askq.forumotion.net/post-your-tutorials-and-codes-samples-f6/e-book-programming-and-problem-solving-with-visual-basic-net-t11.htm</link>
			<dc:creator>stormchaser</dc:creator>
			<description>



This book introduces Visual Basic from an object-oriented viewpoint, with a rigor and accessibility perfect for students learning their first programming language. Rich in the pedagogical style that is the trademark of the Dale series of programming texts, this Visual Basic text provides straightforward explanations, meaningful examples, and engaging exercises. Students develop good programming habits right from the start and acquire a thorough understanding of classes, methods, object-oriented  ...</description>
			<category>Post your Tutorials and Codes Samples</category>
			<pubDate>Tue, 07 Oct 2008 16:49:58 GMT</pubDate>
			<comments>http://askq.forumotion.net/post-your-tutorials-and-codes-samples-f6/e-book-programming-and-problem-solving-with-visual-basic-net-t11.htm#35</comments>
			<guid>http://askq.forumotion.net/post-your-tutorials-and-codes-samples-f6/e-book-programming-and-problem-solving-with-visual-basic-net-t11.htm</guid>
		</item>
		<item>
			<title>Javascript to VBA</title>
			<link>http://askq.forumotion.net/visual-basic-6-f4/javascript-to-vba-t9.htm</link>
			<dc:creator>stormchaser</dc:creator>
			<description>Hi Akilesh



Good evening



I am a software developer in C# recently i have got an assignment to convert javascript functions to VBA. to be frank i dont know anything in VB 6.0. there are a bunch of javascript files is there anyway i can get help from you



http://darrenjohnstone.net/2008/07/22/examples-for-the-sharepoint-and-office-live-javascript-api/



you can download his javascript codes. there are about 22 js files in it. can you plz guide me how to convert this



Regards

Stormy </description>
			<category>Visual Basic 6</category>
			<pubDate>Mon, 06 Oct 2008 13:13:52 GMT</pubDate>
			<comments>http://askq.forumotion.net/visual-basic-6-f4/javascript-to-vba-t9.htm#24</comments>
			<guid>http://askq.forumotion.net/visual-basic-6-f4/javascript-to-vba-t9.htm</guid>
		</item>
		<item>
			<title>hello ackilesh</title>
			<link>http://askq.forumotion.net/visual-basic-6-f4/hello-ackilesh-t6.htm</link>
			<dc:creator>oyayi</dc:creator>
			<description>ok this is the code you gave me:



Dim ST, ET As String

Dim MM, TT As Integer

Private Sub Command1_Click()



ST = Time

End Sub



Private Sub Command2_Click()



ET = Time

TT = DateDiff(&quot;n&quot;, ST, ET)

If TT &lt;= 30 Then

MM = 10

Else

MM = 10 + (0.33 * (TT - 30))

End If

Label1.Caption = &quot;Start Time:&quot; &amp; ST &amp; &quot;&gt;&gt;&quot; &amp; &quot;End Time:&quot; &amp; ET &amp; &quot;&gt;&gt;&quot; &amp; &quot;Total mins. used:&quot; &amp; TT &amp;  ...</description>
			<category>Visual Basic 6</category>
			<pubDate>Sat, 04 Oct 2008 10:24:11 GMT</pubDate>
			<comments>http://askq.forumotion.net/visual-basic-6-f4/hello-ackilesh-t6.htm#14</comments>
			<guid>http://askq.forumotion.net/visual-basic-6-f4/hello-ackilesh-t6.htm</guid>
		</item>
		<item>
			<title>Maintain a Theme for a project</title>
			<link>http://askq.forumotion.net/post-your-tutorials-and-codes-samples-f6/maintain-a-theme-for-a-project-t8.htm</link>
			<dc:creator>thava</dc:creator>
			<description>here i have submited a code snippet  this snippet will use those who want to maintain a theme  for their projects in vb6

prerequisties

add a module and copy this code 

Code:

public sub SetThemeTo&#40;ByVal Frm as Form&#41;

Dim Cont as control

For Each cont in Frm.Controls

      If TypeOf Cont is TextBox then

         Cont.BackColor = VbRed

         'you can also change your font Property

      Elseif TypeOf  ...</description>
			<category>Post your Tutorials and Codes Samples</category>
			<pubDate>Mon, 06 Oct 2008 12:58:10 GMT</pubDate>
			<comments>http://askq.forumotion.net/post-your-tutorials-and-codes-samples-f6/maintain-a-theme-for-a-project-t8.htm#23</comments>
			<guid>http://askq.forumotion.net/post-your-tutorials-and-codes-samples-f6/maintain-a-theme-for-a-project-t8.htm</guid>
		</item>
		<item>
			<title>Hi Akilesh</title>
			<link>http://askq.forumotion.net/forum-feedback-f8/hi-akilesh-t10.htm</link>
			<dc:creator>stormchaser</dc:creator>
			<description><![CDATA[Hi Akilesh
<br />

<br />
Nice to see a new forum started by you. there are a few changes to be done in the forum part. please change the navigation menu font color to lighter shades so that people who visit have a good readability. anything related to web software feel free to write to me
<br />

<br />
Regards
<br />
Stormchaser]]></description>
			<category>Forum Feedback</category>
			<pubDate>Mon, 06 Oct 2008 13:19:46 GMT</pubDate>
			<comments>http://askq.forumotion.net/forum-feedback-f8/hi-akilesh-t10.htm#25</comments>
			<guid>http://askq.forumotion.net/forum-feedback-f8/hi-akilesh-t10.htm</guid>
		</item>
		<item>
			<title>VB Script (*.vbs)</title>
			<link>http://askq.forumotion.net/visual-basic-6-f4/vb-script-vbs-t7.htm</link>
			<dc:creator>masipro</dc:creator>
			<description><![CDATA[Hai,
<br />
I am masi just entering now. Please help me to learn about what is VB Script and how it is used with detail.
<br />
Regards
<br />
masipro]]></description>
			<category>Visual Basic 6</category>
			<pubDate>Mon, 06 Oct 2008 06:31:01 GMT</pubDate>
			<comments>http://askq.forumotion.net/visual-basic-6-f4/vb-script-vbs-t7.htm#21</comments>
			<guid>http://askq.forumotion.net/visual-basic-6-f4/vb-script-vbs-t7.htm</guid>
		</item>
		<item>
			<title>[VB6] ADO Beginners Tutorial For Database Conectivity</title>
			<link>http://askq.forumotion.net/post-your-tutorials-and-codes-samples-f6/vb6-ado-beginners-tutorial-for-database-conectivity-t5.htm</link>
			<dc:creator>Akhilesh B Chandran</dc:creator>
			<description>Hai,

Here in this tutorial, I am going to explain, how to do almost all the functions with a database and a VB program.

I will tell you step by step. 



Open your project. Then click Project menu. Then click References menu. From the dialog box, put tick mark against Microsoft ActiveX Data Object 2.x library. Thus you had made the refrence to the ADO.



Then write the below two lines of code in the General Declaration of the code:

Code:Option Explicit

Private cn As ADODB.Connection  ...</description>
			<category>Post your Tutorials and Codes Samples</category>
			<pubDate>Sat, 04 Oct 2008 09:42:36 GMT</pubDate>
			<comments>http://askq.forumotion.net/post-your-tutorials-and-codes-samples-f6/vb6-ado-beginners-tutorial-for-database-conectivity-t5.htm#13</comments>
			<guid>http://askq.forumotion.net/post-your-tutorials-and-codes-samples-f6/vb6-ado-beginners-tutorial-for-database-conectivity-t5.htm</guid>
		</item>
		<item>
			<title>VISUAL BASIC HELP</title>
			<link>http://askq.forumotion.net/visual-basic-6-f4/visual-basic-help-t4.htm</link>
			<dc:creator>Anonymous</dc:creator>
			<description> SIR,



PLZ GIVE ME SOME IDEA TO CONNECTIVITY OF DATABASE THROUGH SQL PLUS OR MS ACCESS IN VISUAL

BASIC COMMAND BUTTON SUCH AS ADD, SAVE, UPDATE, SEARCH ETC 



GIVE ME SIMPLE CODE



THANKS AND REGARDS



RITESHROY

riteshroy2007@rediffmail.com

riteshroy2007@hotmail.com </description>
			<category>Visual Basic 6</category>
			<pubDate>Fri, 03 Oct 2008 13:47:49 GMT</pubDate>
			<comments>http://askq.forumotion.net/visual-basic-6-f4/visual-basic-help-t4.htm#4</comments>
			<guid>http://askq.forumotion.net/visual-basic-6-f4/visual-basic-help-t4.htm</guid>
		</item>
		<item>
			<title>Visual Basic.net Data Capturing Assignment</title>
			<link>http://askq.forumotion.net/other-programming-languages-f7/visual-basicnet-data-capturing-assignment-t2.htm</link>
			<dc:creator>Philip</dc:creator>
			<description><![CDATA[Hi! I have a VB.net assignment which i am struggling with currently please can you assist me in any way possible? Is there a way that i can attach my work to these forums or send them in an email to show you?
<br />

<br />
thank you <img src="http://illiweb.com/fa/i/smiles/icon_smile.gif" alt="Smile" longdesc="2" />]]></description>
			<category>Other Programming Languages</category>
			<pubDate>Thu, 02 Oct 2008 09:42:47 GMT</pubDate>
			<comments>http://askq.forumotion.net/other-programming-languages-f7/visual-basicnet-data-capturing-assignment-t2.htm#2</comments>
			<guid>http://askq.forumotion.net/other-programming-languages-f7/visual-basicnet-data-capturing-assignment-t2.htm</guid>
		</item>
	</channel>
</rss>