Post: Need Someone Good With Visual Basic
08-21-2010, 08:43 AM #1
(adsbygoogle = window.adsbygoogle || []).push({});
I'm trying to make a program and I need some advice or help with this
If you give me advice you'll get thanks and rep sorry that's all i can offer right now
If you help build the program you will be given credit and if all goes well very known on this site
(adsbygoogle = window.adsbygoogle || []).push({});
08-21-2010, 10:32 AM #2
Wot do you need help with??
08-21-2010, 05:40 PM #3
Originally posted by Carbon0x View Post
Wot do you need help with??


im tryin to make a program and i need a way to link two radio buttons together and produce a certain text if tht makes ne sense

for example the first radio button is a checkable button
the second radio button you actually select and maybe a third button that binds those two together and produce a text
Im new with this program so i need some advice

here is the main jist of it :
You must login or register to view this content.
08-23-2010, 07:14 AM #4
That's not hard.But how to help you?

---------- Post added at 03:14 PM ---------- Previous post was at 03:08 PM ----------

Originally posted by lovegames View Post
That's not hard.But how to help you?



this program seems to be build with VB.NET,not VB.They are not the same.
08-23-2010, 08:41 AM #5
Originally posted by lovegames View Post
That's not hard.But how to help you?

---------- Post added at 03:14 PM ---------- Previous post was at 03:08 PM ----------




this program seems to be build with VB.NET,not VB.They are not the same.


I'm using Micorsoft Visual Studio and could u post a code or ne ideas on that cux i need a lot of help on this im new to vb
08-23-2010, 09:52 AM #6
Ok, can you explain that again? It made no sense to me.

Is it:
First button is a checkbox, second button is a radio (why radio and not checkbox then?) and 3rd button does an action
08-24-2010, 07:18 AM #7
Originally posted by nebster View Post
Ok, can you explain that again? It made no sense to me.

Is it:
First button is a checkbox, second button is a radio (why radio and not checkbox then?) and 3rd button does an action




Yes, I also couldn't understand the meaning you express.It's not so clearly enough.



___________________________________________
Love me love my dog.Please give me your hand and I will give you the whole world.
~^You must login or register to view this content.^~
08-25-2010, 04:25 AM #8
Originally posted by lovegames View Post
Yes, I also couldn't understand the meaning you express.It's not so clearly enough.



___________________________________________
Love me love my dog.Please give me your hand and I will give you the whole world.
~^You must login or register to view this content.^~


basically im trying to link the first and second button together creating a value depending on which selection u make (in the actual program there's more than one option) then the generate button combines those together to and sends that to the output box

i would post the original program but you can understand the fact that people would steal the idea
08-27-2010, 12:26 AM #9
I didn't really understand but this is what I think you mean:

Using code:
    Public Class Form1

Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
If CheckBox1.Checked Then TextBox1.Text += "Check box 1 checked" & vbNewLine
If CheckBox2.Checked Then TextBox1.Text += "Check box 2 checked" & vbNewLine
End Sub
End Class


Pic:
You must login or register to view this content.
08-30-2010, 02:12 PM #10
Originally posted by nebster View Post
I didn't really understand but this is what I think you mean:

Using code:
    Public Class Form1

Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
If CheckBox1.Checked Then TextBox1.Text += "Check box 1 checked" & vbNewLine
If CheckBox2.Checked Then TextBox1.Text += "Check box 2 checked" & vbNewLine
End Sub
End Class


Pic:
You must login or register to view this content.


ill try tht out thank you

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo