Thank all,
I am RELUCTANT to use microsoft forms 2.0 control. The reason is that I have to support Win98 users with UNICODE. If YOU DON'T want to see or to hear any more about it, i am really sorry. Did I flood this forum?
I always appreciate all your anwers.
Jimmy Le
nhan_tiags@yahoo.com
Hello,
In VB 6.0 I can use key UP & DOWN arrow keys to scroll Microsoft Forms 2.0 ListBox . I mean i can select item by UP or DOWN arrow keys. But in VB.NET, i can't. I can only select an item by mouse. Why? please help.
Thank a lot
Jimmy Le
nhan_tiags@yahoo.com
Hello everybody. I found the problem. In .NET Combobox1.List becomes ComboBox1.set_List and ComboxBox1.Get_List
The code will be changed to look like this
Me.AxComboBox1.AddItem("Row 1 Col 1")
Me.AxComboBox1.set_List(0, 1, "Row 1 Col 2")
Me.AxComboBox1.AddItem("Row 2 Col 1")...
Hi Christiaan, thank for your instant reply. But Microsft Forms 2.0 ComboBox really supports multi column in VB 6.0. This code works fine in VB 6.0. Combobox1 is Microsoft Forms 2.0 ComboBox
ComboBox1.Clear
ComboBox1.Width = 4580
ComboBox1.ColumnCount = 2
ComboBox1.ListWidth = "8cm"...
Hello,
Plese help me. Binding data to Microsoft Forms 2.0 TextBox error. Here is my code to bind data
Dim da As SqlDataAdapter
Dim cn As SqlConnection
cn = New SqlConnection("Initial Catalog=Nhan;Data Source=localhost;Integrated Security=False;User=sa;Password=")
da = New...
Thank you ChipH,
i did read the web page you mentioned many time but i dont know how to use it in visual studio.net. In VS.NET you cant link a .lib file.
Thank again.
Jimmy Le
nhan_tiags@yahoo.com
Hi Chip H,
Thank for your reply.
I donwload MSLU from Microsoft site, it is just one file unicows.dll.
Install it? You mean copy it system folder? I dont think so. You have to load it by LoadLibary Win API. But i dont know the steps to do it.
I am still waiting for solution.
Thank you in...
Hello,
At this page http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vbcon/html/vbconunicodecharacterdisplayinwfcprojects.asp
which say
Windows Forms are entirely Unicode-enabled, ...... You can also write a single set of code which will work on all platforms. This is a change...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.