Subscribe to this page:
RSS
Email Alert

microsoft visual basic.net

(491 results)
 
  • Blog Post

    Visual Studio compiler options, part 3: Option Compare

    May 20, 2013 10:31am PDT

    Option Compare is a compiler option in VB.NET with the right default for all new projects. Here's what SMBs need to know about the option.

  • BLOG_DISCUSSION_TYPE

    Poll: Do you use language interoperability in .NET or Java?

    November 21, 2012 11:00pm PST

    Poll: Do you use language interoperability in .NET or Java? article root C# and VB.Net - the most basic I did this once 7 years ago. It wasn't hard at all, and it fit the problem space pretty...

  • TQA_TYPE

    Binding Arraylist to Datagridview in vb.net 2008

    July 12, 2012 6:45am PDT

    Binding Arraylist to Datagridview in vb.net 2008 Hi everyone, I need help. I'm creating a simple contact form application in vb.net 2008. I'm using an arraylist to store all my contacts and...

  • Blog Post

    Setting Visual Studio Compiler options, part 1

    July 10, 2012 3:08pm PDT

    Daryl Lucas presents a blog that looks compiler options from the viewpoint of the programmer looking at the options within the VS IDE.

  • TQA_TYPE

    Make GS1-128 using vb.net

    April 18, 2012 1:11am PDT

    Make GS1-128 using vb.net Hi, guys. My recent project need to collect the trade item identifiers in GS1-128s by the connected barcode reader. I need to read and generate barcode through my...

  • TQA_TYPE

    Why is my project doing this?!?

    January 12, 2012 10:13am PST

    Why is my project doing this?!? I have a simple report card project writen in vb.net. When the user fills in the information and clicks on my asp button to submit, it inserts it into a table and...

  • DISCUSSION_TYPE

    Windows.Forms Application

    September 27, 2011 7:47am PDT

    Windows.Forms Application VB.Net Express 2008. Can I write a Windows.Forms application where I can have an option of making form or Sub Main as start up module similar to 'Standard Exe' in VB6?

  • TQA_TYPE

    Is it possible to open a connection inside a windows service?

    August 18, 2011 8:47pm PDT

    Is it possible to open a connection inside a windows service? Good day TR community! I created a windows service (vb.net) which reads the content of a DBF file table and import it to a MySQL...

  • TQA_TYPE

    Multithreading in Vb.net

    August 12, 2011 4:13am PDT

    Multithreading in Vb.net Can you please describe me , when to multithread an application, where to multithread an application, and how to multithread an application in VB.Net ? Like this...

  • BLOG_DISCUSSION_TYPE

    Poll: Where does VB.NET stand?

    August 9, 2011 7:01am PDT

    VB will go away I have programmed in VB Classic and .NET for many years, and finally moved to C# because that's where the learning resources are now. It is clear that C# has become the choice...

  • Blog Post

    Poll: Where does VB.NET stand?

    August 9, 2011 6:34am PDT

    VB.NET is irrelevant to Microsoft's strategy, says Justin James. Do you think Microsoft will maintain VB.NET to keep developers happy?

    69 Latest comment by deadlycreature

  • Blog Post

    Poll: Are you disappointed in the language choices in .NET?

    August 3, 2011 5:34am PDT

    Justin James gets the sense that not everyone in the developer community is disappointed by the language choices available in .NET. Take the poll to let us know how you feel.

    5 Latest comment by Tony Hopkinson

  • ARTICLE_DISCUSSION_TYPE

    Convert Date/Time values into strings in VB.NET

    June 29, 2011 8:21am PDT

    Convert Date/Time values into strings in VB.NET article root How to convert month number to month name (Sorry comments only in portuguese, but the code is very simple) Solution here. Tags:...

  • DISCUSSION_TYPE

    Adding two different time Values

    June 17, 2011 4:59am PDT

    Adding two different time Values Hi All, I m new to .net and need a help to solve this problem ...... I have a problem ...tat i have to add two different time eg: (12:30:15) + (10:45:55) i.e...

  • TQA_TYPE

    Can Jmeter test smart client applications developed in VB.Net?

    May 19, 2011 2:27am PDT

    Can Jmeter test smart client applications developed in VB.Net? Hello, Our company develops applications made in VB.Net the application is based on VB.Net and it is also not just a windows based...

  • White Papers

    Learning Content Recommendation for Visual Basic .Net Programming Language Based on Ontology

    February 24, 2011 12:00am PST

    E-learning systems help learners to learn electronic course through computer or network as virtual classroom instead of face to face learning. This type of learning has some advantages versus...

    Provided by: Science Publications

  • ARTICLE_DISCUSSION_TYPE

    Easily format string output with .NET's String.Format

    February 15, 2011 11:49am PST

    Easily format string output with .NET's String.Format article root String Format function in vb.net complete resource of string.format function in vb.net is available at the below mentioned...

  • TQA_TYPE

    Search code usig vb.net(2008) & SQL Dbase

    January 27, 2011 5:13am PST

    Search code usig vb.net(2008) & SQL Dbase I am working on my school project using vb.net and SQL. But I am having problems coding for the Next, Previous and the Search buttons Need further...

  • Blog Post

    Programming news: VB.NET for Windows Phone 7, Mono 2.8.1, NetBeans IDE 7.0 Beta

    December 2, 2010 1:44pm PST

    Read about Azure improvements, AtomWeaver 1.1, Rally's Project Stratus, a Windows Phone 7 competition, the Engine Yard Open Source Software Community Grant program, and more.

  • TQA_TYPE

    save Outlook 2007 email as a msg file from VB.NET 2008

    November 17, 2010 10:09am PST

    save Outlook 2007 email as a msg file from VB.NET 2008 I want to save the selected Outlook 2007 email(s) as a msg file(s) from VB.NET (VS 2008). I get an error message that says ?You do not have...