Symbianize Forum

Most of our features and services are available only to members, so we encourage you to login or register a new account. Registration is free, fast and simple. You only need to provide a valid email. Being a member you'll gain access to all member forums and features, post a message to ask question or provide answer, and share or find resources related to mobile phones, tablets, computers, game consoles, and multimedia.

All that and more, so what are you waiting for, click the register button and join us now! Ito ang website na ginawa ng pinoy para sa pinoy!

VB.NET Programming Corner!

Sir patulong sa pag fix
eto po yung codes ko pasabi narin po ng mali kasama na rin po sa attachment yung problem at sample output po dapat.

Dim tuition, fee, dcI As Integer
Dim stuition As String
-----------------------------------------
tuition = stuition
stuition = TextBox1.Text
-----------------------------------------
If RadioButton1.Checked = CheckState.Checked Then
dcI = tuition / 10
fee = tuition - dcI
fee = Str(stuition)
ElseIf RadioButton2.Checked = CheckState.Checked Then
dcI = tuition * 0.5
fee = tuition + dcI
fee = Str(stuition)
ElseIf RadioButton3.Checked = CheckState.Checked Then
dcI = tuition * 0.1
fee = tuition + dcI
fee = Str(stuition)
End If
 

Attachments

  • 10351820_911084242241897_7538975066637327349_n.jpg
    10351820_911084242241897_7538975066637327349_n.jpg
    47.3 KB · Views: 17
  • 10560336_805440626156601_8763705064107282777_o.jpg
    10560336_805440626156601_8763705064107282777_o.jpg
    55.1 KB · Views: 14
Hello guys, ano mairerecommend niyo na pwede kong gamitin na SQL server for LAN ?

Up ko lang. ;)

Tsaka paano gumawa nung for example may textbox then yung nakalagay sa textbox is mapupunta dun sa ready made template at ready to print ?
 
Last edited:
hi pwede po pa help mga master.. is it possible to make my vb.net program executable file using ms access path thru remote? ex. 2 different station from a different location with 1 database only. thanks po sa mag feedback
 
hi po.. ask ko lang po paano ko po magagawang remote ung mysql database ko? mysql workbench po ung ginagamit ko ngaun. may kailangan po bang cable pa? first time ko lang po kasi gagawa :)

Thanks po in advance! :)
 
ask ko lng po pano ko po pla maresize ung datagrid view . dapat po nka depende ung size nya sa laman nyang data. salamat po.
 
Sir patulong sa pag fix
eto po yung codes ko pasabi narin po ng mali kasama na rin po sa attachment yung problem at sample output po dapat.

Dim tuition, fee, dcI As Integer
Dim stuition As String
-----------------------------------------
tuition = stuition
stuition = TextBox1.Text
-----------------------------------------
If RadioButton1.Checked = CheckState.Checked Then
dcI = tuition / 10
fee = tuition - dcI
fee = Str(stuition)
ElseIf RadioButton2.Checked = CheckState.Checked Then
dcI = tuition * 0.5
fee = tuition + dcI
fee = Str(stuition)
ElseIf RadioButton3.Checked = CheckState.Checked Then
dcI = tuition * 0.1
fee = tuition + dcI
fee = Str(stuition)
End If

IMO :

- Idiretso mo na lang yung value ng tuition dun sa value ng textbox. (no need for stuition)

- No need na rin yung fee=Str(stuition)

- *.05 po yung sa 5% Interest.
 
Last edited:
Meron po bang paraan para hindi na iload yung form pero sa memory lang siya directly? Yung ginagawa ko kasing way e, from form1's load, kinokol ko n yung n form2 (form2.show) then ihahide ko na. Ayoko kasi yung nagsoshow pa siya then bigla naman mwawala. Sana nagets niyo po at matulungan niyo ko . THanks.
 
sir doorbreaker kumusta na po? may tanong lang po ako dun sa sms sender .. anu po AT commands kapag zte yung gamet? d kc makapagsend e .. hehe
 
sir doorbreaker kumusta na po? may tanong lang po ako dun sa sms sender .. anu po AT commands kapag zte yung gamet? d kc makapagsend e .. hehe

same lang yon.
siguro kinoclose mo yung dashboard. pinapatay kasi nung dashboard yung modem pag nag close sya.
try mo wag iclose tapos tyaka ka mag send.
ang dapat mo gawin send ka ng at+cfun=1 para mareset kung ayaw mo nung dashboard.
 
Last edited:
penge naman po ng link kung san pede mag dl ng VB.NET , yung hindi po trial :praise:
 
mga master sa vb.net! patulong naman po.. paano gagawan ng simple apps lang. na may add, edit, delete and search ang vb.net with MS SQL 2008?? ano yung code na nilalagay? wala kasi ako idea dun. sanay ako MS ACCESS to VB.NET
 
mga master sa vb.net! patulong naman po.. paano gagawan ng simple apps lang. na may add, edit, delete and search ang vb.net with MS SQL 2008?? ano yung code na nilalagay? wala kasi ako idea dun. sanay ako MS ACCESS to VB.NET

palitan mo lng connection string
 
Good day po. pahingi naman ng idea kung pano maipapasa yung data sa datagridview papuntang html file.

parang ganito po magiging output nya po: :noidea:
View attachment 179821

thanks po in advance. :pray:
 

Attachments

  • 1.jpg
    1.jpg
    76.4 KB · Views: 15
hi mga master..

sino po pwede dito mag turo ng vb.net? asap sana..

pm me sa price.. :)
txt/call nadn po if possible 0908-573-1631
thanks..
 
Back
Top Bottom