Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~7K People Reached
Favorite Tags

10 Posted Topics

Member Avatar for khwo

Hi, Anyone of you know hot to get item when user click on item in the listview. I want the data in listview display in the text box, can anyone give me some advice on this? The following code is my coding at Form_Load():- Private Sub Form3_Load(ByVal sender As System.Object, …

Member Avatar for maley
0
4K
Member Avatar for wisorac

Hi Ammar Gaffar, If I want to pass around 10 data from form1 to form2, it iz I still can using this method? or got other method to pass more than 1 data from form to form?

Member Avatar for kvprajapati
0
2K
Member Avatar for khwo

Hi, The following code is use ADODB to connect the database. By this way I would like to change the following coding by using "OleDbConnection", how can I change it? RstBoa = [COLOR=#0000ff]New[/COLOR] ADODB.Recordset BoaSQL = "Select * From QtyVar ORDER BY QtyVarID" RstBoa = ConnBoa.Execute(BoaSQL) [COLOR=#0000ff]With[/COLOR] RstBoa [COLOR=#0000ff]If[/COLOR] [COLOR=#0000ff]Not[/COLOR] …

Member Avatar for paulie
0
106
Member Avatar for khwo

[COLOR=#000000]Hi, [/COLOR] [COLOR=#000000]I’m facing this problem when I create a project by using [I]“ASP.NET Web Application”[/I], the error message is prompt out like this [B][COLOR=darkred]“Visual Studio .NET has detected that the specified Web server is not running ASP.NET version 1.1. You will be unable to run ASP.NET Web applications or …

Member Avatar for ManicCW
0
37
Member Avatar for khwo

hi all, I'm new user in VB.Net. I facing a problem here is I no have idea how to use the ListView in VB.Net. Can anyone of your give me some advice here. I want o call the data from database to the listview when form load, after that i …

Member Avatar for Tanvir
0
156
Member Avatar for khwo

[COLOR=#000000]Hi All,[/COLOR] [COLOR=#000000] [/COLOR] [COLOR=#000000]I’m using the following coding for my searching function at listview, but I facing some problem here, if I use this code I only able to search the item at column 0 for the listview. But for my case, I want to let user click on …

Member Avatar for Lord Soth
0
143
Member Avatar for khwo

[COLOR=#000000]Hi all, I am using the following code for my searching function, but when I try to run it, it are allow me to search the item for column 1, but I want to search the item for column 2 as well columun 3, what mistake I have make, can …

Member Avatar for server_crash
0
135
Member Avatar for khwo

Hi, I'm working on VB.Net (Window Base), I have add crystal report in my application. When I make a setup file in my own PC and I have try to run the exe file, it seem work nice on my own PC. Then I try to run the setup in …

0
65
Member Avatar for khwo

Hi All, i facing problem here, the following is my coding for move previouse recored. [COLOR=#008000]'Open connection [/COLOR]ConnCust = [COLOR=#0000ff]New[/COLOR] ADODB.Connection Cust_String = "Provider=Microsoft.JET.OLEDB.4.0;data source=\\AAA\ABC.mdb" ConnCust.Open(Cust_String) [COLOR=#008000]'Open recordset from Customer List [/COLOR]RstCust = [COLOR=#0000ff]New[/COLOR] ADODB.Recordset Last_SQL = "SELECT * FROM CustomerList WHERE CustomerID <= " & lblCustID.Text & " ORDER …

Member Avatar for williamrojas78
0
303
Member Avatar for khwo

[COLOR=#000000]Anybody can help me in this situation. Now I’m using MS Access to create a system but I need to install the MS Access in every PC that has use the system. So if I put the MS Access in server and then all the user just point to that …

Member Avatar for pty
0
100

The End.