- Create New project - Add two file Resoure ( English and japanese ) Name Resource.resx Resource.ja-JP.resx Public Class Form1 Public Sub New() System.Threading.Thread.CurrentThread.CurrentUICulture =… more →
Le Minh Hai Trangtrungtammaychu wrote 7 months ago: Danh mục sách lập trình Microsoft.Net 1. Lập trình ASP.NET với C# 3.5 … more →
Khanh Luan wrote 9 months ago: Một trong những tính năng mới mà VB 2005 mang đến cho bạn là cách mà bạn có thể thiết lập AutoComple … more →
dinhnguyenngoc wrote 10 months ago: Created By: Whole Tomato Software, Inc. Last Updated: January 02, 2009 Cost Category: Free Tr … more →
haitrang wrote 1 year ago: - Create New project - Add two file Resoure ( English and japanese ) Name Resource.resx Resource.ja- … more →
haitrang wrote 1 year ago: Project -> Brown -> add -> COM Microsoft Excel 11.0 Object Library Imports Excel = Microsof … more →
haitrang wrote 1 year ago: Imports System.Threading Public Class Form1 Dim tCounter As New Thread(AddressOf RunCounter) Private … more →
haitrang wrote 1 year ago: Private Sub ExDataGrid1_CellPainting(ByVal sender As Object, ByVal e As System.Windows.Forms.DataGri … more →
haitrang wrote 1 year ago: Public Sub SaveGridDataInFile(ByRef fName As String, ByVal ExDataGrid As DataGridView) Dim I As Inte … more →
haitrang wrote 1 year ago: Public Sub ReadCSVFile(ByVal sFolder As String, ByVal sFileName As String, ByVal MyDGV As DataGridVi … more →
haitrang wrote 1 year ago: Public Sub GetSheetNames(ByVal path As String, ByRef str() As String) If IO.File.Exists(path) AndAls … more →
haitrang wrote 1 year ago: I have XLS file which have format Adress Name Adress Name Adress Name Adr1 Name1 Adr2 Name2 Adr3 Nam … more →
haitrang wrote 1 year ago: Select [Co#lumn] from myTable … more →
haitrang wrote 1 year ago: Private Sub SaveGridDataInFile(ByRef fName As String) Dim I As Integer = 0 Dim j As Integer = 0 Dim … more →
haitrang wrote 1 year ago: Private Sub DataGridView1_CellPainting(ByVal sender As Object, ByVal e As System.Windows.Forms.DataG … more →
Khanh Luan wrote 1 year ago: Trong bài viết trước tôi có giới thiệu với các bạn cách embed Windows Media Player vào window form t … more →
haitrang wrote 1 year ago: SendKeys ————————- Option Strict Off Imports System. … more →
haitrang wrote 1 year ago: Form ——— Option Strict On Imports System.Runtime.InteropServices Imports System.Te … more →
haitrang wrote 1 year ago: Class ExButton Inherits Button Sub New() MyBase.New() Me.SetStyle(ControlStyles.Selectable, False) E … more →
haitrang wrote 1 year ago: http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=3619230&SiteID=1 … more →