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!

good day po sa lahat gusto ko lang sana mag patulong gumgawa kasi kami ng project (Computerized Entrance Examination Sytem) panu po ba ang dapat ko gawin kasi di namin alam kung panu gagawing naka network po ung program kumbaga client-server po, kasi po ung nasimulan namin is stanalone sya panu po ang solution para? HELP po.............sa vb.net nga po pla tapos ms sql server 2008 database gamit namin

may nasimulan ka na ba?

kung meron na connection string baguhin mo dyan

- - - Updated - - -

Mga boss p help dn panu b gagawin red color ung date kung lalagpas na sa curent date n nakarecord na for ex ung date of expiry na nasa db is jan 1 2014 at ang date n ngayun ay jan 2 2014 dpat mggng red color na ung date na s pag load

Thx
More power
 
Sir pa help naman...

Paano ko makukuha ung settings ko for the server config sa vb.net

sa vb6 kase ganito lang

public gstrconn as string

Sub Main()

strinipath = app.path & "\config.ini"

open strinipath for input as #1
line input#1, gstrconn
close #1

end sub

and nkalagay sa config.ini ay ung sqlserver settings ko

Server=xxx.xxx.xxx.xxx;Database=xxxxxxx;User Id=xxxxxx;Password=xxxxxx;

paano ko na po sia gagawin sa vb.net

para editable po ung server settings nia sa labas mismo ng system
 
Sir pa help naman...

Paano ko makukuha ung settings ko for the server config sa vb.net

sa vb6 kase ganito lang



and nkalagay sa config.ini ay ung sqlserver settings ko

Server=xxx.xxx.xxx.xxx;Database=xxxxxxx;User Id=xxxxxx;Password=xxxxxx;

paano ko na po sia gagawin sa vb.net

para editable po ung server settings nia sa labas mismo ng system

Pwede mung gamitin ang Settings na present sa Visual Studio
Sa Settings pwede mung baguhin ang nakasave na data in runtime.
 
hello po pwede magtanong :) pano po yung kunwari yung form1 mo na laman na pwede ilipat sa form2 para mag paste yung laman dun?? salamat po ^_^
 
Visual studio ultimate 2013
MySql Database

Question about RDLC.

Mga sir paano po mag filter ng report using "date" field sa MySQL database ko. alam ko po yung query eh "select * from my_table where date between 'date1' 'date2'"
 
Visual studio ultimate 2013
MySql Database

Question about RDLC.

Mga sir paano po mag filter ng report using "date" field sa MySQL database ko. alam ko po yung query eh "select * from my_table where date between 'date1' 'date2'"

sinagot mo na ang tanong mo
 
sinagot mo na ang tanong mo

alam ko lang po yung query na gagamitin pero di ko po alam kung saan ko sya ilalagay...

hindi po kasi ako masyadong familiar sa vb.net PHP po talga ang main programming language ko kaya ko alam yung query..
 
Last edited:
patulong naman po. how to adjust volume of background music ng program created using vb 2010.
using trackbar sana if possible..thanks in advance..
 
may tut po ba na SMS notifacation dito
alam kona mga basic kung pano mag send manual kaso ung tut na napuntahan ko 1time kalang makakapg send then need mopa rerun program para makapag send ulit. gusto ko naman po matutunan maramihan na pag send. hanggang sa autosend napo need ko po kasi sa program ko automatic na mag sesend message sa buong record ng database ko. help po.
 
Last edited:
may tut po ba na SMS notifacation dito
alam kona mga basic kung pano mag send manual kaso ung tut na napuntahan ko 1time kalang makakapg send then need mopa rerun program para makapag send ulit. gusto ko naman po matutunan maramihan na pag send. hanggang sa autosend napo need ko po kasi sa program ko automatic na mag sesend message sa buong record ng database ko. help po.

subukan mo ipasok yung tut na nakuha mo sa loob ng loop. baka pwede. baka lang
 
subukan mo ipasok yung tut na nakuha mo sa loob ng loop. baka pwede. baka lang
eto po kasi pinaka code ko sa send
cn.Open()
rs.Open("SELECT * FROM CUSTOMER WHERE DUEDATE>=DATENOW", cn, CursorTypeEnum.adOpenDynamic, LockTypeEnum.adLockPessimistic)
Dim message As String
message = TextBox2.Text
SerialPort1.Open()
If SerialPort1.IsOpen() Then
TextBox1.Text = (rs.Fields("PHONE").Value)
SerialPort1.Write("AT" & vbCrLf)
SerialPort1.Write("AT+CMGF=1" & vbCrLf)
SerialPort1.Write("AT+CMGS=" & Chr(34) & TextBox1.Text & Chr(34) & vbCrLf)
SerialPort1.Write(message & Chr(26))
MsgBox("SEND")

Else
MsgBox("Port not available")
End If
rs.Close()
cn.Close()
 
Re: VB.NET Programming Corner! UPDATED!!!

ahhh ok ganun pala ang purpose mo, to test kung yung sumasagot ay aabot sa standards mo.

ginawa mo na ba sa prof mo yan or sa student mo lang kayang gawin?
ikaw di ka kaya tinetest din ng students mo kung pasado ka sa kanila?

programmers are analytical thinkers when solving problems NOT when answering basic questions na pwede naman makuha mismo ng nagtatanong on his own

programmers are resourcefull when searching for information
programers usually dont ask immediately kung di nila hawk ang sagot, they search for it with enthusiasm.

if you want to test my 18yrs of programming experience then ganito
gagawa ako ng project sa harap mo mismo, sabihin mo kung ano ang gusto mong app, then gagawin ko sa harap mo
pero just keep your mouth shut habang ginagawa ko

hindi ganyan ang pag test ng tao, besides nakaka insulto yan, kung di ka rin lang magtatanong ng matapat then dont ask dahil i usually point the right direction, i dont answer questions outright
i let the person use his god given brain, i just point out kung saan nya hahanapin.

alam mo im here to help people go to the right direction iho, im not here to spoonfeed or satisfy your megalomanic appetite
if you want my CV, pwede ko ipakita sayo, para makita mo kung ilang taon na akong programmer
may client akong rural bank sa isabela at cagayan, maraming branch yun, pwede mo kausapin IT manager at VP nila to get my credentials
ako yung breed na nasa actual field of action at humahakot ng experience sa ibat ibang projects,
di gaya ng iba na nasa likod ng mga students nila to compensate for their skills or lack thereof

sya nga pala try mo basahin yung naka attach na SQL at tignan natin kung kaya mo naman gawin yan sa isang gabi lang

there is HONESTY in asking questions din,hindi lang sa pagsagot

meron saying na "Those who cant do, teach."
sabi ko naman "Those who cant program, teach."

ilokano ka pay gayam, paka ammok napudno nga agsasao iti ilokano


have a good day to all


Grabe......nakaka bulag ung query code na nka attach.. mo sir..hehhehe.THEREFOR I CONFIRM THAT UR A CERTIFIED PROGRAMMER. hehe
 
Re: VB.NET Programming Corner! UPDATED!!!

hello world! hehe..
 
Sir patulong po..

How to send raw data to a printer using file input...


here's the sample in vb6 format..

Open "LPT1" For Output As #1

Print #1, Chr(2) & "f" & "260" 'CutPOS
Print #1, Chr(2) + "KI7" + Chr(0)
Print #1, Chr(2) + "L"
Print #1, "D11" 'Resolution
Print #1, "H" & "12" 'Heat level
Print #1, "P" & "F" 'Print Speed

Print #1, "1911001" & Format(105, "0000") & Format(40, "0000") & "" & UCase(.TextMatrix(1, 5))
Print #1, "1911001" & Format(89, "0000") & Format(40, "0000") & "" & UCase(.TextMatrix(1, 2))
Print #1, "1911001" & Format(77, "0000") & Format(40, "0000") & "" & UCase(.TextMatrix(1, 3))
Print #1, "1A32" & Format(35, "000") & Format(20, "0000") & Format(45, "0000") & .TextMatrix(1, 1)

Print #1, "Q" & Format(1, "0000")
Print #1, "E"
Close #1

How can i make it on VB.Net its for printing of a receipt or on a barcode sticker...

Tnx in advance....
 
Hello guys, ano mairerecommend niyo na pwede kong gamitin na SQL server for LAN ?
 
guys patulong nmn. anong codes ba ung ga2mitin para malaman ko kung ung user account ko ay nka log in.? salamat.
 
guys patulong nmn. anong codes ba ung ga2mitin para malaman ko kung ung user account ko ay nka log in.? salamat.


try mo to gawa ka ng statusstrip

ToolStripStatusLabel2.Text = Loginfrm.UsernameTextBox.Text
 
Back
Top Bottom