On ZDNet: Free Internet: Gone in 5 years
351 Resources for

microsoft visual basic.net

  • Subscribe to this listing via:
  • RSS
  • Email
Did you mean Microsoft Visual Basic.Net (351 results)

TechRepublic Resources

My move from VB.NET to C#
Justin James confesses why he stuck with VB.NET for so long rather than moving to C# and reveals how life has been now that he's taken the plunge. by Justin James
Tags: Microsoft Visual Basic.Net, .NET Documentation, C#, .Net, Programming Languages, Microsoft Development Tools, Software Development, Software/Web Development, Development Tools, Justin James
Blog posts 2008-06-11
Problem in GIS based application developed in VB.net
hi all, Can anybody help me in solving my prob,I m getting error in my vb.net project as "DLL 'C:PROGRA~1GEOCON~1GEOCON~1Widget_Locator.xgo' is attempting managed execution inside OS Loader lock. Do not attempt to run managed code inside a DllMain or image initialization function since doing so can cause the application to...
Tags: suman.nanganure@..., Microsoft Visual Basic.Net, GIS
Discussion threads 2007-11-23
Getting the Formats/Styles in a Word Document using VB.net
We have tons of word documents. Each word document has its own formats & styles. I need to get all those styles and save them in a database. How do I do that?
Tags: Microsoft development tools, .NET, Programming languages, meredithf, Microsoft Visual Basic.Net, Microsoft Word
Discussion threads 2007-11-09
Explore an overloading method in VB.NET
Developers often need to define a method with the same name that may perform different functionalities. In order to do that, you should use the Overloads keyword in .NET. In this quick tip, I look at an example function that performs different sets of functionalities with the same name. ...
Tags: Procedure, Microsoft Visual Basic.Net, .Net, Microsoft Development Tools, Programming Languages, Middleware, Software Development, Software/Web Development, Development Tools, Enterprise Software, Software, Irina Medvinskaya
Blog posts 2007-11-08
Remember a form's position between uses in VB.NET
I really like the My namespaceUsing "My" and the settings for things like this is a real benefit, I have found! Just be careful of what you stick in there, make sure you encrypt any sensitive data.J.Ja
Tags: Microsoft development tools, .NET, Programming languages, Justin James, Microsoft Visual Basic.Net
Discussion threads 2007-11-02
Remember a form's position between uses in VB.NET
There are times when it's handy for developers to be able to remember where a form was located the last time the application was used. In this quick VB.NET tip, I'll show you a way of using Application Settings to store and use the last location of the form. ...
Tags: Form, Microsoft Visual Basic.Net, Microsoft Development Tools, Programming Languages, .Net, Development Tools, Software Development, Software/Web Development, Irina Medvinskaya
Blog posts 2007-11-01
Problem in VB.net
Hi all, I am creating the GIS based application in Vb.net but i am getting the error as shown below :" 'GCAddon'is ambiguous in the namespace 'VBNetWidget'. "" 'GCAddon' is not CLS-compliant because it derives from 'defAddon' which is not CLS-compliant."I am not getting this error so can plz anybody...
Tags: Microsoft development tools, .NET, Programming languages, suman.nanganure@..., Microsoft Visual Basic.Net
Discussion threads 2007-10-31
Blink Option in VB.NET Windows Form
I want to add blink option in vb.net applicationI need help, if anybody is there to solve, it's more happily acceptable.
Tags: Microsoft development tools, .NET, Programming languages, sureshv2@..., Microsoft Visual Basic.Net
Discussion threads 2007-10-29
need help from a VB.net expert.... Hitting SQL server taking 3 minutes....
Hi all.Here is my problem.We have a SQL procedure that we were calling in a development environment, no problem... ran fairly fast.... no difference between the time it took to run in SQL server management studio and the VB app.We move it to a staging environment...The proc takes a few...
Tags: Microsoft development tools, Databases, Programming languages, .NET, Microsoft Visual Basic.Net, Locrian_Lyric, Microsoft SQL Server, server
Discussion threads 2007-10-29
Create shortcut menus for forms in VB.NET using ContextMenuStrip
And in VB6...As is usually the case, there's a tool for this in VB6 as well.You build the menu with the same tools you use to build "regular" menu bar menus, and invoke it with the PopupMenu method.See the VB6 help index - look for "context menu" and read the...
Tags: PRODUCTIVITY, ChuckSomerville, Microsoft Visual Basic 6.0, Microsoft Visual Basic.Net
Discussion threads 2007-10-26
Create shortcut menus for forms in VB.NET using ContextMenuStrip
In order to implement shortcut menus for a form, you can add the VB.NET ContextMenuStrip control to your form. In the design mode, the control will appear on the bottom of the form. When you click the control, you can add menu items to it. There are...
Tags: Form, Microsoft Visual Basic.Net, Menu Item, Microsoft Development Tools, Programming Languages, .Net, Development Tools, Software Development, Software/Web Development, Irina Medvinskaya
Blog posts 2007-10-25
PRINTING TEXT FILE FROM VB.NET APPLICATION
I WANT THE SAMPLE CODE FOR ISSUING A TEXT FILE PRINT COMMAND FROM A VB.NET APPLICATION.
Tags: Microsoft development tools, .NET, Programming languages, narku2000@..., VB.Net Application, Text File, Microsoft Visual Basic.Net, printing
Discussion threads 2007-10-19
Sharing the event logic between controls in VB.NET
Whenever you write the code logic that may be used for more than one control, it makes sense to try to save time by creating only one procedure that will handle the event and perform that logic. In this tip, I show you a way to share the event logic...
Tags: Control, Microsoft Visual Basic.Net, Microsoft Development Tools, Programming Languages, .Net, Development Tools, Software Development, Software/Web Development, Irina Medvinskaya
Blog posts 2007-10-19
Sharing the event logic between controls in VB.NET
It can be convenientHowever, there are a couple of gotchas. If you mix control types, you better use a typeof clause to make sure that your operating on the correct control type. Also, don't mistake the order that the events are listed in the handles clause...
Tags: Microsoft development tools, .NET, alaniane@..., handles clause, Microsoft Visual Basic.Net
Discussion threads 2007-10-19
Generating XML from XSD in VB.NET
I have XSD file and I am trying to generate XML file based of off the XSD. Does anyome have code sample how this done? What I have is the xml stored in table and I am kind of combining xml from each record in the table into one huge...
Tags: Microsoft Visual Basic.Net, m_sinchak@..., XSD, XML
Discussion threads 2007-10-12
VB.NET
Hi I am new in this industry. First of all I would want to download VB.NET into my Laptop with Vista Home edition OS. Please Help!!!Many Thanks
Tags: Microsoft development tools, .NET, Programming languages, dil2k28@..., Microsoft Visual Basic.Net
Discussion threads 2007-10-12
See how simple it is to create a fading form in VB.NET
Dont use this codeThis code example has been around for awhile, and I used to use it in my app, until I found that sometimes it becomes super sluggish.It's not a consistent problem, so one would have the false sense of security that the sub always works just fine. ...
Tags: Microsoft development tools, .NET, Programming languages, Databases, divineprime@..., Microsoft Visual Basic.Net
Discussion threads 2007-10-12
See how simple it is to create a fading form in VB.NET
While core functionality and usability of the application is always one of the most important aspects, various visual effects may improve the way users feel about a particular application. Even though you may be able to implement purely cosmetic features in an application, it's important to keep the functionality in...
Tags: Form, Microsoft Visual Basic.Net, Opacity, Microsoft Development Tools, Programming Languages, .Net, Development Tools, Software Development, Software/Web Development, Irina Medvinskaya
Blog posts 2007-10-12
VB.Net - HELP needed
Does anyone know exactlydetailed exlanation of how to connect your VB.Net Application to an Access database?I've been hunting for this code like forever.
Tags: Microsoft development tools, .NET, Programming languages, Databases, Avinesan@..., Microsoft Visual Basic.Net
Discussion threads 2007-10-05
Creating a Web service with VB.NET
Web services technology is based on HTTP, Simple Object Access Protocol SOAP, and XML. Since Web services use open standards, calling Web services is fairly simple. VB.NET allows you to use Web services as if they were entirely local objects since most of the marshaling between the...
Tags: Web, Web Service, Microsoft Visual Basic.Net, Web Services Technology, Channel Management, Web Services, Marketing, Enterprise Software, Software, Irina Medvinskaya
Blog posts 2007-10-04


500 Things Every Technology Professional Needs to Know
Did you know Microsoft's RegClean does not work with XP but you can use shareware to clean your registry? Did you know most wireless access points don't have encryption enabled by default? Did you know there are 500 tidbits of information contained in TechRepublic's 500 Things Every Technology Professional Needs to Know that will help you become a successful IT professional.
Buy Now
PC Troubleshooter Resource Guide, Fifth Edition
Ensure you have the solutions you need to troubleshoot power supplies, CPUs, video cards, disk drives, CD and DVD drives, motherboards, sound cards, USB issues, monitors, printers, laptops, network connections, spyware, Windows XP and more.
Buy Now

SmartPlanet