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!

guys patulong naman, pano ba gumawa ng SPC Chart sa vb.net 2010?
thanks.
 
please pa help po sa design/events po sa vb.net, eh project po sa schooll, , so yung gui po e pag pinindut po yung button(example: File) sa gilid lalabas po yung SubPanel po (File Menu1,File Menu2,File Menu3), yung blue space po, WorkspacePanel po yun, so pag yung mouse nandun, mag hi-hide yung SubPanel, Pag kin-click yung Overview button, mag-loload yung WorkspacePanel ng UserControl....pag kin-click ko ulit yung SubPanel po then naka-mouseOver sa WorkspacePanel, hindi na nagha-hide yung SubPanel..

Tanung ko po pede po ba i-declare yung panel as Global para mahide ko yung SubPanel or anu po pedeng solution

eto po yung gui ko
View attachment 1009249

Up ko lang po...need ko po kasi
 

Attachments

  • DatabaseLabInsurance.rar
    662.2 KB · Views: 4
Last edited:
mga bossing.pahelp po paano po gumawa ng log in form na pagiclick mo yun form na may lalabas ng message box na "are you sure you want to exit this application".sana po matulogan niyo po ako.. :thanks:
 
mga master sa visualbasic pa help naman po...
pa tulong naman po sa Visualbasic graphic animation kailangan n kailangan po kasi please!!
 
Up ko lang po...need ko po kasi
instead na mouse over, mouse leave gamitin mo, pag nag mouse leave ka sa subpanel tyaka mo ihide.


mga bossing.pahelp po paano po gumawa ng log in form na pagiclick mo yun form na may lalabas ng message box na "are you sure you want to exit this application".sana po matulogan niyo po ako.. :thanks:
Code:
Dim Qst = Msgbox("Are you sure you want to exit this application",MsgBoxStyle.YesNo)
If Qst = MsgboxResult.No then 
'kung ano gusto mo gawin pag pinindot ang no
end if
 
Sir. i need help asap please.
papano ko ba magagawang horizontal or in a row ang pagdisplay ng Calendar sa datagridview.
gusto ko kasi nasa taas ang Dates and sa Left side naman ang name.
Example: (Month of March)
1 2 3 4 5...
John Y N Y Y Y
Allen N N N Y N
Nick Y Y Y Y N
Mark N N Y N N

wherein yung data po is galing sa database (MySQL).

Hoping matulungan niyo ako. Thank You!
 
:help: :help:
I have a Panel with many buttons inside it which is under Panel.Controls

each button inside the panel has a One Dimensional Array in their Tags which contains these data.

(0) = State / Flag
(1) = Button ID Coordination
(2) = Button Current Flag in Addressing / Clicking
(3) = Stored Actual Position Value

My Goal here is How i can find the index of the correct button which contain the flag i wanted to find in their tags.

i can think of solution is using Array.FindIndex via converting first the Panel.Controls collections into a Button() / Array of buttons

then Find the tag(2) which valued 1 so i can also get the Index of that button and retrieve the Actual Position value

need help ASAP reply PLEASE !!!
 
:help: :help:
I have a Panel with many buttons inside it which is under Panel.Controls

each button inside the panel has a One Dimensional Array in their Tags which contains these data.

(0) = State / Flag
(1) = Button ID Coordination
(2) = Button Current Flag in Addressing / Clicking
(3) = Stored Actual Position Value

My Goal here is How i can find the index of the correct button which contain the flag i wanted to find in their tags.

i can think of solution is using Array.FindIndex via converting first the Panel.Controls collections into a Button() / Array of buttons

then Find the tag(2) which valued 1 so i can also get the Index of that button and retrieve the Actual Position value

need help ASAP reply PLEASE !!!

make a structure rather than the array; im not sure if this is what you need.
NOTE: only 1 button is added to panel (Panel1, Button2)

example:

Code:
Private SelectedIndex As Integer

    Public Structure myTag
        Public Property stateFl As Integer
        Public Property buttonId As Integer
        Public Property buttonAddressing As Integer
        Public Property positionValue As Integer
    End Structure

    Private Sub Form1_Load(sender As Object, e As EventArgs) Handles MyBase.Load
        Dim currentTag As New myTag
        With currentTag ' feed value here
            .stateFl = 0
            .buttonId = 1
            .buttonAddressing = 2
            .positionValue = 3
        End With

        Button2.Tag = currentTag

        Dim retrievedTag As myTag = Button2.Tag
        With retrievedTag
            MsgBox(String.Format("{0} {1} {2} {3}", .stateFl, .buttonId, .buttonAddressing, .positionValue))
        End With
    End Sub

    Private Sub Button2_Click(sender As Object, e As EventArgs) Handles Button2.Click
        SelectedIndex = Panel1.Controls.GetChildIndex(Button2) ' palitan mo to if runtime generated ang mga buttons, also need mo mag add ng handler on each button created (IF RUNTIME GENERATED)
        MsgBox(SelectedIndex)
    End Sub

- - - Updated - - -

Sir. i need help asap please.
papano ko ba magagawang horizontal or in a row ang pagdisplay ng Calendar sa datagridview.
gusto ko kasi nasa taas ang Dates and sa Left side naman ang name.
Example: (Month of March)
1 2 3 4 5...
John Y N Y Y Y
Allen N N N Y N
Nick Y Y Y Y N
Mark N N Y N N

wherein yung data po is galing sa database (MySQL).

Hoping matulungan niyo ako. Thank You!

what is your table structure?

but try this, i could not help that much without the table structure.
select the day as column. if days are incomplete, create a temporary table to store all days in a month then update each column.
 
guys patulong naman kung pano gawin to.

thanks
 

Attachments

  • twodg.png
    twodg.png
    6.4 KB · Views: 9
good evening mga tol ,

may thesis kami ngayon titled "HRMS with biometric finger print scanner"

ask ko lng mga tol kasi yung finger print nlng kulang namin para sa login ng employee at registration .

meron na kaming nabili na DIGITAL PERSONA URU 4500
images


patulong naman sa marunong kung pano gagawin namin, vb 2010 / ms sql server 2008.
 
good evening mga tol ,

may thesis kami ngayon titled "HRMS with biometric finger print scanner"

ask ko lng mga tol kasi yung finger print nlng kulang namin para sa login ng employee at registration .

meron na kaming nabili na DIGITAL PERSONA URU 4500 https://encrypted-tbn0.gstatic.com/...0aL1oqfZNTgm40xgB18nhAjXtTuEJHBRQKM92srwRth2E

patulong naman sa marunong kung pano gagawin namin, vb 2010 / ms sql server 2008.


Im sure na may kasama yang "Example at Tutorial" sa Installer nyan.. Try mong i explore... Ganyan din kasi ung ginamit namin .. :)
 
I made this thread for all programmers starting their adventure in VB.NET.

Please post relevant and sensible questions regarding VB.NET,
share your knowledge and expertise, share codes and techniques.

Post question on HOW TOs:
How to do this or that, ill supply bits of code to accomplish basic tasks.

Ill be posting series of samples leading to complete applications,
your suggestions are encouraged.
These samples will contain codes relevant to other tasks as well.

Platform = VS2003 to VS2012

i suggest learn and get the feel of VB.NET/VISUAL STUDIO IDE first before posting questions,
so that we can talk on the same page.


Topics:
VB.NET Winforms (not Web Applications)
ADO.NET as applied in VB.NET
Crystal Reports on VB.NET
SQLServer as used in VB.NET
MSAccess as used in VB.NET
Classes
UserControls

Technologies:
Serial - like using SMS, Barcode and other hardware
TCP/IP - chat applications, sockets, internet applications
MSMQ - message queuing
Remoting - executing assemblies in other computer
WebServices - using webservices in windows forms
Multithreading - executing more than 1 process at the same time


Suggested Third Party Tools:
DevXPress 2009 Free Edition
SQLServer 2005 Express Edition

Suggested references:
http://www.homeandlearn.co.uk/net/vbnet.html
http://www.java2s.com/Tutorial/VB/CatalogVB.htm

I currently use Visual Studio 2008 only, but basic codes will apply to all versions

Please do not ask for a complete system,
instead use the codes and assistance that you will find here
to build your own system.


***Thanks to moderators, STICKY na ang thread!

Lets share knowledge so that we can be a more flexible and well rounded programmer. Be it for school or work.

Links:

First Post: Populating DataGridView using MSAccess Database
Second Post : Basic VB.NET MSAccess Tutorial
SQLServer Sample

bigyan mo po ako ng codes of Inventory System. tnx!
 
good evening mga tol ,

may thesis kami ngayon titled "HRMS with biometric finger print scanner"

ask ko lng mga tol kasi yung finger print nlng kulang namin para sa login ng employee at registration .

meron na kaming nabili na DIGITAL PERSONA URU 4500 https://encrypted-tbn0.gstatic.com/...0aL1oqfZNTgm40xgB18nhAjXtTuEJHBRQKM92srwRth2E

patulong naman sa marunong kung pano gagawin namin, vb 2010 / ms sql server 2008.

meron sila sample code sa "Sample Program" ng SDK. modify nyo nalang or pm me email. send ko sa inyo.

--- EDIT ---
NOTE: vs2005 yung nasa sample nila.
 
Last edited:
guys pano po ba mag mag add ng items sa combobox permanently, kasi pag ni reload ko na ung programm ko. nawawala na ung mga items na inaadd ko .

codes
combobox1.Items.Add(TextBox1.Text)
 
guys pano po ba mag mag add ng items sa combobox permanently, kasi pag ni reload ko na ung programm ko. nawawala na ung mga items na inaadd ko .

codes

click combobox, go to properties, e add mo sa items (collection)
 
Gud Day, pls give me references,tut,tricks kung pano ang multi-user ng vb.net application sa LAN. TIA, and some reference's related in bank report's using VB.net
 
hindi po pwede ung ganyan, dapat upon running. pwede ka mag ng items.

pwede yang ganyan. permanently. but if runtime naman, ang ginagawa ko. ni rereload ko ang items ng combobox.

' fetch updated items here

combobox1.datasource = yourDataTable
combobox1.displaymember = "yourColumn"
combobox1.valuemember = "yourValueOrID"
 
Gud Day, pls give me references,tut,tricks kung pano ang multi-user ng vb.net application sa LAN. TIA, and some reference's related in bank report's using VB.net

Based on Multi User.. User must have a role.. ex Admin,Sales etc..on database.. then tag/link it on your user..
Regarding to those report you may use built-in Report of VS .. "Crystal Report". :)
For reference just explore the rest of the page...

- - - Updated - - -

May mga alm po ba kung school that provide seminars in MSSQL advance.. (Replication/Mirroring) ?
or any that is related on VS or .NET?
 
Sir tnx sa response .pero what i mean is one program in vb.net na pwd iaacess yun program n yun at database ng ibng client/pc at the same time. posible po ba kaya yun?TIA
 
Back
Top Bottom