- Upvotes Received
- 4
- Posts with Upvotes
- 4
- Upvoting Members
- 3
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
I want to help and learning!
- Interests
- C/C++/PHP/JAVA/ASP.NET/VB.NET
43 Posted Topics
Hello guys, im trying to learn how to use dynamic data table, which means i want to use data table as my searching result table. but i dint know how to make it because when the search result filled in the table, the sort and other "DataTable" function is not … | |
Hello everyone, i want to develop a Asset system for my Final Year project using QR Code scanner, the QR Code will be taped at all asset and using this system, user will login and this system will be access via their phone and user will scan the qrcode. from … | |
| |
Re: can i see your vb.net interface? | |
Hello, can somenone help me solve this problem? i try this code to insert my data into microssoft access 2013 database but when i insert, a new row is created with no data, someone can help me? this is my code for my save button, only date can insert. acsconn.Open() … | |
hello friend.... i got problem here, im trying to reformat my hp 4-1035TU ultrabook, but it didnt show any partition for my computer and its ask for driver. someone know how to solve this issue?? | |
Re: whats the problem now? you didnt say your problem, please let me know... | |
Hello friend, i have some question here, how can i read text by line in text.txt and put it in the text box in asp.net? | |
Re: 1st you need to set the user level, i can see your query LOGINTYPE maybe this is for user Level, you can try this code Dim conn As SqlClient.SqlConnection Dim cmdlogin As New SqlClient.SqlCommand Dim dalogin As New SqlClient.SqlDataAdapter Dim dslogin As New DataSet Dim dtlogin As New DataTable If … | |
Re: what do you mean by file directory? you said you want to add a table, do you mean database? | |
Hello friends! hope someone can help me, i have a problem to display picture from database access in picturebox, i already search it on google, maybe im not lucky today to find article about it. please teach me friend. | |
i want to auto bind data to my textbox after user click the textbox and i already make it!! but my problem is, after i click the textbox again, it still same as the first click!!! HELP ME!!!! | |
anybody can help me? i want to add code after autocompletemode selected, code for autocomplete mode is running good, this is my code for autocompletemode: Dim AutoComp As New AutoCompleteStringCollection() Dim acs As String = "select NDP from DAFTARPELAJAR" acscmd.CommandText = acs Dim acsda As New OleDbDataAdapter(acscmd) acsda.Fill(acds) For i … | |
Re: Take out your HDD and make it plug as USB, then use your untivirus, antispyware and antimalware to scan it, if it still slow, its really need to reinstall your OS, because sometimes after you clean the virus, the effect from the virus still remain.... | |
Re: you can try like this, if i wrong please inform me Dim dr As DataRow = DBDataSet.Tables("Table").NewRow cmdIn1 = conn.CreateCommand cmdIn1.CommandText = "INSERT INTO Table(Name, Sex, DateTime)VALUES('" & Trim(Name.Text) & "','" & Trim(Sex.Text) & "','" & Trim(DateTimePicker.Value) & "')" check = cmdIn1.ExecuteReader.RecordsAffected() If check > 0 Then MsgBox("Data " & … | |
HELLO FRIENDS!, i have problem here, i try to show mysql data using dreamweaver, now i already change the sql statement to show data when user choose the data from select list/view and click submit, so thats mean i add 'where my_column = $_POST' and its work, but the problem … | |
Hello, i need help here...., i try to insert my data into mysql, but every time when i insert data into my database, its insert two record in one time, 1 row is the data that i insert and another row is empty, just the auto increment column have filled, … ![]() | |
Hello Friends!! I need some help here.... i build a website called E-Maintenance, now i need to make a form that user can choose date and the system will insert into database mysql after the user click submit, im searching on the internet and i found this Javascript calender, this … | |
Hello Friends, lately I have found a few websites that use very beautiful background and its look like 3D, i see the background Like using 2 layers background, i just want too know the name of this type background and how can i make it, example java or flash. ONE … | |
i just want to make a mp3 player, but i got problem at my mp3 path. this is my code: Public Class Form1 Private Sub Import_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Import.Click FBD.ShowDialog() TextBox1.Text = FBD.SelectedPath Dim folderInfo As New IO.DirectoryInfo(TextBox1.Text) Dim arrFilesInFolder() As IO.FileInfo Dim fileInFolder … | |
Hello Friend, i hope someone can help me to solve my problem, i already put my database on datagridview, but my boss dont want it in standard color, so now i dont now how to change it, can i change the color using datagridview or i need to use another … | |
hello friend, can someone help me, i want to learn how to connect my app database from another computer using code, i already try to change connection string = "Data Source=-SERVERNAME-\SQLEXPRESS;Initial Catalog=SmartHome;Integrated Security=True" but its still same, someone please help me, im using win8, microsoft sql server 2008, Visual studio … | |
Re: i cant understand what do you want....please explain it clearly. | |
Re: i think you need to post on asp.net part....this is vb.net. your problem i think User.Identity.Name still can use on master page, because i think i alredy make it on my project before. | |
Hello Friends, i want to try and learn about how to make android apps, can any tell me how can i make it? what tools i need to use? where can i learn about making android apps? | |
Re: you can try like this, if i wrong please inform me if form1.checkbox1.checked then label.text = "the answer is something" end if please vote me if i already fix your problem, or ask me if you got problem. Thank You!! | |
Re: You can try like this, if i wrong please inform me Before Public Class you need to insert this code: Module Koneksi Public conn As SqlClient.SqlConnection Public Function GetConnect() conn = New SqlClient.SqlConnection("Data Source=YOUR PC NAME"YOUR-pc"\SQLEXPRESS;initial catalog = YOUR DATABASE NAME;Integrated Security = True") Return conn End Function End Module … | |
Re: temperature problem....but maybe your computer also got HDD problem because its freezing, i recommend you to check your HDD before its too late. | |
Hello, i want to suggest about notification, its good if you make notification like facebook, because in this daniweb, i cant see if my post is already reply, i need to check my profile or my e-mail to know that my post is replyed. Thank You! | |
HI, I buy a SNMP board for my project and i got some problem to understand SNMP code with VB, Can somenone help me?, i got this code under another project, and i want to use it in my project but, when i copy and paste it in my project, … | |
Re: You can try like this, if i wrong please inform me Dim conn As SqlConnection Dim cmd As SqlCommand Dim da As SqlDataAdapter Dim ds As DataSet Dim itemcoll(100) As String Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load Me.lvPrinterSetup.View = View.Details Me.lvPrinterSetup.GridLines = True conn … | |
Re: why i got this error?? Error: .Net SqlClient Data Provider: A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: … | |
hello, i need some help here, i already bind my database coloumn 'NAMA' to my combobox 'cbNAMA', and now i want to show data from my database on textbox by selecting the row using cbNAMA but i got this error "System.InvalidCastExeception: Conversion from type 'DBNULL' to type 'String' is not … | |
Hello, i got this error when i click my button save. Error: .Net SqlClient Data Provider: Conversion failed when converting datetime from character string. please help me... this is my save button code: Private Sub btnSimpan_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnSimpan.Click Dim check As Integer Dim … | |
Hello, i need some help here, i want to change Edit,Select,Delete linkbutton in the gridview to be outside the gridview, i have tried to hide the 3 button and make another button outside gridview, but i dont know how to make a link between all the button. this is my … | |
Hello!! can someone help me? i want to build a system for my Programming final project, i hope i can build a system that can connect with hardware and device. After searching on internet, i found this video [Click Here](http://www.youtube.com/watch?v=Kd7kLSAPG-A&list=FLObIBl2o5zE_XqgDBfIF59Q&feature=mh_lolz) i already watch all the video, and this system is … | |
This is my search button and textbox code, but i will got error on pelanggandatagridview and searchdatas, i need to search data on SQL DB like google! just type any word with almost same with the data and it will show on pelanggandatagridview, please help me... Private Sub Button5_Click(ByVal searchword … | |
Re: i try this, but its can clear the textbox only once, do you know how can i clear the textbox after the first click? |