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!

Meron po kayong idea kung paano i-solve yung
Code:
Error	1	Unable to read manifest 'My Project\app.manifest'. Could not find file 'C:\Users\david\AppData\Local\Temp\cl1aygzo.dll'.	Golden Dragon Billing System

ganyan ngyayari pag copy paste.
naka sulat naman. Could not find file 'C:\Users\david\AppData\Local\Temp\cl1aygzo.dll'.
balikan mo yung kinopyahan mo pra copyahin mo din yan
 
mga GoodCoders

Need tlga help kng panu mag send ng sms to mobile device via email merun ba kayung alam?
Nakuha ko na panu mag send ng email to gmail at kng panu mag send ng sms bia GSM modem..

Mabigat tlga problema ko ksi halos wla tlga sa google ang solution kng panu mag send SMS via Email using PH gateways(wla nman akung nkita dun sa mga list tapos text Capital pa nman ung PH). medjo na hihirapan tlga ako.

Pa help mga GoodCoders... :upset: :upset: :upset: :upset: :ranting: :ranting: :ranting: :ranting:

-idol, bakit need mo ng pa ng email?
 
gawa sana aq user client log-in each client unit para s internet center management system kaso wala aqng idea s Ncomputing thin clien.... d aq makahanap ng soln s web sir..:upset::help:
 
Hi Guys, pano ba mkapag uplaod ng multiple images sa isang row lang sa sql server using vb.net

For example:
si User1 ay mag-uupload ng multiple images.
 
Last edited:
-idol, bakit need mo ng pa ng email?

Im trying a good approach in sending sms without GSM modem involved. kya need ko EMAIL lng sa google or any free provider kng meron man jan pra mka pag send ng SMS.
 
mga boss pano mag search dito? [FILE: mediafire.com/download/13ljc415sr8izhq/01_Main.rar] di po sakin yan. dl ko lang. nag aaral lang po ako kung pano. salamat po.
 
Sir meron po ba kayong alam na crack o installer ng installshield 2013 for visual studio limited edition???
Please help me

kelangan kasi ng bayd nung original ehhh
 
Hi guys pano ba mkapag increment ng integer na may kasamang mga text, for example employee1,employee2,employee3

eto po codes ko kasi hindi gumagana:

Code:
Dim incnum As Integer
Dim empformat As String = "employee"
incnum = Val(TextBox1.Text) + 1
TextBox1.Text = empformat & incnum
 
Hi guys pano ba mkapag increment ng integer na may kasamang mga text, for example employee1,employee2,employee3

eto po codes ko kasi hindi gumagana:

Code:
Dim incnum As Integer
Dim empformat As String = "employee"
incnum = Val(TextBox1.Text) + 1
TextBox1.Text = empformat & incnum

reconstruct our code into this:

Code:
If TextBox1.Text<> Nothing Then
Dim empformat  As String = "employee"
Dim incnum  As Integer = CInt(Val(TextBox1.Text) + 1)
TextBox1.Text = empformat  & incnum 
Else
MsgBox"Enter value"
End If
 
Last edited:
reconstruct our code into this:

Code:
If TextBox1.Text<> Nothing Then
Dim empformat  As String = "employee"
Dim incnum  As Integer = CInt(Val(TextBox1.Text) + 1)
TextBox1.Text = empformat  & incnum 
Else
MsgBox"Enter value"
End If

Hi sir, nag increment lang po ng isa beses, tapos nung pinindot ko ulit ung button hindi na sya nag increment ulit
 
Gamit ka ng loop. Clue yan panu mag add ng integer value with strings.
 
Gamit ka ng loop. Clue yan panu mag add ng integer value with strings.

Sir parang hindi po ata applicaple ang loop kasi limitado lang ang pag i-increment dun. pero kung kayang nyong gawin paturo nmn po. la na kasi akong maisip na ibang way :(
 
Sir parang hindi po ata applicaple ang loop kasi limitado lang ang pag i-increment dun. pero kung kayang nyong gawin paturo nmn po. la na kasi akong maisip na ibang way :(

saan po ba galing yung mga data na gusto mo ipag increment ang value nya? hehehe..mdyu d ko kasi masyado gets ang idea mo..
 
bale gagawa lang po ko ng unique ID key para sa mga user ko.

eto ba gusto mo mangyari..when adding a user, its USERID will increment from its last user id value? for example: you have 3 users, your userid format is like this:
Code:
userid1001, userid1002, userid1003
pagka add ng new entry of user automatically na gusto mo egenerate o increment? it will be userid1004?

ganyan po ba gusto nyu mangyari?

and isa pa dn, yung data ng users mo ay galing ba sa database?
 

Upset visualbasic.net express yung expert
PAHELP NAMAN PO it possible po ba namasama ang ms access sa pag build ng isang program
like a vb.net express PAHELP NAMAN PO O PA LINK nalang kung may alam tutorial

:help:
 
Back
Top Bottom