20,285 Topics

Member Avatar for
Member Avatar for jared.geli

I can post a single line of row I selected from datagridview but I want to select specific multiple rows then display it in my crystal report. BTW I'm using VB2010. Dim cmd As New OleDbCommand("Select * From Data1 Where ID = " & Form4.DataGridView1.SelectedRows(0).Cells(0).Value.ToString() & "", Form4.con) Dim adpt …

Member Avatar for waterm
0
2K
Member Avatar for banoota.maynoona

MsgBox("You have entered an invalid department") End Select 'Display the new total for each department LblTotalpayroll.Text = "Payroll Totals:" & vbNewLine _ "Management:" & dbManagementPayroll.ToString & vbNewLine & _ "sale:" & dbSalePayroll.ToString & vbNewLine & _ "processing:" & dbprocessingpayroll.ToString & vbNewLine & _ "Phone:" & dbphonepayroll.ToString & vbNewLine Else MsgBox("The …

Member Avatar for Reverend Jim
0
166
Member Avatar for PRINCE_BHALLA

After using F2 Key via Protected Overrides Function ProcessCmdKey, Arrow Keys stop working. Focus goes to Menu Bar when Arrow Key is pressed. How to correct this situation please?

Member Avatar for Reverend Jim
0
54
Member Avatar for marylw24

train travels 40 miles .per hour for 3 hours, the distance traveled is 120 miles. need input box asking for the speed of the vehicle in miles per- hour, followed by another input box asking for the amount of time, in hours, that the vehicle has traveled. it should use …

Member Avatar for happygeek
-2
83
Member Avatar for kwabyna.lilwayne

Hi i have been roaming for codes everywhere couldnt even one of what i wanted I am a new beginner and i dont understand their codes .. Would someone here be kind enough to show me how to exchange files within sockets This is my code for the server -------------------SERVER------------------ …

Member Avatar for Theresa_2
1
154
Member Avatar for sergio_pb

Hello, follow my code please. I created this code for read values from Mitsubishi FX3G linked with FX3U-ENET i this work. I put the right port and always i put *INICIAR* e read all values. Now i need to read this values automaticly , minute to minute. I try diferent …

Member Avatar for sergio_pb
0
151
Member Avatar for J.C. SolvoTerra

Using .Net's SHA1 Crypto Service to compare hashes between a user's password and their stored hashed password. Simplez =0)

0
868
Member Avatar for Sherwin_1

Hi my fellow programmer! Here's a quick scenario of my logic. I call a stored procedure and bind the result to a data table then loop depends on how many data are there in my data table to fill in the fields that are empty. It is done by opening …

Member Avatar for Sherwin_1
0
222
Member Avatar for Olaniyi
Member Avatar for David_50
0
105
Member Avatar for kidkardel

hi, 1st of all thank you guys again for all of your help. ![a3ce81a2808d02214775965e56a6d32b](/attachments/large/4/a3ce81a2808d02214775965e56a6d32b.png "a3ce81a2808d02214775965e56a6d32b") i have this datagrid view and i want to write it on a richtextbox like: 14 APPLE0-13 @ 60.00 840.00 so on and so forth. how can i achieved getting all of them and can …

Member Avatar for kidkardel
0
2K
Member Avatar for Dudestreet

Hi Friend, Could you please help me with Row level Access Data reading? What I mean to say is(PFA Screenshot) [Click Here](http://postimg.org/image/cultofmhv/) Suppose I only need to read the Row with "EmpID" AA/0141/D/12749, how can I do it? Keep in mind that It is always going to be a random …

Member Avatar for Dudestreet
0
219
Member Avatar for amvx86

I have an old API from a bas file, and I'm trying to convert it. I think I'm on the right track however, I keep running into some problems with it. I can post the old one, and the new one, with the edits that I've made. Is there anyone …

Member Avatar for amvx86
0
351
Member Avatar for pepe1900

I hve an excel sheet with the columns, which data I want to show in three different combobox. Could you please help me? I have no idea how to use/connecty excel with vb.net

Member Avatar for ddanbe
0
47
Member Avatar for batoolhussain

hello,I tried to apply mean filter to the image to remove the noise from the image but when i execute the programme the image that i remove the noise from it does not upload on the picturebox2 and this is the code that i used ,please help me. Private Sub …

Member Avatar for Reverend Jim
0
258
Member Avatar for david.redmayne.7

Hi, I'd like to be able to retrieve the available drives on a local machine using DriveInfo and place that data into a control so that the user can select a drive to work on. Can anyone please suggest a good control to use and some suitable code? Thanks David

Member Avatar for Reverend Jim
0
150
Member Avatar for michael ridley

I am trying to figure out how to write the code to change the number grade to a letter grade then count the letter grades and show how many of each letter in a list box. I need someone to explain this to me and explain what I am doing …

Member Avatar for Reverend Jim
0
461
Member Avatar for zainab_8271

hi i have a question , my institution uses pascal and cobol programming language for their system but i think its too old and need something new, so they start using vb.net to make a paper form that get information from the data base of the system and put its …

Member Avatar for SalmiSoft
0
190
Member Avatar for Xiao_1

in vb if in form1 the user login how to come the form2 that come out information with access

Member Avatar for Santanu.Das
0
175
Member Avatar for The-noob

Hi guys. So i am trying to get some specific information from a web site (works one) that requires a password. Currently i am able to grab ALL the info using the following code Dim PageElements As HtmlElementCollection = WebBrowser1.Document.GetElementsByTagName("input") For Each CurrentElement As HtmlElement In PageElements TextBox1.Text = TextBox1.Text …

0
91
Member Avatar for William Ray

I am using VB.net 1.1 I have a usercontrol that needs to display properties in the propertygrid. (1) It needs to group child properties under a parent property. (This is done in a class) (2) It also needs to display a modal dialog form for setting specialized properties. (3) I …

0
61
Member Avatar for boyboy

Here i want to make a car park system, but i have 10 button, if button 1 clicked and submit to other page, then after back to the car park page only the button 1 is red color and all button disable.... how the code....can anybody tell me?

Member Avatar for Santanu.Das
0
56
Member Avatar for Ray Adrian_1

Hello! I need some help regarding to this post https://www.daniweb.com/software-development/vbnet/threads/159483/adding-item-from-text-box-to-list-box#post747691 When I add a text from textbox1 to listbox1, the textbox1 seems to fill up the whole listbox1 with the said text, the thing is the listbox1 is constantly flashing and the program goes to being not responding. My PC …

Member Avatar for Santanu.Das
0
139
Member Avatar for reds8

Let say I have many many buttons and i want to change all the forecolor of the buttons by clicking on one button. How to do it? I no want type like btn1.forecolor,btn2.forecolor......... because I have more than 20 buttons

Member Avatar for boyboy
0
238
Member Avatar for tshukela.george

Dim item As String = InputBox("Enter Item ordered", "Place an order") Dim quantity As Integer = InputBox("Enter Quantity odered", "Quantity ordered") Dim price As Integer = InputBox("Enter price", "Price each") Dim item As String = InputBox("Enter Item ordered", "Place an order") Dim WrapCharacter As String WrapCharacter = Chr(13) + Chr(10) …

Member Avatar for Xiao_1
0
436
Member Avatar for johmolan

Hi I am creating a report and I am filtering the columns of my table through a parameter. But I then add a few textboxes but I can not find a way to filter the values to show in these based on the parameter. Anyone who knows if this is …

Member Avatar for Santanu.Das
0
125
Member Avatar for hdreyer

Good day, Can anybody help me with this question please? I want to know how to write info back to a program line. In other words to be able to search for a file and put it into the xslt.Load(".....") This is the source code to transform XML to HTML …

Member Avatar for Herman_1
0
229
Member Avatar for gbhs

Hi Experts I have an rdlc report onto which I have to add a watermark image, resize it and set opacity. How can I do it (programmatically)? The jpeg image is located in my resources folder of my project. thanks Newbie

0
109
Member Avatar for LoveAntwinette

Can someone explain to me what I am doing wrong? I am trying to get a word to repeat the number of times as the number input. I tried a list box and a text box and I cant seem to figure it out. I am having trouble with a …

Member Avatar for Reverend Jim
0
413
Member Avatar for lester2020

Cannot seem to make the message box to not appear when I click cancel. Help please ! Private Sub btnEnter_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnEnter.Click Dim input As String Dim total As Single Dim average As Single Dim count As Single Const msg1 As String = …

Member Avatar for Santanu.Das
0
173
Member Avatar for TheGuy831

Hi ive been trying hard to get a img url collection from a textbox.. or how to stop loop on 3rd img url please help me. Thank You.. Heres What ive Got.. URL: https://www.facebook.com/tony.trujillo.3517 Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click Dim PageElement As HtmlElementCollection = WebBrowser1.Document.GetElementsByTagName(TextBox1.Text) …

Member Avatar for tinstaafl
0
173

The End.