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!

Re: VB.NET Programming Corner! UPDATED!!!

ano ang dapat kong iinstall para makagamet ako ng sql servers?? ung mga .mdf at .sdf files na sql database,, :???need ko ba iinstall lahat ng component ng vb.net 2010?
 
Re: VB.NET Programming Corner! UPDATED!!!

tanung ko lng po ..:pray:

pano po ung gamit ng mga events...:slap:
 
Re: VB.NET Programming Corner! UPDATED!!!

tanung ko lng po ..:pray:

pano po ung gamit ng mga events...:slap:

pang "Trigger" ng mga functions or methods...forms etc..
 
Last edited:
Re: VB.NET Programming Corner! UPDATED!!!

panu po i code ung close button i mean ung exit button
ung x sa top left kasama ng maximize at minimize button
kasi po gumawa po ako ng system na may login
ganito ung ko ng login

me.hide
mainform.show

kunwari po ganyan
tapos napunta na sa mainform
after that nag open sia ng another form
then while that form is open i close the main form pero di nag close ung open form
effect po un ng code ng login which is me.hide

ang problem ko ngayon ee i code ko ung exit button sa taas the red button ng form.
although meron akong code ng application.exit sa file menu
pro kung ung user ko mag click sa red X button sa taas hindi na teterminate ung application ko
 
Re: VB.NET Programming Corner! UPDATED!!!

i mean po yung ikokonek sa vb.net tpos pwdeng maging dashboard yung vb.net.. thanks po// :help:
 
Re: VB.NET Programming Corner! UPDATED!!!

panu po i code ung close button i mean ung exit button
ung x sa top left kasama ng maximize at minimize button
kasi po gumawa po ako ng system na may login
ganito ung ko ng login

me.hide
mainform.show

kunwari po ganyan
tapos napunta na sa mainform
after that nag open sia ng another form
then while that form is open i close the main form pero di nag close ung open form
effect po un ng code ng login which is me.hide

ang problem ko ngayon ee i code ko ung exit button sa taas the red button ng form.
although meron akong code ng application.exit sa file menu
pro kung ung user ko mag click sa red X button sa taas hindi na teterminate ung application ko

eh naka hide lng ung login form mo eh...
pwede naman ganito ang first load ay ang mainform mo pero naka hide..
sa onload event ng mainform call mo na ung login form
kapag succesfull ung login show mo na ung main form then close mo na ung login form...
then lagay ka ng codes sa form closing or form closed events ng mainform mo..
 
Re: VB.NET Programming Corner! UPDATED!!!

panu po i code ung close button i mean ung exit button
ung x sa top left kasama ng maximize at minimize button
kasi po gumawa po ako ng system na may login
ganito ung ko ng login

me.hide
mainform.show

kunwari po ganyan
tapos napunta na sa mainform
after that nag open sia ng another form
then while that form is open i close the main form pero di nag close ung open form
effect po un ng code ng login which is me.hide

ang problem ko ngayon ee i code ko ung exit button sa taas the red button ng form.
although meron akong code ng application.exit sa file menu
pro kung ung user ko mag click sa red X button sa taas hindi na teterminate ung application ko


try mo yan:

Private Sub Form1_FormClosing(ByVal sender As Object, ByVal e As System.Windows.Forms.FormClosingEventArgs) Handles Me.FormClosing

If e.CloseReason = CloseReason.UserClosing Then
Dim answer As Object
answer = MessageBox.Show("Are you sure you want to Exit the Application", "Exit", MessageBoxButtons.OKCancel, MessageBoxIcon.Question)
If answer = MsgBoxResult.Cancel Then e.Cancel = True
Else
Application.Exit()

End If

End Sub

try mo gumamet ng timer para maclose mo yun subform mo

sample:
pagkalogin mo enable mo yun timer mo sa main form tpos gawa ka ng condition na
if i = 10 then
formlogin.close
timer.enabled = false
end if

parang ganyan..
 
Re: VB.NET Programming Corner! UPDATED!!!

tulong naman po. .may ginagawa po akong program then nagkaproblem pag run ko ng program. .eh kung eedit ko 'yong user interface ng program ko hindi na nagbabago pag irun ko ulit. .
 
Re: VB.NET Programming Corner! UPDATED!!!

tulong naman po. .may ginagawa po akong program then nagkaproblem pag run ko ng program. .eh kung eedit ko 'yong user interface ng program ko hindi na nagbabago pag irun ko ulit. .

guys hulaan natin ang details ng problem na to para matulungan natin sya........



linaw ng problem
 
Re: VB.NET Programming Corner! UPDATED!!!

kahit po may error na sa codes pwede pa rin marun ang program which supposed to be hindi dapat. .
 
Re: VB.NET Programming Corner! UPDATED!!!

kahit po may error na sa codes pwede pa rin marun ang program which supposed to be hindi dapat. .

and the error is?


boss pards papano ka namin matutulungan kung di ka man lang makapag effort i explain ang problem mo?

wala kami dyan sa harap ng computer mo at di namin nakikita ang code mo, obviously.

maski naman ang doctor tatanungin ka ng katakot takot ng tanong bago ka gamutin diba?
 
Re: VB.NET Programming Corner! UPDATED!!!

merong undeclared variable sa code ko. .kung irun ko na ang program marun pa rin. .kasi dba hindi yan magrun pag may errors. .
 
Re: VB.NET Programming Corner! UPDATED!!!

merong undeclared variable sa code ko. .kung irun ko na ang program marun pa rin. .kasi dba hindi yan magrun pag may errors. .

pano mo naman nasabi na may error nga kung nag rrun naman pala? pwede po pa screen shot? :noidea:
 
Re: VB.NET Programming Corner! UPDATED!!!

sa program ko may textbox sa center banda. .pag subukan kong ilagay sa kaliwa o kanan pagrun ng program sa center pa rin ang textbox. .
 
Re: VB.NET Programming Corner! UPDATED!!!

View attachment 69941
ayan po ang screen shot. .kahit may erro i can hit the play button and run the program. .
 

Attachments

  • 2.bmp
    601.9 KB · Views: 20
Re: VB.NET Programming Corner! UPDATED!!!

problem solved na po. .salamat sa mga reply. .
 
Re: VB.NET Programming Corner! UPDATED!!!

panu po gawin to mga boss
bale library system to
kung ang isang mag aaral hihiram ng libro then lalagay syempre ung oras kung kelan humiram then if ung returning time is nagextend sia ng 1 hour or more my malalagay sa column amount ng datagrid view ko kung mag kano babayaran nia
bale 5/hour..
mas madali ang details view ko gagawin to kaso
ung system ko ee naka datagrid so pano ko to gagawin sa datagrid mga boss

at panu din ung minimize to tray
 
Last edited:
Back
Top Bottom