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!

Anyone here have used SMS via SMPP using VB.net.
Any good resources or free libraries I can use?
Thanks in Advance.
 
Mga sir, Good Day po sainyong lahat. papatulong po sana ako sa ginagawa kong project. windows form sya for helpdesk support.
baka may mga ideas kayo and design na pwede makatulong sa project ko. thank you! im using visual studio with Visual Basic
 
mga boss, gusto ko po sana mgimport ng pdf tapos magdraw ako ng lines, gusto ko masukat ung line in millimeter para macompute ko ung weight ng bakal, structural design ung import ko na pdf po
 
pahelp naman po ng sa prob ko. gusto ko sana magkaron ng export function kaso hindi sumasama yun first row sa export function below

' Creating a Excel object.
Dim excel As Microsoft.Office.Interop.Excel._Application = New Microsoft.Office.Interop.Excel.Application()
Dim workbook As Microsoft.Office.Interop.Excel._Workbook = excel.Workbooks.Add(Type.Missing)
Dim worksheet As Microsoft.Office.Interop.Excel._Worksheet = Nothing

Try

worksheet = workbook.ActiveSheet

worksheet.Name = "ExportedFromDatGrid"

Dim cellRowIndex As Integer = 1
Dim cellColumnIndex As Integer = 1

'Loop through each row and read value from each column.
For i As Integer = 0 To DataGridView2.Rows.Count - 2
For j As Integer = 0 To DataGridView2.Columns.Count - 1
' Excel index starts from 1,1. As first Row would have the Column headers, adding a condition check.
If cellRowIndex = 1 Then
worksheet.Cells(cellRowIndex, cellColumnIndex) = DataGridView2.Columns(j).HeaderText
Else
worksheet.Cells(cellRowIndex, cellColumnIndex) = DataGridView2.Rows(i).Cells(j).Value.ToString()
End If
cellColumnIndex += 1
Next
cellColumnIndex = 1
cellRowIndex += 1
Next

'Getting the location and file name of the excel to save from user.
Dim saveDialog As New SaveFileDialog()
saveDialog.Filter = "Excel files (*.xlsx)|*.xlsx|All files (*.*)|*.*"
saveDialog.FilterIndex = 2

If saveDialog.ShowDialog() = System.Windows.Forms.DialogResult.OK Then
workbook.SaveAs(saveDialog.FileName)
MessageBox.Show("Export Successful")
End If
Catch ex As System.Exception
MessageBox.Show(ex.Message)
Finally
excel.Quit()
workbook = Nothing
excel = Nothing
End Try
 
Hi guys.

Newbie here. looking for installer of VB.net with crack or serialkey gen. meron ba kayong alam na pwedeng pagkunan.

need to learn, practice and explore more about vb programing.

Thanks in advance
 
Hi guys.

Newbie here. looking for installer of VB.net with crack or serialkey gen. meron ba kayong alam na pwedeng pagkunan.

need to learn, practice and explore more about vb programing.

Thanks in advance

Download mo yung Visual Studio Community Edition. Free lang yun. Need mo lang ng Microsoft Account which is free to create din.

https://visualstudio.microsoft.com/vs/
 
baka pwede po makahingi ng tutorials or sample applications na makakatulong po sakin s crystal reports at pag export ng data s excel... TIA
 
sir baka may code ka para mapagana si list view? kung panu i connect kay access? yung madali unawain,,,dami kasing tutorials na mahirap unawain,,,
 
Hi TS,

Ask ko lang po if pwede bang gmitin si visual basic/studio para makagawa ng plug ins ng Adobe Indesign. Thanks po.


Another question if may source code ng pag compare ng two pdfs using vb codes.
 
balak ko gumawa ng system para sa business namin.
itototal niya lahat.

BABOY 1 kilo x 200 = 200
MANOK 1.5 X 160 = 240
TOTAL = 440


POS po ba yan? kasi kapag POS may inventory ang gagawin ko po is wala.
after ma total print ko for customer as "Receipt".

with Mysql workbench po para pwede ko ma sort ko lahat ng benta sa isang araw.
 
Last edited:
balak ko gumawa ng system para sa business namin.
itototal niya lahat.

BABOY 1 kilo x 200 = 200
MANOK 1.5 X 160 = 240
TOTAL = 440


POS po ba yan? kasi kapag POS may inventory ang gagawin ko po is wala.
after ma total print ko for customer as "Receipt".

with Mysql workbench po para pwede ko ma sort ko lahat ng benta sa isang araw.

yes POS po yan. kaya po tayo gumagawa ng custom software para sa specific need natin. Kung ang need mo wlang inventory, ok lang kasi di mo naman kelangan yun.
 
sir baka may code ka para mapagana si list view? kung panu i connect kay access? yung madali unawain,,,dami kasing tutorials na mahirap unawain,,,

lagay mo nalang sa datagrid, di ka pa nahirapan,

datagrid.datasource = datatable


ganyan lang.
 
Hello Guys, sorry di ako nakasubaybay sa thread,

Can some please help me,

Bale gusto ko sanang ifilter yung nanggagaling na data sa mua lsa database(SQLServer) papuntang datagridview gamit ang dalawang datetimepicker, triny ko na po kaso lang ang problema dispalinghado ng isang araw palagi

eto po yung code


Dim OneYearOldReaderAllergiesM As OleDbDataReader = SrvSQLConn.UniversalSrvConn("reader", "SELECT COUNT (ID) AS ID FROM tblCheckup WHERE DateOfCheckUp >='" & frmReport.dtpfrom.Value.ToString & "' and DateOfCheckUP <='" & frmReport.dtpTo.Value.ToString & "' and DateOfCheckUp <='" & frmReport.dtpfrom.Value.ToString & "' and DateOfCheckUP <='" & frmReport.dtpTo.Value.ToString & "' and Age ='" & "1" & "' and Sex ='" & "Male" & "' and Allergies ='" & "True" & "'")
For Each Record In OneYearOldReaderAllergiesM
frmReport.dgvReport(4, 3).Value = OneYearOldReaderAllergiesM.Item("ID").ToString
Next

dtpFrom at dtpTo po yung datetimepicker




Salamat po in advance sa makakatulong :praise::praise:
 
Mga sir pa help naman po please pano ko makukuha mga message from android phone going to system using vb.net TIA
 
Pwde po patulong kong paano gumawa ng RSP system, kong baga Assessment for employee
 
How to export text messages from mobile phone to PC via usb cable in VB.NET? these text messages held the information about mobile-money transaction eg date,transaction ID, amount. What I am looking now is how can i retrieve all SMS from mobile and save them as excel file or CSV file on PC?
 
patambay po dito..

magaral po ako mgprogram sa visual basic
gamit ko po visual studio 2013.

sana marami ako matutunan dito..

salamat
 
Good evening po.
Can you give me an idea to this project for work that i have in mind?
i wanna create a GUI for a database that i can have a day-to-day update with and may search function din.
i was actually planning to use Matlab since that is the language i am familiar at most (only know C and Matlab) kaso may restriction since need to have the MCR installed sa PC na gagamit ng GUI so negative na agad with the portability.
seen threads suggesting to use VB for those that needs GUI but then may nakita ako na hindi "daw" friendly ang VB for beginners so i wanna ask if that is true.
i am really open to learn programming basta free po yung software.
can't use those with license since cost pa din yun, our IT dont allow us to use cracked softwares.
maraming salamat po
 

Attachments

  • Project.JPG
    Project.JPG
    70.6 KB · Views: 32
Back
Top Bottom