Summary: Hi! I'm new to VB.NET coding, but I have some old knowledge from VB6 and PHP-programming. I have been trying to figure out how to use 'For' - Loops wi...
Summary: Hi everyone need help! i'm using vb.net and i would like to know the right codes for textbox that only accepts 16 numeric characters. thanks in advanc...
Summary: Hi, Im writing a program, and as part of it i need to calculate how many days have passed since a certain date. I am able to get the date from a datab...
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: hi guys, i'm a new learner of programming and currently going thru vb.net. i'm working on a windows app which requires to have a user login and passwo...
Summary: Hi friends I have a lot of textBoxes on a form in VB.NET . I have a button of Clear which will empty the text boxes existing on the form. My coding is...
Summary: Quick question Is there a way in vb.net to make a textbox only accept integers without having to have a whole lot of If statements. Thanks ...
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: 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: 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: Hi there!!, Instead of buttons go for the toolbar approach with a menu item called Temperature and a drop down menu with all the temperature ranges in...
Summary: I have this project to do in my VB.net class The project is write a vb.net program that makes reservations for a hotel storing the reservations in a...
Summary: Hello Guys, I am beginer in vb and I am developing a project that I have to telnet to a device running in linux only and then after the connection is ...
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: Hey I'm new to .NET and am working VB.NET... I have an application that that run from a module so the first form that would be seen is hidden in the s...
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: 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: Hello everybody. I am trying to create a string that has columns with the use of the tab. In VB6 it was something like : string 3 =string1 & tab(5) & ...
Summary: Hi, Can anyone help me with advice regarding buying good VB.NET book(s) that show you how to program for SQL Server. Please let me know. Thank You ...
Summary: I'm a begginer VB.Net programmer. What syntax or code can I use to delete or alter files, including text but still any file. I want to be able to dele...
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...
Summary: I'm here again to ask how to create different forms within a program, or a command to run a different program after executing one. Please help me in V...
Summary: Sorry Did some digging and found that "As any" was changed in vb.net Still needing help with /s parameter. Thanks p.s will make sure i research better...
Summary: I am creating a windows media player in vb.net. It is using the interface right within visual basic.net. I need help coding this media player7. Ple...
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...