20,278 Topics

Member Avatar for
Member Avatar for vijaycare

Hi All, I am using vs2005 with access database. Developing a new application. I am the new one to the application development. This is what my situation which takes my time towards searching a reference but no where it is found: ***There is 2 tables named tblbill(contains VendorID & TruckID) …

Member Avatar for vijaycare
0
197
Member Avatar for mansi sharma

Suppose I have items in combobox1 1) On button click event ,I want to copy all the items to combobox2 ? What is the coding for this?

Member Avatar for somu1205
0
602
Member Avatar for salman_hundekar

i want to creat crystal report in form of bulk and i want to use one 131 chqrqcter in that and at the end i want to use verticale bar

Member Avatar for salman_hundekar
0
101
Member Avatar for gahhon

i need some proffesional helps... from yesterday night i have done a part of my practical and i saved to my pendrive... the folder name as <Chapter 3> and today i went to college computer lab continue to finish another part and i also saved to my pendrive, since i …

Member Avatar for gahhon
0
133
Member Avatar for Afi83

Hey there, I have an application which have multiple tab pages. On of these pages I have a group box with many controls that do something. Now the problem is I want to add exactly the same group box by the current one that can have different paparemeters. This is …

Member Avatar for lolafuertes
0
173
Member Avatar for hyesin

hi, im new in vb.net i want to delete an item on a listview, this is my code If ListView1.SelectedItems.Count > 0 AndAlso MessageBox.Show("Do you want to delete this item?", "Confirm", MessageBoxButtons.YesNo) = Windows.Forms.DialogResult.Yes Then 'make sure there is a selected item to delete ListView1.SelectedItems(0).Remove() End If now my problem …

Member Avatar for lolafuertes
0
204
Member Avatar for elackops

Hello everyone, Im new here and may i have answer to my question since i been looking for sutoliton a long time ago, I had a database looks like that user:pass (<IP>) user:pass (220.135.70.173:3128) that i need is to remove the text between ( and ) and the symbols too. …

Member Avatar for Reverend Jim
0
155
Member Avatar for VB 2012

Hi i would like to know how i would extract text from a website especilly out of the (span class= ) area

Member Avatar for VB 2012
0
100
Member Avatar for JohnBo

When you create a webbrowser it obviously uses Internet Explorer. Can you change this to Chrome? Cheers Phil

Member Avatar for MilesGibson
0
68
Member Avatar for G_Waddell

Hi, I'm probably missing something really simple or trying too much at once but it's 16:30 on a Friday afternoon and my head is wrecked!! Basically, I'm trying to build an application that takes out put from a database query as XML and uses XSL to transform it into HTML …

Member Avatar for G_Waddell
0
2K
Member Avatar for elitely

Hello, I'm working on a webpage automation project. And I am very new in this. I want to use Webbrowser control to select an item in the dropdownlist. Now,how do I programmetically select an item from the HTML snippet below. I would like to select,say for example,"2009" from this HTML …

Member Avatar for supriya anand
0
178
Member Avatar for hassan980

Hello, Im trying to make a program which basically performs unit conversion. I have basically made two text boxes, one for the S.I. Units and the other for British Units. The general idea is that when i input any number in the S.I. Unit text box, it should display the …

Member Avatar for G_Waddell
0
159
Member Avatar for TwijoO

hi, eventually this program should be able to automatically upload an image to a youtube page. (origionally the idea was to add a gamertag alongside the channel name so people could see current gamerscore etc...) I have coded a lot of it and one part which i thought to be …

Member Avatar for TwijoO
0
190
Member Avatar for renzlo

Hi, All, Is this possible? I want to copy the value of one cell in datagridview to the selected cells of the datagridview? See picture below: ![Untitled74](/attachments/large/3/Untitled74.png "Untitled74") Thaks in advance.

Member Avatar for renzlo
1
131
Member Avatar for 1234qwerty

Hey, i have to finished a cacluator, all my code seems to be working apart from the equals button and i do not understand why..i've tried several different things such as a case too but nothing seems to work to get the equals button working..please help!! This is my code, …

Member Avatar for TwijoO
0
164
Member Avatar for Lobster1071

Fairly new to the VB.NET world, but a long time Access and FoxPro programmer. I'm trying to do something that was extremely easy in Access, but can't believe it is this difficult in VB.NET. I populated a combobox with values from a mySQL table. I want to return a hidden …

Member Avatar for raventara
0
1K
Member Avatar for mvnk12

Hi, i had developed windows application with SQL Database. i had deployed the windows application and want to run the same on the client machine Could any one please help me in this issue...

Member Avatar for adam_k
0
72
Member Avatar for mie.ilani

anyone can help? i want to check whether the data has been exist or not. but its shows some error in this code. error :No value given for one or more required parameters. Public Sub doSave() Dim con As New OleDb.OleDbConnection(My.Settings.KK3DB) Dim cmd As New OleDb.OleDbCommand Dim adap As New …

Member Avatar for mie.ilani
0
108
Member Avatar for salman_hundekar

Imports System.Data Imports System.Data.SqlClient Public Class LookupForm Dim stable As String Dim SelectQuery As String Dim cs As String Dim htKeys As Hashtable Property FKeyWithTable() As Hashtable Get Return htKeys End Get Set(ByVal value As Hashtable) htKeys = value End Set End Property Public Event LoadRecord(ByVal CurrentRow As Hashtable) Private …

Member Avatar for Mitja Bonca
0
116
Member Avatar for london-G

Hello, I have two linked tables in my database (access), one is for the student and one is the ages(selection drop list ). When I have transfered the data in vb form, a simple text box is shown with numbers in it. How can I have the drop down list …

Member Avatar for Mitja Bonca
0
137
Member Avatar for poojavb

Hello Friends, I need help to get the time value from MSSQL database to VB.Net Datetimepicker I have a datetimepicker but the custom format is set to HH:mm tt so that I can get eg 11:20 AM this value I have stored in database with the help of ` Label4.Text …

Member Avatar for poojavb
-1
1K
Member Avatar for choosechrist

I am using a tab control on my mdi parent forms. when i open a child window i hide the tab control. but i want the tabcontrol to show itself on child close event. but i cant figure out the code. any help will be great

Member Avatar for choosechrist
0
147
Member Avatar for salman_hundekar

The name "Debit" is not permitted in this context. Valid expressions are constants, constant expressions, and (in some contexts) variables. Column names are not permitted.

Member Avatar for salman_hundekar
0
181
Member Avatar for Iamateur

There are 2 textboxs to accept from date and to date. I will be comparing the fromdate value and todate with the table column. If the record matches then only that row will get display in the datagridview.

Member Avatar for Iamateur
0
256
Member Avatar for mie.ilani

anyone can help me? my login doesnt work smoothly. i want to login based on Username, Password & Category. So that, if the user is Admin all data can be access, while if user is Staff, only few data can be access. Public Sub DoLogin() Dim strsql As String Dim …

Member Avatar for mie.ilani
0
128
Member Avatar for OblibSystems

I am currently working on a project that has hit a bit of a snag. I have the following string; <td class="bld"><span id="ref_12590587_l">5,304.48</span> I want to cut this string so that only the "5,304.48" is remaining. I would also then like to remove the comma. Thanks

Member Avatar for vsa000
0
136
Member Avatar for london-G

Hello, I have creating my application in visual basic using the tables from ms access that I created. In the tables there is field "attachment" with pictures saved in there. I want to show this pictures on my vb form. All the records areshowing fine apart from the pictures.

Member Avatar for Mitja Bonca
0
205
Member Avatar for JohnBo

I have created a webbrowser and then click on certain buttons. The first button clicked on creates a slip which appears on the page. Subsequent clicks add further info to that slip. I then save the page so I can check for click id's on the slip so I can …

0
89
Member Avatar for Susmita_Sikder
Member Avatar for Begginnerdev
0
65
Member Avatar for Gus_19

I'm trying to get the first row in each worksheet to be shaded and have the font bold. Right now, I am able to get the first worksheet changes made, but none of the other worksheets within the same workbook are being changed. Here is what I have written so …

Member Avatar for Reverend Jim
0
202

The End.