﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>A1VBCode Forums / .NET Programming / C# </title><generator>InstantForum.NET v4.1.1</generator><description>A1VBCode Forums</description><link>http://www.a1vbcode.com/vbforums/</link><webMaster>forums@a1vbcode.com</webMaster><lastBuildDate>Tue, 06 Jan 2009 21:59:44 GMT</lastBuildDate><ttl>20</ttl><item><title>What are run-time functions in Asp.Net</title><link>http://www.a1vbcode.com/vbforums/Topic26567-11-1.aspx</link><description>Can anyone tell me What are run-time functions in Asp.Net ?///&lt;br&gt;&lt;br&gt;_________________________________&lt;br&gt;&lt;a href="http://www.spyzooka.com" target="_blank" class="SmlLinks"&gt;trojan remover&lt;/a&gt;&lt;br&gt;&lt;a href="http://www.irstaxhelp.com" target="_blank" class="SmlLinks"&gt;irs liens&lt;/a&gt;&lt;br&gt;</description><pubDate>Sat, 27 Dec 2008 08:11:35 GMT</pubDate><dc:creator>cool_kumar28</dc:creator></item><item><title>Need Online Tutorials</title><link>http://www.a1vbcode.com/vbforums/Topic26566-11-1.aspx</link><description>I need a site which can provide me online tutorials of Asp.Net and C#. Do let me know if anyone know the site(s).&lt;br&gt;&lt;br&gt;________________________________&lt;br&gt;&lt;br&gt;&lt;a href="http://www.spyzooka.com" target="_blank" class="SmlLinks"&gt;trojan remover&lt;/a&gt;&lt;br&gt;&lt;a href="http://www.irstaxhelp.com" target="_blank" class="SmlLinks"&gt;irs liens&lt;/a&gt;&lt;br&gt;</description><pubDate>Sat, 27 Dec 2008 08:08:54 GMT</pubDate><dc:creator>cool_kumar28</dc:creator></item><item><title>Need Help</title><link>http://www.a1vbcode.com/vbforums/Topic26565-11-1.aspx</link><description>I need a site which can provide me online tutorials of Asp.Net and C#. Do let me know if anyone know the site(s).</description><pubDate>Sat, 27 Dec 2008 08:06:42 GMT</pubDate><dc:creator>cool_kumar28</dc:creator></item><item><title>How can I open Internet Explorer from C#?</title><link>http://www.a1vbcode.com/vbforums/Topic25382-11-1.aspx</link><description>Hello Sir,&lt;P&gt;How can I open Internet Explorer from C#?&lt;/P&gt;&lt;P&gt;Can I open a particular web-page, such as yahoo.com from C# by clicking on a button?&lt;/P&gt;&lt;P&gt;Please send me the code urgently........&lt;/P&gt;&lt;P&gt;Please help me as soon as possible............&lt;/P&gt;&lt;P&gt;Thanking you...........&lt;/P&gt;&lt;P&gt;Swastik..........!!!!!!!!!!!!</description><pubDate>Mon, 14 Jul 2008 08:06:59 GMT</pubDate><dc:creator>swastik</dc:creator></item><item><title>File path in XML</title><link>http://www.a1vbcode.com/vbforums/Topic26360-11-1.aspx</link><description>Hi all,&lt;/P&gt;&lt;P&gt;I'm creating a progam in C# that reads a file location at start up and displays the parent folders in a combo box. This file location may change in future. So I intend to keep this in an xml file and allow the user to change it when needed. But how do I go about it? I have not done any coding with xml yet. So, please help.&lt;/P&gt;&lt;P&gt;Thanks</description><pubDate>Tue, 25 Nov 2008 03:01:11 GMT</pubDate><dc:creator>shers</dc:creator></item><item><title>Accessing Port in XP/2000</title><link>http://www.a1vbcode.com/vbforums/Topic26022-11-1.aspx</link><description>&lt;br&gt;is there is any way i can do direct port I/O in win 2K/XP.&lt;br&gt;&lt;br&gt;praveen.&lt;br&gt;</description><pubDate>Sat, 18 Oct 2008 13:08:52 GMT</pubDate><dc:creator>Praaveen</dc:creator></item><item><title>HELP NEEDED IN SUDOKU !!! in C  #</title><link>http://www.a1vbcode.com/vbforums/Topic25873-11-1.aspx</link><description>I'm stucked &lt;/P&gt;&lt;P&gt;this is what I've done until now...&lt;/P&gt;&lt;P&gt;can anyone help&lt;/P&gt;&lt;PRE&gt;&lt;FONT color=#ff1111&gt;using System;public class Sud {	public static void Main() &lt;/FONT&gt;&lt;/PRE&gt;&lt;PRE&gt;&lt;FONT color=#ff1111&gt;{		int[,] sudoku = new int[9,9];				Console.WriteLine("Enter the 9x9 Sudoku solution: ");&lt;/FONT&gt;&lt;/PRE&gt;&lt;PRE&gt;&lt;FONT color=#ff1111&gt;		string line;		char[] delims = {' '};		for (int i = 0; i &amp;lt; 9; i++) {			line = Console.ReadLine();			string[] tokens = line.Split(delims);			for (int j = 0; j &amp;lt; 9; j++) {				if (tokens[j] == "_") {					sudoku[i,j] = 0;				}				else {					sudoku[i,j] = Convert.ToInt32(tokens[j]);				}			}		}		Console.WriteLine();&lt;/FONT&gt;				&lt;/PRE&gt;&lt;PRE&gt;Guys,&lt;/PRE&gt;&lt;PRE&gt; &lt;/PRE&gt;&lt;PRE&gt;the sudoku array holds the beginning puzzle		an entry is 0 if it is blank, otherwise it has a 1-9 value				 Now, I want to print the available "moves" for each blank spot		&lt;/PRE&gt;&lt;PRE&gt; &lt;/PRE&gt;</description><pubDate>Sun, 05 Oct 2008 04:47:02 GMT</pubDate><dc:creator>juve10</dc:creator></item><item><title>Auto Complete text in Visual C#</title><link>http://www.a1vbcode.com/vbforums/Topic25124-11-1.aspx</link><description>Hello i am developing a programe in visual C# and Sql Server and i am using Auto Complete text in my Programe....Its working well but there is a problem ...when i write something in textbox it automatically show the data but when i select the data from Auto complete drop down list and press the enter it can't show the data.i use key press in that text box but its cant work....plz help me </description><pubDate>Thu, 05 Jun 2008 10:16:20 GMT</pubDate><dc:creator>lookfahim</dc:creator></item><item><title>Please send me the C# code to configure SMTP........!!!!</title><link>http://www.a1vbcode.com/vbforums/Topic25394-11-1.aspx</link><description>Hello Sir,&lt;/P&gt;&lt;P&gt;Please send me the C# code to configure SMTP by which I can send mail from my own C# form.........&lt;/P&gt;&lt;P&gt;Hope you help me.........&lt;/P&gt;&lt;P&gt;Please send me the C# code as soon as you can........&lt;/P&gt;&lt;P&gt;Thanking you...........&lt;/P&gt;&lt;P&gt;Swastik...........</description><pubDate>Tue, 15 Jul 2008 09:00:10 GMT</pubDate><dc:creator>swastik</dc:creator></item><item><title>Video conferencing Using C# and SIP Protocol</title><link>http://www.a1vbcode.com/vbforums/Topic25106-11-1.aspx</link><description> hi Everybody,&lt;BR&gt;&lt;BR&gt;                  I am new to SIP and C#.  Now i  attempting to create video conferencing Using SIP and C#.&lt;BR&gt;But i dont know how to create SIP server and how to stream video .&lt;BR&gt;  &lt;BR&gt;    Could you please tell me how to do that?&lt;BR&gt;or&lt;BR&gt;Give me some links about video conferencing&lt;BR&gt;&lt;BR&gt;sorry for my poor english&lt;BR&gt;&lt;BR&gt;Thank you ,&lt;BR&gt;&lt;BR&gt;Senthil.P&lt;BR&gt;&lt;BR&gt; </description><pubDate>Wed, 04 Jun 2008 05:27:02 GMT</pubDate><dc:creator>senpark15</dc:creator></item><item><title>Calling C++ DLL from C#</title><link>http://www.a1vbcode.com/vbforums/Topic23849-11-1.aspx</link><description>I have made a C++ DLL. Now I am calling it in my C# Code. I have written the following code:&lt;br&gt;&lt;br&gt;using System;&lt;br&gt;using System.Collections.Generic;&lt;br&gt;using System.Text;&lt;br&gt;using System.Runtime.InteropServices; //For DllImport&lt;br&gt;namespace ExternCShar&lt;br&gt;{&lt;br&gt;    class Program&lt;br&gt;    {&lt;br&gt;        [DllImport("MathFuncsDll.dll", CharSet = CharSet.Auto)]       &lt;br&gt;        public static extern double Add(double a, double b);&lt;br&gt;&lt;br&gt;        static void Main()&lt;br&gt;        {&lt;br&gt;    &lt;br&gt;            Console.WriteLine(Add(2.3, 4.5));&lt;br&gt;        }&lt;br&gt;    }&lt;br&gt;}&lt;br&gt;&lt;br&gt; &lt;br&gt;&lt;br&gt;Now when I run this, the following error is generated:&lt;br&gt;&lt;br&gt;Debug Error!&lt;br&gt;&lt;br&gt;Program: ...&lt;br&gt;&lt;br&gt;R6034&lt;br&gt;An application has made an attempt to load the C Runtime library without using a manifest.&lt;br&gt;&lt;br&gt;This is an unsupported way to load Visual C++ DLLs. You need to modify your application to build with a manifest.&lt;br&gt;&lt;br&gt;For more information, see the "Visual C++ Libraries as Shared Side-by-Side Assemblies" topic in the product documentation.&lt;br&gt;&lt;br&gt; &lt;br&gt;&lt;br&gt; &lt;br&gt;&lt;br&gt;What should I do avoid this error?&lt;br&gt;&lt;br&gt; &lt;br&gt;&lt;br&gt;Thanks.&lt;br&gt;&lt;br&gt;Bina Khan.</description><pubDate>Tue, 25 Dec 2007 10:00:35 GMT</pubDate><dc:creator>nicegal</dc:creator></item><item><title>WPF to Class Library</title><link>http://www.a1vbcode.com/vbforums/Topic24900-11-1.aspx</link><description> Hi,&lt;/P&gt;&lt;P&gt;Can any experts out there tell me how I can add a WPF form to a class library in C#?&lt;/P&gt;&lt;P&gt;Thanks</description><pubDate>Tue, 13 May 2008 01:16:40 GMT</pubDate><dc:creator>shers</dc:creator></item><item><title>I am looking to hire a programmer to create the following code in c#.</title><link>http://www.a1vbcode.com/vbforums/Topic11161-11-1.aspx</link><description>Hello&lt;br&gt;I am looking to hire a programmer to create the following code in c#.&lt;br&gt;&lt;br&gt;Project is to have a blank form follow my cursor around my entire computer screen with &lt;br&gt;an offsett location of 100 pixels x 100 pixels from cursor.  Whenever I leftclick my mouse anywhere on computer screen the form stops following the mouse cursor for 2 seconds and then resumes following the mouse cursor.For experience c# programmer I cant imagine it taking more than couple hours if that?&lt;br&gt;I am newbie to c# and cant figure out how to do it. &lt;br&gt;Anyone willing to help? How much you charge?&lt;br&gt;Thanks&lt;br&gt;Steve&lt;br&gt;&lt;br&gt;&lt;br&gt;</description><pubDate>Tue, 03 May 2005 12:50:41 GMT</pubDate><dc:creator>ncc1701d</dc:creator></item><item><title>How to detect keypress instantly using API with C++?</title><link>http://www.a1vbcode.com/vbforums/Topic24373-11-1.aspx</link><description>Yo all. Trying to detect KeyPress instantly using the GetAsyncKeyState API for C++ but im only able to get certain keys (with the MSDN tutorial at least). Should I use another API or is GetAsyncKeyState capable of detecting all keys being pressed? Thanks</description><pubDate>Tue, 11 Mar 2008 01:14:41 GMT</pubDate><dc:creator>kazamamakoto</dc:creator></item><item><title>Encryption/Decryption</title><link>http://www.a1vbcode.com/vbforums/Topic23057-11-1.aspx</link><description>Hi folks, &lt;P&gt;Can anyone help me in string encryption/decryption to byte and vice versa!!!! I have searched in google but couldn't find exact solution. Some examples found says Private Keys which I don't understand/ don't require to use. Any help would be appreciated. Thanks in advance.&lt;/P&gt;&lt;P&gt;Actually, I need it in C# and posted the topic in C# section as well. I have posted here b'coz if the same kind of code is available in VB6 I could convert to C#. Thanks once again.&lt;/P&gt;&lt;P&gt;&lt;FONT size=1&gt;&lt;BR&gt;&lt;/FONT&gt;G.Shiva Shankar</description><pubDate>Tue, 18 Sep 2007 04:49:25 GMT</pubDate><dc:creator>shiva</dc:creator></item><item><title>how to create check availabilty coding.....</title><link>http://www.a1vbcode.com/vbforums/Topic24360-11-1.aspx</link><description>hello sir....i'm new in C# languange....so that i want to ask how to create check availbility coding...the situation of my problem is i need to check availbility for some equipment whether available or not....&lt;br&gt;&lt;br&gt;one more question...how i can add data in SQL server using vb.net C# language.... thats mean when the customer fill all the information,all information can be inserted in database.....&lt;img align="absmiddle" src="http://www.a1vbcode.com/vbforums/Skins/Classic/Images/EmotIcons/Crying.gif" border="0" title="Crying"&gt;  help me.....</description><pubDate>Fri, 07 Mar 2008 01:54:28 GMT</pubDate><dc:creator>mimithebest</dc:creator></item><item><title>How to get auto calculated expiry date on lost focus event of registration date</title><link>http://www.a1vbcode.com/vbforums/Topic14585-11-1.aspx</link><description>Hello There,&lt;/P&gt;&lt;P&gt;I am working with c# &amp;amp; I have used two textbox server control.&lt;BR&gt;1&amp;gt; Registration Date&lt;BR&gt;2&amp;gt; Expiry Date&lt;BR&gt;First of all, user enters value for the first textbox namely Registration Date and then the expiry date should be auto calculated by adding 30 days into currently entered registration date when he user leaves the first textbox.&lt;/P&gt;&lt;P&gt;That means there are two textboxes - user enters the value for first textbox and the second textbox should be auto calcuated on lost focus event of first textbox.&lt;BR&gt;So pls let me know..... Waiting for your answer....&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR&gt;Paresh&lt;BR&gt;</description><pubDate>Thu, 20 Oct 2005 00:48:40 GMT</pubDate><dc:creator>frmsasp</dc:creator></item><item><title>Accessing WordNet</title><link>http://www.a1vbcode.com/vbforums/Topic23629-11-1.aspx</link><description>Can anyone please tell me how to access Wordnet in a C# program.&lt;/P&gt;&lt;P&gt;What I want to do is determine whether a given word is a noun or not.</description><pubDate>Fri, 23 Nov 2007 21:33:01 GMT</pubDate><dc:creator>nicegal</dc:creator></item><item><title>how can user add form in C#.net.please you send me coding of user add form in c#.net?</title><link>http://www.a1vbcode.com/vbforums/Topic23064-11-1.aspx</link><description>salam sir;&lt;/P&gt;&lt;P&gt;              how can user add form in C#.net.please you send me coding of user add form in c#.net?&lt;/P&gt;&lt;P&gt;           thanks sir</description><pubDate>Tue, 18 Sep 2007 16:48:52 GMT</pubDate><dc:creator>alishabbir</dc:creator></item><item><title>Ideas Needed, As Soon As Fast!!!</title><link>http://www.a1vbcode.com/vbforums/Topic23023-11-1.aspx</link><description>Hello,&lt;/P&gt;&lt;P&gt;I have created an application in C#.Net 2005 that sends Email with simple text messages as well as with attachment. Even user can send Email using Outlook from the application. &lt;/P&gt;&lt;P&gt;Now I want to enhance the application by giving extra features, like...&lt;/P&gt;&lt;P&gt;If I'm sending mail from outlook from the application, I can show a symbol of my application on Outlook &amp;#119;indow.&lt;/P&gt;&lt;P&gt;And I can store all the selected messages of Outlook to my application's database by clicking on that application symbol.&lt;/P&gt;&lt;P&gt;Any idea / sample for this enhancement???&lt;/P&gt;&lt;P&gt;Thanks in advance.</description><pubDate>Thu, 13 Sep 2007 08:12:41 GMT</pubDate><dc:creator>my4colour</dc:creator></item><item><title>Parallel port using C</title><link>http://www.a1vbcode.com/vbforums/Topic23008-11-1.aspx</link><description>Hi,&lt;/P&gt;&lt;P&gt;I'm beginner in C/C++ programming.....&lt;img align="absmiddle" src="http://www.a1vbcode.com/vbforums/Skins/Classic/Images/EmotIcons/Smile.gif" border="0" title="Smile"&gt;&lt;/P&gt;&lt;P&gt;Which form have to create in C++? What's the simple code to send signal thru parallel port in C++?&lt;/P&gt;&lt;P&gt;Thanks a lot.....</description><pubDate>Wed, 12 Sep 2007 10:15:14 GMT</pubDate><dc:creator>thye</dc:creator></item><item><title>Email attachments with password protection.</title><link>http://www.a1vbcode.com/vbforums/Topic22866-11-1.aspx</link><description>Hi all,&lt;/P&gt;&lt;P&gt;I want to protect email attachments with password using C#.Net.&lt;/P&gt;&lt;P&gt;Any idea that how it will do? &lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;my4color.</description><pubDate>Thu, 30 Aug 2007 07:03:01 GMT</pubDate><dc:creator>my4colour</dc:creator></item><item><title>Email Client Library???</title><link>http://www.a1vbcode.com/vbforums/Topic22891-11-1.aspx</link><description>Is there a library in C# for mail servers, or email client??&lt;br&gt;&lt;br&gt;I need to make a program that can automatically extract emails from inbox.&lt;br&gt;&lt;br&gt;Thankyou.</description><pubDate>Sat, 01 Sep 2007 07:16:55 GMT</pubDate><dc:creator>nicegal</dc:creator></item><item><title>Decimal Point in C#</title><link>http://www.a1vbcode.com/vbforums/Topic22680-11-1.aspx</link><description>Hello!&lt;br&gt;&lt;br&gt;I have a double array, the problem is that I want the decimal to show even when the value is say "10", but it only shows decimal when there is actually something after the decimal point like it would show the value "10.02" but NOT "10.00". Can anyone help me with this???</description><pubDate>Fri, 10 Aug 2007 11:58:48 GMT</pubDate><dc:creator>nicegal</dc:creator></item><item><title>Do you know NET 2.0 documentation tools?</title><link>http://www.a1vbcode.com/vbforums/Topic21192-11-1.aspx</link><description>Hello,&lt;br&gt;&lt;br&gt; &lt;br&gt;I would like to ask you about tool, which can generate documentation for projects in .NET 2.0 based on XML documentation files.&lt;br&gt;&lt;br&gt;I know only an unofficial version of NDoc with support for .NET 2.0. &lt;br&gt;&lt;br&gt;http://jonas.lagerblad.com/blog/?p=4&lt;br&gt;&lt;br&gt; Maybe you know alternative to this tool?&lt;br&gt;&lt;br&gt; Thanks in advance&lt;br&gt;&lt;br&gt;cyberjoe</description><pubDate>Sun, 28 Jan 2007 13:31:53 GMT</pubDate><dc:creator>cyberjoe</dc:creator></item><item><title>DataGrid Problem</title><link>http://www.a1vbcode.com/vbforums/Topic10816-11-1.aspx</link><description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;i m suhel doing my final semister project at PCS. i m right now working on C#. Quite interesting and challanging language. i found that there is not much discussion going on C#. No probs. I have one problem. I am using DataGrid, in which putting controls like TextBox, DropDown, Label, CheckBox. and putting value from database in some of them control and in some other controls accessing values from control and saving them in database. For example the value entered by user in textbox or selected index of dropdown , i m storing in database. Now the problem is i am not getting the value of CheckBox. it always shows false even if it is checked. i m using FindControl method to get control from datagrid. and it is always taking new Checkbox. so the default value is unchecked. If any one came through same problem and have a solution then plz reply.&lt;/P&gt;&lt;P&gt;suhel&lt;/P&gt;</description><pubDate>Wed, 20 Apr 2005 10:28:35 GMT</pubDate><dc:creator>Suhel</dc:creator></item><item><title>[Online Video Tutorial] C++ Registration scheme (Algorithm)</title><link>http://www.a1vbcode.com/vbforums/Topic22314-11-1.aspx</link><description>Hai, the 4th tutorial by TWE made by me, tell me what you think and I'll post a pic of me doing the side-splits between two chairs =)&lt;br&gt;Anyway, it covers the basics of making an algorithm-system, it's VERY detailed and I've put alot of effort on it so hope you guys enjoy it.&lt;br&gt;&lt;br&gt;&lt;a href="http://warpzone.se/releases/tutorials/4/" target="_blank" class="SmlLinks"&gt;Warpzone, tutorial #4 - Registration scheme (algorithm)&lt;/a&gt;</description><pubDate>Mon, 25 Jun 2007 10:10:13 GMT</pubDate><dc:creator>Anasazi</dc:creator></item><item><title>C++ Video Tutorial [Online Flash]</title><link>http://www.a1vbcode.com/vbforums/Topic22173-11-1.aspx</link><description>Hai, this is a quick tutorial I made today, it cover the basics of making a selfwriting text in C++ using a freeware compiler&lt;br&gt;named BloodShed Dev C++. Of course this works with VC++ aswell.&lt;br&gt;&lt;br&gt;Online flash movie, length: 2min 20sec&lt;br&gt;Link: &lt;a href="http://warpzone.se/releases/tutorials/1/" target="_blank" class="SmlLinks"&gt;WarpZone.se Tutorial #1 - Selfwriting text&lt;/a&gt;&lt;br&gt;&lt;br&gt;Hope you enjoy it &lt;img align="absmiddle" src="http://www.a1vbcode.com/vbforums/Skins/Classic/Images/EmotIcons/Smile.gif" border="0" title="Smile"&gt;</description><pubDate>Sat, 16 Jun 2007 09:06:32 GMT</pubDate><dc:creator>Anasazi</dc:creator></item><item><title>Guidance Automation Toolkit or CodeSmith?</title><link>http://www.a1vbcode.com/vbforums/Topic21523-11-1.aspx</link><description>&lt;BR&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR&gt;I would like to know, what are advantages and disadvantages of two template generators:&lt;/P&gt;&lt;P&gt;&lt;BR&gt;Guidance Automation Toolkit and Code Smith?&lt;/P&gt;&lt;P&gt;&lt;BR&gt;Is it better to develop templates using Code Smith or to develop packages with GAT?&lt;/P&gt;&lt;P&gt;What you think about this both tools?&lt;/P&gt;&lt;P&gt;Wojtek</description><pubDate>Wed, 28 Mar 2007 11:01:54 GMT</pubDate><dc:creator>Wojtek</dc:creator></item><item><title>hi i am a .net programmer . I am stuck up in project.</title><link>http://www.a1vbcode.com/vbforums/Topic21501-11-1.aspx</link><description>i am developing a video editor. I want to know how 2 extract video from original stream</description><pubDate>Sun, 25 Mar 2007 07:10:40 GMT</pubDate><dc:creator>Sanjaysutar18</dc:creator></item><item><title>O/R mapper LLBLGen Pro or do you know better alternative in .NET?</title><link>http://www.a1vbcode.com/vbforums/Topic21077-11-1.aspx</link><description>What experience do you have with O/R mapper in .NET?&lt;br&gt;I need to choose one for use in my company&lt;br&gt;Which one is the best for you?&lt;br&gt;I have seen lots of positive feedback about this one:&lt;br&gt;LLBLGen Pro&lt;br&gt;What do you thing about this? Is it good or can I find better alternative?&lt;br&gt;&lt;br&gt;Regards &lt;br&gt;cyberjoe</description><pubDate>Sun, 07 Jan 2007 13:35:18 GMT</pubDate><dc:creator>cyberjoe</dc:creator></item><item><title>Biggest .NET open source project?</title><link>http://www.a1vbcode.com/vbforums/Topic21326-11-1.aspx</link><description>Hi to all!&lt;br&gt;&lt;br&gt;What is the worlds biggest .NET open source project?&lt;br&gt;&lt;br&gt;is it NASAs World Wind project?&lt;br&gt;&lt;br&gt;Regards,&lt;br&gt;&lt;br&gt; cyberjoe</description><pubDate>Sun, 18 Feb 2007 15:13:53 GMT</pubDate><dc:creator>cyberjoe</dc:creator></item><item><title>Which coding convention do you use?</title><link>http://www.a1vbcode.com/vbforums/Topic21072-11-1.aspx</link><description>Hi to all!&lt;br&gt;&lt;br&gt;I would like to ask you which coding convention do you use?&lt;br&gt;&lt;br&gt;Regards,&lt;br&gt;&lt;br&gt;</description><pubDate>Sat, 06 Jan 2007 15:54:52 GMT</pubDate><dc:creator>cyberjoe</dc:creator></item><item><title>how to utilize our own tool to check-in policies?</title><link>http://www.a1vbcode.com/vbforums/Topic21086-11-1.aspx</link><description>Hello,&lt;br&gt;&lt;br&gt;we have our own  tool, that check some rules in source code.&lt;br&gt;This tool returns true when code is ok, or false if some rules are broken.&lt;br&gt;It's possbile to attach our tool to check-in policies in visual studio?&lt;br&gt;How can we do this?&lt;br&gt;&lt;br&gt;&lt;br&gt;regards&lt;br&gt;cyberjoe</description><pubDate>Mon, 08 Jan 2007 17:00:28 GMT</pubDate><dc:creator>cyberjoe</dc:creator></item><item><title>how to extend Active Directory schema-please help</title><link>http://www.a1vbcode.com/vbforums/Topic19924-11-1.aspx</link><description>hi, &lt;/P&gt;&lt;P&gt;the existing schema is not sufficient for my application. so i am in need to create a new attribute. for this i have to extend the schema. to achieve this through codings i need help. this is possible by using the new namespace system.directoryservices.ActiveDirectory which is avilable in the .Net framework 2.0. this detail only i have got. kindly help  me to achieve the task to build a application to extend the active directory schema&lt;/P&gt;&lt;P&gt;help me please&lt;/P&gt;&lt;P&gt;-aarthi</description><pubDate>Mon, 28 Aug 2006 01:48:18 GMT</pubDate><dc:creator>aarthi_5385</dc:creator></item><item><title>How to create Form control with MAC style?</title><link>http://www.a1vbcode.com/vbforums/Topic19142-11-1.aspx</link><description>Hi,&lt;br&gt;&lt;br&gt;Anyone know how to create a .NET form control with MAC style. &lt;br&gt;This must support MDI.&lt;br&gt;I think it's possible, because there is one like that:&lt;br&gt;http://www.econtechvn.com/en/macuisuite_detail.htm&lt;br&gt;&lt;br&gt;Please give me a suggestion.&lt;br&gt;&lt;br&gt;Thanks.&lt;br&gt;Henry Jane</description><pubDate>Wed, 14 Jun 2006 04:21:17 GMT</pubDate><dc:creator>HenryJane</dc:creator></item><item><title>Want Date Format in dd/mm/yyyy in ASP.Net With C#.</title><link>http://www.a1vbcode.com/vbforums/Topic14588-11-1.aspx</link><description>Dear Friend,&lt;/P&gt;&lt;P&gt;I am new in ASP.Net with c#.&lt;/P&gt;&lt;P&gt;I want date in a dd/mm/yyyy format with validation in TextBox . Is anybody guide me how shall ?&lt;/P&gt;&lt;P&gt;As I got date with dd/mm/yyyy but it will also accept 32/02/2005. Though Feb has less 30 days.&lt;/P&gt;&lt;P&gt;Also when I compare two textbox it will not evalute properly. eg I want TextBox2 date greater then TextBox1. So I had used&lt;BR&gt;CompareValidator, &amp;amp; select type="date" but it will not evalute.&lt;/P&gt;&lt;P&gt;Pl guide me.&lt;/P&gt;&lt;P&gt;&lt;BR&gt;Thanking You,</description><pubDate>Thu, 20 Oct 2005 04:51:21 GMT</pubDate><dc:creator>frmsasp</dc:creator></item><item><title>Help need to create a system tray with displaying time and date</title><link>http://www.a1vbcode.com/vbforums/Topic18702-11-1.aspx</link><description>Hi folks.....&lt;/P&gt;&lt;P&gt;   I am new to ASP.NET and C#.NET. I dont knoe anything about it. My manager suddenly asked me to create a system tray that displays date and time in C#.NET. Please any one help how to create it.&lt;/P&gt;&lt;P&gt; If u people help me that will be great to me...&lt;/P&gt;&lt;P&gt; Waiting for ur replies...&lt;/P&gt;&lt;P&gt;Thank u&lt;/P&gt;&lt;P&gt;Bhupathi.</description><pubDate>Mon, 15 May 2006 08:55:00 GMT</pubDate><dc:creator>vankabhupathi</dc:creator></item><item><title>...</title><link>http://www.a1vbcode.com/vbforums/Topic18387-11-1.aspx</link><description>Screw this</description><pubDate>Thu, 27 Apr 2006 14:04:39 GMT</pubDate><dc:creator>Anasazi</dc:creator></item><item><title>Something as Osgi in Microsoft?</title><link>http://www.a1vbcode.com/vbforums/Topic18343-11-1.aspx</link><description>Hi,&lt;br&gt;&lt;br&gt;Do you know if Microsoft have any tecnology as osgi (java)?&lt;br&gt;www.osgi.org&lt;br&gt;&lt;br&gt;Thankss&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________&lt;br&gt;&lt;a href="http://www.hhdirecto.net" target="_blank" class="SmlLinks"&gt;Hip Hop Directo&lt;/a&gt; &lt;br&gt;&lt;a href="http://www.dechiste.com" target="_blank" class="SmlLinks"&gt;De Chiste&lt;/a&gt;</description><pubDate>Wed, 26 Apr 2006 05:39:34 GMT</pubDate><dc:creator>wakeup</dc:creator></item></channel></rss>