Search the web
Sign In
New User? Sign Up
VisualBasic_Official · Visual Basic . VB.net . VBS . ASP.net
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 8695 - 8724 of 9530   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
8695
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...
Randy Williamson
ac7nj
Offline Send Email
Nov 1, 2007
11:02 pm
8696
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...
Agent Orange
evil_agentor...
Online Now Send Email
Nov 1, 2007
11:03 pm
8697
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...
Charles Dawes
chudawes
Offline Send Email
Nov 1, 2007
11:03 pm
8698
I am Amardeep Singh Frm India , Hello to Every one i am a new member of this group I want to be a vb expert , hey u all will help me ? ...
Amardeep Singh
amar1_001
Offline Send Email
Nov 2, 2007
4:35 pm
8699
thanks I'll give it a try Agent Orange <evil_agentorange@...> wrote: Go to Project properties and change the startup Object to which ever form...
clinton richardson
clutch776
Offline Send Email
Nov 5, 2007
4:54 pm
8700
Dear All, I want to learn VB.NET through Net, so i want the website address for E-Books and E-Learning which is free. Please help me....
khare4net
Offline Send Email
Nov 5, 2007
4:57 pm
8701
Greetings, Have you explored the Microsoft sites? There are tons of resources. For example: Webcast tutorials: ...
Tidrick, Thomas (CDC/...
thtidrick2001
Offline Send Email
Nov 6, 2007
12:04 am
8702
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 ...
Tapan
tapan29bd
Offline Send Email
Nov 6, 2007
6:18 pm
8703
Hello!!! Link for "Geting started with VB.net". http://www.homeandlearn.co.uk/NET/nets1p1.html ... From: khare4net To: VisualBasic_Official@yahoogroups.com ...
Aashima Sharma
ashusood2002
Offline Send Email
Nov 6, 2007
6:18 pm
8704
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...
bluefin56
Offline Send Email
Nov 7, 2007
4:23 pm
8705
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...
WILLAIM STEARNS
yp_william_s...
Offline Send Email
Nov 7, 2007
10:35 pm
8706
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 ...
zbuster81
Offline Send Email
Nov 7, 2007
10:35 pm
8707
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...
Elizabeth Ungless
lizungless
Offline Send Email
Nov 7, 2007
10:36 pm
8708
what type is intNumber.. is it string? if so, then it should be If (val(intNumber) < 0) Then ... From: zbuster81 <zbuster81@...> To:...
WSVNRadio (Eric)
wsvnradio
Offline Send Email
Nov 8, 2007
5:31 pm
8709
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...
dizzycoder2000
Offline
Nov 8, 2007
11:32 pm
8710
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...
attiq.jaffar
Offline Send Email
Nov 12, 2007
6:07 pm
8711
Hello TAPN, There are following project topics 1. Library Management System. 2. Bank Management System. 3. AirLine Reservation System. 4. Railway Reservation...
Sanjeev Gupta
sanjeevgupta...
Offline Send Email
Nov 12, 2007
6:08 pm
8712
In relation to the subject .... Hi there ... Is there a site where in i could get or download a sample project that includes details on how it was...
Robert Philip N. Betts
botsug
Online Now Send Email
Nov 13, 2007
9:46 pm
8713
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. ...
Eze stephen O.
stonypeterz
Offline Send Email
Nov 13, 2007
9:47 pm
8714
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. ...
Muhammad Adeel
adeel_sher
Online Now Send Email
Nov 13, 2007
9:47 pm
8715
Greetings, MSDN provides a collection of samples that demonstrates various aspects of .Net technology. See: ...
Tidrick, Thomas (CDC/...
thtidrick2001
Offline Send Email
Nov 14, 2007
5:23 pm
8716
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...? ...
Tapan
tapan29bd
Offline Send Email
Nov 15, 2007
4:50 pm
8717
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...
rmardayat
Offline
Nov 19, 2007
6:26 pm
8718
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 ...
Alex Lapiguera
lapzamcaflz
Offline Send Email
Nov 19, 2007
6:26 pm
8719
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...
Joe
bigjoe11a
Online Now Send Email
Nov 19, 2007
6:27 pm
8720
hi tapan, Database for Library Mangement System create table book ( title varchar2(30), publication varchar2(30), edition varchar2(15), author1 varchar2(25), ...
Sanjeev Gupta
sanjeevgupta...
Offline Send Email
Nov 19, 2007
6:29 pm
8721
How long does it take for my messages to get approved...
Joe
bigjoe11a
Online Now Send Email
Nov 19, 2007
6:35 pm
8722
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...
arunvinesh81
Offline Send Email
Nov 19, 2007
6:35 pm
8723
Hi Siva here...can anyone post some material on VB.net certification ? thanks in advance...
dreamz_sql
Offline Send Email
Nov 19, 2007
6:35 pm
8724
Hi all! I am a beginner worker with VB.NET . Please send to me a short & effective tutorial . Tanks ...
ali mohammad nickfarjam
nickfarjam67
Offline Send Email
Nov 19, 2007
6:36 pm
Messages 8695 - 8724 of 9530   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help