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!

hi good day po mga sir ask ko lang po kung ano po ang problem ng code kong ito
NESTED LOOP PO ang ginagawa ko pero every time na nag debug ako laging may sytax erorr .....nag searh na po ako sa internet at lahat po yun na try ko na
ang code nato ay ginaya ko lang sa book na binabasa ko now at eto rin ung nakita ko na code sa "youtube" plss po di ko po alam ang mali dito

'Clear the list
ClearList()

'process an outer loop
For intOuterLoop As Integer = 1 To 5
'process a nested (inner) loop
For intInnerLoop As Integer 1 to 6
lstData.Items.Add(intOuterLoop.ToString & ", " & intInnerLoop.ToString)
Next
Next
End Sub
 
hi good day po mga sir ask ko lang po kung ano po ang problem ng code kong ito
NESTED LOOP PO ang ginagawa ko pero every time na nag debug ako laging may sytax erorr .....nag searh na po ako sa internet at lahat po yun na try ko na
ang code nato ay ginaya ko lang sa book na binabasa ko now at eto rin ung nakita ko na code sa "youtube" plss po di ko po alam ang mali dito

'Clear the list
ClearList()

'process an outer loop
For intOuterLoop As Integer = 1 To 5
'process a nested (inner) loop
For intInnerLoop As Integer 1 to 6
lstData.Items.Add(intOuterLoop.ToString & ", " & intInnerLoop.ToString)
Next
Next
End Sub
mukhang kailangan mo ata ng '=' sign pagtapos ng declaration ng integer ng intInnerLoop
 
Date parameter of vb.net 2008

Good Day Po!

Sir pwd bang magtanong regarding sa date parameter ng VB.NET 2008. Gusto ko sanang gamitin ang date parameter kaso lng hindi ko makuha yung exact code niya. Pwd bang magpatulong sa inyo? Salamat Po.
 
hi good day po mga sir ask ko lang po kung ano po ang problem ng code kong ito
NESTED LOOP PO ang ginagawa ko pero every time na nag debug ako laging may sytax erorr .....nag searh na po ako sa internet at lahat po yun na try ko na
ang code nato ay ginaya ko lang sa book na binabasa ko now at eto rin ung nakita ko na code sa "youtube" plss po di ko po alam ang mali dito

'Clear the list
ClearList()

'process an outer loop
For intOuterLoop As Integer = 1 To 5
'process a nested (inner) loop
For intInnerLoop As Integer 1 to 6
lstData.Items.Add(intOuterLoop.ToString & ", " & intInnerLoop.ToString)
Next
Next
End Sub

napadaan lang po, kulang nang "=" yung inner loop mo po sir, see the attached picture, sana naka tulong, ;)

View attachment 202781
 

Attachments

  • vb.net_help.png
    vb.net_help.png
    5.5 KB · Views: 7
pano po ba maayos ung "No user.config files were found ...." error po sa my.settings pag pinipindot ung synchronize. thanks.
 
Mga sir, meron na ba sa inyo may experience for Radius Authentication (or Entrust Grid authentication)?

may windows app kasi kami na gagamit ng two step verification, tapos yung binigay na reference samin gawa sa java.
yung java application gumamit ng 3rd party na class na radius client (TinyRadius).
Since bihira namin magamit yung radius, hindi ko alam kung alin ang reliable na 3rd party class sa .net or may existing nang .net class para dun.

Thanks.
 
hi good day sir ..... bago lang po ako programer gusto ko po matuto ng sql 2008 may ma sasagest po ba kayo na book reference?
 
bosss help naman sa auto increment number. may problema po kasi ako . sample 1,2,3,4,5 tapos pa dinelete ko po yung 3 e magiging 1,2,4,5 na.?anu po gagawin ko para mag auto adjust siya?
 
Last edited:
bosss help naman sa auto increment number. may problema po kasi ako . sample 1,2,3,4,5 tapos pa dinelete ko po yung 3 e magiging 1,2,4,5 na.?anu po gagawin ko para mag auto adjust siya?

wag ka mag autonumber, icode mo nlng, pero anong use nyan. kung important yun hindi ka dapat nag dedelete. kung hindi important bakit pa kaylangan mabalik?
 
sir paano po ba mg.back.up ng sql.database sa vb.net!!! newbie lng kc aq dito!! thanks in advance :)
 
Hello po mga Sir/Ma'am. Ano po ba sa dalawa mas maganda iprogram using VB2012, Inventory po o Payroll? Salamat po sa sasagot. :)
 
Last edited:
Sir Mgandang tangfhali ask ko lang po kung panu makuha ung valuemember nung combobox..nagkakaeror kc sakin laging lumalbas ung system.data.datarowview..
 
mukhang kailangan mo ata ng '=' sign pagtapos ng declaration ng integer ng intInnerLoop

Clear the list
ClearList()

'process an outer loop
For intOuterLoop As Integer = 1 To 5
'process a nested (inner) loop
For intInnerLoop As Integer = 1 to 6
lstData.Items.Add(intOuterLoop.ToString & ", " & intInnerLoop.ToString)
Next
Next
End Sub
 

Good Morning Po!
:help::help::help::help::help::help::help::help::help::help::help::help::help::help::help::help::help:
HELP PO SA SYSTEM NAMIN .
MAY PREOBLEMA ABOUT DATABASE .
KAILANGAN NOW NA MAAYOS.
SINO ONLINE NTAYON NA MAGALING SA VB.NET 2o12 ???
PM ME ASAP!! THANKS
 
Sir Mgandang tangfhali ask ko lang po kung panu makuha ung valuemember nung combobox..nagkakaeror kc sakin laging lumalbas ung system.data.datarowview..

Code:
With combobox1
                .DataSource = yourDataTable
                .DisplayMember = "yourColumnName"
                .ValueMember = "yourColumnPrimaryKeyOrId"
End With

Dim ComboSelectedValue as Integer
ComboSelectedValue = combobox1.selectedvalue

- - - Updated - - -

bosss help naman sa auto increment number. may problema po kasi ako . sample 1,2,3,4,5 tapos pa dinelete ko po yung 3 e magiging 1,2,4,5 na.?anu po gagawin ko para mag auto adjust siya?

uhm, saan mo dinedelete? on the database or on the display? if in the database and this is a primary key, you cant, but you can have a row count. if in the display, just loop through each row. (technically you can but would eat a lot of resources coz you need to update each row - im referring to the database)
 
Last edited:
Looking for mentor :) :dance:
Yung pwedeng mapagtanungan at magbibigay sakin ng advice or logics :yipee: studyante pa lang po ako :)

ung gumagamit sana ng..

VB.NET / Crystal Report / Oracle Database At kung ano-ano pa.
 
Code:
With combobox1
                .DataSource = yourDataTable
                .DisplayMember = "yourColumnName"
                .ValueMember = "yourColumnPrimaryKeyOrId"
End With

Dim ComboSelectedValue as Integer
ComboSelectedValue = combobox1.selectedvalue
Sir Slamat po sa Information sige po itatry ko muna to..Maramaing Thanks Pa...Ask din po kung panu magsearch sa datagrid ang gusto ko kc magfofocus ung highlight dun sa specific name na sinearch ko
 
good day po! :D . paano po mag image capture for ID system gamit ang webcam/digicam sa Visual Studio 2010? :) salamat po mga :)
 
Last edited:
Back
Top Bottom