Visual Basic

Discutii despre tot ce nu se incadreaza in celelalte categorii.

Moderators: Moderatori ajutatori, Moderatori

Post Reply
User avatar
EliteXcS
Membru, skill +1
Membru, skill +1
Posts: 483
Joined: 30 Jun 2011, 17:40
Detinator Steam: Nu
CS Status: Hai salut!
Detinator server CS: Nu!
SteamID: N-am!
Location: My Computer -> Local Disk (C:) -> Windows
Has thanked: 52 times
Been thanked: 14 times
Contact:

28 Aug 2012, 21:42

Salut,

Le are cineva cu Visual Basic?

As vrea sa imi zica si mie cineva niste chestii,

Da-ti add:

maker.elite97 Y!M
Image
Image

Daca crezi ca te-am ajutat cu ceva apasa pe butonul Image ! :D

Hai sa-ti bag un dans -->Image


Y!M: [email protected]


18+ :))
| Afiseaza codul
http://i40.tinypic.com/20u3adi.gif
Cea mai belea dacie din lume :))
| Afiseaza codul
Descrierea Daciei 2012:
1. Frana tine pe o roata ca bicicleta;
2. Semnal nu are trebuie sa scoti mana;
3. Stergatoarele merg numai cand nu ploua;
4. Farurile, cand e noapte merg doar alea din spate;
5. Oglinzi rabatabile

Sursa:
[video]http://www.youtube.com/watch?v=lEwyjHVaLpE[/video]
RoyalServer
User avatar
aNdRw.
Membru, skill +1
Membru, skill +1
Posts: 366
Joined: 15 Jan 2012, 18:01
Detinator Steam: Da
CS Status: antipatic
Detinator server CS: Nu
Location: pe ici pe colo
Has thanked: 40 times
Been thanked: 21 times

28 Aug 2012, 21:54

Lasa aici detalii despre chestiile pe care nu le sti,si ce program vrei sa creezi :-??
User avatar
EliteXcS
Membru, skill +1
Membru, skill +1
Posts: 483
Joined: 30 Jun 2011, 17:40
Detinator Steam: Nu
CS Status: Hai salut!
Detinator server CS: Nu!
SteamID: N-am!
Location: My Computer -> Local Disk (C:) -> Windows
Has thanked: 52 times
Been thanked: 14 times
Contact:

29 Aug 2012, 00:00

Vreau sa aflu cum se fac urmatoarele:

1. Cum se schimba tema formei.
2. Cum se face un about.
3. Cum se face un singur buton cu ON si apasand pe el devine OFF.
4. Cum fac sa activez/dezactivez niste butoane cu ajutorul unui "CheckBox".

Cam atat. :)
Image
Image

Daca crezi ca te-am ajutat cu ceva apasa pe butonul Image ! :D

Hai sa-ti bag un dans -->Image


Y!M: [email protected]


18+ :))
| Afiseaza codul
http://i40.tinypic.com/20u3adi.gif
Cea mai belea dacie din lume :))
| Afiseaza codul
Descrierea Daciei 2012:
1. Frana tine pe o roata ca bicicleta;
2. Semnal nu are trebuie sa scoti mana;
3. Stergatoarele merg numai cand nu ploua;
4. Farurile, cand e noapte merg doar alea din spate;
5. Oglinzi rabatabile

Sursa:
[video]http://www.youtube.com/watch?v=lEwyjHVaLpE[/video]
User avatar
EliteXcS
Membru, skill +1
Membru, skill +1
Posts: 483
Joined: 30 Jun 2011, 17:40
Detinator Steam: Nu
CS Status: Hai salut!
Detinator server CS: Nu!
SteamID: N-am!
Location: My Computer -> Local Disk (C:) -> Windows
Has thanked: 52 times
Been thanked: 14 times
Contact:

29 Aug 2012, 13:33

Up. :(
Image
Image

Daca crezi ca te-am ajutat cu ceva apasa pe butonul Image ! :D

Hai sa-ti bag un dans -->Image


Y!M: [email protected]


18+ :))
| Afiseaza codul
http://i40.tinypic.com/20u3adi.gif
Cea mai belea dacie din lume :))
| Afiseaza codul
Descrierea Daciei 2012:
1. Frana tine pe o roata ca bicicleta;
2. Semnal nu are trebuie sa scoti mana;
3. Stergatoarele merg numai cand nu ploua;
4. Farurile, cand e noapte merg doar alea din spate;
5. Oglinzi rabatabile

Sursa:
[video]http://www.youtube.com/watch?v=lEwyjHVaLpE[/video]
User avatar
aNdRw.
Membru, skill +1
Membru, skill +1
Posts: 366
Joined: 15 Jan 2012, 18:01
Detinator Steam: Da
CS Status: antipatic
Detinator server CS: Nu
Location: pe ici pe colo
Has thanked: 40 times
Been thanked: 21 times

29 Aug 2012, 14:29

Punctul 1, cred ca la asta te referi(tutorial):

Code: Select all

 http://www.vbtutor.net/vb6/lesson18.html
Punctul 2 ,iti arata cum sa creezi un buton ,iar atunci cand apesi pe el iti da detalii (about)

Code: Select all

http://www.youtube.com/watch?v=dMEY4lbiBck
Punctul 3 , tutorial explicat pas cu pass :

Code: Select all

http://www.youtube.com/watch?v=2CeIFe14nc0
La ultimul punt habar n-am...
Am incercat sa te ajut cat am putut :D ...
Image
User avatar
pazziny9
Membru, skill +2
Membru, skill +2
Posts: 998
Joined: 19 Mar 2011, 21:09
Detinator Steam: Nu
CS Status: Citesc forumul eXtreamCS.com...!
Has thanked: 93 times
Been thanked: 67 times
Contact:

29 Aug 2012, 14:51

1. ? Nu inteleg la ce te referi.

2.
"Button_click":
MsgBox("Textul", MsgBoxStyle.Information, "About")

3.
dupa "Class Form":
dim num1 as integer = 0
"Button_Click":
If num1 = 0 then
Button1.Text = "ON"
num1 = 1
Elseif num1 = 1 then
Button1.Text = "OFF"
num1 = 0
End if

4.
"Checkbox_CheckedChanged":
If checkbox1.checked = true then
button1.enabled = true
Elseif checkbox1.checked = false then
button1.enabled = false
End if
User avatar
EliteXcS
Membru, skill +1
Membru, skill +1
Posts: 483
Joined: 30 Jun 2011, 17:40
Detinator Steam: Nu
CS Status: Hai salut!
Detinator server CS: Nu!
SteamID: N-am!
Location: My Computer -> Local Disk (C:) -> Windows
Has thanked: 52 times
Been thanked: 14 times
Contact:

29 Aug 2012, 17:48

Multumesc. ! :D
Image
Image

Daca crezi ca te-am ajutat cu ceva apasa pe butonul Image ! :D

Hai sa-ti bag un dans -->Image


Y!M: [email protected]


18+ :))
| Afiseaza codul
http://i40.tinypic.com/20u3adi.gif
Cea mai belea dacie din lume :))
| Afiseaza codul
Descrierea Daciei 2012:
1. Frana tine pe o roata ca bicicleta;
2. Semnal nu are trebuie sa scoti mana;
3. Stergatoarele merg numai cand nu ploua;
4. Farurile, cand e noapte merg doar alea din spate;
5. Oglinzi rabatabile

Sursa:
[video]http://www.youtube.com/watch?v=lEwyjHVaLpE[/video]
Post Reply

Return to “Discutii generale”

  • Information