Wrox Programmer Forums
|
VB Databases Basics Beginning-level VB coding questions specific to using VB with databases. Issues not specific to database use will be redirected to other forums.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the VB Databases Basics section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old February 11th, 2008, 11:25 AM
Registered User
 
Join Date: Jan 2008
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Yahoo to benhar03
Default Can you make me a Program??

It's all about TV RATINGS

it goes like this:

when I add 30 input(choices are: Channel 2/7/5/13/9) to the messagebox
it will appear another forms regarding the total percantage of the whole vote...
(This is and example )form2
Channel Vote Percent
   2 5 %7
   7 10 %25


that's all... I DOnt know when will I Start.. Can you please help me to this program??? It's VB6
please send your kindly work at my email= [email protected]

THANKZ

 
Old February 11th, 2008, 01:23 PM
Friend of Wrox
 
Join Date: Nov 2004
Posts: 1,621
Thanks: 1
Thanked 3 Times in 3 Posts
Default

The focus of this forum is to help [u]you</u> understand what you’re doing, not as a service to do it for you.
 
Old February 11th, 2008, 09:29 PM
Registered User
 
Join Date: Jan 2008
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Yahoo to benhar03
Default

okay sir... can you teach me to my program?

 
Old February 11th, 2008, 10:34 PM
Wrox Author
 
Join Date: Oct 2005
Posts: 4,104
Thanks: 1
Thanked 64 Times in 64 Posts
Send a message via AIM to dparsons
Default

You have misunderstood Brian. Us being teachers is secondary to us helping you understand a specific problem you might have. For example you might have a method that looks like this:

Private Function foo () As String
   Response.Write("In Function foo")
End Function

But you get an error from your compiler complaining about your function not returning a value so what one of us might suggest you doing is

Private Sub foo()
   Response.Write("In Function foo")
End Sub

Which would be correct. So we have helped you through your problem but have also taught you that a function is a piece of code that returns a value where as a sub routine is a piece of code that simply does something.

Noone here is going to walk you through how to program. We will help you to understand your problems and we will help you fix said problems but we are not tutors in a classical sense. Google provides a wealth of information as does the MSDN; using those 2 resources should give you a good jumping off point in how to begin programming.

hth.

================================================== =========
Read this if you want to know how to get a correct reply for your question:
http://www.catb.org/~esr/faqs/smart-questions.html
================================================== =========
.: Wrox Technical Editor / Author :.
Wrox Books 24 x 7
================================================== =========





Similar Threads
Thread Thread Starter Forum Replies Last Post
I need help to make this enabled thing program... psycoblaster Visual Basic 2005 Basics 0 November 27th, 2007 07:36 AM
How to make program chat using C++ bLo C++ Programming 8 March 20th, 2007 01:35 AM
i need to make this program saudyonline General .NET 11 October 27th, 2004 12:17 PM
How to make a program full screen snowy0 VB How-To 1 August 6th, 2004 07:41 PM
how to make a program which plays tunes cbpanchal VB How-To 0 September 21st, 2003 09:27 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.