20,284 Topics
| |
i am an IT student and i have this idea of using a listview to see all the items i have in my database and to list all the items that has been selected into a listbox. The problem is i don't know how to get those selected items that … | |
i wonder why my code have an error.. this my code and i will highlight the error[CODE].. Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim connection As New SqlClient.SqlConnection Dim command As New SqlClient.SqlCommand Dim adapter As New SqlClient.SqlDataAdapter Dim dataset As New DataSet connection.ConnectionString … | |
i want to start my codng immdiately about linkng the database in vb...but i dnt knw how...anybody there hu would lke to help me hw i can lnk my database...please...tnx guyz..... | |
hi, i'm an IT student working on a project(point of sale) but i'm unable to display the price of the item, weight and name into a textbox from an access database and to insert multiple barcode items in order to get the subtotal. please i really need your help | |
Hi, I want to know if there is any event I could use for this situation: If a label enters another label. Thanks for any help! | |
I want any amount ending in 98 cents. Three examples: 5 euros x 1.25 euros then the result is [COLOR="red"]6.25[/COLOR] euros, the program change this to [COLOR="Green"]6.95 [/COLOR] 4 euros + 2 euros then the result is [COLOR="red"]6.00[/COLOR] euros, the program change this to [COLOR="green"]6.95[/COLOR] User type to [COLOR="red"]6.70[/COLOR]then the … | |
I've been looking everywhere for an answer to a simple question, but i'm having issues, so i thought i'd join and post here. I'm having issues with a simple concept. I load information from a SQL database, and i want to add a 'Passport' link URL relating to column cells … | |
[CODE] pvt sub timer1_tick(.....................................................) dim n as login form n.show() timer1.enable=false end sub [/CODE] Is there need to set keyword before login form? i m using this code but login form is not showing at runtime. please help me to run this code | |
Hi Everyone, Most recently, I've been working on a small project to sort through multiple text files which have all the same strings. Basically, I am looking to sort through and create a text delimited file for future use. The below script is what I have come up with so … | |
Hi all, I got a problem with part of my application, it's an exception I've never seen before. Overload resolution failed because no accessible 'New' can be called without a narrowing conversion: 'Public Sub New(original As System.Drawing.Image)': Argument matching parameter 'original' narrows from 'Object' to 'System.Drawing.Image'. 'Public Sub New(stream As … | |
[CODE] Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim ds As New DataSet Dim da As New OleDbDataAdapter Dim cb As New OleDb.OleDbCommandBuilder(da) Dim cn As New OleDbConnection Dim cmd As OleDbCommand Dim sql As String 'sql = "INSERT INTO Employees(GivenName, LastName, Gender, JobPosition, Month, … | |
Hey folks. I hope you can all help me. Basically, I'm designing a small GUI Windows program that allow staff at a cinema to reserve seats for customers. There will be a total of 60 seats in the cinema. I have two classes in my program:- 1.) MainForm.vb - used … | |
i have a list of datarows. each row is having mutiple columns like userid,date,flag,etc. i want to sort the based on date. how can i do that ? [CODE] Dim listOfRows As New List(Of DataRow)() For value As Integer = c To count - 1 r = tableToRead.Rows(value) ๏ปฟlistOfRows.Add(r) [/CODE] … | |
can you give me some search engine code. i am using sql server .. thank in advanced | |
Dear All, I have textbox in my form .. I enter the student name in the text e.x (vbstudent) I want to sign textbox data to array, each letter in one index. ex array(0)=a array(1)=l array(2)=f array(3)=r array(4)=e array(5)=d array(6)=o How can I do that .. please reply me soon. … | |
I had this little project of a POS System, that i've already finished, and i try to retake it again to add more features And suddenly in a Summary Report for the sales of the day i keep getting this error message [CODE]Exception from HRESULT: 0x8002000B (DISP_E_BADINDEX)[/CODE] And im cranking … | |
Hello, I am starting this thread to inquire about if anybody knows any ways to manipulate an image by dragging the perimeter of the image and by doing so, re-shaping the image. I.E. A web site logo or company banner with some text inside a Superman diamond. Sounds cool? Does … | |
I have an application that currently operates based on a static password that is hard coded into the application. I would like to somehow have the application look in a text file, say: C:\passtest.txt for a password. The text file will have nothing but the 1 password in it, it … | |
Hi I know there are some posts addressing the same issue but unfortunately I do not understand how to do it and was wondering if someone could help. I would like to cycle through pictureboxes, in this example using the 'n' variable To further explain what I would like to … | |
Hi Everyone I want every single operation carried out on my application from signing in to signing out written to a text file and the operations would have a timestamp for each corresponding operation. How do i go about this, i have no single idea at all. Thanks | |
Is it possible to link a process (i.e. osk.exe) opened by a program so it dies when calling program dies? So, I start my application, it starts OSK.EXE, and if the program crashes, the on-screen keyboard is still there. Possible to link the two so that the process dies when … | |
[B]Hi, i just want to know that from where i can download "VISUAL STUDIO 2005" free...[/B] | |
I need help with managing my forms. below is a sample code for one of my button that opens a new form on button click. But today while I was testing the application, I found out that everytime I have button click, I get a new instance of the same … | |
How can i grab this url and paste it in a textbox? <span class="mfss fcg"><a href="/logout.php?h=ccd7af06e1b22f51b970c92944e72c90&t=1312547327&refid=7" data-sigil="logout">Logout</a> (Kassy Daniels) ยท <a class="sec" href="/help.php?refid=7">Help</a></span> from this in webbrowser1 i want it to grab the /logout.php? code cause each user is different and just paste it in a textbox1 when you hit … | |
[CODE] Public Sub imageload(ByVal index As Integer, ByRef imagedescription() As String) Dim da As New OleDbDataAdapter("Select Foto From Images where Photoindex = " & index & ";", Form1.baglanti) Dim dt As New DataTable Dim ms As New MemoryStream da.Fill(dt) If dt.Rows.Count > 0 Then Dim arrimage() As Byte = dt.Rows(0).Item(0) … | |
So like this Textbox1 has this text [url]http://www.facebook/whatever1[/url] [url]http://www.facebook/whatever2[/url] [url]http://m.facebook/whatever3[/url] [url]http://m.facebook/whatever4[/url] [url]http://m.facebook/whatever5[/url] I want it on a button press it will change any urls with [url]Http://www[/url]. to [url]http://m[/url]. so at the end after button press it will be [url]http://m.facebook/whatever1[/url] [url]http://m.facebook/whatever2[/url] [url]http://m.facebook/whatever3[/url] [url]http://m.facebook/whatever4[/url] [url]http://m.facebook/whatever5[/url] And Also i need it on button … | |
I am doing project in 2010... I am trying to add new data source... I have clicked data->Add new data source... it shows the window "Data Source Configuration" i select database as shown in image1 Then i select Dataset... as shown in image2 And when i select the New Connection … | |
I have a project, I was tasked to make an interactive map of the Philippines using vb6. When you click on a certain region/city/town, a window would pop-out showing the notable event, land marks, & info of that location. The problem is i don't know how. Please help me. | |
I'm having a hard time understanding this. I get what multithreading is- allowing a program to run more than one thread to improve performance, by splitting up some of it's resources. So I'm at the point in my app where I need to use it. I need to upload some … | |
Hi I'm trying to read a text file by use a array for an interactive map. In the text file I stored shop names such as: Label2.Tag = "test" Label3.Tag = "House" When I hover over a label it will display the name in another label such as "lblShowName". So … |
The End.