10,992 Topics

Member Avatar for
Member Avatar for kumar_g

Hello Friends I have a software developed in vb6.0 the software has few textboxes and we have to type in it and the query is fetched and matching result is displayed It uses MS Access 2000 MDB format Somehow i have managed to open the access file but when i …

Member Avatar for GeekPlease
0
161
Member Avatar for GeekPlease

Hello folks, I'm currently studying how to use LinQ in VB.NET but I guess I'm stock. I'm using VS 2008 version (framework) 2.0 Anyone who can help me get through this??

Member Avatar for GeekPlease
0
288
Member Avatar for Skate Bart

I have a MSHFlexGrid that gets all records via a recordset from a database. I want to add a search function so that it would search for the data entered by the user on to the search textbox. But it should search for the data only in a certain column …

Member Avatar for jamunadevi.v
0
1K
Member Avatar for jemartalaban_1

hi, i cant do my codes on how a combo1(i) will do its command when clicked, i have 10 combo box that have index from 1 to 10 on my form, when combo1(1) was clicked, it will do my command to that combo1(1) only not in combo1(2),combo1(3) ... to combo1(10) …

Member Avatar for rishif2
0
182
Member Avatar for Vixion

Hello there, I want to get all checked checkbox on the form. I always wasting my time to checking it one by one. There is a way to do this? Best regards vixion

Member Avatar for star.tamy.7
0
581
Member Avatar for rushimaadhav

I have a problem during making my project . the problem is I programmed it like if we press 123 a message box pops saying something when I type 456 I programmed it like a msgbox pops up and says something but when I run it the first time I …

Member Avatar for GeekPlease
0
130
Member Avatar for MichaelRyan

Hi folks...get into the wayback machine. :) I have a VB6 program I'm drastically modifying due to vendor API changes. This isn't my natural language, so I have to hack around every time I change things. Problem now is that the program won't end. I know it hits the END …

Member Avatar for GeekPlease
0
388
Member Avatar for johans22

I have a text file with one of the lines as : name=AB,CD,EF I read the line like this: input# line,str first str is name=AB then the next line is CD and then EF, why it does not read the whole line at once.

Member Avatar for rishif2
0
140
Member Avatar for The X-Man

Hey Everyone, I'am Using vb6 data enviourment and Access 2010 to show an Invoice in a Data Report. I Have many orders and many different items in orders. So I select an order from a MSHFlexgrid and will load the report. All The different items (in different orders) are stored …

Member Avatar for The X-Man
0
322
Member Avatar for skyshare

I am using VB6 to execute an sql statement. I have two access tables and want to insert the contents of a field in one into the other subject to the key no being the same. I have been unable to get it to work and would appreciate some help. …

Member Avatar for Reverend Jim
0
132
Member Avatar for ponnu

I am trying to compare one column of an excel sheet with the database table.If the value in the column matches with the data in the table,the excel has to be populated with another value in the table in a new column.If match is not found the value in the …

Member Avatar for Reverend Jim
0
127
Member Avatar for DickEM

I've fought the Error 91 problem for years programing (self taught) in VB 6. Below is a simple example of a program getting data from a database and putting it into a grid. I know I'm supposed to use Dim and Set statements, but I've never figured it out. Can …

0
68
Member Avatar for baabjitvk

hi when i'm giving some string to search in the data base, ms access, that search is going to be ignoring case. i want case sensitivity. how..? ex: if i would like to search for the word "Done", if there is no that word, and "DONE" is available in the …

Member Avatar for tinstaafl
0
97
Member Avatar for alaya
Member Avatar for divakar.it

Hi, As part my developement I would like to keep all employees document stored in database table rather in folder. I dont want to store the files in folder and keep the file location in table so that get the file from the location. I tried my level best in …

Member Avatar for usiegd
0
643
Member Avatar for kazekagerandy

i am working on a room locator program, the feature includes the room location and the path that the searchee can take to locate the room. is there a way to move a control in a vb application just like what we see in flash applications? thanks for the ideas …

Member Avatar for Eternal Newbie
0
301
Member Avatar for Sweet_pink
Member Avatar for raizuke.blademaster

help guys, i need to know how to add images and video files (if its possible or just its file path) on access database to be retrieve in vb6 with every images and videos filename included (can be displayed on a separate label for example)

Member Avatar for ROBBOHORT
0
213
Member Avatar for joeyliew7

how do i convert this code to VB? i am new in VB.Pls help. ABC (int xyz) { If xyz==0 { return(0) } else { return (xyz + ABC(xyz-1)); } }

Member Avatar for joeyliew7
0
216
Member Avatar for jemartalaban_1

hi , can u help me ... my problem is the recordset must be based on the text in the textbox like that, but its not working. conp.Open ("Provider=MSDASQL.1;Persist Security Info=False;Data Source=PAYMENTS;Initial Catalog=payments") rsp.Open ("select * from &Text12.text& where Term='" & Text10.Text & "'"), conp

0
79
Member Avatar for bruce.feist

Situation: My VBA program compiles, but fails at runtime when I try to access a specific method. It doesn't seem to matter whether I set the method up as a function or a property get. Here is the code fragment which calls the method: ****** Function roots() As Variant ' …

Member Avatar for WetCoastLife
0
416
Member Avatar for mickeygee99

Hi I am currently on placement but I am very keen to gather some ideas for my final year university project. Has anyone got any good ideas on which to base my project using VB? I am just looking for ideas which I could look into and research further. any …

Member Avatar for dineshpaatil
0
419
Member Avatar for jemartalaban_1

any remainders,tips or pointers for using fingerprint scanner in vb6 ? im using win7, please can u help me

0
86
Member Avatar for geraldike

Good day pals. please i need a VBA code that could make ms excel automaticly tell the maximum point of a curve in a chart. Secondly, another code that would make it automaticly tell the Y-value of the point of interception i.e when two series or range of values are …

Member Avatar for ddanbe
0
177
Member Avatar for White King

Hallo, Am Having Ebilling And Invoice system project.In Report Section am having error as variable not found. code- cr1.windowState=crptMaximised - ERROR Cr1.ReportFileName=App.Path &"\reports\billsummery.rpt" cr1.DataFiles(0)=App.Path & "\data.mdb" cr1.action

0
56
Member Avatar for jemartalaban_1

hi, im my database there are COUNTRY NAMES and its CAPITAL, my problem is using adodc1.recordset if i selected a country in combo1 the label1.caption beside the combo1 will change into its capital. example Combo1[PHILIPPINES] : Label1[MANILA] can u help me thanks advance :)

Member Avatar for Ancient Dragon
0
105
Member Avatar for rahul.gour

Public Function FTPFileTransafer(ByVal Host As String, _ Public Function FTPFileTransafer(ByVal Host As String, _ ByVal User As String, _ ByVal Password As String, _ ByVal Serverfilepath As String, _ ByVal LocalFilePath As String) As Boolean On Error GoTo FTPError Dim intFTPConnect As Integer Dim intFTPPutFile As Integer FTPFileTransafer = False …

Member Avatar for tinstaafl
0
255
Member Avatar for Pixelzzz

I have a numeric field that I am calling in from an access backend. If the length of the field is less than 6 digits, I want it padded with 0 at the front => as a leading zero/s. How do I implement it in crystal report? eg: 2567 I …

Member Avatar for GeekPlease
0
214
Member Avatar for LeNenne

Hi I have a lstdata3 with 4 emails in it and I will that thoose shall come up in a textbox seperated with ; at the end of each. the lstdata3 list is with the checkbox enabled so I can choose wich I will use. a commandbutton is used to …

Member Avatar for LeNenne
0
127
Member Avatar for P.manidas
Member Avatar for daniel1977

I am wondering why the techniques do not transfer between VISUAL BASIC & C# programming languages Thoughts? Dani

Member Avatar for GeekPlease
0
66
Member Avatar for dossm

hi i want vb6 code help. 00:01:00 + 00:05:00 = 00:06:00 00:10:00 - 00:05:00 = 00:05:00 i want the result is same format.

Member Avatar for rishif2
0
97
Member Avatar for mridul.ahuja

Normally it seems that every vb 6 compiled exe file requires atleast MSVBVM60.DLL in Windows system folder, is there any way to make a **standalone exe** (without any dependencies) ?

Member Avatar for Reverend Jim
0
154
Member Avatar for LeNenne

Hi I wonder how to extract just rs("Email") from this code If rs.RecordCount = 0 Then Exit Function End If rs.MoveLast rs.MoveFirst max = rs.RecordCount rs.MoveFirst LstData3.Clear For i = 1 To max LstData3.AddItem rs("Email") rs.MoveNext Next i I have 10 different person in the databas but only 3 with …

Member Avatar for Jx_Man
0
146
Member Avatar for jemartalaban_1

hi im using vb6 on win7 64bit with my digital persona u.are.u 4000 , my u.are.u 4000 cd is only compatible for winxp so i looked for win7 compatible and i got 1 so the scanner start working,and when im trying to capture my biometrics with the scanner using vb6, …

Member Avatar for tinstaafl
0
98
Member Avatar for haviansyah

First You Must Download ODBC 5.2w at http://dev.mysql.com/downloads/connector/odbc/ Next Open Your ODBC And click Add ![11](/attachments/large/4/11.jpg "11") Next click MYSQL ODBC 5.2w Driver ![21](/attachments/large/4/21.jpg "21") Click Finish And ![31](/attachments/large/4/31.jpg "31") Click OK and Click OK Again Creating Your MYSQL Create Database With Name data Create Table with name user_data CREATE …

Member Avatar for jemartalaban_1
1
4K
Member Avatar for burnweb

Hi, Im trying to make an order for an invoice that will take in some details like name, number and have an array of product details like price, qty. It uses variables used in class mods. See if you can make sense of this. Sub webservicetest() Dim NewOrder As New …

Member Avatar for burnweb
0
212
Member Avatar for Gametes

Assignment Description: The Elevator Problem buildings considera 2-storey building with 1 elevator. Your program should simulate the movement of the elevator which is dependent on the buttons that are pressed inside and outside the elevator. Your program should include the following features 1. Indicator monitoring the no.of passengers inside the …

Member Avatar for tinstaafl
0
194
Member Avatar for Aurax

Hi boards, I managed to read text file into MSHFlexgrid. Now i want to search a word in textbox and higlight it in flexgrid. Anyone know how to do this? Thank you

Member Avatar for Aurax
0
619
Member Avatar for jamunadevi

hi to all.. i am using mshflexgrid to display records in vb6.0.. i used **like** query to find the text in database.. i finished everything.. my problem is whatever i give in search textbox that should get highlighed in mshflex grid. example: to search telephone ill type phone in flexgrid …

Member Avatar for Jx_Man
0
350
Member Avatar for samica

I'm actually running a system using visual studio 2006 professional edition but i can't load it because of the po up erro activeX component can't create the object? What will I do? I'm using a windows 7 64 bit OS..

Member Avatar for tinstaafl
0
121
Member Avatar for game4tress

I'm trying to place a texture in a 3d object, using Visual Basic and WPF, but I'm not being able to do it. If instead of an image I render a blue square, by replacing the line mymodel3dgroup.Children.Add(New GeometryModel3D(mymesh, df)) for mymodel3dgroup.Children.Add(New GeometryModel3D(mymesh, New DiffuseMaterial(Brushes.Blue))) then I get a blue …

Member Avatar for Begginnerdev
0
621
Member Avatar for jhai_salvador

Add the snippet in your module. **Requirements:** * Make sure you have reference to M$ ActiveX Data Objects Library (ADODB) * A table field with OLE Object / BLOB as datatype * A recordset that is already oppened and ready to be use **To save Image on your table field, …

1
833
Member Avatar for LeNenne

I have tried some but it will not work as I will If I press the X button on titel bar then I will it goes to cmdquit where I have to choose vbyes or vbno. The tests I haave done just quit the program at once without any chance …

Member Avatar for rishif2
0
444
Member Avatar for schroaus

Recently, I programmed a game in visual basic for my brothers birthday. I was planning on sending it to him through our schools email (other email sites are blocked) and when I tried to send the application my email was stopped with a mesages saying that I am not aloud …

Member Avatar for Mr.M
0
213
Member Avatar for harrybo

<p> I have a problem where I deleted a blank code page where it had nothing on it and after I deleted it an error came up when I wanted to debug my project and then it told me that there was build errors. Would be nice to have a …

Member Avatar for harrybo
0
100
Member Avatar for newbie26

hi. how can i determine the work week number based on the date inputted by the user? for example, user selects May 27, 2013 (from a date picker), and when he clicked the command button, it will display the work week number. the result will be 22. thanks in advanced.

Member Avatar for rishif2
0
111
Member Avatar for fashxfreak

Hi ! I have a column of 'City', now I want to compare the value of each cell of 'City' against the column 'City_Check'; the cell where the value matches, pick the value of 'City_ID' column & replace the city name with that ID in the 'City column'. * The …

Member Avatar for urtrivedi
0
261
Member Avatar for LeNenne

Hi I just wonder how to enabled the X in the right upper corner of a form. When I press the X then I will that it goes to cmdquit and the program is ending. How to do that Lennie

Member Avatar for Jx_Man
0
246
Member Avatar for rohit.dudhbhate

Hi, I WANT TO WRITE/READ DATA IN PARTICULAR COLUMN NO. IN NOTEPAD BY USING VB 6.0. CAN ANYBODY SEND ME THE CODING FOR THAT.

Member Avatar for Reverend Jim
0
181

The End.