Summary: Thanks. I'll try that as soon as I get a chance. It sucks not having VS.Net on my Home PC(I do have VS 6 though but a lot of good that does me for my ...
Summary: I just had a course in C# and VB.net at college. The only reall difference between VB.net and C# is minor syntax differences. C# you need to remember...
Summary: It depends on which version you use...But if you use the latest version (.NET 2.0 & VS 2005), there's not that many significant differences between th...
Summary: I have source for a C project that I have compiled as a DLL and am accessing its functions from a VB.NET Program. I have successfully been able to ca...
Summary: I have IIS 5.1 installed on my Win XP Pro and am testing ASP.Net pages on it. The ASP.Net pages that I am testing on IIS are: - A search page which ge...
Summary: Hello! I needed someone's help regarding vb.net. Well, you see, I'm using vb.net to create a plug-in for windows media, a database authentication plu...
Summary: Hi, I am using VS.NET 2003 and I am working on a report in Crystal. I am getting the the required info from another form's method which was written in...
Summary: Hello...I have been trying to learn about vb.net by doing online tutorials, but I'm having problems. I started a project with vb that accesses an acce...
Summary: Hello everybody. I have a question in VB.NET. I have a combobox and i use the following code to get the printers available in the computer: **********...
Summary: Hey, I am creating a knowledge based database systems in Visual Basic.net which will basically take users questions and using IF ELSE and OR statement...
Summary: all you need to do is choose Windows Service from the list of projects you can make and .net will do most of the framework for you. Then you need to a...
Summary: For your consideration: Since you don't have much programming experience, I suggest you forget about VB .NET and learn C# (if you want to learn a .NET...
Summary: Hello everybody. I have a question in VB.NET. I am trying to connect to a database from Access (i know the path and everything). I am new to VB.NET an...
Summary: hey, im using VB.NET and i have a question about combo boxes. i want to make one with different options you know they have the first one set on there,...
Summary: Hi In VB .net how do you delcare a varible which can be used throughout an application? For instance in one form I have the varible in code... dim Ver...
Summary: It's not an entirely bad choice...Most of the complaints people had about VB as a starting language got cleaned up in VB.NET. However, C# or Java wou...
Summary: I am working on a VB.Net project that works with an Access Database for storage, and I am working out some reporting options. I need to Graph some in...
Summary: I would like to have an application which contains database/data layer and user interface(3-tier). In Head Office, the application willl run in VB.Net...
Summary: I'm trying to link an Access(2003) Database with a VB.NET program. I can do this on a non-networked system, so know that there isn't a problem in the ...
Summary: YOu can't use a windows time in a service application. You need to use a System.Timers.Timer. I don't program in vb .net, only c#, but here is how to ...
Summary: C++ is never a bad choice...It's a great language to be familiar with, even if it doesn't directly apply to your project. Other languages are usually...
Summary: IR, Yes it is worthwhile. Most of the companies I do work for still use vb6 and WILL continue to use it in the forseeable future. (and they will hav...
Summary: I have been struggling with data connection with vb.net and oracle as my database. The problem is that with the web application, the database connecti...