Why didn't you use the "Main" vb has to start there. I'd say redo your forms to include main as a starting point. In 2005 .NET you can select a form to be the...
Go to Project properties and change the startup Object to which ever form you want and delete the form that you dont need... nhowe ... AgEnT^^^OrAnGe My...
Does anyone know of a final release date for Visual Studio 2008? I have read that it going to be at the end of this year.Is this still the case? Is there going...
Hello friends, this is tapan from bd, i want to make me efficient on vb but dont find any project to make, is here any1 who can help me by giving me some ...
Hello!!! Link for "Geting started with VB.net". http://www.homeandlearn.co.uk/NET/nets1p1.html ... From: khare4net To: VisualBasic_Official@yahoogroups.com ...
Hi, I am a student in a Database Fundamentals I class using Access. For my project I am building a Baseball Scoring database. My problem lies in the...
What you may need to do is something like this with using both foreign keys: Select (or update or insert) gametable.*, hometeam.name, visitorteam.name from...
Why does this put a number in the label when i enter a number less than 0 If (intNumber < 0) Then MsgBox("Please Enter A Number greater than 0") Else ...
Hi, I'm just jumping in here, but from what I remember of Access you need to have the Game table twice in your query. Once as the Game table (for which you...
Well, only -1..-n is less than 0 You can't get a sqrt of 0, so your check should be: intNumber = Val(txtNumber.Text) If (intNumber < 1) Then MsgBox("Please...
can anybody help me to change this vb code into c# or vb.net its code to populate the tree from product table /////My Product Table ProductId ParentProduct...
The code below would be more like it. Meanwhile, there's a free online application for such translation. Check it out here. You may need it in the future. ...
Hi All, I want to learn VB.Net and I am a beginner level programmer. Plz send me a very effective VB.Net tutorial which could help me learn this program. ...
Thanks Sanjeev Gupta i knew this topics but a little problem is i have no idea (analytical data) about this projects. could u pls help me out about this...? ...
I have set up dataset and put all of its data into a datagrid. The first four columns are read only. The last column isn't, and it's a check box. What I...
HI to all, Can someone give me a sample of a typical document management system flowchart? I really need help on this. Thanks in advance... Alex Lapiguera ...
I'm using the easy door library 2.80. I'm just looking for some basic help. 1) Using the COMMAND$. I need to send the node number on the command line. door.exe...
hi tapan, Database for Library Mangement System create table book ( title varchar2(30), publication varchar2(30), edition varchar2(15), author1 varchar2(25), ...
1. You are creating a client application that calls ActiveX DLLs. Which of the following properties of the Err object provides the name of a component that...