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!

101 Visual Basic and C# Code Samples for Visual Studio .Net

Status
Not open for further replies.
Re: 101 Visual Basic and C# Code Samples for Visual Studio .

Thank You TS :)
 
Re: 101 Visual Basic and C# Code Samples for Visual Studio .

pa bm boss thnx
 
Re: 101 Visual Basic and C# Code Samples for Visual Studio .

salamat sir...
 
Re: 101 Visual Basic and C# Code Samples for Visual Studio .

subscribed
 
Re: 101 Visual Basic and C# Code Samples for Visual Studio .

Hi guys, im having a problem here. i want to change the font inside my textbox using the fonts listed in listbox. what i want is when click a font inside the list box the text inside the textbox will reflect the changes,, but i cant figure it out, please help me, heres my code

Private Sub ListBox1_SelectedIndexChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles ListBox1.SelectedIndexChanged
If ListBox1.Items.Contains("Arial") Then
TextBox1.Font = New Font("Arial", Font.Size)
ElseIf ListBox1.Items.Contains("Comic Sans MS") Then
TextBox1.Font = New Font("Comic Sans MS", Font.Size)
ElseIf ListBox1.Items.Contains("Corbel") Then
TextBox1.Font = New Font("Corbel", Font.Size)
ElseIf ListBox1.Items.Contains("Courier") Then
TextBox1.Font = New Font("Courier", Font.Size)
ElseIf ListBox1.Items.Contains("Lucida Console") Then
TextBox1.Font = New Font("Lucida Console", Font.Size)
ElseIf ListBox1.Items.Contains("Tahoma") Then
TextBox1.Font = New Font("Tahoma", Font.Size)
ElseIf ListBox1.Items.Contains("Times New Roman") Then
TextBox1.Font = New Font("Times New Roman", Font.Size)
ElseIf ListBox1.Items.Contains("Verdana") Then
TextBox1.Font = New Font("Verdana", Font.Size)
End If
End Sub
 
Re: 101 Visual Basic and C# Code Samples for Visual Studio .

maraming salamat bago lang.. gusto ko din matututo.:excited:
 
Re: 101 Visual Basic and C# Code Samples for Visual Studio .

TS !! Panu idownload to kailangan pba magregister :pray:
 
Re: 101 Visual Basic and C# Code Samples for Visual Studio .

ay salamat po sa thread mo boss. pede po tau mag exchanxan ng mga codes dto =)
 
Re: 101 Visual Basic and C# Code Samples for Visual Studio .

looking for this one
 
Re: 101 Visual Basic and C# Code Samples for Visual Studio .

sir, libre lang po bang mag copy ng mga file / softwares dito ? .. ask lang po

beginner lang po kasi dito .. and a novice programmer .. pd po bang ma copy to?

... -
 
Re: 101 Visual Basic and C# Code Samples for Visual Studio .

daya di ako mka download dd2 :slap:
 
Re: 101 Visual Basic and C# Code Samples for Visual Studio .

:thanks: TS
 
Re: 101 Visual Basic and C# Code Samples for Visual Studio .

wow ang daming laman naman ng samples nyo boss. Thanks ang Vb.net 2008 Samples

Laking Tulong!!!
 
Re: 101 Visual Basic and C# Code Samples for Visual Studio .

salamat sa pag share TS. :)
 
Re: 101 Visual Basic and C# Code Samples for Visual Studio .

Visual basic 2008 po
MGa BOSS Pahelp naman po ANo po right na datatype pag dating sa PEra(amount)?


at pahelp naman po kung anu un CODES pra (numbers,amount) lang po possible na iinput sa TEXTBOX po?
pra lalagyan po ng restrictions or validation na numbers lang pwd mainput kahit pa pindotin niya sa keyboard un mga letters at special characters? pahelp naman po?

at paano gamitin c AES_ENCRYPT AT AED_DECRYPT sa visual basic 2008 please sample codes naman po:(


maraming maraming salamat po
pahelp please:(
 
Last edited:
Re: 101 Visual Basic and C# Code Samples for Visual Studio .

thanks for sharing this...pre...saan ba tayo maka download ng installer sa c++ or turbo c :yipee: :yipee:
 
Re: 101 Visual Basic and C# Code Samples for Visual Studio .

sir meron po ba kayo atleast 3 examples search engine algorthms para sa visual basic?
 
Status
Not open for further replies.
Back
Top Bottom