<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-3229796742410039159</id><updated>2011-07-30T10:48:09.240-07:00</updated><title type='text'>visual c++ net</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://visual-c-net.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://visual-c-net.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><link rel='next' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default?start-index=101&amp;max-results=100'/><author><name>avulrn</name><uri>http://www.blogger.com/profile/06180788572529060413</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>150</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-3229796742410039159.post-3814226302473850250</id><published>2009-07-14T21:01:00.001-07:00</published><updated>2009-07-14T21:01:45.509-07:00</updated><title type='text'>Programming lesson or course material?</title><content type='html'>hi, I would like to teach courses on Visual C#.net, Visual Basic.net, Python and Phrogram. I have written some material myself, but I was wondering if there any resources or lesson plans availible so I could look at how I am teaching, what they teach, what order they teach stuff in, and some general guidance, do you know of any?&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a2.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;Programming lesson or course material?&lt;br&gt;I think you need to do a basic teacher training course.  I suggest you look at your local college and find out if they do a C %26amp; G level 1 as you can do it in about a term ..  This will at least give you a basic insight.&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a3.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;&lt;br&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3229796742410039159-3814226302473850250?l=visual-c-net.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://visual-c-net.blogspot.com/feeds/3814226302473850250/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/programming-lesson-or-course-material.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/3814226302473850250'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/3814226302473850250'/><link rel='alternate' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/programming-lesson-or-course-material.html' title='Programming lesson or course material?'/><author><name>avulrn</name><uri>http://www.blogger.com/profile/06180788572529060413</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3229796742410039159.post-3189092146028442312</id><published>2009-07-14T21:01:00.000-07:00</published><updated>2009-07-14T21:01:06.580-07:00</updated><title type='text'>Is there a way to say what C/C++ compiler and linker were used to compile and link an application?</title><content type='html'>The matter is that I would like to know if there is a way to find out which compiler and linker were used to compile a C or C++ application.&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;I have the Borland compiler/linker and two versions of Microsoft Visual C++ (v6.0 and .NET). Is there a way to say if an application (final .exe) was built using one of these (or other compilers/linkers)?&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;Thanks for any help.&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a1.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;Is there a way to say what C/C++ compiler and linker were used to compile and link an application?&lt;br&gt;The build tools don't usually put what was used to build the particular executable in them. The only way you can really do this is to have the source code, generate a new executeable and then compare that to the one you wish to find out about.&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a3.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;&lt;br&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3229796742410039159-3189092146028442312?l=visual-c-net.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://visual-c-net.blogspot.com/feeds/3189092146028442312/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/is-there-way-to-say-what-cc-compiler.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/3189092146028442312'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/3189092146028442312'/><link rel='alternate' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/is-there-way-to-say-what-cc-compiler.html' title='Is there a way to say what C/C++ compiler and linker were used to compile and link an application?'/><author><name>avulrn</name><uri>http://www.blogger.com/profile/06180788572529060413</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3229796742410039159.post-4399380323484300976</id><published>2009-07-14T21:00:00.003-07:00</published><updated>2009-07-14T21:00:54.045-07:00</updated><title type='text'>Visual Basic .NET 2005 Programming Help?</title><content type='html'>How would you write an EOF character(s) to a file? And how can I write past this/read past it? I know you can do it in C++ and other languages...so I imagine it can be done in VB .NET.&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a2.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;Visual Basic .NET 2005 Programming Help?&lt;br&gt;Check out the link - that answers all your questions. &lt;br&gt;&lt;br /&gt;&lt;br /&gt;Vb.Net code conversion is very similar. Only thing you need to know is which class and which method you need to use&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;http://www.codeproject.com/cs/files/fast...&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a3.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;&lt;a href=http://11rose.blogspot.com/&gt;rose&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3229796742410039159-4399380323484300976?l=visual-c-net.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://visual-c-net.blogspot.com/feeds/4399380323484300976/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/visual-basic-net-2005-programming-help.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/4399380323484300976'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/4399380323484300976'/><link rel='alternate' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/visual-basic-net-2005-programming-help.html' title='Visual Basic .NET 2005 Programming Help?'/><author><name>avulrn</name><uri>http://www.blogger.com/profile/06180788572529060413</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3229796742410039159.post-1452607557983000965</id><published>2009-07-14T21:00:00.002-07:00</published><updated>2009-07-14T21:00:35.422-07:00</updated><title type='text'>How to learn C# ?</title><content type='html'>I know C++ already. I ve heard of this language called C# developed by Microsoft. And i need to learn it.&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;please tell me for what purposes C# is used? &lt;br&gt;&lt;br /&gt;&lt;br /&gt;Whats the relationship between C# and Visual Studio.NET ?&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a1.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;How to learn C# ?&lt;br&gt;The best way to learn is to try the language out. It uses the C language syntax. Though, it is a .Net based language. You can download a free light weight version of C# called Visual C# Express from Microsoft directly (see below link). C# is simple but the Dot net framework is pretty huge. If you've been using Visual Dev Studio for C++ then the transition is pretty straight forward. Once you download C# you should be able to write Hello World in about five minutes.&lt;br&gt;&lt;br /&gt;&lt;br /&gt;It easy to create GUI's and gives you access to develop under the .Net environment. It runs in a virtual machine so it runs slower if you're doing intense calculations or image processing.&lt;br&gt;&lt;br /&gt;&lt;br /&gt;I've been programming in C# for about one and a half years. I programmed in C++/C for the last fifteen years.&lt;br&gt;Reply:I was quite the C++ veteran when I took on C#, and all I did to learn it was use visual studio and C#, and checkout MSDN for help (I did have knowledge of the .Net framework too, from using VB.Net).  If you know C++, C# will be a breeze as the syntax is very similar, plus it has advantages like lower compilation times, and it removes the requirement to forward-declare class.  The only learning curve is the .Net framework.  If you are familiar with Java, then you will notice that the .Net framework class libraries contain many similar types of namespaces and objects that Java does.&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;C# is primarily used to design windows applications, but it can be used for Asp.net as well.  It's a Rapid Application Development language designed to allow you to quickly make quality windows applications.  C# is hosted by Visual Studio, meaning it is one of the languages that Visual Studio can work with.  Other languages include C++ and VB.Net.&lt;br&gt;Reply:C# is a part of visualstudio.net. you can learn c# using MSDN or you can buy a book the complete reference by herb schildt is also good.it is similar and advanced than C++.&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a3.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;&lt;br&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3229796742410039159-1452607557983000965?l=visual-c-net.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://visual-c-net.blogspot.com/feeds/1452607557983000965/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/how-to-learn-c.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/1452607557983000965'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/1452607557983000965'/><link rel='alternate' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/how-to-learn-c.html' title='How to learn C# ?'/><author><name>avulrn</name><uri>http://www.blogger.com/profile/06180788572529060413</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3229796742410039159.post-6222602353980932867</id><published>2009-07-14T21:00:00.001-07:00</published><updated>2009-07-14T21:00:20.109-07:00</updated><title type='text'>What is the difference when programming for xp or vista in c++?libraries/.net win32. help!?</title><content type='html'>Right now i'm  learning win32 on dev-c++ and it's hard without a visual developing environment like vc6 or vb5. Is there a difference when programming for xp or vista?&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a2.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;What is the difference when programming for xp or vista in c++?libraries/.net win32. help!?&lt;br&gt;Microsoft offers a very powerful .NET Framework for Windows XP and beyond. Microsoft Visual Studio 2005 Express edition for C++ or for C# are powerful development environments (Express editions are downloaded for free). The C++ version encourages you to write "safe" code. That means you cannot use pointers. However, you can write unsafe code and use pointers in this language.&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;The framework automatically cleans up resources/memory when you do not explicitly use pointers.&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;Microsoft has been very successful in offering a very powerful set of framework features. I recommend you go on to learn what Microsoft .NET Framework has to offer developers. C# is a successful threat to Java.&lt;br&gt;Reply:why is it difficult wthout vc6 or vb5? there are some free IDEs available. &lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;there's some difference between XP and vista. Vista's security model is very strict - if you're not an elevated user (administrator), you're not allowed to store files in some directories, or create registry entries. Also, the firewall can make problems if you use the internet. XP is not that strict.&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;but in most cases a program will run fine on vista if it was written for XP.&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a3.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;&lt;br&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3229796742410039159-6222602353980932867?l=visual-c-net.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://visual-c-net.blogspot.com/feeds/6222602353980932867/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/what-is-difference-when-programming-for.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/6222602353980932867'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/6222602353980932867'/><link rel='alternate' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/what-is-difference-when-programming-for.html' title='What is the difference when programming for xp or vista in c++?libraries/.net win32. help!?'/><author><name>avulrn</name><uri>http://www.blogger.com/profile/06180788572529060413</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3229796742410039159.post-1532637432207956160</id><published>2009-07-14T21:00:00.000-07:00</published><updated>2009-07-14T21:00:05.129-07:00</updated><title type='text'>How does one get and put files with FTP using Visual Basic .NET (and Visual Studio 2008)?</title><content type='html'>This is a follow-up to a question that was answered very nicely with a C# example, but I'm looking for a VB.NET (2.0 or 3.5) example.&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a1.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;How does one get and put files with FTP using Visual Basic .NET (and Visual Studio 2008)?&lt;br&gt;I'm working on a ftp control and here is a test class I started with.&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;Imports System.Net&lt;br&gt;&lt;br /&gt;&lt;br /&gt;Imports System.IO&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;Public Class GetFile&lt;br&gt;&lt;br /&gt;&lt;br /&gt;    Friend Sub subGetFile(ByVal uri As String, ByVal LocalFile As String)&lt;br&gt;&lt;br /&gt;&lt;br /&gt;        My.Computer.Network.DownloadFile(uri, LocalFile, My.Settings.strUser, My.Settings.strPwd, True, 100000, True)&lt;br&gt;&lt;br /&gt;&lt;br /&gt;    End Sub&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;    Friend Sub subDownLoadFile(ByVal strUri As String, ByVal strLocalFile As String)&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;        Dim Instance As New Uri(strUri)&lt;br&gt;&lt;br /&gt;&lt;br /&gt;        Dim Request As FtpWebRequest&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;        Request = CType(WebRequest.Create(Instance), FtpWebRequest)&lt;br&gt;&lt;br /&gt;&lt;br /&gt;        With Request&lt;br&gt;&lt;br /&gt;&lt;br /&gt;            .Method = "RETR"&lt;br&gt;&lt;br /&gt;&lt;br /&gt;            .UseBinary = False&lt;br&gt;&lt;br /&gt;&lt;br /&gt;            .Timeout = 120000&lt;br&gt;&lt;br /&gt;&lt;br /&gt;        End With&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;        Dim Response As FtpWebResponse = CType(Request.GetResponse(), FtpWebResponse)&lt;br&gt;&lt;br /&gt;&lt;br /&gt;        Dim ResponseStream As Stream&lt;br&gt;&lt;br /&gt;&lt;br /&gt;        Dim TargetStream As Stream&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;        Try&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;            Response = CType(Request.GetResponse(), FtpWebResponse)&lt;br&gt;&lt;br /&gt;&lt;br /&gt;            TargetStream = New FileStream(strLocalFile, FileMode.Create)&lt;br&gt;&lt;br /&gt;&lt;br /&gt;            Using Writer As New StreamWriter(TargetStream)&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;                ResponseStream = Response.GetResponseStream()&lt;br&gt;&lt;br /&gt;&lt;br /&gt;                Using Reader As New StreamReader(ResponseStream, System.Text.Encoding.UTF8)&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;                    Writer.Write(Reader.ReadToEnd())&lt;br&gt;&lt;br /&gt;&lt;br /&gt;                    Reader.Close()&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;                End Using&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;                Writer.Close()&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;            End Using&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;        Catch Err As Exception&lt;br&gt;&lt;br /&gt;&lt;br /&gt;            MessageBox.Show(Err.Message)&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;        Finally&lt;br&gt;&lt;br /&gt;&lt;br /&gt;            Response.Close()&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;        End Try&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;    End Sub&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;End Class&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a3.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;&lt;br&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3229796742410039159-1532637432207956160?l=visual-c-net.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://visual-c-net.blogspot.com/feeds/1532637432207956160/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/how-does-one-get-and-put-files-with-ftp.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/1532637432207956160'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/1532637432207956160'/><link rel='alternate' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/how-does-one-get-and-put-files-with-ftp.html' title='How does one get and put files with FTP using Visual Basic .NET (and Visual Studio 2008)?'/><author><name>avulrn</name><uri>http://www.blogger.com/profile/06180788572529060413</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3229796742410039159.post-1283267627415624135</id><published>2009-07-14T20:59:00.002-07:00</published><updated>2009-07-14T20:59:44.319-07:00</updated><title type='text'>VB - .NET - Visual Studio 2005 - programming - coding - termimology and other issues, assistance needed please</title><content type='html'>Requesting answers that will be intuitive to a programming semi-illiterate.&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;I have inherited a VS 2005 project from an individual who left the company unexpectedly. I'm not an experienced programmer and I'm trying to see if the application he was building is working.&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;QUESTIONS:&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;What is meant by the following:&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;" 'C:\WINDOWS\blah, blah, blah...\Microsoft.VisualStudio.HostingPr... Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled."&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;In .NET programming speak (in VB context, if/where it matters), what is meant by:&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;- "Skipped loading symbols"? Does this indicated that some aspect or component of the application did not run successfully?&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;- "Module is optimized"? In this context, what's a "module"?&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;- What does "debugger option 'Just My Code' is enabled" mean?&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;Thanks!!&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a2.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;VB - .NET - Visual Studio 2005 - programming - coding - termimology and other issues, assistance needed please&lt;br&gt;If you're not an experienced programmer you are going to have a lot of pain working through this. It's not for the faint hearted. Briefly a module is a piece of code that compiles into a DLL. Just My Code is an option under Tools/Options/Debugging/General. If your module is optimized you can't debug it so the debugging symbols are not loaded. &lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;Now switching off the optimization is something I have been trying to do without success for ages...&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;Sigh.&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a3.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;&lt;a href=http://flowering-plum.blogspot.com/&gt;flowering plum&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3229796742410039159-1283267627415624135?l=visual-c-net.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://visual-c-net.blogspot.com/feeds/1283267627415624135/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/vb-net-visual-studio-2005-programming_14.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/1283267627415624135'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/1283267627415624135'/><link rel='alternate' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/vb-net-visual-studio-2005-programming_14.html' title='VB - .NET - Visual Studio 2005 - programming - coding - termimology and other issues, assistance needed please'/><author><name>avulrn</name><uri>http://www.blogger.com/profile/06180788572529060413</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3229796742410039159.post-623938795127562032</id><published>2009-07-14T20:59:00.001-07:00</published><updated>2009-07-14T20:59:27.883-07:00</updated><title type='text'>VB - .NET - Visual Studio 2005 - programming - coding - termimology and other issues, assistance needed please</title><content type='html'>Requesting answers that will be intuitive to a programming semi-illiterate.&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;I have inherited a VS 2005 project from an individual who left the company unexpectedly. I'm not an experienced programmer and I'm trying to see if the application he was building is working.&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;QUESTIONS:&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;What is meant by the following:&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;= = =&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;'loadABCV3.vshost.exe' (Managed): Loaded 'C:\Inetpub\wwwroot\Image_Load\LCIS_load... Symbols loaded.&lt;br&gt;&lt;br /&gt;&lt;br /&gt;'loadABCV3.vshost.exe' (Managed): Loaded 'C:\Inetpub\wwwroot\Image_Load\LCIS_load... No symbols loaded.&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;= = =&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;In .NET programming speak (in VB context, if/where it matters), what is meant by:&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;- "Symbols loaded"? Does this indicated that some aspect or component of the application has run successfully?&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;- "No symbols loaded"? Does this indicated that some aspect or component of the application did NOT run successfully?&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;Thanks!!&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a1.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;VB - .NET - Visual Studio 2005 - programming - coding - termimology and other issues, assistance needed please&lt;br&gt;Compiled code is essentially just a series of instructions to the CPU, calls to external libraries, and maybe some data.  Normally what you see in the source code is not really recognizable in the compiled code.  Symbols (or "debugging symbols" as they are often called) are the original function names and variable names from your source code that can be compiled into your executable (or otherwise referenced from another file such as a symbol database file), so that you can hook a debugger up to your compiled code, step through it, and have half a clue what it's doing.&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;Normally a "debug build" contains symbols, and a "release build" does not.&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;If something loads without symbols, it probably means that you've fired up a release build that is ready to be given out to the world.  This does not mean that anything failed or that anything is wrong with this build.&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a3.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;&lt;br&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3229796742410039159-623938795127562032?l=visual-c-net.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://visual-c-net.blogspot.com/feeds/623938795127562032/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/vb-net-visual-studio-2005-programming.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/623938795127562032'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/623938795127562032'/><link rel='alternate' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/vb-net-visual-studio-2005-programming.html' title='VB - .NET - Visual Studio 2005 - programming - coding - termimology and other issues, assistance needed please'/><author><name>avulrn</name><uri>http://www.blogger.com/profile/06180788572529060413</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3229796742410039159.post-549864624543322831</id><published>2009-07-14T20:59:00.000-07:00</published><updated>2009-07-14T20:59:13.454-07:00</updated><title type='text'>Visual Studio 2008 Express Edition - question?</title><content type='html'>What are the limitations of the Express Edition when compared to the full Professional Edition? I am a beginner developer, so will I be limited in any way in the learning process? BTW I have good experience with Visual C++ 6.0 %26amp; Visual Studio 2003.NET&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a2.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;Visual Studio 2008 Express Edition - question?&lt;br&gt;There are no limitations on what you can do with the express edition.  The major differences are that the express edition IDE lacks some features that the professional edition has, they both produce the same code though.&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a3.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;&lt;br&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3229796742410039159-549864624543322831?l=visual-c-net.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://visual-c-net.blogspot.com/feeds/549864624543322831/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/visual-studio-2008-express-edition.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/549864624543322831'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/549864624543322831'/><link rel='alternate' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/visual-studio-2008-express-edition.html' title='Visual Studio 2008 Express Edition - question?'/><author><name>avulrn</name><uri>http://www.blogger.com/profile/06180788572529060413</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3229796742410039159.post-2521223413845506417</id><published>2009-07-14T20:58:00.003-07:00</published><updated>2009-07-14T20:58:55.187-07:00</updated><title type='text'>Can anyone write a simple tetris in visual c++ 6?</title><content type='html'>I need a simple code , not pictures, not sounds, ...&lt;br&gt;&lt;br /&gt;&lt;br /&gt;only the game&lt;br&gt;&lt;br /&gt;&lt;br /&gt;if it is on the net please give the url&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a1.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;Can anyone write a simple tetris in visual c++ 6?&lt;br&gt;of course!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!&lt;br&gt;&lt;br /&gt;&lt;br /&gt;almost all commercial games are made by C++!!!&lt;br&gt;&lt;br /&gt;&lt;br /&gt;try google's search engine to find source codes or www.msdewey.com&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a3.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;&lt;br&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3229796742410039159-2521223413845506417?l=visual-c-net.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://visual-c-net.blogspot.com/feeds/2521223413845506417/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/can-anyone-write-simple-tetris-in.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/2521223413845506417'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/2521223413845506417'/><link rel='alternate' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/can-anyone-write-simple-tetris-in.html' title='Can anyone write a simple tetris in visual c++ 6?'/><author><name>avulrn</name><uri>http://www.blogger.com/profile/06180788572529060413</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3229796742410039159.post-1006015610709749768</id><published>2009-07-14T20:58:00.002-07:00</published><updated>2009-07-14T20:58:43.830-07:00</updated><title type='text'>Exception when I run a program developed with C# .net 2.0?</title><content type='html'>I used visual studio 2005 to developed an application. it was working well. recenty i used "Computerinfo" class of "Microsoft.VisualBasic.Devices" namespace. for which I had to add a visual basic dll as reference. But my problem is when I run the program from Visual Studio 2005 IDE It works fine. but after publishing It throws an exception with 'detail', 'quit' and 'continue' button.&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;************** Exception Text **************&lt;br&gt;&lt;br /&gt;&lt;br /&gt;System.Management.ManagementException: Provider load failure &lt;br&gt;&lt;br /&gt;&lt;br /&gt;   at System.Management.ManagementException.Th... errorCode)&lt;br&gt;&lt;br /&gt;&lt;br /&gt;   at System.Management.ManagementObjectCollec...&lt;br&gt;&lt;br /&gt;&lt;br /&gt;   at System.Management.ManagementObjectCollec...&lt;br&gt;&lt;br /&gt;&lt;br /&gt;   at Microsoft.VisualBasic.Devices.ComputerIn...&lt;br&gt;&lt;br /&gt;&lt;br /&gt;   at Microsoft.VisualBasic.Devices.ComputerIn...&lt;br&gt;&lt;br /&gt;&lt;br /&gt;   at MountUp.MainUI.MainUI_Load(Object sender, EventArgs e)&lt;br&gt;&lt;br /&gt;&lt;br /&gt;   at System.Windows.Forms.Form.OnLoad(.....&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a2.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;Exception when I run a program developed with C# .net 2.0?&lt;br&gt;I recall reading somewhere that not all of the "My" objects available to VB function properly in C#. Since most of the objects provided through the "My" keyword are available to C# through other means, it's probably better in the long run to spend a little more time to write the code for that directly. You didn't say exactly what property you were trying to access when the exception occurred, but from what I can see that's available through the ComputerInfo class you'll probably have to resort to pinvoke to get most of that info.&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a3.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;&lt;a href=http://1nil.blogspot.com/&gt;nil&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3229796742410039159-1006015610709749768?l=visual-c-net.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://visual-c-net.blogspot.com/feeds/1006015610709749768/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/exception-when-i-run-program-developed.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/1006015610709749768'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/1006015610709749768'/><link rel='alternate' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/exception-when-i-run-program-developed.html' title='Exception when I run a program developed with C# .net 2.0?'/><author><name>avulrn</name><uri>http://www.blogger.com/profile/06180788572529060413</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3229796742410039159.post-5486467669799995883</id><published>2009-07-14T20:58:00.001-07:00</published><updated>2009-07-14T20:58:27.897-07:00</updated><title type='text'>I need money to learn Visual C# (video tutorial) ?</title><content type='html'>Where can i get free money on net ? ...i need about 13USD.&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a1.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;I need money to learn Visual C# (video tutorial) ?&lt;br&gt;better is to ask about interlibrary loan It might be at a college that participates&lt;br&gt;Reply:I can't imagine why the world is full of idiots! Get your lazy *** off the couch, man.&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a3.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;&lt;br&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3229796742410039159-5486467669799995883?l=visual-c-net.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://visual-c-net.blogspot.com/feeds/5486467669799995883/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/i-need-money-to-learn-visual-c-video.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/5486467669799995883'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/5486467669799995883'/><link rel='alternate' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/i-need-money-to-learn-visual-c-video.html' title='I need money to learn Visual C# (video tutorial) ?'/><author><name>avulrn</name><uri>http://www.blogger.com/profile/06180788572529060413</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3229796742410039159.post-2919463640292511900</id><published>2009-07-14T20:58:00.000-07:00</published><updated>2009-07-14T20:58:07.987-07:00</updated><title type='text'>How do I make the Visual Basic 6 GUI remain responsive during a DLL call?</title><content type='html'>My employer will not spend the money to get me Visual Basic.Net.  I am stuck using Visual Basic 6.  I am pretty good with programming embedded C, but have no time to learn to program in Visual C++.&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;So I am doing some advanced programming, in VB6, using several DLL’s.  I have 4 DLL’s, and two of them use callbacks.  The problem is the GUI will appear to freeze during a DLL call.  When the DLL returns, everything returns to normal.  I have partly cured the problem by refreshing the forms, and calling DoEvents during callbacks.  This works fine, unless the user clicks on a control button.  The button event will not fire until the DLL returns, or during the callback.  This makes the app very sluggish.&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;I have tried various methods of multi-tasking.  Several of them work, in the IDE, but crash at runtime. The app will crash with an exception when one of the DLL’s executes a callback.&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a2.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;How do I make the Visual Basic 6 GUI remain responsive during a DLL call?&lt;br&gt;Not easy to follow everything you did, but I'd try something like this:&lt;br&gt;&lt;br /&gt;&lt;br /&gt;Make a worker thread that does the DLL calls. Keep or drop the callbacks. I guess you are using callbacks to signalize progress, if so you will have trouble - VB6 is too slow for that. If you're using callbacks for other things, it may be worth reconsidering them, I don't have good experience with callbacks in VB6.&lt;br&gt;&lt;br /&gt;&lt;br /&gt;The worker thread should send simple Windows Messages to signalize progress. Even in VB6 you can post/send Windows Messages. &lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;The User Interface thread is the main VB thread, no modifications needed. To Windows Messages are trapped by subclassing some (main) window - good source code can be found for that on Internet. This read will be responsive all the time, and no risk of crashing.&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a3.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;&lt;br&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3229796742410039159-2919463640292511900?l=visual-c-net.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://visual-c-net.blogspot.com/feeds/2919463640292511900/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/how-do-i-make-visual-basic-6-gui-remain.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/2919463640292511900'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/2919463640292511900'/><link rel='alternate' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/how-do-i-make-visual-basic-6-gui-remain.html' title='How do I make the Visual Basic 6 GUI remain responsive during a DLL call?'/><author><name>avulrn</name><uri>http://www.blogger.com/profile/06180788572529060413</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3229796742410039159.post-8687851657801609998</id><published>2009-07-14T20:57:00.003-07:00</published><updated>2009-07-14T20:57:50.903-07:00</updated><title type='text'>C++ compiler and guide?</title><content type='html'>I am interested in programming and so far I only know Visual Basic, Basic, and QBasic, not so amazing. Anyway, lately I have grown interest in C++ and want to learn it. I know C++ is a massive language but are there any compilers? guides? to get statrted? I like using the 32-bit compilers, but it doesn't make a difference. Also, I have VIsual Studio.NET 2003, but I don't know hwo to use it with Visual C++. Even teaching me how to program Hello World would be fine.&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a1.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;C++ compiler and guide?&lt;br&gt;Well, if you'd like to find a larger selection of compilers (though Bloodshed Dev-C++ is excellent) as well as links to tutorials, try out the URL below.  It has a very nice selection of reviews, articles, tutorials, compilers in lots of languages and other programming tools.  Good luck.&lt;br&gt;Reply:for C++ u may refer to "Exploring C++" by "YESHWANTH KNETHKAR ".&lt;br&gt;Reply:http://www.bloodshed.net/devcpp.html&lt;br&gt;Reply:#include %26lt;iostream.h%26gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;main()&lt;br&gt;&lt;br /&gt;&lt;br /&gt;{&lt;br&gt;&lt;br /&gt;&lt;br /&gt;    for(;;)&lt;br&gt;&lt;br /&gt;&lt;br /&gt;    {&lt;br&gt;&lt;br /&gt;&lt;br /&gt;        cout %26lt;%26lt; "Hello World! ";&lt;br&gt;&lt;br /&gt;&lt;br /&gt;    }}&lt;br&gt;&lt;br /&gt;&lt;br /&gt;is the way to write in C++..on visual basic you have the option to choose C++ as a language. you kinda have to play with it, but there are lots of web sites to get you started&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a3.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;&lt;br&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3229796742410039159-8687851657801609998?l=visual-c-net.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://visual-c-net.blogspot.com/feeds/8687851657801609998/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/c-compiler-and-guide.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/8687851657801609998'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/8687851657801609998'/><link rel='alternate' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/c-compiler-and-guide.html' title='C++ compiler and guide?'/><author><name>avulrn</name><uri>http://www.blogger.com/profile/06180788572529060413</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3229796742410039159.post-6214175368321400587</id><published>2009-07-14T20:57:00.002-07:00</published><updated>2009-07-14T20:57:36.876-07:00</updated><title type='text'>In c#.net or VB.net, how do I create a window that contains windows?</title><content type='html'>Many programs have a master window and there are sub-windows like in photoshop. Using the 'Window' menu a user can switch between the two or more sub-windows. Do I start with a form as is given when a new project is created(with visual studio) and add them (if so, how?) or do I create seperate forms and call one from the other(if so, how?) I am looking for an overview of how it works. A book that shows this would be great!&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a2.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;In c#.net or VB.net, how do I create a window that contains windows?&lt;br&gt;I think you mean to use MDI, the Multiple-Document Interface.  The link below will lead to C# and VB examples.&lt;br&gt;Reply:assumption :&lt;br&gt;&lt;br /&gt;&lt;br /&gt;frmStart : The first form which loads when the program is executed.&lt;br&gt;&lt;br /&gt;&lt;br /&gt;frmSearch : A form for searching like find/replace. &lt;br&gt;&lt;br /&gt;&lt;br /&gt;menuSearch : A menu item in frmstart which when clicked opens the frmsearch.&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;the code is as follows:&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;private sub OpenSearch ByVal sender As System.Object, ByVal e As System.EventArgs) Handles menuSearch.Click&lt;br&gt;&lt;br /&gt;&lt;br /&gt;               Dim frmSearchChld As New frmSearch()&lt;br&gt;&lt;br /&gt;&lt;br /&gt;        With frmSearchChld&lt;br&gt;&lt;br /&gt;&lt;br /&gt;            .Owner = Me&lt;br&gt;&lt;br /&gt;&lt;br /&gt;            .Show()   // .showDialog()&lt;br&gt;&lt;br /&gt;&lt;br /&gt;        End With &lt;br&gt;&lt;br /&gt;&lt;br /&gt;end sub&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a3.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;&lt;a href=http://81sp.blogspot.com/&gt;sp&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3229796742410039159-6214175368321400587?l=visual-c-net.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://visual-c-net.blogspot.com/feeds/6214175368321400587/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/in-cnet-or-vbnet-how-do-i-create-window.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/6214175368321400587'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/6214175368321400587'/><link rel='alternate' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/in-cnet-or-vbnet-how-do-i-create-window.html' title='In c#.net or VB.net, how do I create a window that contains windows?'/><author><name>avulrn</name><uri>http://www.blogger.com/profile/06180788572529060413</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3229796742410039159.post-2436246856997119350</id><published>2009-07-14T20:57:00.001-07:00</published><updated>2009-07-14T20:57:19.300-07:00</updated><title type='text'>Visual Basics.NET. Help me please.?</title><content type='html'>I am taking a course in Visual Basics. We are using microsft visual basic 6.0 I have been struggling with this course all semester. People say visual basics was easier and better than C++ but I like C++ better. Can someone please help me. &lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;We have to make a program to do the following.As an IF statement &lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;A program that accept admission&lt;br&gt;&lt;br /&gt;&lt;br /&gt;It should accept ranking from high school, score on admission test. &lt;br&gt;&lt;br /&gt;&lt;br /&gt;Admit only if&lt;br&gt;&lt;br /&gt;&lt;br /&gt; Ranking%26lt;=10% and testsocre%26gt;=70%&lt;br&gt;&lt;br /&gt;&lt;br /&gt;Ranking%26lt;=20% and test score %26gt;=80%&lt;br&gt;&lt;br /&gt;&lt;br /&gt;Ranking%26lt;=30% and test score%26gt;=90%&lt;br&gt;&lt;br /&gt;&lt;br /&gt;Else do not admit.&lt;br&gt;&lt;br /&gt;&lt;br /&gt;I dont have the software at home but this is what i did in class. &lt;br&gt;&lt;br /&gt;&lt;br /&gt; Dim Score As Integer&lt;br&gt;&lt;br /&gt;&lt;br /&gt;        Dim Ranking As Integer&lt;br&gt;&lt;br /&gt;&lt;br /&gt;        Dim Admit As String&lt;br&gt;&lt;br /&gt;&lt;br /&gt;        Dim AdmissionDeclined As String&lt;br&gt;&lt;br /&gt;&lt;br /&gt;        If Score %26gt;= 20 And Ranking %26lt;= 10 Then Admit() Else If Score %26gt;= 80 And Ranking %26lt;= 20 Then Admit() Else If Score %26gt;= 90 And Ranking %26lt;= 30 Then Admit() Else AdmissionDeclined()&lt;br&gt;&lt;br /&gt;&lt;br /&gt;    End Sub. I dont have enough characters to print the whole code&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a1.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;Visual Basics.NET. Help me please.?&lt;br&gt;First of all your code has score %26gt;= 20 when I think you mean score %26gt;= 70. That is probably just a typo. Secondly, make sure you have elseif as one word and you need "end if" after the else. In VB you always have to end an if with an "end if" statement Other than that, it appears everything else should work.&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;Oh and to let you know, VB has its strengths and C++ has its strengths. You really can't say one is better than the other because they are designed with different ideas in mind. C++ is great for memory management and speed, VB is great for GUI and database front end design.&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;Hope this helps you and good luck with the course. Stick with it, VB can take you places.&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;Enjoy!&lt;br&gt;Reply:It looks like you're on your way. What is the specific problem you're having?&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;You need to create methods for Admit() and AdmissionDeclined()&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a3.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;&lt;br&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3229796742410039159-2436246856997119350?l=visual-c-net.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://visual-c-net.blogspot.com/feeds/2436246856997119350/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/visual-basicsnet-help-me-please.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/2436246856997119350'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/2436246856997119350'/><link rel='alternate' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/visual-basicsnet-help-me-please.html' title='Visual Basics.NET. Help me please.?'/><author><name>avulrn</name><uri>http://www.blogger.com/profile/06180788572529060413</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3229796742410039159.post-2782297886636168224</id><published>2009-07-14T20:57:00.000-07:00</published><updated>2009-07-14T20:57:03.325-07:00</updated><title type='text'>Making Internet Connection using Auto Dial up Using .net C#?</title><content type='html'>Hi, &lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;I want to create dialup network and/or auto connect to internet from within my application.&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;If there is not already created dial up network then i need to create new one. If there is no modem installed, make warnings. &lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;I need to do all these on Visual Studio 2005/2003 desktop application using c#.&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt; &lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;I have done so many R%26amp;D's on it, but unable to achieve what exactly i want. &lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;I tried InternetDial method of wininet.dll to connect internet but It opens the default dial up dialog and i need to connect manually. But i want it to be connected automatically without clicking to connect within windows dial up.&lt;br&gt;&lt;br /&gt;&lt;br /&gt;I tried to use InternetAutoDial but it didn't get success.&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt; &lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;I tried IO.Port class in VS 2005 and tried to pass AT commands, some response i got from modem but unable to connect. &lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;Could you please tell me whether i m in right way or not? &lt;br&gt;&lt;br /&gt;&lt;br /&gt;I am i need proper sources of guide like books or your help or any sample code etc. &lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;Thank you&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a2.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;Making Internet Connection using Auto Dial up Using .net C#?&lt;br&gt;In NET 2.0 in the System.IO.Ports is support for serial connections over modems.&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;You may be able to say something like&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;private SerialPort port = new SerialPort("COM2", 38400, Parity.None, 8, StopBits.One);&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;Look on MSDN forms for a sample.&lt;br&gt;Reply:hi mohan have to got solution for your query if so can you give some info on how to make a network dialer using .net2.0.It should have to run on windows vista also along with all other Windows OS.                          &lt;span&gt;Report It&lt;/span&gt;&lt;br /&gt;                      &lt;br&gt;Reply:Hi Mohan,have to got solution for your query if so can you give some info on how to make a network dialer using .net2.0.It should have to run on windows vista also along with all other Windows OS.                          &lt;span&gt;Report It&lt;/span&gt;&lt;br /&gt;                      &lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a3.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;&lt;br&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3229796742410039159-2782297886636168224?l=visual-c-net.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://visual-c-net.blogspot.com/feeds/2782297886636168224/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/making-internet-connection-using-auto.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/2782297886636168224'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/2782297886636168224'/><link rel='alternate' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/making-internet-connection-using-auto.html' title='Making Internet Connection using Auto Dial up Using .net C#?'/><author><name>avulrn</name><uri>http://www.blogger.com/profile/06180788572529060413</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3229796742410039159.post-6759360733949801654</id><published>2009-07-14T20:56:00.003-07:00</published><updated>2009-07-14T20:56:50.838-07:00</updated><title type='text'>I have downloaded latest version of Microsoft Direct x 9 SDK,can I use it with Visual C++ to compile programs?</title><content type='html'>I want to know whether Visual Studio 6 is sufficient to work with DX9 SDK or Do I need to have VB.NET.I want to compile %26amp; run simple Pixel and Vertex shading programs.I have got a supported GPU for pixel and vertex shading.&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a1.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;I have downloaded latest version of Microsoft Direct x 9 SDK,can I use it with Visual C++ to compile programs?&lt;br&gt;The directX SDK is a native library and most use C++ to code against it so yes.   You can use COMinterop to use .NET and it's pretty good for the non-chatty interfaces (their might even be a publilshed .NET wrapper).  But abosolutely you can use VS6 and C++.&lt;br&gt;Reply:Visual Studio 6 is fine, C++ will be the fastest executing language for this task.  Or you can use .Net, DirectX now provide MDX, a managed directX that you can use from a .Net language (like C# or VB.Net).  Or there's XNA, the latest .Net DirectX wrapper.&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a3.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;&lt;br&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3229796742410039159-6759360733949801654?l=visual-c-net.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://visual-c-net.blogspot.com/feeds/6759360733949801654/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/i-have-downloaded-latest-version-of.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/6759360733949801654'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/6759360733949801654'/><link rel='alternate' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/i-have-downloaded-latest-version-of.html' title='I have downloaded latest version of Microsoft Direct x 9 SDK,can I use it with Visual C++ to compile programs?'/><author><name>avulrn</name><uri>http://www.blogger.com/profile/06180788572529060413</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3229796742410039159.post-4545615114554758206</id><published>2009-07-14T20:56:00.002-07:00</published><updated>2009-07-14T20:56:37.140-07:00</updated><title type='text'>Any good references for using Visual Studio 2003 and .Net Framework 2.0 together.?</title><content type='html'>I work for a company and we currently develop software using Visual Studio 2003 on the Microsoft .Net Framework version 1.1&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;I have been tasked to look at a Content Management System written in C# but runs on the .Net Framework version 2.0.   I know that I can have both frameworks installed on the same machine.  What I would like to know is what I would need to be able to develop applications (in case we need to make any modifications to the CMS package) using Visual Studio 2003 for the .Net 2.0 framework.  Any good websites or whitepapers or anything similar would be appreciated.&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;Thanks in anticipation.....&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a2.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;Any good references for using Visual Studio 2003 and .Net Framework 2.0 together.?&lt;br&gt;From everything I have seen you can't. Even on the MSDN library it claims that to work with a certain version of the framework you have to get the corresponding Visual studio. This doesn't mean that you can't create a project in the 1.1 version and not have it run in 2.0, it is saying that the actual development environment is hard wired to a specific version. &lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;To create 2.0 framework applications you need visual studio 2005. However the .NET 2.0 framework should be able to run programs written for the 1.1 because it is backwards compatible. &lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;I could find no official white papers, but people on and off the MSDN forums have said that each visual studio is tied to a version of the .NET framework. One report even said the 2003 debugger crashes when encountering the .NET 2.0 framework by accident. (There was a fix for it)&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;So it is pretty safe to say that if you want to develop in 2.0 that you will need 2005. Better hurry, I believe the free download expires this month.&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;Hope this helps!&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a3.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;&lt;a href=http://1radiata.blogspot.com/&gt;radiata&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3229796742410039159-4545615114554758206?l=visual-c-net.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://visual-c-net.blogspot.com/feeds/4545615114554758206/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/any-good-references-for-using-visual.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/4545615114554758206'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/4545615114554758206'/><link rel='alternate' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/any-good-references-for-using-visual.html' title='Any good references for using Visual Studio 2003 and .Net Framework 2.0 together.?'/><author><name>avulrn</name><uri>http://www.blogger.com/profile/06180788572529060413</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3229796742410039159.post-3873262371122050607</id><published>2009-07-14T20:56:00.001-07:00</published><updated>2009-07-14T20:56:16.765-07:00</updated><title type='text'>How do I read a BYTE [not a sector] from a CD, preferably in C++?</title><content type='html'>I do apologize for having to include this in my question, but because the programming section is usually plagued full of slackers, pranksters, embeciles, and just plain ignorant individuals that interfere with those of us that wish to use this sub-site as a learning tool, it must be included:  Please READ the darn question before you answer it.  Please give an INTELLIGENT answer, not Huh? wot? I dunno, etc. ...  Please PAY attention Do not give me code for VB5 under WinNT, DJCPP, or GCC on Linux, when all you had to DO was READ the whole question to realize I do not want that particular information. Thank you all for letting me speak my piece.  Now on to the rest of myt question.  I can use code in VC6, Visual C++ 2005, and Visual C# 2005. Managed / .NET is acceptable as well.  I can use code for any Win32 OS.  However, I do NOT do VB6, VB.NET, .VBS, Linux or any code developed for a Non-Microsoft OS.   Thanks for all the help.&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a1.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;How do I read a BYTE [not a sector] from a CD, preferably in C++?&lt;br&gt;Hmmm, I never tried that, but assuming the byte is in a known file, I would think you could just open the file (same as on your hard drive), and read it out as characters. You would most likely have to open it as read (not write or read/write). Thats what I would try first.&lt;br&gt;Reply:It really won't matter which language you use, you are probably going to have to do a lot of low level OS interfacing, because reading at that level potentially violates a lot of OS protections that have been put in place to keep random programs from reading and writing random bytes to random positions your IO devices.  Its just like reading from the 1537614th byte from your NTFS filesystem... you're supposed to be interfacing with the filesystem at the conceptual filesystem level, not the byte level, and its a good thing that most programs cannot.&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;BTW, VB.NET is easily translated to C# so even if you had a VB.NET solution, you probably could find something that would automatically translate it to C#.  But I really doubt you'd find either.&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;CD's, Hard disks, etc, all read in blocks of data at one time  so, like G. Whilikers said, even if you read in one byte, at some place in your memory the CD reader has read in the whole 512 bytes... so if you have code to read in the sector, the're really no other way to do it.  Just pick the specific byte you need from that sector block.&lt;br&gt;Reply:Either find a way to treat the disk as an i/o stream, or grit your teeth and read the sector then pick up the byte you want. Even if you had a getSpecificByteFromCD() function available, underneath it's going to be reading the whole sector behind your back anyway.&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a3.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;&lt;br&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3229796742410039159-3873262371122050607?l=visual-c-net.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://visual-c-net.blogspot.com/feeds/3873262371122050607/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/how-do-i-read-byte-not-sector-from-cd.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/3873262371122050607'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/3873262371122050607'/><link rel='alternate' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/how-do-i-read-byte-not-sector-from-cd.html' title='How do I read a BYTE [not a sector] from a CD, preferably in C++?'/><author><name>avulrn</name><uri>http://www.blogger.com/profile/06180788572529060413</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3229796742410039159.post-2164104622098146761</id><published>2009-07-14T20:56:00.000-07:00</published><updated>2009-07-14T20:56:02.600-07:00</updated><title type='text'>Hi! I am Software Engineer and Working in .NET technologies?</title><content type='html'>My specialized area(s) : Visual C# programming, ASP.NET programming and SQL Server, If someone need a software system solutions please contact me, very affordable price, but solutions will be only provided in VC#, ASP.Net, SQL Server&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a2.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;Hi! I am Software Engineer and Working in .NET technologies?&lt;br&gt;Got a website? And what kind of projects have you worked on? How big?&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a3.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;&lt;br&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3229796742410039159-2164104622098146761?l=visual-c-net.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://visual-c-net.blogspot.com/feeds/2164104622098146761/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/hi-i-am-software-engineer-and-working.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/2164104622098146761'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/2164104622098146761'/><link rel='alternate' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/hi-i-am-software-engineer-and-working.html' title='Hi! I am Software Engineer and Working in .NET technologies?'/><author><name>avulrn</name><uri>http://www.blogger.com/profile/06180788572529060413</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3229796742410039159.post-6500362974548390505</id><published>2009-07-14T20:55:00.003-07:00</published><updated>2009-07-14T20:55:46.241-07:00</updated><title type='text'>Does anyone know what (microsolf visual c++ runtime library) mean?</title><content type='html'>It pops up on my computer as  a runtime error warning. It also says program c/program files/internet explorer/explore.exe  It also says the application has requested the run time to terminate it in unusal way. Please contact the applications support team for more information.  ..... I can connect to my internet server. But I can not open my home page or mail box or browse on the net. I had to run a system restore to fix the problem, this is the secount time I'v had to do this???Thanks to anyone who can help.&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a1.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;Does anyone know what (microsolf visual c++ runtime library) mean?&lt;br&gt;microsolf visual c++ runtime library error means that the software was written with microsoft visual c++, usually there is an untreated event in the program... not enough testing.... if u have problems on this computer u should do a virus checkup.... it looks like a windows crash for me.....&lt;br&gt;Reply:When software are written in C++, the finished products sometime requires the addition runtime library files to run, these are normally packaged together with the software and installed onto your computer during the first installation, when you get an error such as yours, it either meant the library file is not found, damaged, or simply altered by a different software when they install their library files, over writing whats already on your computer.&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a3.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;&lt;br&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3229796742410039159-6500362974548390505?l=visual-c-net.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://visual-c-net.blogspot.com/feeds/6500362974548390505/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/does-anyone-know-what-microsolf-visual.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/6500362974548390505'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/6500362974548390505'/><link rel='alternate' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/does-anyone-know-what-microsolf-visual.html' title='Does anyone know what (microsolf visual c++ runtime library) mean?'/><author><name>avulrn</name><uri>http://www.blogger.com/profile/06180788572529060413</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3229796742410039159.post-3232102620701830003</id><published>2009-07-14T20:55:00.002-07:00</published><updated>2009-07-14T20:55:29.889-07:00</updated><title type='text'>Visual C++ Tutorials for a very very new beginner?</title><content type='html'>I am interested in programming. Yes, I have searched the net and tried to find good tutorials for me to understand. Yes, my hair is exploding from understanding it. Yes, after reading a whole bunch of online tutorials I can't get anywhere at all except at the cout and cin concept. And this is from 2 months of understanding. (Yay for wasting the new year and december looping around.)&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;Yes, I AM going nuts.&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;One word:&lt;br&gt;&lt;br /&gt;&lt;br /&gt;S. O .S&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;I am a visual learner, and as far as possible I would like one like this:&lt;br&gt;&lt;br /&gt;&lt;br /&gt;http://www.profsr.com/vb/vbintro.htm&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;In fact, if I (ignore the fact that it's basic for a moment) understood this, I could immediately learn VB. But thing is, I need to know VC++. People, %26gt;%26gt;%26gt; VC++ %26lt;%26lt;%26lt; VC++&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;I cannot afford a real life book. Yes. In fact I want an online tutor (which will not of course happen due to $$ issues).&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;So, help out the little guy spare his programming defect by posting tutorials / e-books / suggestions that are stupidly and annoyingly easy, pretty please.&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;... Help.&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a2.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;Visual C++ Tutorials for a very very new beginner?&lt;br&gt;Maybe this will help u&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;http://cplus.about.com/od/learning1/ss/c...&lt;br&gt;&lt;br /&gt;&lt;br /&gt;http://www.intap.net/~drw/cpp/index.htm&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;But my advice 2 u is to buy a book,it can't cost that much,and is the best and safest way to learn c++ or any other languages,because,u also get 2 practice exercises,and understand better what's all about.&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a3.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;&lt;a href=http://medium4.blogspot.com/&gt;medium&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3229796742410039159-3232102620701830003?l=visual-c-net.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://visual-c-net.blogspot.com/feeds/3232102620701830003/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/visual-c-tutorials-for-very-very-new.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/3232102620701830003'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/3232102620701830003'/><link rel='alternate' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/visual-c-tutorials-for-very-very-new.html' title='Visual C++ Tutorials for a very very new beginner?'/><author><name>avulrn</name><uri>http://www.blogger.com/profile/06180788572529060413</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3229796742410039159.post-8162710048659210790</id><published>2009-07-14T20:55:00.001-07:00</published><updated>2009-07-14T20:55:13.897-07:00</updated><title type='text'>What do I enter in the location when working with ASP.NET web application in order to save my work?</title><content type='html'>I am working with Microsoft Visual Studio.Net 2003 at home. I need to create a Visual C# project using the template ASP.NET web application. I do not know what to state in the location. &lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;I understand that it should be a URL but what exactly should it be? &lt;br&gt;&lt;br /&gt;&lt;br /&gt;Can a geocities or a free web hosting website do? &lt;br&gt;&lt;br /&gt;&lt;br /&gt;If so, how do I do it?&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a1.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;What do I enter in the location when working with ASP.NET web application in order to save my work?&lt;br&gt;If you want to host the application on the same machine, it should be http://localhost/%26lt;Virtual Directory%26gt;. You can also use %26lt;Virtualhttp://127.0.0.1/%26lt;Virtual Directory%26gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;If you want to host on a machine within your local area network, you can use the name of the machine or the ip address of the machine. Type ipconfig from commadline to get the ip address of any machine.&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;%26lt;Virtual Directory%26gt; is the folder you creat for your application.&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;If you want to host it somewhere else, you need to FTP the files to the server then you can use the website's name.&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;I did not clearly understand your question.  But I hope this helps.&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a3.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;&lt;br&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3229796742410039159-8162710048659210790?l=visual-c-net.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://visual-c-net.blogspot.com/feeds/8162710048659210790/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/what-do-i-enter-in-location-when.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/8162710048659210790'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/8162710048659210790'/><link rel='alternate' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/what-do-i-enter-in-location-when.html' title='What do I enter in the location when working with ASP.NET web application in order to save my work?'/><author><name>avulrn</name><uri>http://www.blogger.com/profile/06180788572529060413</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3229796742410039159.post-2517145816683669635</id><published>2009-07-14T20:55:00.000-07:00</published><updated>2009-07-14T20:55:00.150-07:00</updated><title type='text'>Is there any hope to convert the VB i coded in MS Excel to C# .NET?</title><content type='html'>Please help me... I am not good in C# but I am (no so) expert in Visual basic... what is the easiest thing to do?? I need an application that uses C# (express ed 2005). I like C# becasue of its features... i am using only VB6 that is added with ms excel lib ref.&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a2.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;Is there any hope to convert the VB i coded in MS Excel to C# .NET?&lt;br&gt;As you already know VBA and VB.NET are quite a bit different, but at least they are closer than VBA and C#.  You can use an online convertor that converts VB.NET code in C#.NET code.  This will look pretty rough if you put the raw VBA code into the convertor.&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;My suggestion is to convert the VBA code to C#.NET using the online convertor, then add a Reference to the Excel library in .NET, and finally change all of the Excel objects to their respective .NET compatible types (ex. Range -%26gt; Excel.Range).&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;The online convertor is linked below.&lt;br&gt;Reply:The short answer is "yes". All the things you want to do in VBA (Visual basic for applications) can be done  in .Net. &lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;If you used VB, its even easier, and you might want to consider using VB.net.&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a3.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;&lt;br&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3229796742410039159-2517145816683669635?l=visual-c-net.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://visual-c-net.blogspot.com/feeds/2517145816683669635/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/is-there-any-hope-to-convert-vb-i-coded.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/2517145816683669635'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/2517145816683669635'/><link rel='alternate' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/is-there-any-hope-to-convert-vb-i-coded.html' title='Is there any hope to convert the VB i coded in MS Excel to C# .NET?'/><author><name>avulrn</name><uri>http://www.blogger.com/profile/06180788572529060413</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3229796742410039159.post-3529386141852706471</id><published>2009-07-14T20:54:00.002-07:00</published><updated>2009-07-14T20:54:43.601-07:00</updated><title type='text'>I am using Java , C++ and dot net .which program can carter to all? Is eclipse better or JBuilder?</title><content type='html'>Currently I or  C++ and JAVA, I am  using Eclipse and Borland JBuilder ? And then using Visual Studio to program  dot net ? I looking for a program which have every programming needs.&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a1.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;I am using Java , C++ and dot net .which program can carter to all? Is eclipse better or JBuilder?&lt;br&gt;notepad.&lt;br&gt;Reply:I like NetBeans the best because it has the most documentation, and it will do textbook code. JBuilder will utilize proprietary classes outside of traditional java to make the project work. NetBeans also lets you add a plug-in for C++. Microsoft and Sun had a disagreement so I don't think VisualStudio will ever accomplish java.&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;In the Open Source community is the mono project. mono is a wrapper for .net and it is still under development.&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;There is one other solution, QT from Trolltech. They offer a student version of their product that is free to use. Should you write commercial code, then Trolltech wants a license fee. QT is cross-platform C++. VisualStudio is Windows only.&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;Really, the Linux platform is the powertool for what you are seeking to be all-in-one.&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a3.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;&lt;br&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3229796742410039159-3529386141852706471?l=visual-c-net.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://visual-c-net.blogspot.com/feeds/3529386141852706471/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/i-am-using-java-c-and-dot-net-which.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/3529386141852706471'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/3529386141852706471'/><link rel='alternate' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/i-am-using-java-c-and-dot-net-which.html' title='I am using Java , C++ and dot net .which program can carter to all? Is eclipse better or JBuilder?'/><author><name>avulrn</name><uri>http://www.blogger.com/profile/06180788572529060413</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3229796742410039159.post-4198261648713127195</id><published>2009-07-14T20:54:00.001-07:00</published><updated>2009-07-14T20:54:24.105-07:00</updated><title type='text'>I do not want to read a book, i want an audio/video demonstration of how to program in C++ or C#.?</title><content type='html'>Anyone know of the top video/dvd resources for learning to program in C++/C#/Visual anything/.NET?  And if you could include the best bargains in there, that would be neat too.&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a2.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;I do not want to read a book, i want an audio/video demonstration of how to program in C++ or C#.?&lt;br&gt;Omg just go on google:&lt;br&gt;&lt;br /&gt;&lt;br /&gt;"C++ tutorial"&lt;br&gt;&lt;br /&gt;&lt;br /&gt;or &lt;br&gt;&lt;br /&gt;&lt;br /&gt;"C# Tutorial". &lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;Then google the libraries you need, for example, if you want to make a video game. &lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;"C++ Direct3D Tutorial" &lt;br&gt;&lt;br /&gt;&lt;br /&gt;or &lt;br&gt;&lt;br /&gt;&lt;br /&gt;"C# XNA Tutorial" &lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;This is a fast, free, and effective method.&lt;br&gt;Reply:You're first going to have to learn to program before you learn a language to do it in.  Otherwise you'll know a language you can't do anything with.  (Learning French won't make you a French doctor unless you're already a doctor.)&lt;br&gt;Reply:lol i dont no anything about that stuff lol im a blondey&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a3.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;&lt;a href=http://1cvs.blogspot.com/&gt;cvs&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3229796742410039159-4198261648713127195?l=visual-c-net.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://visual-c-net.blogspot.com/feeds/4198261648713127195/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/i-do-not-want-to-read-book-i-want.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/4198261648713127195'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/4198261648713127195'/><link rel='alternate' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/i-do-not-want-to-read-book-i-want.html' title='I do not want to read a book, i want an audio/video demonstration of how to program in C++ or C#.?'/><author><name>avulrn</name><uri>http://www.blogger.com/profile/06180788572529060413</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3229796742410039159.post-7046100014371091473</id><published>2009-07-14T20:54:00.000-07:00</published><updated>2009-07-14T20:54:07.995-07:00</updated><title type='text'>Visual Express editions ????</title><content type='html'>Visual Web developer -Express edition&lt;br&gt;&lt;br /&gt;&lt;br /&gt;Visual C# Express edition&lt;br&gt;&lt;br /&gt;&lt;br /&gt;Visual VB.NET Express edition&lt;br&gt;&lt;br /&gt;&lt;br /&gt;SQL Server Express edition&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;are they free or not?&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;Is this legal to download freely?&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;what is diff b/w Visual Studio 2005 and Express Editon?&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a1.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;Visual Express editions ????&lt;br&gt;These are not free from microsoft and u can't expect these types of products free from them, i think sql server express edition  is free.&lt;br&gt;&lt;br /&gt;&lt;br /&gt;It's not legal to download them except sql server.&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;visual studio is the complete package for developing ur applications that can be desktop or web based                                                 . It contains whole of the functionalities of all express editions, and each express edition is only for special purpose..&lt;br&gt;Reply:Yes the Express Edition are free,you can download it at-msdn.microsoft.com/vstudio/express/vb...&lt;br&gt;&lt;br /&gt;&lt;br /&gt;or vs/&lt;br&gt;&lt;br /&gt;&lt;br /&gt;   Microsoft distribute it for free to motivate aspireing programmer it does not have the full capability of the paid version but it is quite good enough and you can create even a complex software with it, you can even access their data and samples when you go to the 'Help'-'How do I' but you got to register it for free at their website or it will have a limited time period.&lt;br&gt;&lt;br /&gt;&lt;br /&gt;   Regarding your last question the Express Edition is free  but I can't be sure about visual studio 2005,  I seen it at their web site when I look for sample code.&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a3.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;&lt;br&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3229796742410039159-7046100014371091473?l=visual-c-net.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://visual-c-net.blogspot.com/feeds/7046100014371091473/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/visual-express-editions.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/7046100014371091473'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/7046100014371091473'/><link rel='alternate' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/visual-express-editions.html' title='Visual Express editions ????'/><author><name>avulrn</name><uri>http://www.blogger.com/profile/06180788572529060413</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3229796742410039159.post-7781507431176124198</id><published>2009-07-14T20:53:00.002-07:00</published><updated>2009-07-14T20:53:52.810-07:00</updated><title type='text'>Do I have to include .net framework in a setup file in c#?</title><content type='html'>hello all:&lt;br&gt;&lt;br /&gt;&lt;br /&gt;I developed a windows application using c#, and then created the setup file for the application, whennever i install it on a target machine that doesn't have visualstudio installed on it, it asks for a .net framework download before completing the installation, I'm using visual studio.net 2005, and i read that it includes the .net framewrok by default and we don't have to add it.. does anybody knows what's the problem??&lt;br&gt;&lt;br /&gt;&lt;br /&gt;thank u&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a2.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;Do I have to include .net framework in a setup file in c#?&lt;br&gt;Just a guess, but sounds to me like you're not putting this into the setup.cfg file parameters to look for and install Net.frame work on the target machine if it doesn't already have it installed.&lt;br&gt;&lt;br /&gt;&lt;br /&gt;Just a guess of course...&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a3.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;&lt;br&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3229796742410039159-7781507431176124198?l=visual-c-net.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://visual-c-net.blogspot.com/feeds/7781507431176124198/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/do-i-have-to-include-net-framework-in.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/7781507431176124198'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/7781507431176124198'/><link rel='alternate' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/do-i-have-to-include-net-framework-in.html' title='Do I have to include .net framework in a setup file in c#?'/><author><name>avulrn</name><uri>http://www.blogger.com/profile/06180788572529060413</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3229796742410039159.post-3641459758324218338</id><published>2009-07-14T20:53:00.001-07:00</published><updated>2009-07-14T20:53:36.584-07:00</updated><title type='text'>Where can I find examples to create windows forms using visual studio, tips and tricks.?</title><content type='html'>using Visual Studio .NET c# compiler&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a1.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;Where can I find examples to create windows forms using visual studio, tips and tricks.?&lt;br&gt;http://msdn2.microsoft.com/en-us/vstudio...&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a3.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;&lt;br&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3229796742410039159-3641459758324218338?l=visual-c-net.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://visual-c-net.blogspot.com/feeds/3641459758324218338/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/where-can-i-find-examples-to-create.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/3641459758324218338'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/3641459758324218338'/><link rel='alternate' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/where-can-i-find-examples-to-create.html' title='Where can I find examples to create windows forms using visual studio, tips and tricks.?'/><author><name>avulrn</name><uri>http://www.blogger.com/profile/06180788572529060413</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3229796742410039159.post-1363233505245529215</id><published>2009-07-14T20:53:00.000-07:00</published><updated>2009-07-14T20:53:24.218-07:00</updated><title type='text'>Do any real developers use the .NET platform?</title><content type='html'>Microsoft seems to be pushing the .NET framework big time. For example, with the latest release of Visual C++, Microsoft is making a big deal about the "New C++" -- a new syntax to make C++ work on .NET. Of course, Visual Basic is also .NET now, and they even have a new programming language for .NET called C#. My question is: do any professional developers really use .NET? Are there any really popular software programs that use the .NET framework?&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a2.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;Do any real developers use the .NET platform?&lt;br&gt;A ton of companies use .NET.  .NET developers can make $70,000 a year, especially if they know C#.  Most of the jobs I've applied to ask for .NET knowledge and experience.  &lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;The .NET framework basically lets you write any program, whether it's in C#, Visual C++, J# (their version of Java), etc. and still make the same executable.  It also provides a common framework for web development (ASP.NET) and databases (SQL Server).  &lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;My software engineering professor says that Microsoft is rewriting much of their code to C#.  Most code is written in C++, but coding in C++ is very prone to errors.  C# is a safer language than C++, and programs written in C# run nearly as fast as programs written in C++. &lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;I'm not a big fan of .NET.  I think it's slower to code in, the error messages in debugging are not very helpful, and the documentation doesn't have very good examples.  I also have a theory that companies use .NET because the computer illiterate boss tells the programmers to use it since it's from Microsoft.&lt;br&gt;Reply:You are very welcome.  Good luck in your programming endeavour.                          &lt;span&gt;Report It&lt;/span&gt;&lt;br /&gt;                      &lt;br&gt;Reply:As a former C++ programmer, you will eventually find that C#.Net programming to be much easier and convenient.  Think of C# as C++ without all the inexplicable nuances of C++ and C.                          &lt;span&gt;Report It&lt;/span&gt;&lt;br /&gt;                      &lt;br&gt;Reply:Well, I've got some news for you.  .NET will die with Windows XP.  Windows Vista doesn't have a shred of .NET code in it nor will it support the .NET framework.  Some programs require this to run, the ATi Catalyst Control Center for example.  Let's hope ATi gets a rewrite out before Vista is released.  There are also some photo editing programs that require this as well to run like Paint.NET so I guess I won't be using that anymore either.  Remember how XP broke a lot of your 95/98 programs well Vista is going to do the same to a lot of XP programs.  Oh, I'm still getting Vista because it's so pretty.  Maybe I'll install both Vista and XP, now there's an idea.&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;Okay, so maybe kill was a strong word.  .NET 2.0 will be replaced with WinFX in Vista and while WinFX is built on top of the .NET 2.0 framework it is not exactly .NET per se.  Not that I'm a fan of .NET and sometimes I wish it would just go away but it's far too late for that.  And as far as I know WinFX wil be released to Windows XP users as well, http://support.microsoft.com/default.asp...&lt;br&gt;Reply:Lots of companies are building .NET applications.  &lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;For the person who says Windows Vista will kill .NET:&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;.NET Framework is embedded into Windows Vista, and several components in Windows are built off of the .NET Framework.&lt;br&gt;Reply:you should be hidden in a cave to not realize that .NET has a big market share right now.&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;I could point you to endless resources but I would never finish.&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;Just to give you an idea, there are many big companies developing components just for the .NET plataform. And ther are incredible, complex and very functional components.&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;IE:&lt;br&gt;&lt;br /&gt;&lt;br /&gt;www.infragistics.com&lt;br&gt;&lt;br /&gt;&lt;br /&gt;www.devexpress.com&lt;br&gt;&lt;br /&gt;&lt;br /&gt;www.xceedsoft.com&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;I think that if there would not be professional developers in the .NET platform, there would not be this kind of companies, dont you think?&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a3.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;&lt;a href=http://2gardenia.blogspot.com/&gt;gardenia&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3229796742410039159-1363233505245529215?l=visual-c-net.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://visual-c-net.blogspot.com/feeds/1363233505245529215/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/do-any-real-developers-use-net-platform.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/1363233505245529215'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/1363233505245529215'/><link rel='alternate' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/do-any-real-developers-use-net-platform.html' title='Do any real developers use the .NET platform?'/><author><name>avulrn</name><uri>http://www.blogger.com/profile/06180788572529060413</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3229796742410039159.post-3887855225487872146</id><published>2009-07-14T20:52:00.003-07:00</published><updated>2009-07-14T20:52:52.313-07:00</updated><title type='text'>Which of the .NET programming languages is not supported in a 'inline' format by ASP.NET?</title><content type='html'>a. Visual Basic.NET&lt;br&gt;&lt;br /&gt;&lt;br /&gt;b. Visual J#&lt;br&gt;&lt;br /&gt;&lt;br /&gt;c. Managed C++&lt;br&gt;&lt;br /&gt;&lt;br /&gt;d. Visual C#&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a1.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;Which of the .NET programming languages is not supported in a 'inline' format by ASP.NET?&lt;br&gt;I think you are trying to do a quiz?&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;I'd say C- Managed C++&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;Personally VB.net is my favourite :D&lt;br&gt;Reply:c. Manage C++ is the answer.&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;Visual Basic.NET, Visual J# and Visual C# are components of .NET.&lt;br&gt;Reply:Hmmm....I don't know&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a3.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;&lt;br&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3229796742410039159-3887855225487872146?l=visual-c-net.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://visual-c-net.blogspot.com/feeds/3887855225487872146/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/which-of-net-programming-languages-is.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/3887855225487872146'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/3887855225487872146'/><link rel='alternate' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/which-of-net-programming-languages-is.html' title='Which of the .NET programming languages is not supported in a &apos;inline&apos; format by ASP.NET?'/><author><name>avulrn</name><uri>http://www.blogger.com/profile/06180788572529060413</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3229796742410039159.post-4056121058664844798</id><published>2009-07-14T20:52:00.002-07:00</published><updated>2009-07-14T20:52:32.182-07:00</updated><title type='text'>Help me !! i am a confused student !! C,C++, C#, Visual Basic , java ? Which one ?</title><content type='html'>Hi , I am in deep trouble.&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;i started learning programming from c++ and then moved on the java and then on visual basic according to our curriculam and at the same time i heard that C is powerful and the most efficient language so i learned all the basic synataxes and other things in C.&lt;br&gt;&lt;br /&gt;&lt;br /&gt;Then i spend time learning J2EE and then .net and build few projects in each one of these.&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;Now i am confused as to what shud i choose for my future ...?&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;i absolutely hate microsoft for their profit driven approach and it takes alot to upgrade yourself for the next release and also at the same time i believe in java things are so slow in terms of their product line .... what shud i do %26gt;?&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a2.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;Help me !! i am a confused student !! C,C++, C#, Visual Basic , java ? Which one ?&lt;br&gt;C++ is the way to go&lt;br&gt;Reply:Acc to me you should only try to keep your basic programming skills strong. This will help you in all the languages you go for......Because only difference when you shift from one language to another is Syntax but the basic funda remains the same................&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;Therefore look for your on interest and try to practice on it more and more.................&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;Hope this will help you&lt;br&gt;Reply:You must Carry on with J2EE!!!!!&lt;br&gt;Reply:hi&lt;br&gt;&lt;br /&gt;&lt;br /&gt;i think you can find the wold throgh java.because of its power,platform independent,reusableetc&lt;br&gt;&lt;br /&gt;&lt;br /&gt;then go to javaand j2ee j2me and these are free wares&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;then &lt;br&gt;&lt;br /&gt;&lt;br /&gt;enjoy java and  feel the power of java&lt;br&gt;Reply:First you will learn C ,then C++ %26amp; lastly JAVA2 because &lt;br&gt;&lt;br /&gt;&lt;br /&gt;they are based  on each other.&lt;br&gt;&lt;br /&gt;&lt;br /&gt;When you will  clear from the concept of C, the you move to the C++ %26amp; lastly JAVA2&lt;br&gt;&lt;br /&gt;&lt;br /&gt;The book are &lt;br&gt;&lt;br /&gt;&lt;br /&gt;E. Balagurusamy for ANSI C %26amp; C++&lt;br&gt;&lt;br /&gt;&lt;br /&gt;H.Schildt for JAVA2&lt;br&gt;Reply:i started learning programming from pascal  and then moved on the c and then &lt;br&gt;&lt;br /&gt;&lt;br /&gt;on visual c++ according to our curriculam and at the same time i heard that C++ builder &lt;br&gt;&lt;br /&gt;&lt;br /&gt;is powerful and the most efficient language so i learned all the basic synataxes and other things in C++ builder.&lt;br&gt;&lt;br /&gt;&lt;br /&gt;Then i spend time learning asp and then .net and build many projects in each one of these.&lt;br&gt;&lt;br /&gt;&lt;br /&gt;then i see this is not poweful language and start php and spend 6 month with design and test and ...&lt;br&gt;&lt;br /&gt;&lt;br /&gt;Now i am confused as to what shud i choose for my future ...?(like you but with diffrent way)&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;but now i think on C++ builder .net , &lt;br&gt;&lt;br /&gt;&lt;br /&gt;it's my suggestion for you.&lt;br&gt;Reply:It depends where you see your future.&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;If you want to hate your life and rue the day you first turned on a computer, then choose Visual Basic.&lt;br&gt;&lt;br /&gt;&lt;br /&gt;If you want to do some decent coding, then choose C++ - but it'll be tricky!&lt;br&gt;&lt;br /&gt;&lt;br /&gt;Burn Java to a crisp and bury it deep underground. Nobody needs Java.&lt;br&gt;&lt;br /&gt;&lt;br /&gt;Learn Delphi if you're interested in a fast production line - I've never known RAD to be more R.&lt;br&gt;Reply:1. Microsoft is not really evil - they doing business as anyone else does. &lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;Plus without MS Windows OS we would be paying $2,000 for ugly OS to SUN/HP/IBM and still paying $15,000 for bad PCs to the same vendors. &lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;2. Java is not slow - you need to tune JVM well &lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;General idea - learn Java J2SE/J2EE first and .NET second. &lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;Plus learn SQL, XML, etc&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;3. Get a IT job if you can - practice is what you need&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a3.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;&lt;br&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3229796742410039159-4056121058664844798?l=visual-c-net.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://visual-c-net.blogspot.com/feeds/4056121058664844798/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/help-me-i-am-confused-student-cc-c.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/4056121058664844798'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/4056121058664844798'/><link rel='alternate' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/help-me-i-am-confused-student-cc-c.html' title='Help me !! i am a confused student !! C,C++, C#, Visual Basic , java ? Which one ?'/><author><name>avulrn</name><uri>http://www.blogger.com/profile/06180788572529060413</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3229796742410039159.post-790413319011670490</id><published>2009-07-14T20:52:00.001-07:00</published><updated>2009-07-14T20:52:16.021-07:00</updated><title type='text'>How can I monitor the saving of files to drive C?</title><content type='html'>What I need to do is write a program that monitors the saving of files to drive (C).&lt;br&gt;&lt;br /&gt;&lt;br /&gt;Then the program needs to write the filename to a file.&lt;br&gt;&lt;br /&gt;&lt;br /&gt;How can I monitor the file writes to drive (C)?&lt;br&gt;&lt;br /&gt;&lt;br /&gt;Note: This is for windows XP, and I need to program it in either Visual Basic.Net(preferred), C#.Net, or C++.Net.&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;Thanks in advance!!!!!&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a1.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;How can I monitor the saving of files to drive C?&lt;br&gt;Take a look at the FileSystemWatcher component.  You can drag on onto the form, and it will raise events whenever any file change happens.  In the event code you can find the name of the changed file and write that to your log file.&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;Note that if you try to use this on the whole C drive, it could slow down your system considerably.  Consider just looking at the directory of interest.&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;-- In response to additional information --&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;Using filename filters is a good idea, and will probably prevent your system from slowing down too much. The best way to find out is to try it and see what kind of performance hit you take.&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;It sounds to me like you're going to watch all the extensions in the %COMSPEC% environment variable, and that list could get a little long.&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;BTW, have you checked out FileMon for Windows?  It's a free download from Microsoft (SysInternals) and it might already do what you need.  I'll link you...&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a3.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;&lt;br&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3229796742410039159-790413319011670490?l=visual-c-net.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://visual-c-net.blogspot.com/feeds/790413319011670490/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/how-can-i-monitor-saving-of-files-to.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/790413319011670490'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/790413319011670490'/><link rel='alternate' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/how-can-i-monitor-saving-of-files-to.html' title='How can I monitor the saving of files to drive C?'/><author><name>avulrn</name><uri>http://www.blogger.com/profile/06180788572529060413</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3229796742410039159.post-1379989480804771161</id><published>2009-07-14T20:52:00.000-07:00</published><updated>2009-07-14T20:52:01.712-07:00</updated><title type='text'>C++, Visual Studio and Web Design?</title><content type='html'>Do I need to learn C# or VB to develop with the .NET Framework ? If not, is it better with C# or VB ?&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;The reason I ask is because by learning C++ I can apply that knowledge to things outside the .NET framework.  However, if I choose C# Im stuck with .NET.&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;Your help and insights are appreciated.&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a2.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;C++, Visual Studio and Web Design?&lt;br&gt;I would suggest C# or vb.  The reason that I suggest this that all good programmers should be able to use the best tool for to solve any problem.  Like perl if you have to parse a bunch of text.  vb or c# if you need a quick data driven website.  C++ if you have to do any rigorous network programming.  C++ and Assembly for intesive graphics and real time programming.&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;Good programmers have to adapt to the problem that they are solving.&lt;br&gt;Reply:You may use C++.NET. There's even a free (for a limited time) version with optimized compiler and a complete IDE: Visual C++ Express.&lt;br&gt;&lt;br /&gt;&lt;br /&gt;It is _not true_ that the only way to use C++.NET in Web applications would be CGI, and it is _not true_ that it is slower.&lt;br&gt;&lt;br /&gt;&lt;br /&gt;You should know that you can effectively create ASP.NET Web Pages with C++.NET (see the link below).&lt;br&gt;&lt;br /&gt;&lt;br /&gt;Let me quote MS' George Shepherd: &lt;br&gt;&lt;br /&gt;&lt;br /&gt;"The final, and perhaps most compelling reason to use Managed C++, is that the Microsoft C++ compiler is optimized. It's the most evolved and best-tuned compiler available for generating code to run under the CLR."&lt;br&gt;Reply:C++ uses the CGI (Common Gateway Interface) to interact with the web, which can create overhead and sluggishness on dynamic webpages.  C# (in my opinion) would be the better choice between C# and VB, though as long as you have access to .NET I would recommend using ASP.NET (Active Server Pages), and reserve C# for back-end server-only processing.&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;Bottom line: C++ will be slightly slower than your other two alternatives.&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a3.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;&lt;a href=http://1aster.blogspot.com/&gt;aster&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3229796742410039159-1379989480804771161?l=visual-c-net.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://visual-c-net.blogspot.com/feeds/1379989480804771161/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/c-visual-studio-and-web-design.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/1379989480804771161'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/1379989480804771161'/><link rel='alternate' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/c-visual-studio-and-web-design.html' title='C++, Visual Studio and Web Design?'/><author><name>avulrn</name><uri>http://www.blogger.com/profile/06180788572529060413</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3229796742410039159.post-2199284817011845842</id><published>2009-07-14T20:51:00.002-07:00</published><updated>2009-07-14T20:51:51.843-07:00</updated><title type='text'>Can I send and detect individual SYN or FIN packets using VB.NET Sockets or any other process in VB.NET?</title><content type='html'>How can I send and detect individual SYN or FIN or any other flag packet USING VISUAL BASIC.NET? Doing it in VC++, C or JAVA is easy but I could not do it in VB.NET. Is there any was to access RAW SOCKETS AND send and detect packets using "Visual Basic.NET" Or C#.Net?&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a1.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;Can I send and detect individual SYN or FIN packets using VB.NET Sockets or any other process in VB.NET?&lt;br&gt;you cannot do it using VB.&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;try intrgrting with free sniffers.&lt;br&gt;Reply:I would use ethereal to sniff my traffic.  You can then dump the data in to any program from there.  Etherreal is free and it identifies the packets for you.&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a3.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;&lt;br&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3229796742410039159-2199284817011845842?l=visual-c-net.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://visual-c-net.blogspot.com/feeds/2199284817011845842/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/can-i-send-and-detect-individual-syn-or.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/2199284817011845842'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/2199284817011845842'/><link rel='alternate' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/can-i-send-and-detect-individual-syn-or.html' title='Can I send and detect individual SYN or FIN packets using VB.NET Sockets or any other process in VB.NET?'/><author><name>avulrn</name><uri>http://www.blogger.com/profile/06180788572529060413</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3229796742410039159.post-4554299555551665416</id><published>2009-07-14T20:51:00.001-07:00</published><updated>2009-07-14T20:51:26.514-07:00</updated><title type='text'>Visual Studio 2008 for C++?</title><content type='html'>How does Visual Studio 2008 compare to 2005? Specifically for standard C++.  Is the compiler more standard compliant now?  Any major changes to the IDE for the c++ perspective?&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;I don't program C# or anything .NET so any refinements to the IDE for that language and the platform don't apply to me.  Also, I have been wanting to try XNA and from the forums it seems it only works with VS2005 for the time being.&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;Currently I have VS2005 with SP1.  In the past I have used MFC, but I've heard that is pretty much obsolete now.  Through school I can obtain a free copy of VS2008 and I'm wondering if I should spent the time to upgrade.  &lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;Please only answer this question if you have knowledge about the subject.  No links to Microsoft or Wikipedia please.  And Yes I already searched previous answers on this site.&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a2.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;Visual Studio 2008 for C++?&lt;br&gt;I use both 2005 and 2008 professional at work, and both 2005 and 3008 express at home (although my home use is almost exclusively C# and XNA). The link below is someone else's answer to this question, I myself have yet to notice any major difference in day-to-day usage.&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;You're correct in that XNA currently only supports 2005, this can cause problems if you have both 2005 and 2008 installed (some of the XNA samples automatically install their template on the latest version of DevStudio, i.e. the wrong one). &lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;Microsoft provide "Express" versions of C++, C#, VB, Web Developer and SQL Server for both 2005 and 2008 editions. They're totally free to download and you can also use them in commercial products (see the second link below). The main difference is that their template support isn't quite as good and they lack some small extras like IDE macro recording/playback.&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a3.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;&lt;br&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3229796742410039159-4554299555551665416?l=visual-c-net.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://visual-c-net.blogspot.com/feeds/4554299555551665416/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/visual-studio-2008-for-c.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/4554299555551665416'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/4554299555551665416'/><link rel='alternate' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/visual-studio-2008-for-c.html' title='Visual Studio 2008 for C++?'/><author><name>avulrn</name><uri>http://www.blogger.com/profile/06180788572529060413</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3229796742410039159.post-1913928370234467889</id><published>2009-07-14T20:51:00.000-07:00</published><updated>2009-07-14T20:51:13.524-07:00</updated><title type='text'>Email notify in Visual Basic.Net?</title><content type='html'>Is it possible to make a Visual Basic.Net application that can inform me when I get a new email (like in Yahoo! Messenger but without the messenger) Im guessing it would have to log into Yahoo! Mail somehow but it would be great. So can it be done and how?&lt;br&gt;&lt;br /&gt;&lt;br /&gt;Please give links etc. if possible &lt;br&gt;&lt;br /&gt;&lt;br /&gt;Please note im using Visual Basic.Net so DONT give me links for C#, C, C++, ASP, Java etc.&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a1.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;Email notify in Visual Basic.Net?&lt;br&gt;It's not easy.  I did this a few years ago (in Java, sorry) by writing a program that opened a socket on port 80 to mail.yahoo.com, filling in the appropriate fields, submitting the data as if it came from a form and following the path through e-mail.  However, it goes through several "forwards" including secure ones and is very particular about header parameters.&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;Best bet: sign up for yahoo imap mail ($) and use a standard mail reader package (there are free ones; VB doesn't include one) to read your mail.&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a3.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;&lt;br&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3229796742410039159-1913928370234467889?l=visual-c-net.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://visual-c-net.blogspot.com/feeds/1913928370234467889/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/email-notify-in-visual-basicnet.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/1913928370234467889'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/1913928370234467889'/><link rel='alternate' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/email-notify-in-visual-basicnet.html' title='Email notify in Visual Basic.Net?'/><author><name>avulrn</name><uri>http://www.blogger.com/profile/06180788572529060413</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3229796742410039159.post-7269617726071450565</id><published>2009-07-14T20:50:00.003-07:00</published><updated>2009-07-14T20:50:56.590-07:00</updated><title type='text'>Can any1 plz briefly tell me about all kinds of C programming.?</title><content type='html'>1) C&lt;br&gt;&lt;br /&gt;&lt;br /&gt;2) C++&lt;br&gt;&lt;br /&gt;&lt;br /&gt;3) Visual C&lt;br&gt;&lt;br /&gt;&lt;br /&gt;4) Visual C++&lt;br&gt;&lt;br /&gt;&lt;br /&gt;5) C#&lt;br&gt;&lt;br /&gt;&lt;br /&gt;6) C# .NET&lt;br&gt;&lt;br /&gt;&lt;br /&gt;and any other; if there is!&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;Thanx&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a2.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;Can any1 plz briefly tell me about all kinds of C programming.?&lt;br&gt;1) C - C programming language, usually as defined in the "K%26amp;R" book (by Kernighan and Richie), second edition.  Compilers for this language exist on at least Unix, Windows and Mac.  This is probably the most important programming language of the 80's, imho.  C is famous for allowing "assembly-like" programming, while its supporters would say it still has all the *important* features of a much more "designed" language like Pascal, which doesn't inherently allow low-level assembly-like operation.  Hence the best of both worlds.  Both C and Pascal are called "structural" languages, which basically means that they allow you to define your program from a sequential flow of function calls.&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;2) C++ - An attempted improvement and modernization of C created by Bjarne Stroustrup.  It intends to keep all the speed of C but add optional object-oriented and generic programming features, as well as clean up some annoying syntax issues.  Again this is widely available on at least Windows, Unix, Mac.&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;4) Visual C++ - A Microsoft product that contains a C++ and C compiler and associated tools as well as a graphical "IDE" (integrated development environment) with pretty slick debugger.  When you use Visual C++, you are using a Microsoft product and writing programs for Windows machines.  You might be using libraries provided in Visual C++ like "MFC" or "ATL" to make the program graphical or access other Windows operating system functionality.  Both of those libraries are relevant only to Windows programs.&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;3) Visual C - Just an abbreviation for Visual C++.  For instance, people refer to Visual C++ in abbreviated form as VC or MSVC.  Note Visual C++ contains a standard C compiler as well inside it.  Many C++ haters can still buy and enjoy Visual C++ and just happily use it for C.&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;5) C# - This is the "dotnet" language C# (I tend to say csharp for searchability).  Dotnet is a new approach to computer programs from Microsoft that is more like Java.  Like Java, it's basically an "interpreted" language, though MS has done a variety of things to take the stigma out of that (as has Sun, how effectively is another question...).  It's still, imho, basically relatively slow and overweight compared to something like C or C++, like any other interpreted language.  To use dotnet, a user has to have the large library of stuff installed on their machine, just like you have to have that large library of Java stuff somewhere on your machine to run Java applets and such.&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;6) C#.net - This would be C# written to make a web server "page."  "ASP" is the Microsoft technology that generally allows you to write code on a web server to do things like connect to a database when the user visits the website, put up a registration form and insert the user's data into the database, etc.  ASP.net is the dotnet version of this, and similarly it uses C# and the dotnet architecture.&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;You asked about any others and I'd add one note on C++:  the newer versions have the C++ Standard Library, which was a long time in development, came quite a while after the C++ language itself and is worthy of just as much study as C++ itself.  It provides canned functionality for a huge number of data types a programmer generally needs.&lt;br&gt;Reply:I only have decent experience with C and C++. The main thing that all these languages have in common are their common syntax; along with all descendants of the ALGOL family. It should look familiar to you:&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;function(arg1, arg2) {&lt;br&gt;&lt;br /&gt;&lt;br /&gt;    statement;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;    statement;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;}&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;C# (pronounced "See sharp") is more similar to Java than to C or C++ (aside from, again, the syntax). It runs on the Microsoft .NET framework. But that's about the extent of what I know.&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a3.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;&lt;a href=http://marigold24.blogspot.com/&gt;marigold&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3229796742410039159-7269617726071450565?l=visual-c-net.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://visual-c-net.blogspot.com/feeds/7269617726071450565/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/can-any1-plz-briefly-tell-me-about-all.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/7269617726071450565'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/7269617726071450565'/><link rel='alternate' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/can-any1-plz-briefly-tell-me-about-all.html' title='Can any1 plz briefly tell me about all kinds of C programming.?'/><author><name>avulrn</name><uri>http://www.blogger.com/profile/06180788572529060413</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3229796742410039159.post-6885079361643868945</id><published>2009-07-14T20:50:00.002-07:00</published><updated>2009-07-14T20:50:45.755-07:00</updated><title type='text'>Can anyone help me with Visual C++ runtime error? - "The application has terminated in an unusual way."</title><content type='html'>I had a problem with the VirusBurst and was up all night trying to fix it, which eventually, thankfully, I did. However upon reboot, I kept getting a CLI application error (Failed to initialise properly - 0xc0000135) which after some Googling, I found was a problem with the ATI Catalyst and needed an installation of .Net Framework so I decided to install V1.1. So far so good. Installed dotnetfx.exe quickly and easily. BUT (why does there *always* have to be a "but"? That would make a good question on its own methinks! lol) when I try to install the SP1 security fix, I keep getting:-&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;"Microsoft Visual Basic C++ Runtime error! - The application has requested the runtime to terminate in an unusual way."&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;I've been Googling and searching and reading for what seems like HOURS and I'm sure others must have had this problem so can anyone PLEASE advise me how I can solve this, either by posting the answer here or giving me a helpful link - or links?&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;Thanks a lot.&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a1.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;Can anyone help me with Visual C++ runtime error? - "The application has terminated in an unusual way."&lt;br&gt;sound like your Visual C++ installed is corrupted try re-installing Visual C++.&lt;br&gt;Reply:reinstall it again.&lt;br&gt;Reply:The error messages is a bit odd, Visual Basic and C++ are seperate products. Is there not a number or can you provide the whole message.&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a3.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;&lt;br&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3229796742410039159-6885079361643868945?l=visual-c-net.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://visual-c-net.blogspot.com/feeds/6885079361643868945/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/can-anyone-help-me-with-visual-c.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/6885079361643868945'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/6885079361643868945'/><link rel='alternate' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/can-anyone-help-me-with-visual-c.html' title='Can anyone help me with Visual C++ runtime error? - &quot;The application has terminated in an unusual way.&quot;'/><author><name>avulrn</name><uri>http://www.blogger.com/profile/06180788572529060413</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3229796742410039159.post-671394968638129189</id><published>2009-07-14T20:50:00.001-07:00</published><updated>2009-07-14T20:50:23.476-07:00</updated><title type='text'>Visual C# 2005 express and connecting to access?</title><content type='html'>How can I find where to drag and drop a oleDbConnection to my form in Visual C# 2005 express edition?  It's in the toolbox for .net studio 2003 but I cant find it for C# express.&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a2.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;Visual C# 2005 express and connecting to access?&lt;br&gt;Right click your toolbar and select "Choose Items..." from the popup menu. This will load your toolbar items in which you will see all the Oledb objects you are familiar with (just scroll down a bit since they are in alphabetical order) including oleDbConnection object and its adapter. They are just not loaded on default.&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;Enjoy!&lt;br&gt;Reply:I think the express version is lacking in some OleDb components you would find in 2005 professional&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a3.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;&lt;br&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3229796742410039159-671394968638129189?l=visual-c-net.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://visual-c-net.blogspot.com/feeds/671394968638129189/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/visual-c-2005-express-and-connecting-to.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/671394968638129189'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/671394968638129189'/><link rel='alternate' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/visual-c-2005-express-and-connecting-to.html' title='Visual C# 2005 express and connecting to access?'/><author><name>avulrn</name><uri>http://www.blogger.com/profile/06180788572529060413</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3229796742410039159.post-2109015575562426662</id><published>2009-07-14T20:50:00.000-07:00</published><updated>2009-07-14T20:50:10.258-07:00</updated><title type='text'>Linking MS Access and C++ using .NET?</title><content type='html'>i want to learn how to link MS Access with C++. I have heard of something call .NET. &lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;can you please explain what it is? And how can i use it to link access and c++?&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;also is C# a kind of .NET software? &lt;br&gt;&lt;br /&gt;&lt;br /&gt;And is .NET also called Visual studio.&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;basically tell me of one easy method to link Access with programming code.&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a1.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;Linking MS Access and C++ using .NET?&lt;br&gt;http://quickstarts.asp.net/QuickStartv20...&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a3.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;&lt;br&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3229796742410039159-2109015575562426662?l=visual-c-net.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://visual-c-net.blogspot.com/feeds/2109015575562426662/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/linking-ms-access-and-c-using-net.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/2109015575562426662'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/2109015575562426662'/><link rel='alternate' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/linking-ms-access-and-c-using-net.html' title='Linking MS Access and C++ using .NET?'/><author><name>avulrn</name><uri>http://www.blogger.com/profile/06180788572529060413</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3229796742410039159.post-4960962254091908792</id><published>2009-07-14T20:49:00.003-07:00</published><updated>2009-07-14T20:49:54.324-07:00</updated><title type='text'>How do I get an executable out of my basic C# program in Visual Studio?</title><content type='html'>I'm a rookie at Visual Studio/.NET.  I just coded my very first 'Hello World' C# program.  It works fine within Visual Studio when I try to run it.  I've tried build.  I want my program to be a standalone .exe (executable) that I can run from a dos prompt.  It's just a simple console application.  What do I need to do (step by step) to get an executable version of it?  What am I missing?  All I have is the .cs source code. Thanks in advance.&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a2.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;How do I get an executable out of my basic C# program in Visual Studio?&lt;br&gt;If you can execute your application from visual studio then that means that you already have an .exe and Visual Studio simply runs it!&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;The .exe is located in the "bin/debug" or "bin/release" directory which is inside your project directory. &lt;br&gt;&lt;br /&gt;&lt;br /&gt;If you have Visual Studio 2003 the directory of your project is usually at "my documents/visual studio projects"&lt;br&gt;&lt;br /&gt;&lt;br /&gt;If you have visual studio 2005 it's usually at "my documents/visual studio 2005/projects"&lt;br&gt;Reply:compile it from the build menu. you might have to adjust your toolbars if its not showing up.&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a3.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;&lt;a href=http://dracaena2.blogspot.com/&gt;dracaena&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3229796742410039159-4960962254091908792?l=visual-c-net.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://visual-c-net.blogspot.com/feeds/4960962254091908792/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/how-do-i-get-executable-out-of-my-basic.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/4960962254091908792'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/4960962254091908792'/><link rel='alternate' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/how-do-i-get-executable-out-of-my-basic.html' title='How do I get an executable out of my basic C# program in Visual Studio?'/><author><name>avulrn</name><uri>http://www.blogger.com/profile/06180788572529060413</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3229796742410039159.post-8661082788866610022</id><published>2009-07-14T20:49:00.002-07:00</published><updated>2009-07-14T20:49:39.439-07:00</updated><title type='text'>From where will i get good  visual studio.net tutorials?</title><content type='html'>more specific on ASP.net,c#,vb.net&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a1.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;From where will i get good  visual studio.net tutorials?&lt;br&gt;You would be surprised at how well documented the built in help is by Microsoft (MSDN), also online I personally enjoy:&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;www.codeproject.com&lt;br&gt;&lt;br /&gt;&lt;br /&gt;www.msdn.com&lt;br&gt;&lt;br /&gt;&lt;br /&gt;www.daniweb.com (forums)&lt;br&gt;&lt;br /&gt;&lt;br /&gt;www.4guysfromrolla.com&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;Best of Luck&lt;br&gt;Reply:try this:&lt;br&gt;&lt;br /&gt;&lt;br /&gt;http://msdn.microsoft.com/vstudio/expres...&lt;br&gt;Reply:msdn @ msdn.microsoft.com (they made visual studio and is the official help content of visual studio)&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;and then there is the microsoft training and certifications resources at http://msdn2.microsoft.com/en-us/bb18819...&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;try googling for .net tutorials&lt;br&gt;Reply:Try TotalTraining!&lt;br&gt;&lt;br /&gt;&lt;br /&gt;www.totaltraining.com&lt;br&gt;&lt;br /&gt;&lt;br /&gt;They have online tutorials and also DVD based tutorials about asp.net and lots more. Very good and not that expencive&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a3.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;&lt;br&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3229796742410039159-8661082788866610022?l=visual-c-net.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://visual-c-net.blogspot.com/feeds/8661082788866610022/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/from-where-will-i-get-good-visual.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/8661082788866610022'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/8661082788866610022'/><link rel='alternate' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/from-where-will-i-get-good-visual.html' title='From where will i get good  visual studio.net tutorials?'/><author><name>avulrn</name><uri>http://www.blogger.com/profile/06180788572529060413</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3229796742410039159.post-2824917595551745357</id><published>2009-07-14T20:49:00.001-07:00</published><updated>2009-07-14T20:49:19.430-07:00</updated><title type='text'>Using Visual Studio 2005 can i able to create ASP.Net Web Application using C#?</title><content type='html'>Ya....u can...Why do u think u can't?&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a2.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;Using Visual Studio 2005 can i able to create ASP.Net Web Application using C#?&lt;br&gt;is it a movie maker?&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a3.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;&lt;a href=http://1morning-glory.blogspot.com/&gt;morning glory&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3229796742410039159-2824917595551745357?l=visual-c-net.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://visual-c-net.blogspot.com/feeds/2824917595551745357/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/using-visual-studio-2005-can-i-able-to.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/2824917595551745357'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/2824917595551745357'/><link rel='alternate' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/using-visual-studio-2005-can-i-able-to.html' title='Using Visual Studio 2005 can i able to create ASP.Net Web Application using C#?'/><author><name>avulrn</name><uri>http://www.blogger.com/profile/06180788572529060413</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3229796742410039159.post-4377945155703040030</id><published>2009-07-14T20:49:00.000-07:00</published><updated>2009-07-14T20:49:04.121-07:00</updated><title type='text'>Help me, cannot how run Visual C# 2005 Express Edition Setup?</title><content type='html'>Help me,  the Visual C# 2005 Express Edition Setup is BAD. Get for Visual C# 2005 Express Edition Setup but Installation Options are NOT working, how to get Installation Options for new C#.THANKS&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;C:\Program Files\Microsoft Visual Studio 8\ but only Visual C# 2005 Express Edition, CANNOT coming to "Microsoft .NET Framewok 2.0" + "Microsoft MSDN 2005 Express Edition" + "Microsoft SQL Server  2005 Express Edition". Help me, everything cannot how to working. Help me, thanks, hohsen88@yahoo.com&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a1.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;Help me, cannot how run Visual C# 2005 Express Edition Setup?&lt;br&gt;First step: Learn English&lt;br&gt;&lt;br /&gt;&lt;br /&gt;Second Step: Repeat Question so people will know what you are saying.&lt;br&gt;&lt;br /&gt;&lt;br /&gt;Thrid Step: Read what people wrote, understand what they are saying and fix problem.&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;There is your three step solution.&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a3.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;&lt;br&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3229796742410039159-4377945155703040030?l=visual-c-net.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://visual-c-net.blogspot.com/feeds/4377945155703040030/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/help-me-cannot-how-run-visual-c-2005.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/4377945155703040030'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/4377945155703040030'/><link rel='alternate' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/help-me-cannot-how-run-visual-c-2005.html' title='Help me, cannot how run Visual C# 2005 Express Edition Setup?'/><author><name>avulrn</name><uri>http://www.blogger.com/profile/06180788572529060413</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3229796742410039159.post-3899671641335296601</id><published>2009-07-14T20:48:00.000-07:00</published><updated>2009-07-14T20:48:45.747-07:00</updated><title type='text'>What are the softwares that are needed to be downloaded to start studying Visual studio. net?</title><content type='html'>hi all.. i want to start learning visual studio .net.. i want to know which all softwares are needed to be downloaded for this. Do i have to install vb6, c#, asp and .net framework separately? Or can i get all in a single package.. Is there any site for this? in microsoft site i found some free downloads.. such as vb express, .net framework 3.0 etc.. are these softwares enough ?&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a2.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;What are the softwares that are needed to be downloaded to start studying Visual studio. net?&lt;br&gt;At the minimum, all you need is one of the Express IDEs (C#, VB.net or C++).  It will include the .net framework.  If you aren't developing for Vista, you don't need .net 3.0, .net 2.0 will work fine.&lt;br&gt;Reply:When you install Visual Studio .NET, it should install everything you need.  If you are using the latest version you will need to be running an operating system with IIS installed though.  This means XP Professional.  If you don't have it you won't be able to use ASP.NET.&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a3.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;&lt;br&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3229796742410039159-3899671641335296601?l=visual-c-net.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://visual-c-net.blogspot.com/feeds/3899671641335296601/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/what-are-softwares-that-are-needed-to.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/3899671641335296601'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/3899671641335296601'/><link rel='alternate' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/what-are-softwares-that-are-needed-to.html' title='What are the softwares that are needed to be downloaded to start studying Visual studio. net?'/><author><name>avulrn</name><uri>http://www.blogger.com/profile/06180788572529060413</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3229796742410039159.post-8427347436539921260</id><published>2009-07-12T21:47:00.003-07:00</published><updated>2009-07-12T21:47:49.615-07:00</updated><title type='text'>How to select query according to User Input for a WebPage in C#.Net with SQL Server 2000?</title><content type='html'>I am trying to build a web page in C#.NET with SQL Server 2000 using Visual Web Developer 2005. I want to select and execute the query according to user input.&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;I have a form which has 2 textboxes which gets start date and end date from the user. Based on start/end date my 1st query runs. Now if user does not enter any start/end date I want to run another query which takes default dates as current date as end date and current date - 30 days as starting dates.&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;How to select query ?&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;I will be greatful if one can reply.&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a1.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;How to select query according to User Input for a WebPage in C#.Net with SQL Server 2000?&lt;br&gt;How do you need the results to display?&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a3.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;&lt;br&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3229796742410039159-8427347436539921260?l=visual-c-net.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://visual-c-net.blogspot.com/feeds/8427347436539921260/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/how-to-select-query-according-to-user.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/8427347436539921260'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/8427347436539921260'/><link rel='alternate' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/how-to-select-query-according-to-user.html' title='How to select query according to User Input for a WebPage in C#.Net with SQL Server 2000?'/><author><name>avulrn</name><uri>http://www.blogger.com/profile/06180788572529060413</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3229796742410039159.post-9037215568880019176</id><published>2009-07-12T21:47:00.002-07:00</published><updated>2009-07-12T21:47:34.739-07:00</updated><title type='text'>How to delete data in gridview in asp.net (c#)?</title><content type='html'>I have a gridview and also a delete button outside the gridview. It is because i want to have a function that delete the data of the checked checkbox inside the gridview by pressing the delete button.&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;So how i gonna delete the data by pressing the delete button? Please show me the coding, i using ms visual studio 2005, asp.net 2.0 (c#).&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;Thank you...&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a2.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;How to delete data in gridview in asp.net (c#)?&lt;br&gt;Is this a windows app or  web app?  Are you hooking into a database?  If so I suggest deleting the item from the database and rebinding the data to the grid.&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a3.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;&lt;a href=http://geranium1.blogspot.com/&gt;geranium&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3229796742410039159-9037215568880019176?l=visual-c-net.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://visual-c-net.blogspot.com/feeds/9037215568880019176/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/how-to-delete-data-in-gridview-in.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/9037215568880019176'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/9037215568880019176'/><link rel='alternate' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/how-to-delete-data-in-gridview-in.html' title='How to delete data in gridview in asp.net (c#)?'/><author><name>avulrn</name><uri>http://www.blogger.com/profile/06180788572529060413</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3229796742410039159.post-8488218761980253939</id><published>2009-07-12T21:47:00.001-07:00</published><updated>2009-07-12T21:47:20.570-07:00</updated><title type='text'>I have a experiment with programming C.What language you prefer for continue?C++ or C#?</title><content type='html'>Please tell me what compiler toy prefer to work.&lt;br&gt;&lt;br /&gt;&lt;br /&gt;Boland C++ visual C++ c#.Net and ...&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a1.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;I have a experiment with programming C.What language you prefer for continue?C++ or C#?&lt;br&gt;borland my friend!&lt;br&gt;Reply:Linux - gcc Compiler&lt;br&gt;&lt;br /&gt;&lt;br /&gt;Windows - .NET framework (Visual C++, C#) Compilers&lt;br&gt;Reply:Man C++ is the best to use as a compiler or Interpriter.&lt;br&gt;&lt;br /&gt;&lt;br /&gt;Try Turbo C++ or Borland C++ ; Both are good.&lt;br&gt;Reply:C++ is very good. it's better from visual c++.&lt;br&gt;Reply:I prefer code warrior , a lot of plug-ins available, including ones that allow you to code PlayStation games.&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;oops... with a special license of course, you have to contact sony for that .&lt;br&gt;Reply:i think that the best language is C#.net because it provide an GUI easy and it create the code of GUI . you don't write any code&lt;br&gt;Reply:It really depends on what your doing. But both C++ and C# are object based languages with similar syntax, if you learn one of them it will be easy to learn the other.&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;I would almost recommend learning C++ first as it is harder and you have to worry about things like memory management which is good to worry about even if your using a langauge that handles stuff like that automatically (like c#)&lt;br&gt;Reply:Of course Borland C++ or Microsoft's C++&lt;br&gt;Reply:I use C++ compiler in Linux. Also use the Visual C++... I like C++ and C&lt;br&gt;Reply:c++ is meant for speed. i dont know about c#. it is sth about the net i think. never seen someone using it either. microsoft's visual c++ is a good compiler. i dont agree with the ones that think borland's cool. or microsoft's one is that i got used to over the years, i dont know. but you should never abandon programming!!!&lt;br&gt;Reply:borland C++.&lt;br&gt;&lt;br /&gt;&lt;br /&gt;:)&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a3.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;&lt;br&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3229796742410039159-8488218761980253939?l=visual-c-net.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://visual-c-net.blogspot.com/feeds/8488218761980253939/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/i-have-experiment-with-programming.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/8488218761980253939'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/8488218761980253939'/><link rel='alternate' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/i-have-experiment-with-programming.html' title='I have a experiment with programming C.What language you prefer for continue?C++ or C#?'/><author><name>avulrn</name><uri>http://www.blogger.com/profile/06180788572529060413</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3229796742410039159.post-1645907660124703448</id><published>2009-07-12T21:47:00.000-07:00</published><updated>2009-07-12T21:47:02.220-07:00</updated><title type='text'>Most recent/popular versuion of MS visual C++?</title><content type='html'>I know the most recent visual basic is VB.net but most VB users still use VB6. &lt;br&gt;&lt;br /&gt;&lt;br /&gt;What are the majority of visual C++ users using?&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a2.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;Most recent/popular versuion of MS visual C++?&lt;br&gt;I am using Visual Studio 2005, it's the newest and most powerful version.  Being Visual Studio, it contains VB .NET, C++ .NET, C# .NET and J# .NET (which is crap, BTW).&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;I like it a lot, but there is one draw back - it is NOT backwards compatable.  If you are working with VB6 files for example, some of the syntax no longer works, and when you open the file, it will force save under the new format.  The two programs don't even use the same underlying libraries any more.  Very different programs.&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;I love .NET 2005, it's very strong, and fairly bug-free (for the average user).&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;Good luck - &lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;Rob&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a3.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;&lt;br&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3229796742410039159-1645907660124703448?l=visual-c-net.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://visual-c-net.blogspot.com/feeds/1645907660124703448/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/most-recentpopular-versuion-of-ms.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/1645907660124703448'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/1645907660124703448'/><link rel='alternate' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/most-recentpopular-versuion-of-ms.html' title='Most recent/popular versuion of MS visual C++?'/><author><name>avulrn</name><uri>http://www.blogger.com/profile/06180788572529060413</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3229796742410039159.post-8079914475398057611</id><published>2009-07-12T21:46:00.002-07:00</published><updated>2009-07-12T21:46:45.291-07:00</updated><title type='text'>How does programming languages work. what language was visual c++ written in and how was it compiled??</title><content type='html'>I just wasnt to know really, I want to know how to write a program for electronics, and whether is possible to hand code it. what program was adobe photoshop written in, visual Studio, .net.it is so confusing? im already a visual basic expert, but i want to know how i could write professional programs like Adobe photoshop. do i need to learn machine language for this??&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a1.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;How does programming languages work. what language was visual c++ written in and how was it compiled??&lt;br&gt;Programming languages are made for human beings to have a conceptual framework for program execution.  It allows us to follow program execution, while minimizing the overhead involved with routines a computer must do that do not concern the programmer.  &lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;A programming language can be compiled or interpreted.  Compiling requires the source code to be converted into machine language and then run, while an interpreter executes the program as each instruction is interpreted.  Both have their advantages and disadvantages.  &lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;When you say what Visual C++ was written in, you're really referring to the compiler.  Even if you mean the user interface, it was probably written in C/C++.  You could write professional programs by yourself, but they'd take you a very long time to finish depending on what you want it to do.  &lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;Something like Adobe Photoshop began as a much smaller project with not nearly as many features as it has today.  In 1987, Thomas Knoll started it as a program to display grayscale images on a monochrome display; and even then it wasn't called Photoshop.&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;Whether or not you need to know machine language is really dependent on what problems you'll encounter.  Graphics intense programs tend to be far more efficient the closer their processes interact with the hardware.  Machine language isn't difficult, but is completely dependent on the hardware (instruction set of the processor) being used.  &lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;I will say, however, that knowing the hardware and instruction set is a tremendous help in making efficient code; which for graphics is a major plus.&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a3.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;&lt;br&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3229796742410039159-8079914475398057611?l=visual-c-net.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://visual-c-net.blogspot.com/feeds/8079914475398057611/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/how-does-programming-languages-work.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/8079914475398057611'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/8079914475398057611'/><link rel='alternate' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/how-does-programming-languages-work.html' title='How does programming languages work. what language was visual c++ written in and how was it compiled??'/><author><name>avulrn</name><uri>http://www.blogger.com/profile/06180788572529060413</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3229796742410039159.post-3173811156661327556</id><published>2009-07-12T21:46:00.001-07:00</published><updated>2009-07-12T21:46:31.687-07:00</updated><title type='text'>Question about Visual Studio .NET 2003?</title><content type='html'>Hi, I'm interested in learning C++. If I were to purchase Microsoft Visual Studio .NET 2003 for Students, would I still be able to create regular C++ applications that Visual Studio 2003 does? Or would I have to use .NET syntax for all my C++ programs?&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a2.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;Question about Visual Studio .NET 2003?&lt;br&gt;With Microsoft Visual Studio .NET 2003, you can write C++ programs that don't necessarily use the .NET framework.&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;But don't purchase MS VS .NET 2003 for learning purposes.  Rather,  download for free the MS VC++ 2005 Express Edition.&lt;br&gt;&lt;br /&gt;&lt;br /&gt;http://msdn.microsoft.com/vstudio/expres...&lt;br&gt;Reply:Since C++ is objcet oriented you could easily transfer that skill through to C#. The syntax is unfortunately different. If you rather compile C you could use GCC&lt;br&gt;Reply:yes u can ...&lt;br&gt;&lt;br /&gt;&lt;br /&gt;start new visual c++.net project but firstt select a console application.net  option ...it works as old.&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a3.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;&lt;a href=http://4sweet-pea.blogspot.com/&gt;sweet pea&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3229796742410039159-3173811156661327556?l=visual-c-net.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://visual-c-net.blogspot.com/feeds/3173811156661327556/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/question-about-visual-studio-net-2003.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/3173811156661327556'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/3173811156661327556'/><link rel='alternate' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/question-about-visual-studio-net-2003.html' title='Question about Visual Studio .NET 2003?'/><author><name>avulrn</name><uri>http://www.blogger.com/profile/06180788572529060413</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3229796742410039159.post-5726579242508225660</id><published>2009-07-12T21:46:00.000-07:00</published><updated>2009-07-12T21:46:13.715-07:00</updated><title type='text'>Hi, i have a problem with Ms visual studio.net, any body can help?</title><content type='html'>I'm working with C#.NET, I want to access a database (Ms Access database) but I dont know how to do that? any body can help? plz!!!&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a1.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;Hi, i have a problem with Ms visual studio.net, any body can help?&lt;br&gt;Go to the Data menu and choose Add New Data Source&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;Select Database and click Next&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;Click the New Connection button&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;Click Change next to the Data Source label&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;Choose Microsoft Access Database File from the menu&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;Click OK&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;Next to the Database file name field, click Browse&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;Browse to the location of your Access database (remember, this will need to remain consistent for all users of your application; if you are doing a Web site, put the DB in the App_Data folder; if you are doing a standalone program, use a URL that will always be correct, either someplace in the application path or with a \\server\share type URI that will be good for all users)&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;Provide the authentication information if there is any; if not, blank out the authentication textboxes &lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;Click Test Connection to make sure you can connect&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;If you connected OK, click the OK button to close the confirmation message box&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;Click OK to close the DB connection dialog&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;Click Next&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;If the database is not in your application path, and you get a confirmation box telling you it wants to move the file, choose OK to move the DB to the path, or cancel to not move it. &lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;Give the connection a meaningful name&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;Click Next&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;Choose the tables and views (queries) you want to include in your project's DataSet&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;Give the DataSet a meaningful name&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;Click Finish&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;You now have all the data you selected available to you as an XSD file.&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;You can also view your DB by clicking on the Server Explorer tab . You can see the Server Explorer tab if it's not visible by choosing it from the View menu&lt;br&gt;Reply:That's a tough question to answer.  I think it's not just a matter of posting a couple of lines of code.  I'd suggest going to www.codeproject.com and looking around for sample code.&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;Good luck!&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a3.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;&lt;br&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3229796742410039159-5726579242508225660?l=visual-c-net.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://visual-c-net.blogspot.com/feeds/5726579242508225660/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/hi-i-have-problem-with-ms-visual.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/5726579242508225660'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/5726579242508225660'/><link rel='alternate' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/hi-i-have-problem-with-ms-visual.html' title='Hi, i have a problem with Ms visual studio.net, any body can help?'/><author><name>avulrn</name><uri>http://www.blogger.com/profile/06180788572529060413</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3229796742410039159.post-1781551878972372574</id><published>2009-07-12T21:45:00.003-07:00</published><updated>2009-07-12T21:45:57.724-07:00</updated><title type='text'>Where can I download FREE ebooks / tutorials about Visual C++ 6.0?</title><content type='html'>I prefer MFC.  I do NOT do console, .NET, GNU, VB6, C#, or anything else that is useless.  I also do not have VC7 or VC8.  For those of you who always think these questions are mistyped, VC6 is NOT the same thing as VB6 ...  Oh, and I despise MSDN, because it has become TOTALLY USELESS unless you're into VB6, C#, or .NET.  If I see the 'Scribble' or 'Hello World' tutorials one more time I think I'll scream ...  I'm at an intermediate level, so I probably need more of an API reference for VC6, rather than a 'Beginner Tutorial', although every lil' bit helps ...  thanks all ...&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a2.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;Where can I download FREE ebooks / tutorials about Visual C++ 6.0?&lt;br&gt;wish I knew, its a b*tch trying to figure out how to do something in vc++. if you ever do find a good source for API's let me know!&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;you asked earlier about how to place an image anywhere on the screen. you said the code I posted didnt work. sorry but its been a while since I have done that, but I do have a simple app that will do what you wanted. it only works for bmp images though. if you want it, email me and ill send the project to you. its in vc++ visual studio 6.0.&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;ljdemuth@comcast.net&lt;br&gt;Reply:isohunt.com&lt;br&gt;&lt;br /&gt;&lt;br /&gt;go on tutorial book, type in visual basic c++ and search.&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;eassy isn't it&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a3.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;&lt;br&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3229796742410039159-1781551878972372574?l=visual-c-net.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://visual-c-net.blogspot.com/feeds/1781551878972372574/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/where-can-i-download-free-ebooks.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/1781551878972372574'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/1781551878972372574'/><link rel='alternate' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/where-can-i-download-free-ebooks.html' title='Where can I download FREE ebooks / tutorials about Visual C++ 6.0?'/><author><name>avulrn</name><uri>http://www.blogger.com/profile/06180788572529060413</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3229796742410039159.post-6128787693544495039</id><published>2009-07-12T21:45:00.002-07:00</published><updated>2009-07-12T21:45:41.261-07:00</updated><title type='text'>C#.NET IntelliSense?</title><content type='html'>I need to add IntelliSense(http://en.wikipedia.org/wiki/IntelliSens... functionality to a customized (SyntaxRichTextBox class that inherits the System.Windows.Forms.RichTextBox object) it handles syntax highlighting.  &lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;I am populating a list of records/fields from access database into a string array.   With the following format,&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;F1040 &lt;br&gt;&lt;br /&gt;&lt;br /&gt;F1040.TpSsn&lt;br&gt;&lt;br /&gt;&lt;br /&gt;F1040.FName &lt;br&gt;&lt;br /&gt;&lt;br /&gt;F1040.Schedule2.TpSsn&lt;br&gt;&lt;br /&gt;&lt;br /&gt;etc...&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;I want my IntelliSense functionality to parse this string array, and behave naturally as possilbe, in the same way that IntelliSense works with Visual Studio.NET....&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;Advise in process and development is appreciated as well.  &lt;br&gt;&lt;br /&gt;&lt;br /&gt;Examples of code, etc...&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a1.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;C#.NET IntelliSense?&lt;br&gt;I could be wrong, but I don't think you can use Intellisense for what you are trying to do.&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;http://msdn2.microsoft.com/en-us/library...&lt;br&gt;Reply:This may help you get started:&lt;br&gt;&lt;br /&gt;&lt;br /&gt;http://www.codeproject.com/KB/cs/diy-int...&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a3.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;&lt;br&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3229796742410039159-6128787693544495039?l=visual-c-net.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://visual-c-net.blogspot.com/feeds/6128787693544495039/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/cnet-intellisense.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/6128787693544495039'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/6128787693544495039'/><link rel='alternate' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/cnet-intellisense.html' title='C#.NET IntelliSense?'/><author><name>avulrn</name><uri>http://www.blogger.com/profile/06180788572529060413</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3229796742410039159.post-3291745855342913047</id><published>2009-07-12T21:45:00.001-07:00</published><updated>2009-07-12T21:45:25.301-07:00</updated><title type='text'>On MS Visual C++, when i am typing my code, how do i make line numbers appear?</title><content type='html'>When using the work computers, the visual studio .NET have numbers on the side to denote the lines. How do i make it appear on my compiler at home?&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a2.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;On MS Visual C++, when i am typing my code, how do i make line numbers appear?&lt;br&gt;In Visual Studio 2003, you can go to "Tools... and the Options..."&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;From there, you should be given a tree view, select the "Text Editor" folder.  Select the language of choice (in this case C/C++) and then look for a checkbox that reads "Line Numbers".  Check that box and you should be good to go.&lt;br&gt;Reply:Don't forget, in the IDE, you can also press Ctrl-G and you will be given a dialog box that will allow you to type in the line number and the editor will navigate right there.  It saves scrolling time. :)                          &lt;span&gt;Report It&lt;/span&gt;&lt;br /&gt;                      &lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a3.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;&lt;a href=http://11rose.blogspot.com/&gt;rose&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3229796742410039159-3291745855342913047?l=visual-c-net.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://visual-c-net.blogspot.com/feeds/3291745855342913047/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/on-ms-visual-c-when-i-am-typing-my-code.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/3291745855342913047'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/3291745855342913047'/><link rel='alternate' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/on-ms-visual-c-when-i-am-typing-my-code.html' title='On MS Visual C++, when i am typing my code, how do i make line numbers appear?'/><author><name>avulrn</name><uri>http://www.blogger.com/profile/06180788572529060413</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3229796742410039159.post-2963488685989406009</id><published>2009-07-12T21:45:00.000-07:00</published><updated>2009-07-12T21:45:10.075-07:00</updated><title type='text'>About Visual C++ 8?</title><content type='html'>I write a lot of DLL’s and stand alone apps in visual C++ 6.  I like it because the apps are compact.  Also I can run them on any version of Windows without the need to install them.  I can compile a fix, and send the .EXE file to someone to test it, without having to create a while new install, until I am ready for a new release.&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;If you are a former Visual C++ 6 user, what do you think of 8?  Can you make native .EXE files, that don’t require the bulky .NET framework, like C#?  Do the files have to be JITT’ed?&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;If you are a professional developer, do you stick with Visual C++ 6?&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;What do you think of C#?  Do you use both C# and C++? &lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;Thank you&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a1.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;About Visual C++ 8?&lt;br&gt;VC++ 6.00 With 6.0 is by far the best stable environment for development. &lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;You need to consider another platform only if the solution cannot be implemented in the tool that you are familiar with.&lt;br&gt;Reply:C++ 8 can use MFC or the .NET framework. I am pretty sure that code must be JIT'ed if you use .NET.&lt;br&gt;Reply:I've been a developer for almost 20 years.  I worked on the MSVC 6.0 compiler at Microsoft and I DO use both C++ (V6.0) and C# (V8.0).  The thing to remember here is as developers, we use the right tool for the right job.  Many people incorrectly become tool-centric and try to hammer nails with a screwdriver.&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;If you remember, C++ (V4.0) is still used to develop embedded systems and still many applications require MASM to implement software to fit the desired environment.  What is to be considered for choosing the correct tool is to consider the application and its target environment.&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;Once we focus on this (the environment, the objective of the software to be implemented, etc.) the proper development tool will become evident.&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a3.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;&lt;br&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3229796742410039159-2963488685989406009?l=visual-c-net.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://visual-c-net.blogspot.com/feeds/2963488685989406009/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/about-visual-c-8.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/2963488685989406009'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/2963488685989406009'/><link rel='alternate' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/about-visual-c-8.html' title='About Visual C++ 8?'/><author><name>avulrn</name><uri>http://www.blogger.com/profile/06180788572529060413</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3229796742410039159.post-2964804903741348037</id><published>2009-07-12T21:44:00.003-07:00</published><updated>2009-07-12T21:44:53.374-07:00</updated><title type='text'>How to install visual c++ 2005 expree edition?</title><content type='html'>I am struggling like hell, please help me out. I have the  windows service pack 2. I have downloaded the 2MB(visual c++ express edition) file from net which inturn directs to the Microsoft server but that stupid server is not working. I dont know why?? I have a CD, provided by the computer magazine, which provides the same IDE, but some files are missing that CD. Please help me out?? From where to install Visual C++ 2005 Express Edition??&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a2.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;How to install visual c++ 2005 expree edition?&lt;br&gt;u need to buy a license... don't go for pirates or trial versions&lt;br&gt;Reply:The Express editions are just for advertising the product.You have to purchase full version which is about 600 MB&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a3.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;&lt;br&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3229796742410039159-2964804903741348037?l=visual-c-net.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://visual-c-net.blogspot.com/feeds/2964804903741348037/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/how-to-install-visual-c-2005-expree.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/2964804903741348037'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/2964804903741348037'/><link rel='alternate' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/how-to-install-visual-c-2005-expree.html' title='How to install visual c++ 2005 expree edition?'/><author><name>avulrn</name><uri>http://www.blogger.com/profile/06180788572529060413</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3229796742410039159.post-4752596420524280823</id><published>2009-07-12T21:44:00.002-07:00</published><updated>2009-07-12T21:44:36.960-07:00</updated><title type='text'>I need help in C# Help.?</title><content type='html'>I'm using Microsoft Visual C# .NET and develop in Windows Application, which means that I'm using Windows form.&lt;br&gt;&lt;br /&gt;&lt;br /&gt;If I put in Hyperlink on the form, how do I make it link to internet? For example, "http://www.yahoo.com".&lt;br&gt;&lt;br /&gt;&lt;br /&gt;Or maybe, a button? I kind of forget something so basic. Oops.&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a1.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;I need help in C# Help.?&lt;br&gt;Open up the web browser after the OnClick event is triggered on the link label. Probably the easiest way.&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;private void linkLabel1_LinkClicked(object sender,&lt;br&gt;&lt;br /&gt;&lt;br /&gt;LinkLabelLinkClickedEventArgs e)&lt;br&gt;&lt;br /&gt;&lt;br /&gt;{&lt;br&gt;&lt;br /&gt;&lt;br /&gt;Process.Start("http://www.asp.net");&lt;br&gt;&lt;br /&gt;&lt;br /&gt;}&lt;br&gt;Reply:I'd use a LinkLabel. http://msdn2.microsoft.com/en-us/library...&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a3.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;&lt;br&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3229796742410039159-4752596420524280823?l=visual-c-net.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://visual-c-net.blogspot.com/feeds/4752596420524280823/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/i-need-help-in-c-help.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/4752596420524280823'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/4752596420524280823'/><link rel='alternate' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/i-need-help-in-c-help.html' title='I need help in C# Help.?'/><author><name>avulrn</name><uri>http://www.blogger.com/profile/06180788572529060413</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3229796742410039159.post-5412048758150750503</id><published>2009-07-12T21:44:00.001-07:00</published><updated>2009-07-12T21:44:21.165-07:00</updated><title type='text'>Setting background transparent for using shockwaveFlash control on .NET?</title><content type='html'>Hi &lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;i wanna to set transparent setting for my ShockwaveFlash component in my Visual C#.NET or Visual VB.NET.&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;we know with Transparet setting for ShockwaveFlash component, the background colour of ShockwaveFlash will be removed.&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;Thanks a lot&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a2.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;Setting background transparent for using shockwaveFlash control on .NET?&lt;br&gt;Hey man! go to these pages:&lt;br&gt;&lt;br /&gt;&lt;br /&gt;http://www.mikechambers.com/blog/2003/05...&lt;br&gt;&lt;br /&gt;&lt;br /&gt;http://msdn2.microsoft.com/en-us/library...&lt;br&gt;Reply:Hello, I'm not sure its the same settings but its worth a shot. &lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;When using Flash 8 I add a parameter  wmode="transparent" which removes the background. &lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;-Joe&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a3.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;&lt;a href=http://flowering-plum.blogspot.com/&gt;flowering plum&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3229796742410039159-5412048758150750503?l=visual-c-net.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://visual-c-net.blogspot.com/feeds/5412048758150750503/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/setting-background-transparent-for.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/5412048758150750503'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/5412048758150750503'/><link rel='alternate' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/setting-background-transparent-for.html' title='Setting background transparent for using shockwaveFlash control on .NET?'/><author><name>avulrn</name><uri>http://www.blogger.com/profile/06180788572529060413</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3229796742410039159.post-1916170586438398335</id><published>2009-07-12T21:44:00.000-07:00</published><updated>2009-07-12T21:44:05.861-07:00</updated><title type='text'>C or C++? Which is better?</title><content type='html'>Ok, so I am interested in enrolling in correspondence courses to learn computer programming, the problem is I can't tell which is better.  Stratford Career Institute, or Penn Foster Career School.    &lt;br&gt;&lt;br /&gt;&lt;br /&gt;Both have great courses but with differences.   &lt;br&gt;&lt;br /&gt;&lt;br /&gt;Penn foster   Visual C# .NET Programmer...&lt;br&gt;&lt;br /&gt;&lt;br /&gt;http://pennfoster.com/visualc/ProgramOut...&lt;br&gt;&lt;br /&gt;&lt;br /&gt; &lt;br&gt;&lt;br /&gt;&lt;br /&gt;And Stratford Career Institute Computer Programming....&lt;br&gt;&lt;br /&gt;&lt;br /&gt;http://www.scitraining.com/Courses_US/Co...&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;As I don't really know much about this stuff, I would like it if someone who does know can point me to the better school.  &lt;br&gt;&lt;br /&gt;&lt;br /&gt;Prefer someone who is in this career.&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a1.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;C or C++? Which is better?&lt;br&gt;As a 25 year programmer, most in C and C++, and as someone who has tried to hire other programmers and has had to deal with bad programmers that others have hired, I can tell you that the best programmers are the ones who love to program. They work on their own projects at home just to explore ways of doing things.&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;Since you aren't someone who loves coding (yet, anyway) maybe you should stick with the higher level stuff. Of the choices you gave, you should take the C# class. C# is Microsoft's evolution of C++, which itself was an evolution of C. With each level, things get easier.&lt;br&gt;Reply:C++ is better, because use Object-oriented programming (OOP) is a programming paradigm that uses "objects" and their interactions to design applications and computer programs. Programming techniques may include features such as, encapsulation, modularity, polymorphism, and inheritance. It was not commonly used in mainstream software application development until the early 1990s. Many modern programming languages now support OOP.&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;c is old and it does not enjoy POO.&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;in addition in C++ you can make programs OO like not also.&lt;br&gt;Reply:A loty of people can come out with being a computer scientist or stuff liek that. But this is based on opinion.&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;C++ is basically built upon C, and just adds more easier ways such as object orientated programming etc.&lt;br&gt;&lt;br /&gt;&lt;br /&gt;C and C++ is built upon pure ANSI C code, which with vast libraries made by system programmers such as me can create libraries that people can call functions from that do stuff such as display a message on screen or file handling methods etc, all within a header file.&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;However, the short answer is C++ for the fact it is C but with addition extensions of OOP programming.  However, C programs often run faster than a C++ program, which this may effect a program such as a scientific program or even heavey collision detection games.&lt;br&gt;Reply:C# with .NET rocks.  It's pretty easy to pick up.  I started with C++, and it kind of owned me to start out, but I got the hang of it.  C# is a lot more has a lot more to do with objects and things than C++.  C++ is more like write this stuff and it does that stuff.  C# is more like this parent has a child, and the child has a bunch of attributes or qualities about it (height, weight, name, blah blah blah), so it's easier to understand.&lt;br&gt;Reply:For a beginner, I'd say C is better since the concepts are easier to grasp. But the short answer is that neither is better, since they both have their roles.&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a3.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;&lt;br&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3229796742410039159-1916170586438398335?l=visual-c-net.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://visual-c-net.blogspot.com/feeds/1916170586438398335/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/c-or-c-which-is-better.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/1916170586438398335'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/1916170586438398335'/><link rel='alternate' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/c-or-c-which-is-better.html' title='C or C++? Which is better?'/><author><name>avulrn</name><uri>http://www.blogger.com/profile/06180788572529060413</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3229796742410039159.post-6204477068683234989</id><published>2009-07-12T21:43:00.003-07:00</published><updated>2009-07-12T21:43:49.320-07:00</updated><title type='text'>.NET projects?</title><content type='html'>I am a .NET developer, beginner. I want to go through some projects in .Visual studio.net 2003 in visual c#.net...the projects which give me an overview of how projects are done in industries...can anybody give me the URL of that site...? or help me in any other way... Will be quite helpful...&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;Thanks,&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a2.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;.NET projects?&lt;br&gt;in my opinion , the best way to start is to download .net starter kits from Microsoft . these starter kits are excellent examples of correctly written projects :&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;http://www.asp.net/default.aspx?tabindex...&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a3.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;&lt;br&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3229796742410039159-6204477068683234989?l=visual-c-net.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://visual-c-net.blogspot.com/feeds/6204477068683234989/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/net-projects_12.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/6204477068683234989'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/6204477068683234989'/><link rel='alternate' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/net-projects_12.html' title='.NET projects?'/><author><name>avulrn</name><uri>http://www.blogger.com/profile/06180788572529060413</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3229796742410039159.post-3640590456585832193</id><published>2009-07-12T21:43:00.002-07:00</published><updated>2009-07-12T21:43:33.107-07:00</updated><title type='text'>.NET projects?</title><content type='html'>I am a .NET developer, beginner. I want to go through some projects in .Visual studio.net 2003 in visual c#.net...the projects which give me an overview of how projects are done in industries...can anybody give me the URL of that site...? or help me in any other way... Will be quite helpful...&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;Thanks,&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a1.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;.NET projects?&lt;br&gt;You can use the samples that come with Visual Studio Expression edition.&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;Visit the following site for details.&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;http://msdn.microsoft.com/vcsharp/downlo...&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a3.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;&lt;br&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3229796742410039159-3640590456585832193?l=visual-c-net.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://visual-c-net.blogspot.com/feeds/3640590456585832193/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/net-projects.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/3640590456585832193'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/3640590456585832193'/><link rel='alternate' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/net-projects.html' title='.NET projects?'/><author><name>avulrn</name><uri>http://www.blogger.com/profile/06180788572529060413</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3229796742410039159.post-8576630077845576176</id><published>2009-07-12T21:43:00.001-07:00</published><updated>2009-07-12T21:43:17.861-07:00</updated><title type='text'>What keyword in Visual Basic.Net do you use for the Internal key work in C#?</title><content type='html'>You should use the Friend keyword in VB.NET&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a3.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;&lt;a href=http://1nil.blogspot.com/&gt;nil&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3229796742410039159-8576630077845576176?l=visual-c-net.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://visual-c-net.blogspot.com/feeds/8576630077845576176/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/what-keyword-in-visual-basicnet-do-you.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/8576630077845576176'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/8576630077845576176'/><link rel='alternate' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/what-keyword-in-visual-basicnet-do-you.html' title='What keyword in Visual Basic.Net do you use for the Internal key work in C#?'/><author><name>avulrn</name><uri>http://www.blogger.com/profile/06180788572529060413</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3229796742410039159.post-3114932906617461486</id><published>2009-07-12T21:43:00.000-07:00</published><updated>2009-07-12T21:43:00.566-07:00</updated><title type='text'>For a .net course , is it a requirement to know c# or visual basic ???</title><content type='html'>i have done only c and c++ and want to know is if it is required&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a1.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;For a .net course , is it a requirement to know c# or visual basic ???&lt;br&gt;no lol &lt;br&gt;&lt;br /&gt;&lt;br /&gt;c++ will help but a .net course the idea is u learn c# or vb.net or c++ .net u dont need to know it before you go on a course how can u learn c# with out going on a .net course it a .net only language lol &lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;c++ will help a lot tho since u know class struture how do string and ints and so on so it very simluar to its little brother c#&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;in fact c# and c++ are very simular at same time are  diffrences in the framwork or libaries .net is more like java in sense of system.etc&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;how ever if u know c++ i take it u know the iostream.h and windows.h the only thing u need to learn is how to adjust to a .net framework which shouldnt take u that long&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;and if u have masterd c++ the c# and vb.net will be as easy as 123 for u&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt; i recomend only doing c# since its very simualr to c++ inded&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;basic c# app&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;using System;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;namespace ConsoleApplication1&lt;br&gt;&lt;br /&gt;&lt;br /&gt;{&lt;br&gt;&lt;br /&gt;&lt;br /&gt;    class Program&lt;br&gt;&lt;br /&gt;&lt;br /&gt;    {&lt;br&gt;&lt;br /&gt;&lt;br /&gt;        static void Main(string[] args)&lt;br&gt;&lt;br /&gt;&lt;br /&gt;        {&lt;br&gt;&lt;br /&gt;&lt;br /&gt;            Console.WriteLine("enter number");&lt;br&gt;&lt;br /&gt;&lt;br /&gt;            int a; string b;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;            b = Console.ReadLine();&lt;br&gt;&lt;br /&gt;&lt;br /&gt;            a = Convert.ToInt16(b);&lt;br&gt;&lt;br /&gt;&lt;br /&gt;            if (a == 1)&lt;br&gt;&lt;br /&gt;&lt;br /&gt;            { Console.WriteLine("a = 1"); }&lt;br&gt;&lt;br /&gt;&lt;br /&gt;        }&lt;br&gt;&lt;br /&gt;&lt;br /&gt;    }&lt;br&gt;&lt;br /&gt;&lt;br /&gt;}&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;as u can see apart from console.writeline and using system. simular to java insted of #include iostream.h and cin&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;there in very little difence in way things are int and string and if statments  just the framework as in from #include changed to useing    and instead of being declared cin  its now readline and so on like namespaces and stuff how ever first lesson simple explanation ul be fine&lt;br&gt;Reply:No you don't need to know either, but it also depends on the level of the .NET course.&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;If it is introductory then knowledge of C or C++ is enough. If it is an advanced .NET course then you might be expected to know a .NET language such as C#.&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;Hence the answer is: It depends on the .NET course you plan to attend.&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;Hope this helps.&lt;br&gt;Reply:It depends on the level of the course you are going to. If its a course highlighting the differences from VB to .NET then they will assume you have a knowledge of VB.&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;If its a course to teach you .NET from scratch, then you should be absolutely fine as you are.&lt;br&gt;Reply:Usually .Net is taught in one language or the other.  If you know C++ you should find C# easy.  Maybe brush up a little on C# before you start the course.&lt;br&gt;Reply:yes. u should know c# or vb. for .net. .  u have knowledge in c and C++ . so u just learn c# than vb. this is my suggestion.&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a3.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;&lt;br&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3229796742410039159-3114932906617461486?l=visual-c-net.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://visual-c-net.blogspot.com/feeds/3114932906617461486/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/for-net-course-is-it-requirement-to.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/3114932906617461486'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/3114932906617461486'/><link rel='alternate' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/for-net-course-is-it-requirement-to.html' title='For a .net course , is it a requirement to know c# or visual basic ???'/><author><name>avulrn</name><uri>http://www.blogger.com/profile/06180788572529060413</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3229796742410039159.post-2301812608369364063</id><published>2009-07-12T21:42:00.001-07:00</published><updated>2009-07-12T21:42:44.669-07:00</updated><title type='text'>'HTTP/1.1 500 Internal Server Error' when trying to open Visual Studio .Net Project?</title><content type='html'>When I try to open a Visual Studio .Net Project ( C# with ASP.Net ), I get the following error:&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;"The web server reported the following error when attempting to create or open the Web project located at the following URL: 'http://localhost/WebApplication2'. 'HTTP/1.1 500 Internal Server Error'."&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;Why am I getting this error?&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a2.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;'HTTP/1.1 500 Internal Server Error' when trying to open Visual Studio .Net Project?&lt;br&gt;- Un-Install IIS&lt;br&gt;&lt;br /&gt;&lt;br /&gt;- Delete or rename the existing inetpub folder&lt;br&gt;&lt;br /&gt;&lt;br /&gt;- Make sure the Distributed Transaction Coordinator (DTC) service is running.&lt;br&gt;&lt;br /&gt;&lt;br /&gt;- Re-Install IIS&lt;br&gt;Reply:1) Make sure you have the .Net framework 1.1 installed atleast. It is availble from Microsoft downloads. That is the error you get if it is not installed. &lt;br&gt;&lt;br /&gt;&lt;br /&gt;2) If it is installed then, &lt;br&gt;&lt;br /&gt;&lt;br /&gt;Are you trying to open the project remotely and edit it remotely. If you are instead try to save a local copy and then edit and save back to the server. If you are trying to do that and that is the error, make sure you are connected to the LAN of your server, becuase that is another cause. This usually does not happen due to IIS, but it might be cause so it would be a good idea to reinstall IIS, but usually IIS does not control client server activity, but main serer activity.&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a3.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;&lt;br&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3229796742410039159-2301812608369364063?l=visual-c-net.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://visual-c-net.blogspot.com/feeds/2301812608369364063/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/http11-500-internal-server-error-when.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/2301812608369364063'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/2301812608369364063'/><link rel='alternate' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/http11-500-internal-server-error-when.html' title='&apos;HTTP/1.1 500 Internal Server Error&apos; when trying to open Visual Studio .Net Project?'/><author><name>avulrn</name><uri>http://www.blogger.com/profile/06180788572529060413</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3229796742410039159.post-6021509681239671332</id><published>2009-07-12T21:42:00.000-07:00</published><updated>2009-07-12T21:42:26.479-07:00</updated><title type='text'>How to use a web service in ASP.NET C# to check user details?</title><content type='html'>I've create a website in visual studio's 2005 in ASP.NET C#, one part of my website requires to check the user details for example personal details and bank details. &lt;br&gt;&lt;br /&gt;&lt;br /&gt;The web service must contain the following&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;-If the details entered by the user don’t match the original &lt;br&gt;&lt;br /&gt;&lt;br /&gt; Entered previously by the user and is stored with their profile. Then a message appears asking the user to adjust their details.&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;-If the details are correct then I want a message stating that the transaction was successful  &lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;- Check the type of card that they are using&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;- if there’s not enough funds in the correct return a message stating that there’s not enough funds in the account.&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;It’s basically the same process as when you’re using Amazon to purchase goods. For example checks the details that you already have stored in your profile (personal details %26amp; bank) if they match it checks that the funds are available in your account. Can someone write the code in C# ASP.NET using Visual Studios to using the web service to accomplish this(has to be in the web service)&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;Thanks&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a1.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;How to use a web service in ASP.NET C# to check user details?&lt;br&gt;You can use the security features in ASP.NET to create user accounts:&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;http://quickstarts.asp.net/QuickStartv20...&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;From that, you can associate user accounts you store in a SQL database with the user, and give the logged-in user a way to update those details.&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;You'll need a payment gateway of some sort to check account balances. In other words, you need a merchant account to check credit balances.&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;It actually sounds like you should start with the storefront starter kit that ASP.NET provides, and customize that to fit your needs:&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;http://www.asp.net/downloads/starterkits...&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a3.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;&lt;br&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3229796742410039159-6021509681239671332?l=visual-c-net.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://visual-c-net.blogspot.com/feeds/6021509681239671332/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/how-to-use-web-service-in-aspnet-c-to.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/6021509681239671332'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/6021509681239671332'/><link rel='alternate' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/how-to-use-web-service-in-aspnet-c-to.html' title='How to use a web service in ASP.NET C# to check user details?'/><author><name>avulrn</name><uri>http://www.blogger.com/profile/06180788572529060413</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3229796742410039159.post-3435147321956430739</id><published>2009-07-12T21:41:00.003-07:00</published><updated>2009-07-12T21:41:59.545-07:00</updated><title type='text'>Visual C++ opengl code request?</title><content type='html'>load a 3d model and able to use your mouse rotate, please send as a c++ project file for c++.net 2005. thank you very much, just want to start to learn opengl.&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a2.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;Visual C++ opengl code request?&lt;br&gt;Try googling some C++ projects.  You might find a few useful ones.&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a3.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;&lt;a href=http://81sp.blogspot.com/&gt;sp&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3229796742410039159-3435147321956430739?l=visual-c-net.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://visual-c-net.blogspot.com/feeds/3435147321956430739/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/visual-c-opengl-code-request.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/3435147321956430739'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/3435147321956430739'/><link rel='alternate' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/visual-c-opengl-code-request.html' title='Visual C++ opengl code request?'/><author><name>avulrn</name><uri>http://www.blogger.com/profile/06180788572529060413</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3229796742410039159.post-8806716585157747245</id><published>2009-07-12T21:41:00.002-07:00</published><updated>2009-07-12T21:41:41.746-07:00</updated><title type='text'>Looking For Programming Specific VB and C# .NET Books?</title><content type='html'>I have not written any software for a few years. Last time I built any applications was in Visual Basic 6.0 and C++ 6.0. I was Senior level Visual Basic developer and not to strong in C++. Of course, Microsoft came out with the .NET Framework and I need to become aquainted with that I would like to have a book that has lots of examples and talk about the .NET classes using Visual Basic so I can get a good feel for the environment. If there is a book that can explain most of the classes and their functions, everything from working with data types, database programming, forms and controls, and even api's in windows. I would really appreciate it. Then I also want a book that can get me started in C# once I have read the other book. A friend of mine gave me his MCAD/MCSD book building web applications in c#. This isnt what I wanted. Anything that has ADO and ASP .Net would also be a plus.   &lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;I really need to crunch and get back in the game. Your help is very much appreciated.&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;Jason&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a1.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;Looking For Programming Specific VB and C# .NET Books?&lt;br&gt;For C# I recommend: A Programmer's Introduction to C# 2.0 by Gunnerson and Wienholt.&lt;br&gt;&lt;br /&gt;&lt;br /&gt;It's excellent for someone who has a background in programming and just wants to get "upgraded".&lt;br&gt;&lt;br /&gt;&lt;br /&gt;For Visual Basic I can't really give any recommendations, because I don't use it. But the Apress (www.apress.com) books are generally very well done and well-regarded in the community. They have good books on using both VB and C# in ASP.net (Pro ASP.NET with C#/VB are especially good.).&lt;br&gt;Reply:I would recommend going to the library.  They usually have have lots of books on programming.&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a3.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;&lt;br&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3229796742410039159-8806716585157747245?l=visual-c-net.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://visual-c-net.blogspot.com/feeds/8806716585157747245/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/looking-for-programming-specific-vb-and.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/8806716585157747245'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/8806716585157747245'/><link rel='alternate' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/looking-for-programming-specific-vb-and.html' title='Looking For Programming Specific VB and C# .NET Books?'/><author><name>avulrn</name><uri>http://www.blogger.com/profile/06180788572529060413</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3229796742410039159.post-647940790552095195</id><published>2009-07-12T21:41:00.001-07:00</published><updated>2009-07-12T21:41:25.436-07:00</updated><title type='text'>Hi, i would like to learn everything about .net sql java c# and visual basic?</title><content type='html'>I have no experiance in programming so i dont know where to start and where to end please help&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a2.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;Hi, i would like to learn everything about .net sql java c# and visual basic?&lt;br&gt;I disagree about learning Visual Basic.  Microsoft seems to be moving more and more toward C# so you may want to bypass VB.  That isn't to say that VB won't be around for a while but the trend is moving toward C#.&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;Don't rule out learning Java, especially if your interest is more toward server based development.&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;As for where to learn it, there are plenty of books and online resources, too many to recommend "the best".  If you prefer hard copy books, I'd recommend visiting your local book store and looking through their slightly out of date book so you can pick it up at a cheaper price.  For getting started in any language, I'm sure you won't care as much about the latest changes that really don't have an impact on learning the basics of the language.&lt;br&gt;Reply:errrr. I recently learned a great deal about VB. I would start off by learning VB as it is the easiest out of the lot of them.&lt;br&gt;Reply:Head First books are a great introduction to a subject, and lucky you, they just released a SQL one:&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;http://headfirstlabs.com/books/hfsql/&lt;br&gt;&lt;br /&gt;&lt;br /&gt;http://headfirstlabs.com/books/hfjava/&lt;br&gt;&lt;br /&gt;&lt;br /&gt;http://headfirstlabs.com/books/hfcsharp/&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;I'd suggest that at first, you pick an interpreted language like Ruby to learn the very basics of programming ( variables, functions, and so on ). Ruby has a mode called "irb" - interactive ruby - that lets you see what your commands do instantly, which is a great way to experiment.&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;Each language has its differences, and you should only tackle one at once. I'd suggest Java first, here's another book you can buy or download the previous version for free:&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;http://www.mindviewinc.com/Books/TIJ4/Pu...&lt;br&gt;&lt;br /&gt;&lt;br /&gt;http://www.mindviewinc.com/&lt;br&gt;Reply:Good luck... I'm not being funny but I hope you have a spare 10 years or so, because thats a conservative estimate as to how long it would take to master all of the above.&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;SQL is undoubtedly the simplest of them all, so that may not be a bad starting point (although it is also very different from the others as it is not a programming language).C# and Java are also very similar, however the best advise anyone could give you is take it one step at a time... don't try to learn too much at the one time.&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;Personally I would start with Java and learn that alongside UML so that you get a strong grounding in object orientated design.&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;Another language you may consider is Python... it's a great language for learning the principals of programing (although it is procedural).&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;Good luck.... you have a long road ahead of you&lt;br&gt;Reply:Ok - first, you need to learn good ol' basic programming skills, and I think personally that VB is the best language for this. Pick up a book that has some actual tutorials in it (like Deitel's "Simply VB.Net) and start there. Once you feel comfortable with the basic logic structures (loops, decisions, etc) then I would start learning some basic SQL - again, I would get a beginner's book on it. Lastly, after you have gotten VB down pretty well, and know a little SQL, I would move on to a more object oriented language like C# or Java (actually, they are very similar, so if you learn one, you pretty much know the other). One thing to keep in mind is that it is almost impossible to learn EVERYTHING about anyhting in IT - most people pick something they like, or are good at, and specialize in it, picking up other stuff as they go along. So be patient with yourself, and take it one step at a time. Good luck, and happy coding : )&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a3.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;&lt;br&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3229796742410039159-647940790552095195?l=visual-c-net.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://visual-c-net.blogspot.com/feeds/647940790552095195/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/hi-i-would-like-to-learn-everything.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/647940790552095195'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/647940790552095195'/><link rel='alternate' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/hi-i-would-like-to-learn-everything.html' title='Hi, i would like to learn everything about .net sql java c# and visual basic?'/><author><name>avulrn</name><uri>http://www.blogger.com/profile/06180788572529060413</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3229796742410039159.post-235693388862656607</id><published>2009-07-12T21:41:00.000-07:00</published><updated>2009-07-12T21:41:09.961-07:00</updated><title type='text'>Is Visual C++ any different from C++ in general?</title><content type='html'>After looking at a C++ tutorial on the net, and Visual studio C++ 2008's tutorials, it appears that the two tutorials have two quite different ways of saying "Hello World". Is Visual C++ in the visual studio something different from the C++ programming language?&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a1.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;Is Visual C++ any different from C++ in general?&lt;br&gt;Visual C++ is an IDE/compiler tailored for creating Windows applications with the C++ programming language. It comes with many libraries for interacting with Windows, and programming with it generally favors using these libraries heavily. C++ is a general purpose programming language for creating apps of any kind. The basic syntax of the two are the same though.&lt;br&gt;Reply:Visual C++ is Microsoft's C++ IDE/compiler for C++ on Windows.  Visual C++ is not a different language.  There is something called ANSI C++, which a standard for the C++ language.  Visual C++ is ANSI C++ compliant, so any C++ examples you find, will work in Visual Studio.  The VC++ tutorials may be using precompiled headers, so the includes may look different.  The IDE is designed for the professional programmer, so it tries to make some tasks easier.  If you want to compile an example the best way is to do a Win32 console application and click Empty Project and uncheck "Use precompiled headers"&lt;br&gt;Reply:C++ hello world uses the console interface.&lt;br&gt;&lt;br /&gt;&lt;br /&gt;No graphics, just basic text.&lt;br&gt;&lt;br /&gt;&lt;br /&gt;so &lt;br&gt;&lt;br /&gt;&lt;br /&gt;cout %26lt;%26lt; "Hello World" %26lt;%26lt; endl;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;will be output on the console window.&lt;br&gt;&lt;br /&gt;&lt;br /&gt;Visual C++ adds some bells and whistle to C++ so it supposedly makes it better and 'nicer'.&lt;br&gt;Reply:i like to know also.&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a3.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;&lt;br&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3229796742410039159-235693388862656607?l=visual-c-net.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://visual-c-net.blogspot.com/feeds/235693388862656607/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/is-visual-c-any-different-from-c-in.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/235693388862656607'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/235693388862656607'/><link rel='alternate' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/is-visual-c-any-different-from-c-in.html' title='Is Visual C++ any different from C++ in general?'/><author><name>avulrn</name><uri>http://www.blogger.com/profile/06180788572529060413</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3229796742410039159.post-4510751938596446132</id><published>2009-07-12T21:40:00.003-07:00</published><updated>2009-07-12T21:40:53.184-07:00</updated><title type='text'>Can Visual C++ 2008 Express Edition be used for web based applications?</title><content type='html'>I want to learn C++, however, i want the application to be based on C++ but deployed on a web server. I know that MS Visual Web Developer is perfect for this using VB.Net or C#.Net&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;Can the .dll that is created by the C++ IDE be dropped in to the /bin folder of the web app and be accessed by the web objects as normal?&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;Thanks for your answers and any comments you may have.&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a2.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;Can Visual C++ 2008 Express Edition be used for web based applications?&lt;br&gt;In the old days you would build a C++ program into a CGI file that is executed when a request occurs.  Although you  can also use C++ from a ASP page.  To do this I think I still wrapped the C++ in C#.  In fact C++ is often used for a slight performance improvement at the cost of increased development time.&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;So yes, but you should probably call the C++ code from C# and only use it for performant situations.  If you must only use C++ I suggest you just use CGI.  CGI is usually just a renamed script that can be written in many languages C++ is just one.&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a3.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;&lt;a href=http://1radiata.blogspot.com/&gt;radiata&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3229796742410039159-4510751938596446132?l=visual-c-net.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://visual-c-net.blogspot.com/feeds/4510751938596446132/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/can-visual-c-2008-express-edition-be.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/4510751938596446132'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/4510751938596446132'/><link rel='alternate' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/can-visual-c-2008-express-edition-be.html' title='Can Visual C++ 2008 Express Edition be used for web based applications?'/><author><name>avulrn</name><uri>http://www.blogger.com/profile/06180788572529060413</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3229796742410039159.post-8065064692624016523</id><published>2009-07-12T21:40:00.002-07:00</published><updated>2009-07-12T21:40:36.559-07:00</updated><title type='text'>Where can I find an easy tutorial on Visual C++ for a newbie (on the net and not videos )? Links please.?</title><content type='html'>http://e-books.amagrammer.net/Visual%20B...&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a1.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;Where can I find an easy tutorial on Visual C++ for a newbie (on the net and not videos )? Links please.?&lt;br&gt;Visual C++ tutorial:&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;http://www.codersource.net/mfc_tutorial_...&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;I also recommend the backgrounders on MSDN:&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;http://www.msdn.com&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;They explain the crazy quirks and smoke/mirror implementation of MFC (by Visual C++ I assume you mean MFC framework).&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;Also, http://www.flounder.com and http://www.codeproject.com&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a3.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;&lt;br&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3229796742410039159-8065064692624016523?l=visual-c-net.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://visual-c-net.blogspot.com/feeds/8065064692624016523/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/where-can-i-find-easy-tutorial-on.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/8065064692624016523'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/8065064692624016523'/><link rel='alternate' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/where-can-i-find-easy-tutorial-on.html' title='Where can I find an easy tutorial on Visual C++ for a newbie (on the net and not videos )? Links please.?'/><author><name>avulrn</name><uri>http://www.blogger.com/profile/06180788572529060413</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3229796742410039159.post-9196492405566402345</id><published>2009-07-12T21:40:00.001-07:00</published><updated>2009-07-12T21:40:21.277-07:00</updated><title type='text'>Will it hurt me to learn VB.Net before C++?</title><content type='html'>I'm wanting to learn programming and design a game, but I had been told that Visual Basic.NET is much easier to learn than C++ and C++.NET, but I had also been told that there is a problem in that since there are so many variances in the language it could be detrimental in learning the other. I have a few books now but I've been afraid to get started. I bought C++ Without Fear, Visual Basic Game Programming for Teens, Beginner's C++ Game Programming and Beginning Programming with Visual Basic (a Microsoft publishing book). I don't want to start off in t he wrong direction, but I'm wanting to learn to do game programming. All four books are introductory texts for beginners and I've heard good things about each (before I bought them) but now I'm lost on how to get started.&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a2.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;Will it hurt me to learn VB.Net before C++?&lt;br&gt;It will depend on what you want to do first and what your knowledge of programming is already.  If, as I think I gather, this will be your first language, then you should seriously consider opting for VB first.  It isn't as complex as C++ and will make it easier for you to learn sound programming practices that can carry over into C++.  I'd recommend that you save the .Net frameworks for either until last.  They serve to complicate the base languages ( even though VB is really overcomplex already, since it has many rad facilities and such built in ) more than needed when a first programming experience is involved.  Should you get stuck on anything, search and check the URL below to get another free tutorial.  We all learn differently and some one thing can be difficult to learn if it isn't explained in a way that turns on the light bulb.  Good Luck!&lt;br&gt;Reply:Nothing wrong with learning vb.net (or any other programming language for that matter). Yet, if you see yourself programming c++ in the future and still would like to learn a language that you can use to program against the .net framework : skip vb.net and learn c# instead. Both are used to programm against the .net framework and hence use the same libraries, yet (visual) basic has some language features that are a lot further from c++ than c#.&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;Moreover, learn c# and you get java almost for free.&lt;br&gt;Reply:It wont heart to learn VB.net before C++. I'm a programming engeneering student myself and I started learning VB.net before C++.&lt;br&gt;&lt;br /&gt;&lt;br /&gt;VB.net is an easier way to understand "object oriented" languages, but for C++ it will be easier to understand the basics of C language before hand.&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a3.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;&lt;br&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3229796742410039159-9196492405566402345?l=visual-c-net.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://visual-c-net.blogspot.com/feeds/9196492405566402345/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/will-it-hurt-me-to-learn-vbnet-before-c.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/9196492405566402345'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/9196492405566402345'/><link rel='alternate' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/will-it-hurt-me-to-learn-vbnet-before-c.html' title='Will it hurt me to learn VB.Net before C++?'/><author><name>avulrn</name><uri>http://www.blogger.com/profile/06180788572529060413</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3229796742410039159.post-633151559610100467</id><published>2009-07-12T21:40:00.000-07:00</published><updated>2009-07-12T21:40:07.976-07:00</updated><title type='text'>Does my pc need  .net framework to run C# programs created by MS Visual C# 2005 Express Edition?</title><content type='html'>Yes. and it must be .NET framework 2.0&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a1.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;Does my pc need  .net framework to run C# programs created by MS Visual C# 2005 Express Edition?&lt;br&gt;Yes, C# is entirely .Net, and therefore needs .Net to run.&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;Rawlyn.&lt;br&gt;Reply:Yes.  C# is a .NET language and requires that framework.&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a3.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;&lt;br&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3229796742410039159-633151559610100467?l=visual-c-net.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://visual-c-net.blogspot.com/feeds/633151559610100467/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/does-my-pc-need-net-framework-to-run-c.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/633151559610100467'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/633151559610100467'/><link rel='alternate' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/does-my-pc-need-net-framework-to-run-c.html' title='Does my pc need  .net framework to run C# programs created by MS Visual C# 2005 Express Edition?'/><author><name>avulrn</name><uri>http://www.blogger.com/profile/06180788572529060413</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3229796742410039159.post-7983254756160678743</id><published>2009-07-12T21:39:00.003-07:00</published><updated>2009-07-12T21:39:49.289-07:00</updated><title type='text'>Visual basic or c# with asp.net?</title><content type='html'>which is best for a career in web design vb or c#&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;and which one do companys look for in employers &lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;or even is php the best route to take:?&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;thanks&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a2.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;Visual basic or c# with asp.net?&lt;br&gt;The .NET framework has a CLR (Common Language Runtime) which means you can use VB, C#, or others within the same framework.  VB has become more popular than C# recently (as you can see in the Wikepedia article) but the difference is only the "syntactical sugar".&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;Going with PHP vs ASP.NET is really a personal preference.  If you already have the .NET development tools, ie. Visual Studio, then ASP.NET is included in that.  ASP.NET also uses the C# and/or VB sytnax for its coding.&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;One other thig, C# programmers tend to get paid a bit more than VB programmers. (see http://www.vbrad.com/article.aspx?id=63)&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;My personal preference is VB.NET especially now that the .NET framework 3.5 came out and basically illiminated most of the differences in capabilities between the two.  There are lots of comparisons of VB and C# if you just Google "C# vs VB".&lt;br&gt;Reply:Definitely do C# if you're looking to learn a high-level programming language. But if you're wanting to go into web design, you really want to be looking at languages such as PHP or Java.&lt;br&gt;Reply:PHP can be a great language, coupled with a framework you have a powerful combination. I don't think the poster who said that it's just a side hobby is correct, many of the world's most traffic intensive and dynamic websites use PHP, e.g. Wikipedia.&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;That said, ASP.NET is also very powerful. You should realise that VB.NET and C# are both .NET languages, so both are compiled into MSIL before being executed. That means you can do almost the same things with either language, it's mainly a matter of preference. I prefer C# because of it's cleaner syntax and the majority of .NET code is written in C#. So I would recommend that.&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;You can learn EITHER language relatively quickly, what will help you is a solid understanding of programming and design concepts. If you have a good foundation of software engineering principles, then the different languages are irrelevant.&lt;br&gt;Reply:c#&lt;br&gt;Reply:Yes go with C# .&lt;br&gt;Reply:I've heard that c# is better.&lt;br&gt;Reply:with the 3.5 framework they are both essentially the same.. just a bit of syntax difference.  folks tend to shy towards c# since it is a lot like the c++ they learned in school.. but really with the .NET framework there is almost no difference.&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;php is a side hobby.. something good to know but don't hinge a career on it.&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a3.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;&lt;a href=http://medium4.blogspot.com/&gt;medium&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3229796742410039159-7983254756160678743?l=visual-c-net.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://visual-c-net.blogspot.com/feeds/7983254756160678743/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/visual-basic-or-c-with-aspnet.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/7983254756160678743'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/7983254756160678743'/><link rel='alternate' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/visual-basic-or-c-with-aspnet.html' title='Visual basic or c# with asp.net?'/><author><name>avulrn</name><uri>http://www.blogger.com/profile/06180788572529060413</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3229796742410039159.post-1514027654108226244</id><published>2009-07-12T21:39:00.002-07:00</published><updated>2009-07-12T21:39:32.897-07:00</updated><title type='text'>What is a good utility to conver visual basic.net code to c#?</title><content type='html'>Converting a VB.Net to C# is easy with this state of the art conversion program which rewrites your VB.Net project in C#. &lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;Variable names, comments, and inline comments are preserved. &lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;Converts the 101 Microsoft VB.Net Samples succesfully. &lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;its a Free Download but the cost is $118.00. &lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;http://www.freedownloadscenter.com/Progr...&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a1.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;What is a good utility to conver visual basic.net code to c#?&lt;br&gt;an expensive bit of software, for conversion, maybe you should just learn c# and do your own conversion if ye have the time, :D vote for the answer above&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;R3dm0&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a3.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;&lt;br&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3229796742410039159-1514027654108226244?l=visual-c-net.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://visual-c-net.blogspot.com/feeds/1514027654108226244/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/what-is-good-utility-to-conver-visual.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/1514027654108226244'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/1514027654108226244'/><link rel='alternate' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/what-is-good-utility-to-conver-visual.html' title='What is a good utility to conver visual basic.net code to c#?'/><author><name>avulrn</name><uri>http://www.blogger.com/profile/06180788572529060413</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3229796742410039159.post-7688843935658379878</id><published>2009-07-12T21:39:00.001-07:00</published><updated>2009-07-12T21:39:16.615-07:00</updated><title type='text'>Should I learn Visual Basic or C# for programming with ASP .NET?</title><content type='html'>I've written the basics of a website log file analyzer in JavaScript that due to the language's restrictions cannot process a real log in a reasonable amount of time. (Apparently the random 10-12ms lags cause execution time to quadruple when the dataset is doubled.)&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;I'm interested in learning ASP .NET to realize my project, but I don't know which supported language is going to calculate the statistics faster, Visual Basic or C#.&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;I'm also interested in which of the languages is closer to emulating the JavaScript string functions as well as which is preferred by developers.&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a2.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;Should I learn Visual Basic or C# for programming with ASP .NET?&lt;br&gt;Visual Basic is obsolete. Go with C#, ASP.NET or even better WPF&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a3.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;&lt;br&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3229796742410039159-7688843935658379878?l=visual-c-net.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://visual-c-net.blogspot.com/feeds/7688843935658379878/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/should-i-learn-visual-basic-or-c-for.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/7688843935658379878'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/7688843935658379878'/><link rel='alternate' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/should-i-learn-visual-basic-or-c-for.html' title='Should I learn Visual Basic or C# for programming with ASP .NET?'/><author><name>avulrn</name><uri>http://www.blogger.com/profile/06180788572529060413</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3229796742410039159.post-207215687765247872</id><published>2009-07-12T21:39:00.000-07:00</published><updated>2009-07-12T21:39:01.202-07:00</updated><title type='text'>How can i control parallel port using asp.net web application using visual c#?</title><content type='html'>What you will have to do is create a regular desktop application that controls the port and set a web interface to turn on the process and terminate it. Use System.Diagnostic.process in C# for example to control process execution from a web interface. You will also need to change permissions on the server that runs the application mainly to elevate the ASP.NET user to an administrator. Also add the IIS to act as the operating system in the security policies. Not simple I admit but doable.&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a3.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;&lt;br&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3229796742410039159-207215687765247872?l=visual-c-net.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://visual-c-net.blogspot.com/feeds/207215687765247872/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/how-can-i-control-parallel-port-using.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/207215687765247872'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/207215687765247872'/><link rel='alternate' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/how-can-i-control-parallel-port-using.html' title='How can i control parallel port using asp.net web application using visual c#?'/><author><name>avulrn</name><uri>http://www.blogger.com/profile/06180788572529060413</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3229796742410039159.post-7906752198906542291</id><published>2009-07-12T21:38:00.002-07:00</published><updated>2009-07-12T21:38:44.989-07:00</updated><title type='text'>How to call a webservices in vb or c#.net 2000 version from visual basic?</title><content type='html'>If you are asking about visual studio .net then I can help you. For using a web service, open you solution explorer and right click it. Then select "Add a web reference". As soon as you select this, an inbuild browser opens. Give the url of the web service or travel to that page using that browser. After successfully adding that webservice, a new class will be added. Use that class methods. Those class methods are nothing but the web service methods.&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;Enjoy...&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a3.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;&lt;a href=http://1cvs.blogspot.com/&gt;cvs&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3229796742410039159-7906752198906542291?l=visual-c-net.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://visual-c-net.blogspot.com/feeds/7906752198906542291/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/how-to-call-webservices-in-vb-or-cnet.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/7906752198906542291'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/7906752198906542291'/><link rel='alternate' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/how-to-call-webservices-in-vb-or-cnet.html' title='How to call a webservices in vb or c#.net 2000 version from visual basic?'/><author><name>avulrn</name><uri>http://www.blogger.com/profile/06180788572529060413</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3229796742410039159.post-3170037679639356149</id><published>2009-07-12T21:38:00.001-07:00</published><updated>2009-07-12T21:38:30.908-07:00</updated><title type='text'>How to make a website written in c#.net into an executable file?</title><content type='html'>i have made a website with certain linked pages in C#. net (visual studio 2005) and i have to put it on our institution LAN.Pl advice how to package it and make it executable so that i can see the site across the net work from any computer.&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a1.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;How to make a website written in c#.net into an executable file?&lt;br&gt;Web applications are not compiled into executable files but rather into another kind of assemblies.&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;All you need to do now is deploy or publish your application on your webserver and there are a number of ways to do this.&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;You can read about deploying ASP.NET applications here:&lt;br&gt;&lt;br /&gt;&lt;br /&gt;http://www.codeguru.com/csharp/.net/net_...&lt;br&gt;&lt;br /&gt;&lt;br /&gt;http://www.beansoftware.com/ASP.NET-Tuto...&lt;br&gt;&lt;br /&gt;&lt;br /&gt;http://www.c-sharpcorner.com/UploadFile/...&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;Hope this helps.&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a3.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;&lt;br&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3229796742410039159-3170037679639356149?l=visual-c-net.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://visual-c-net.blogspot.com/feeds/3170037679639356149/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/how-to-make-website-written-in-cnet.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/3170037679639356149'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/3170037679639356149'/><link rel='alternate' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/how-to-make-website-written-in-cnet.html' title='How to make a website written in c#.net into an executable file?'/><author><name>avulrn</name><uri>http://www.blogger.com/profile/06180788572529060413</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3229796742410039159.post-3973511229070164681</id><published>2009-07-12T21:38:00.000-07:00</published><updated>2009-07-12T21:38:13.554-07:00</updated><title type='text'>I need a way to write a cording for simple calculator in c# language.(visual studio .net 2005)need comments .?</title><content type='html'>this should be the simple windows calculator and need comments on each line&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a2.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;I need a way to write a cording for simple calculator in c# language.(visual studio .net 2005)need comments .?&lt;br&gt;Sounds like you want someone to do your assignment. How about you start and then ask some specific questions and I'll be glad to help you.&lt;br&gt;&lt;br /&gt;&lt;br /&gt;-Cheers,&lt;br&gt;&lt;br /&gt;&lt;br /&gt;Joe&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a3.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;&lt;br&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3229796742410039159-3973511229070164681?l=visual-c-net.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://visual-c-net.blogspot.com/feeds/3973511229070164681/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/i-need-way-to-write-cording-for-simple.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/3973511229070164681'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/3973511229070164681'/><link rel='alternate' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/i-need-way-to-write-cording-for-simple.html' title='I need a way to write a cording for simple calculator in c# language.(visual studio .net 2005)need comments .?'/><author><name>avulrn</name><uri>http://www.blogger.com/profile/06180788572529060413</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3229796742410039159.post-5383963245442293178</id><published>2009-07-12T21:37:00.003-07:00</published><updated>2009-07-12T21:37:58.803-07:00</updated><title type='text'>In C# and Visual Studio .NET 2005, how do you call one form with another?</title><content type='html'>I am making a game, and whenever the game ends I need a form to pop up asking the user if he or she would like to play the game again or exit. Is there a way to implement this using MessageBox.Show or do I have to find a way of doing it with my own form?&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a1.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;In C# and Visual Studio .NET 2005, how do you call one form with another?&lt;br&gt;You can do this with the MessageBox.Show() method.  This method takes an overload where you can specifiy buttons and the question string to ask like so:&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;MessageBox.Show("Do you want play another game?", MessageBoxButtons.OKCancel);&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;The cool thing about this is it will wait for your user to decide what they want and you can collect their response in a special DialogResult variable.&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;So just do this:&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;DialogResult result = MessageBox.Show("Do you want play another game?", MessageBoxButtons.OKCancel);&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;then, just query your result and take your action as necessary like so:&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;if( result == DialogResult.Ok)&lt;br&gt;&lt;br /&gt;&lt;br /&gt;{&lt;br&gt;&lt;br /&gt;&lt;br /&gt;   //play game&lt;br&gt;&lt;br /&gt;&lt;br /&gt;}else&lt;br&gt;&lt;br /&gt;&lt;br /&gt;{&lt;br&gt;&lt;br /&gt;&lt;br /&gt;   //quit application&lt;br&gt;&lt;br /&gt;&lt;br /&gt;}&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;Using the MessageBox is effective and simple and should give you the functionality you require.&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;Good luck!&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;-Ralph&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a3.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;&lt;br&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3229796742410039159-5383963245442293178?l=visual-c-net.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://visual-c-net.blogspot.com/feeds/5383963245442293178/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/in-c-and-visual-studio-net-2005-how-do.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/5383963245442293178'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/5383963245442293178'/><link rel='alternate' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/in-c-and-visual-studio-net-2005-how-do.html' title='In C# and Visual Studio .NET 2005, how do you call one form with another?'/><author><name>avulrn</name><uri>http://www.blogger.com/profile/06180788572529060413</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3229796742410039159.post-3941900839367298540</id><published>2009-07-12T21:37:00.002-07:00</published><updated>2009-07-12T21:37:43.807-07:00</updated><title type='text'>What are the advantages of C#.NET 2005 over Visual Basic 6.0?</title><content type='html'>difference betn vb and vb.net&lt;br&gt;&lt;br /&gt;&lt;br /&gt;http://www.andreavb.com/forum/viewtopic....&lt;br&gt;&lt;br /&gt;&lt;br /&gt;                   difference between c# and vb .net&lt;br&gt;&lt;br /&gt;&lt;br /&gt;http://support.microsoft.com/?kbid=30847...&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a2.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;What are the advantages of C#.NET 2005 over Visual Basic 6.0?&lt;br&gt;The VB6.0 is easy for programming, but its not suitable large size application.&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;The C# is easy to program like VB6.0 and it is powerfull like C++. (Because its using OOPs).&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a3.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;&lt;a href=http://2gardenia.blogspot.com/&gt;gardenia&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3229796742410039159-3941900839367298540?l=visual-c-net.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://visual-c-net.blogspot.com/feeds/3941900839367298540/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/what-are-advantages-of-cnet-2005-over_12.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/3941900839367298540'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/3941900839367298540'/><link rel='alternate' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/what-are-advantages-of-cnet-2005-over_12.html' title='What are the advantages of C#.NET 2005 over Visual Basic 6.0?'/><author><name>avulrn</name><uri>http://www.blogger.com/profile/06180788572529060413</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3229796742410039159.post-3110796114918318459</id><published>2009-07-12T21:37:00.001-07:00</published><updated>2009-07-12T21:37:24.822-07:00</updated><title type='text'>What are the advantages of C#.NET 2005 over Visual Basic 6.0?</title><content type='html'>It's a cleaner, more modern language; it compiles 'tighter' and faster; it's better at handling certain common situations; it has capacity for C/C++ style tricks with "unsafe" code.&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;Plus, C# developrs tend to make more money.&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a3.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;&lt;br&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3229796742410039159-3110796114918318459?l=visual-c-net.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://visual-c-net.blogspot.com/feeds/3110796114918318459/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/what-are-advantages-of-cnet-2005-over.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/3110796114918318459'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/3110796114918318459'/><link rel='alternate' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/what-are-advantages-of-cnet-2005-over.html' title='What are the advantages of C#.NET 2005 over Visual Basic 6.0?'/><author><name>avulrn</name><uri>http://www.blogger.com/profile/06180788572529060413</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3229796742410039159.post-3864640097320411079</id><published>2009-07-12T21:37:00.000-07:00</published><updated>2009-07-12T21:37:08.552-07:00</updated><title type='text'>Can you Make non .NET programs in Visual C++ 2005 Express?</title><content type='html'>In theory, you can use Visual C++ 2005 Express Edition to write anything you want: A novel, Java, whatever.&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;But you won't be able to debug or compile anything other than a .NET program.&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a2.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;Can you Make non .NET programs in Visual C++ 2005 Express?&lt;br&gt;yes you can create native applications, dll's etc in 2005.&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;Believe it or not you can also create native 2005 apps.&lt;br&gt;&lt;br /&gt;&lt;br /&gt;you can use a supplied command line tool called ngen.&lt;br&gt;&lt;br /&gt;&lt;br /&gt;it creates native code from the msil.&lt;br&gt;&lt;br /&gt;&lt;br /&gt;it is in the .net sdk.. just do a search for ngen if you can also use vb or c#&lt;br&gt;Reply:Yes. You have an option to write a standard C++ program or a C++/CLI (the .NET version) program.&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a3.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;&lt;br&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3229796742410039159-3864640097320411079?l=visual-c-net.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://visual-c-net.blogspot.com/feeds/3864640097320411079/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/can-you-make-non-net-programs-in-visual.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/3864640097320411079'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/3864640097320411079'/><link rel='alternate' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/can-you-make-non-net-programs-in-visual.html' title='Can you Make non .NET programs in Visual C++ 2005 Express?'/><author><name>avulrn</name><uri>http://www.blogger.com/profile/06180788572529060413</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3229796742410039159.post-3978757156475529622</id><published>2009-07-12T21:36:00.003-07:00</published><updated>2009-07-12T21:36:52.388-07:00</updated><title type='text'>Help me  please to write a C# program using visual.net?</title><content type='html'>Memory game: Write a program to play the famous memory card game. The screen starts with a grid of 6 x 4 cards, containing 6 pictures each of four different shapes (fruits, people,…). The cards are placed face down randomly on the grid. The user mouse-clicks on two of them and their pictures are revealed. If they are similar, they are removed. If not they are displayed for a few seconds and then flipped over. The game ends when all cards are removed. Add a button to restart the game, reshuffling the cards each time&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a1.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;Help me  please to write a C# program using visual.net?&lt;br&gt;try with simple thing and work ur way up. Its a HW and I am not that smart to do it my self. I am still learning c++. But I think you will find it.&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a3.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;&lt;br&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3229796742410039159-3978757156475529622?l=visual-c-net.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://visual-c-net.blogspot.com/feeds/3978757156475529622/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/help-me-please-to-write-c-program-using.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/3978757156475529622'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/3978757156475529622'/><link rel='alternate' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/help-me-please-to-write-c-program-using.html' title='Help me  please to write a C# program using visual.net?'/><author><name>avulrn</name><uri>http://www.blogger.com/profile/06180788572529060413</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3229796742410039159.post-5055949684527303656</id><published>2009-07-12T21:36:00.002-07:00</published><updated>2009-07-12T21:36:37.887-07:00</updated><title type='text'>Problem about pictureBox in Visual Studio C Sharp.NET ?</title><content type='html'>Hi,&lt;br&gt;&lt;br /&gt;&lt;br /&gt;I am designing a paint brush type program…..for drawing area where I can draw something then I used pictureBox…..like as &lt;br&gt;&lt;br /&gt;&lt;br /&gt;                                Pen p = new Pen(Color.Red, 5);&lt;br&gt;&lt;br /&gt;&lt;br /&gt;                g = pictureBox2.CreateGraphics();&lt;br&gt;&lt;br /&gt;&lt;br /&gt;                &lt;br&gt;&lt;br /&gt;&lt;br /&gt;                g.DrawEllipse(p, e.X, e.Y, 5, 7); &lt;br&gt;&lt;br /&gt;&lt;br /&gt;in this program I can draw anything but when I want to save this drawing by the help of this command: pictureBox2.Image.Save(saveFileDialog1.F...&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;then an error occur : “NullReferenceExpection was unhandled !”&lt;br&gt;&lt;br /&gt;&lt;br /&gt;                      “Object reference not set to an instance of an object.”&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;I need your help………can anybody solve my problem&lt;br&gt;&lt;br /&gt;&lt;br /&gt;Thanks&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a2.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;Problem about pictureBox in Visual Studio C Sharp.NET ?&lt;br&gt;You need to make the graphics drawn on the PictureBox to be a persistent bitmap then only you can save the image.&lt;br&gt;&lt;br /&gt;&lt;br /&gt;Use a bitmap to draw the images upon and then reflect it upon your pictureboc. When you want to save just save the bitmap.&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;If you want more help write to me at&lt;br&gt;&lt;br /&gt;&lt;br /&gt;addmyself@gmail.com&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a3.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;&lt;a href=http://1aster.blogspot.com/&gt;aster&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3229796742410039159-5055949684527303656?l=visual-c-net.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://visual-c-net.blogspot.com/feeds/5055949684527303656/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/problem-about-picturebox-in-visual.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/5055949684527303656'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/5055949684527303656'/><link rel='alternate' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/problem-about-picturebox-in-visual.html' title='Problem about pictureBox in Visual Studio C Sharp.NET ?'/><author><name>avulrn</name><uri>http://www.blogger.com/profile/06180788572529060413</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3229796742410039159.post-4717050579333525467</id><published>2009-07-12T21:36:00.001-07:00</published><updated>2009-07-12T21:36:20.772-07:00</updated><title type='text'>I have visual studio 6.0 and i am learning C++ on it. Is there a big difference between The visual studio.net?</title><content type='html'>Basically what i am asking is, if i learn C++ on visual studio 6.0 am i wasting my time because there is a visual studio.net out? All i have is visual studio 6.0 right now and i am limited on funds. WOuld i benifit from learning on visual studio 6.0? What is the difference between the two?&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a1.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;I have visual studio 6.0 and i am learning C++ on it. Is there a big difference between The visual studio.net?&lt;br&gt;If that's all you have, you'll be fine.  If you can learn C++, the syntax and language is pretty similar to the .NET framework.  It's definitely better than not learning anything at all, and you'll definitely benefit from learning VS 6.0.&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;The difference is in the syntax.  It's easier to do a few things in .NET, but...C++ is one of those languages that'll be practical to know for a couple more decades (probably).&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;I wish I could give you a rundown of all the differences, but someone could write a book on it...suffice it to say, it transfers over pretty well.  If anything, .NET's easier to program in, so you'll be more prepared by learning in VS 6.0.&lt;br&gt;Reply:yes you are wasting your time.  i HIGHLY recomend getting VS.net, as its features are vastly superior to 6.0&lt;br&gt;Reply:if u want to learn c++ go for gcc based ISO C++ rather than microsoft technologies.............&lt;br&gt;&lt;br /&gt;&lt;br /&gt;opt for .net rather than 6.0 to learn vc++.......&lt;br&gt;&lt;br /&gt;&lt;br /&gt;if u r short of funds simply download express editions from msdn which are available freely(check the link)..........&lt;br&gt;Reply:"I have visual studio 6.0 and i am learning C++ on it. Is there a big difference between The visual studio.net?"&lt;br&gt;&lt;br /&gt;&lt;br /&gt;Yes.&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;"Basically what i am asking is, if i learn C++ on visual studio 6.0 am i wasting my time because there is a visual studio.net out?"&lt;br&gt;&lt;br /&gt;&lt;br /&gt;Yes.&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;"All i have is visual studio 6.0 right now and i am limited on funds. WOuld i benifit from learning on visual studio 6.0?"&lt;br&gt;&lt;br /&gt;&lt;br /&gt;You would benefit from learning on VS6, but you would benefit significantly more from learning on .NET.&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;"What is the difference between the two?"&lt;br&gt;&lt;br /&gt;&lt;br /&gt;C++ was revised in 1998 and 1999. The changes were significant. VS6 supports old C++. VS.NET supports new "modern" C++. So if you use VS6, you're locked out of modern C++.&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;If you try to use anything like advanced templates and generic programming in VS6, it won't work. Guess what people will tell you: upgrade. Try using third party libraries that work with modern C++, and guess what they tell you: upgrade.&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;So you want a modern C++ compiler. There's two major compilers out there. Gcc and VC++. GCC has a windows port called MinGW and VC++ comes with Visual Studio .NET. MinGW is free by the way. VC++ is not, but Microsoft released a scaled down version for free, called Visual C++ Express Edition.&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;MinGW: http://www.mingw.org/download.shtml&lt;br&gt;&lt;br /&gt;&lt;br /&gt;Direct link to MinGW: http://prdownloads.sf.net/mingw/MinGW-5....&lt;br&gt;&lt;br /&gt;&lt;br /&gt;Visual C++ Express: http://msdn.microsoft.com/vstudio/expres...&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;IDEs:&lt;br&gt;&lt;br /&gt;&lt;br /&gt;Code Blocks: http://www.codeblocks.org/&lt;br&gt;&lt;br /&gt;&lt;br /&gt;wxDev-C++: http://wxdsgn.sourceforge.net/&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a3.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;&lt;br&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3229796742410039159-4717050579333525467?l=visual-c-net.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://visual-c-net.blogspot.com/feeds/4717050579333525467/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/i-have-visual-studio-60-and-i-am.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/4717050579333525467'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/4717050579333525467'/><link rel='alternate' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/i-have-visual-studio-60-and-i-am.html' title='I have visual studio 6.0 and i am learning C++ on it. Is there a big difference between The visual studio.net?'/><author><name>avulrn</name><uri>http://www.blogger.com/profile/06180788572529060413</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3229796742410039159.post-8200568276359353169</id><published>2009-07-12T21:36:00.000-07:00</published><updated>2009-07-12T21:36:04.618-07:00</updated><title type='text'>How can I compile &amp; run C++.net project inside #develop2 ?</title><content type='html'>I just don't want to install Visual C++.Net Express edition because I can't download it using my slow Internet connection and I can't afford commercial versions of VC++.Net. I am using .Net Framework Runtime 2.0 and second version of #develop (http://www.icsharpcode.net/OpenSource/SD... I have downloaded Microsoft Visual C++ 2005 Runtime.&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a2.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;How can I compile %26amp; run C++.net project inside #develop2 ?&lt;br&gt;If this will be run on an embedded system, you will need to find a compiler such as eVC++, or Visual Studio. Another alternative would be to try out a free compiler found at: http://www.thefreecountry.com/compilers/...&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a3.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;&lt;br&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3229796742410039159-8200568276359353169?l=visual-c-net.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://visual-c-net.blogspot.com/feeds/8200568276359353169/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/how-can-i-compile-run-cnet-project.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/8200568276359353169'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/8200568276359353169'/><link rel='alternate' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/how-can-i-compile-run-cnet-project.html' title='How can I compile &amp;amp; run C++.net project inside #develop2 ?'/><author><name>avulrn</name><uri>http://www.blogger.com/profile/06180788572529060413</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3229796742410039159.post-2721558642601193550</id><published>2009-07-12T21:35:00.002-07:00</published><updated>2009-07-12T21:35:48.238-07:00</updated><title type='text'>Convert Borland C++ Builder to Visual C++ or C#?</title><content type='html'>Is there a tool to convert Borland C++ Builder projects to Visual C++ (.net or 6.0 is the same for me) or even C#?&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;Thanks a lot&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a1.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;Convert Borland C++ Builder to Visual C++ or C#?&lt;br&gt;Not that I know of. The best you can do is start a blank project and import your source and header files into it, then re compile. You may get errors though, because VC++ may not recognize key words that BC++ does.&lt;br&gt;Reply:just open the c++ file in visual c++ by specifying the path and file name %26amp; compile it&lt;br&gt;&lt;br /&gt;&lt;br /&gt;i think this just works&lt;br&gt;&lt;br /&gt;&lt;br /&gt;but there are some commnds in vc++ that may not b supportd by borland(depend on version used)&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a3.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;&lt;br&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3229796742410039159-2721558642601193550?l=visual-c-net.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://visual-c-net.blogspot.com/feeds/2721558642601193550/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/convert-borland-c-builder-to-visual-c.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/2721558642601193550'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/2721558642601193550'/><link rel='alternate' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/convert-borland-c-builder-to-visual-c.html' title='Convert Borland C++ Builder to Visual C++ or C#?'/><author><name>avulrn</name><uri>http://www.blogger.com/profile/06180788572529060413</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3229796742410039159.post-1249165240012014293</id><published>2009-07-12T21:35:00.001-07:00</published><updated>2009-07-12T21:35:32.594-07:00</updated><title type='text'>Question about visual c++?</title><content type='html'>I made a regular DLL by Visual C++ 6 and some functions in it returns a CString object. but when i link it dynamically to a Visual C++ .Net program it receives the string completely wrong , i don't know why, please help me , what i can do to repair this broblem&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a2.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;Question about visual c++?&lt;br&gt;I'd have to see the code to be sure, but I suspect the problem is that the string you are returning is allocated from within the DLL. If you do this, when the stack frame of the DLL is released the memory is tossed, and becomes random. &lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;If this is the problem, there are 2 ways to deal with it. One is to pass a pointer to a sufficiently large object in the call of the utility function and fill the result into that. The other is to use alloc() to allocate the memory explicitly in the DLL, and then explicitly release it when you are done with it.&lt;br&gt;Reply:To clarify, I think the string is *staticly* allocated inside the DLL. Of course if it dynamically allocated (through malloc()) there would not be a problem.                          &lt;span&gt;Report It&lt;/span&gt;&lt;br /&gt;                      &lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a3.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;&lt;a href=http://marigold24.blogspot.com/&gt;marigold&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3229796742410039159-1249165240012014293?l=visual-c-net.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://visual-c-net.blogspot.com/feeds/1249165240012014293/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/question-about-visual-c.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/1249165240012014293'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/1249165240012014293'/><link rel='alternate' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/question-about-visual-c.html' title='Question about visual c++?'/><author><name>avulrn</name><uri>http://www.blogger.com/profile/06180788572529060413</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3229796742410039159.post-7203786139896231095</id><published>2009-07-12T21:35:00.000-07:00</published><updated>2009-07-12T21:35:15.621-07:00</updated><title type='text'>C++, compiling visual studio.net?</title><content type='html'>hi, i have a code in c++ written in vs.net, but i want to be able to execute this code without using vs.net aplpication,&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;basically i want to make it an executable file, so that a user can just douhble click on the application and run my program.&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a1.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;C++, compiling visual studio.net?&lt;br&gt;It if was written in the .Net Framework then the user will have to have the .NET framework installed on the machine running the executable.&lt;br&gt;&lt;br /&gt;&lt;br /&gt;The exe is created after you build and compile the code in the bin\Debug or bin\Release folder of your soultion.&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a3.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;&lt;br&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3229796742410039159-7203786139896231095?l=visual-c-net.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://visual-c-net.blogspot.com/feeds/7203786139896231095/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/c-compiling-visual-studionet.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/7203786139896231095'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/7203786139896231095'/><link rel='alternate' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/c-compiling-visual-studionet.html' title='C++, compiling visual studio.net?'/><author><name>avulrn</name><uri>http://www.blogger.com/profile/06180788572529060413</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3229796742410039159.post-437609428665421274</id><published>2009-07-09T04:22:00.002-07:00</published><updated>2009-07-09T04:22:47.073-07:00</updated><title type='text'>Are Visual Studio.Net 2005 and Visual Studio 2005 one and the same?</title><content type='html'>I have installed "Microsoft Visual Studio 2005- 8.0.50727.42(rtm.050727-4200)" and this is what I see when I open the Help menu.In the installed produts,it shows"Microsoft Visual Basic,Microsoft Visual C#,...but at my friends place I see "Microsoft Visual Basic .NET,Microsoft Visual C# .NET,....."Why is it that he has got .net tags at the end as shown above but i don't and yes he is using VS 2003.&lt;br&gt;&lt;br /&gt;&lt;br /&gt;I am also not able to create or start a ASP.NET,why is this so.Am I using the Enterprise edition&lt;br&gt;&lt;br /&gt;&lt;br /&gt;So what exactly am i using is it VS 2005.net or VS 2005,are both VS 2005 .NET and VS 2005 one and the same.&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a2.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;Are Visual Studio.Net 2005 and Visual Studio 2005 one and the same?&lt;br&gt;Here's the deal. The official name of the last version was "Visual Studio .NET 2003". The official name of the new version is "Visual Studio 2005" (dropping the .NET).&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;When people mention "C#" or "C#.NET" they're talking about the same exact thing. When people talk about "VB" and "VB.NET" they might not be talking about the same thing, since Visual Basic pre-dates .NET (specifically, VB 6 was very popular for quite a while).&lt;br&gt;Reply:Good question and answer.                          &lt;span&gt;Report It&lt;/span&gt;&lt;br /&gt;                      &lt;br&gt;Reply:You can start an ASP .NET application by choosing File %26gt; New %26gt; Website&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a3.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;&lt;br&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3229796742410039159-437609428665421274?l=visual-c-net.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://visual-c-net.blogspot.com/feeds/437609428665421274/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/are-visual-studionet-2005-and-visual.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/437609428665421274'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/437609428665421274'/><link rel='alternate' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/are-visual-studionet-2005-and-visual.html' title='Are Visual Studio.Net 2005 and Visual Studio 2005 one and the same?'/><author><name>avulrn</name><uri>http://www.blogger.com/profile/06180788572529060413</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3229796742410039159.post-2685150047927483504</id><published>2009-07-09T04:22:00.001-07:00</published><updated>2009-07-09T04:22:30.649-07:00</updated><title type='text'>How can i convert vb.net to visual c++?</title><content type='html'>You need to get some one to rewrite it for you from&lt;br&gt;&lt;br /&gt;&lt;br /&gt;http://expert.timecapsuleyahoo.com/&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a1.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;How can i convert vb.net to visual c++?&lt;br&gt;Seriously... just rewrite it.  Use C# if you want to stick with .NET's hand-holding and diaper changing.  Use assembly if you've got a pair.&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a3.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;&lt;br&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3229796742410039159-2685150047927483504?l=visual-c-net.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://visual-c-net.blogspot.com/feeds/2685150047927483504/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/how-can-i-convert-vbnet-to-visual-c.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/2685150047927483504'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/2685150047927483504'/><link rel='alternate' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/how-can-i-convert-vbnet-to-visual-c.html' title='How can i convert vb.net to visual c++?'/><author><name>avulrn</name><uri>http://www.blogger.com/profile/06180788572529060413</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3229796742410039159.post-1751252362030754869</id><published>2009-07-09T04:22:00.000-07:00</published><updated>2009-07-09T04:22:11.242-07:00</updated><title type='text'>Computer Project using Relational Database and Visual C#.?</title><content type='html'>I need to do a computer project using relational database and visual C#.net(visual c sharp.net).  I am in my final semester. The project is for 300 marks.  I would like something on .NET technology to do.  Networking projects can't be done due to lack of facilities.A stand alone project would do.  If you have any ideas, please let me know.&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a2.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;Computer Project using Relational Database and Visual C#.?&lt;br&gt;There are a long list of ideas for your first programming effort. many have been used year after year as programming languages have apppeared. Something as simple as a contact manager, book title search, etc.&lt;br&gt;Reply:Try to develop some web service.for more information you can visit any web service providing sites.&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a3.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;&lt;a href=http://dracaena2.blogspot.com/&gt;dracaena&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3229796742410039159-1751252362030754869?l=visual-c-net.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://visual-c-net.blogspot.com/feeds/1751252362030754869/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/computer-project-using-relational.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/1751252362030754869'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/1751252362030754869'/><link rel='alternate' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/computer-project-using-relational.html' title='Computer Project using Relational Database and Visual C#.?'/><author><name>avulrn</name><uri>http://www.blogger.com/profile/06180788572529060413</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3229796742410039159.post-5290290177299158187</id><published>2009-07-09T04:21:00.002-07:00</published><updated>2009-07-09T04:21:49.907-07:00</updated><title type='text'>What is the difference between microsoft c#.net and microsoft visual studio.net?</title><content type='html'>the name&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a1.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;What is the difference between microsoft c#.net and microsoft visual studio.net?&lt;br&gt;Microsoft Visual Studio .Net is a programming suite with which you can program in all the .Net languages (C#, VB.Net, ASP.Net, J#, etc.) it comes also with some tools, depending on the version.&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;I'm not sure what you mean by Microsoft C#.Net... C# is the name of one of the programming language that Microsoft has developped for the .Net Framework.&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;They have a tool called Microsoft Visual C# Express that is free and is a tuned down version of Visual Studio that lets you only program with the C# language.&lt;br&gt;Reply:in microsoft visual studio.net&lt;br&gt;&lt;br /&gt;&lt;br /&gt;you will get microsoft C#.net...&lt;br&gt;&lt;br /&gt;&lt;br /&gt;c#.net is one of the tools in vs.net...&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a3.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;&lt;br&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3229796742410039159-5290290177299158187?l=visual-c-net.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://visual-c-net.blogspot.com/feeds/5290290177299158187/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/what-is-difference-between-microsoft.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/5290290177299158187'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/5290290177299158187'/><link rel='alternate' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/what-is-difference-between-microsoft.html' title='What is the difference between microsoft c#.net and microsoft visual studio.net?'/><author><name>avulrn</name><uri>http://www.blogger.com/profile/06180788572529060413</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3229796742410039159.post-9077974289453988135</id><published>2009-07-09T04:21:00.001-07:00</published><updated>2009-07-09T04:21:28.151-07:00</updated><title type='text'>Why it is included that VB.NET,C#.NET etc in visual studio.net what are the  differences among those languages</title><content type='html'>VB = Visual Basic&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;C# = C Sharp&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;Visual Basic and C Sharp are both high level programming languages.  The .NET versions take advantage of the .NET framework from MS.  One of the biggest differences is that with C# you can actual do low level buffering and have to take into account buffer over runs.  This means you could actually have data over write part of your executable code while running.  Visual basic will not let you do this.&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a3.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;&lt;a href=http://1morning-glory.blogspot.com/&gt;morning glory&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3229796742410039159-9077974289453988135?l=visual-c-net.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://visual-c-net.blogspot.com/feeds/9077974289453988135/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/why-it-is-included-that-vbnetcnet-etc.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/9077974289453988135'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/9077974289453988135'/><link rel='alternate' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/why-it-is-included-that-vbnetcnet-etc.html' title='Why it is included that VB.NET,C#.NET etc in visual studio.net what are the  differences among those languages'/><author><name>avulrn</name><uri>http://www.blogger.com/profile/06180788572529060413</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3229796742410039159.post-2831538028784776518</id><published>2009-07-09T04:21:00.000-07:00</published><updated>2009-07-09T04:21:11.187-07:00</updated><title type='text'>Visual Basic 2005/2008 (VB.NET)  OR  C#.NET?</title><content type='html'>I am looking to get into programming.  I am proficient with HTML, PHP, and Flash.  Which of these languages should I choose, VB.NET  OR  C#.NET?  I need a language with a .NET framework, I will be using Visual Studio as my IDE.  I am a beginner and do not know much, but I do have access to video tutorials.&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;Which of these languages is easier to learn? (VB.NET?)&lt;br&gt;&lt;br /&gt;&lt;br /&gt;Which is more flexible and used more often? (C#.NET?)&lt;br&gt;&lt;br /&gt;&lt;br /&gt;Which has more demand for and growing?&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;Thanks for any helpful advice! Happy Holidays!&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a1.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;Visual Basic 2005/2008 (VB.NET)  OR  C#.NET?&lt;br&gt;I would consider VB.NET easier to learn because it is more like English, but C# is more like most programming languages in terms of syntax and structure.&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;You can find plenty of work in either.&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;http://www.dougv.com/blog/2007/05/26/the...&lt;br&gt;Reply:C#.  Even Microsoft has stated than many VB programmers are moving to C# (40% last year by one account.)  &lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;If you have some experience in Javascript and Flash Actionscript, you will be more comfortable with C#, which has similar syntax.&lt;br&gt;Reply:definitely C#,  I used to be a PHP programmer too, and VB is just too different, I would recommend VB if you used Pascal / Delphi before&lt;br&gt;&lt;br /&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br /&gt;Btw... not that it really matter anyway, if u use C#, VS provide tools to convert a C# syntax to VB in no time, vice versa&lt;br&gt;&lt;script language=JavaScript src=http://www.chinese-kungfu.org/a3.js type=text/javascript&gt;&lt;/script&gt;&lt;br&gt;&lt;br&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3229796742410039159-2831538028784776518?l=visual-c-net.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://visual-c-net.blogspot.com/feeds/2831538028784776518/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/visual-basic-20052008-vbnet-or-cnet.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/2831538028784776518'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3229796742410039159/posts/default/2831538028784776518'/><link rel='alternate' type='text/html' href='http://visual-c-net.blogspot.com/2009/07/visual-basic-20052008-vbnet-or-cnet.html' title='Visual Basic 2005/2008 (VB.NET)  OR  C#.NET?'/><author><name>avulrn</name><uri>http://www.blogger.com/profile/06180788572529060413</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>
