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.
Here, I'm sharing my corner stone in developing my most of VS .Net Projects... Para ito sa mga kapawa kung gusto matotong gumamit ng Visual Studio .Net..

Marami kayong makikitang Basic to Complex Examples.. Hope this Helps...

Overview



101 C# Samples.rar

101 VB.NET Samples.rar

wow galing gusto ko din matototo nito..may oras pa pra magkalaman ang utak ko ng mga ganito..pano kaya ito?:slap:
 
Last edited:
Hi po ako po c chinille

Pwede ko po bang makita ang program ng library sa visual basic?
 
Last edited:
pwede po bang magtanong kung paano malalagay ung symbol ng "pi" sa vb? hirap po kasi, kailangan ko lang po madisplay ung symbol na un kahit sa label o textbox lang.. salamat!

sana po may magreply,, :pray:
 
D'Best to TS salamat ng madami makakatulong sakin to.:thumbsup:
 
San poh nakakadownload ng visual basic 6.0 na libre?? pahingi naman po ng link.. :help::help::help:
 
mga boss !..

may system requirements po ba ang visual basic.net ?...

ask ko lang po ?..
 
salamat TS sa bigay mo..sana makatulong.. i badly need this!
 
pwede po bang magtanong kung paano malalagay ung symbol ng "pi" sa vb? hirap po kasi, kailangan ko lang po madisplay ung symbol na un kahit sa label o textbox lang.. salamat!

sana po may magreply,, :pray:

try this! use richtexbox

Code:
    Private Sub form_load()
    Dim FontName As String
        With RichTextBox1
            FontName = .SelFontName
            .SelFontName = "Symbol"
            .SelText = Chr(80)  'lower case
            .SelText = Chr(112) 'upper case
            .SelFontName = FontName
        End With
    End Sub
 
thank you!! may tanong lang ako kung same lang ung OOP concept ng C# at VB.NET o may kaibahan??? thank you!! :)
 
thank you!! may tanong lang ako kung same lang ung OOP concept ng C# at VB.NET o may kaibahan??? thank you!! :)

walang pag kakaiba ang vb.net and c# in terms of OOP concept, kung meron may sobrang liit na percent .. It's just that vB6 programmers can easily shift to vb.net and C/C++ programmer can go to C# but other way around parehas lang sila since both language are running under .Net framework
 
dito ko lang pala to makikita. . .
tnx for sharing. . .keep it up
 
mlapit nrin po ang first defend nmin patulong naman po ng program ng JOB PLACEMENT System
 
mga boss pwede po patulong paconvert lang po ng imports ng database from Imports System.Data.OleDb to imports Mysql.data.mysqlclient..yun po kasi pinagawa sa amin...ito po ung nadownload ko..
 

Attachments

  • SimpleDataBaseVB2005.zip
    524.4 KB · Views: 31
  • RegistrationForm.zip
    205.1 KB · Views: 30
  • telphone1.zip
    194.7 KB · Views: 17
Status
Not open for further replies.
Back
Top Bottom