11,870 Topics

Member Avatar for
Member Avatar for vividiah

how to make a looping with a array? this is my program, it make a visual basic 6. this is program to input a many song to database, and the list song in a list box. if we selected one song in a list, otomatic specific song will appear in …

Member Avatar for vividiah
0
233
Member Avatar for EXTRA_RICE
Member Avatar for SaRa Ahmad

hi every body , i have recently developed a system using vb6 forms but i need a help o f how to save and view a file with the pdf and .dwg and view it in a form , any help plz ??

Member Avatar for SaRa Ahmad
0
2K
Member Avatar for baabjitvk

i'm using visual studio 2008 implementing a project in vb data base is ms access. its about 500 lines of code. its taking llllllllllllllllllllllot of time for execution. can any one help me please to improve speed...?

Member Avatar for rishif2
0
374
Member Avatar for Paul_15

I have an issue within VB Express 2008 which I am struggling to resolve. I am trying to take the information from 3 columns in a CSV file (ServerRef, ServerName, ServerIP) with no header row and populate 3 combobox's for users to select from to initiate an RDP connection. So …

Member Avatar for Paul_15
0
240
Member Avatar for vividiah

I use this to make a VB6 program, the program was created in order to enter a lot of the songs on the list with a single select listbox and press the save button once. happens after the first song on the list that has been stored, then the process …

Member Avatar for vividiah
0
85
Member Avatar for jemartalaban_1

hi, to print a form just code printform and it will print the form, but what if there are 3 printer connected to the pc, how a program will choose what printer will be use to print a form? can u help me thanks ~~~

Member Avatar for ss125
0
81
Member Avatar for SaRa Ahmad

hi every body , i am finishing the design of crystal report that connected to data base and i have an Project in vb6 how i can add these report to the project ??

Member Avatar for SaRa Ahmad
0
87
Member Avatar for حسنين_1
Member Avatar for yogeshsinh.chauhan

Private Sub CommandButton1_Click() Dim rowCount As Long 'Range("A2")=UserForm1.TextBox1.Value 'Range("B2")=UserForm1.ComboBox1.Value 'Range("C2")=UserForm1.TextBox2.Value 'Range("D2")=UserForm1.TextBox3.Value 'Range("E2")=UserForm1.ComboBox2.Value 'Range("F2")=UserForm1.OptionButton1.Value 'Range("G2") UserForm1.OptionButton2.Value 'Range("H2")=UserForm1.OptionButton3.Value rowCount = Sheets("Data").Range("A2").CurrentRegion.Rows.Count With Sheets("Data").Range("A2") .Offset(rowCount, 0) = Now .Offset(rowCount, 1) = UserForm1.TextBox1.Value .Offset(rowCount, 2) = UserForm1.ComboBox1.Value .Offset(rowCount, 3) = UserForm1.TextBox2.Value .Offset(rowCount, 4) = UserForm1.TextBox3.Value .Offset(rowCount, 5) = UserForm1.ComboBox2.Value If UserForm1.OptionButton1.Value Then Sheets("Data").Cells(nextrow, 6) …

Member Avatar for Reverend Jim
0
185
Member Avatar for fss
Member Avatar for Ainnop
0
804
Member Avatar for SaRa Ahmad

hi every one , can some one give me an idea or code of how to save .PDF file and .dwg into sql server and preview these file using image box in vb6 if can ????

Member Avatar for SaRa Ahmad
0
216
Member Avatar for eshajoshi

Hi All, I have a an error: "Type Mismatch" on the line that has the stars next to it. Can someone please help? I appreciate all the help. Option Explicit Dim cn As ADODB.Connection ' Establishing a Connection Object that provides a connection to the data Dim rs As ADODB.Recordset …

Member Avatar for eshajoshi
0
229
Member Avatar for otakulewis

Codes for "Already exist Record"[VB 6.0] a very simple one that I can understand. and with explanations. not too familiar with SQL codes. and Im using ADODC not ADODB.

Member Avatar for Rahul47
0
45
Member Avatar for victormesso

Hi guyz I'm trying to create a logIn form in VB6 to check against an access database for login details and grant if the username and password exist in the database or deny access if they don't. Any help Please!

Member Avatar for rishif2
0
86
Member Avatar for eshajoshi

Hello all, I am having an issue with saving data entry from a vb6 form to a microsoft access 2003 form. Can anyone please help? I am getting the error "Operation is not allowed when the object is closed." I appreciate all your help! Option Explicit Dim cn As ADODB.Connection …

Member Avatar for rishif2
0
640
Member Avatar for nachiketh

dear all, i am trying to enter data into a flex-grid from a text box and combo box by pressing a command button. after that i need to be able to se my data to a recordset. my code works fine when i enter one record but when i try …

Member Avatar for rishif2
0
195
Member Avatar for lexaeterna

i am working on a project and theres a feature that i seemingly want to include, it is the attachment of a word file in an email and the values that are included in the letter are imported from the database using vb.net is there a way to import values …

Member Avatar for G_Waddell
0
321
Member Avatar for Klahr_R

A simple timer for Excel VBA Excel VBA does not have a timer control. The alternative is to use the Timer() Function, and that leaves much to be desired. This code should be placed in a code module. My need was to tend to an abandoned program that was waiting …

Member Avatar for Bloodseeker
0
3K
Member Avatar for archangel1177

So what I am trying to do is copy a row of information when an item in the 'k' column which will say 'recieved'. So what my code needs to do is copy the row of information on that row that says 'recieved' to sheet 2 and then remove it …

Member Avatar for archangel1177
0
205
Member Avatar for akinyi.dorah
Member Avatar for kudakwashe.kadzungura

I'm trying to do a project at schooL but I need help on how to choose a simple working system for a certain company.

Member Avatar for kudakwashe.kadzungura
0
156
Member Avatar for Ilikeporkpie

Hi I have been trying for about a week to connect VB6 to MySQL and have so far been unsuccessful. What I am trying to do is have a login system in VB6 which, when the login button is pressed, searches the "userlogin" table in MySQL. If a matching result …

Member Avatar for tommuhumuza
0
1K
Member Avatar for sunilkumarasem

Hi, luc001! I am using VB 2008 Express Edition and Access 2007. Here, i want some codes over the database connection issues like successful record updates after the connection is get closed, report generations and all with error handlings. So ll u please help me out with the issues.

Member Avatar for kRod
0
321
Member Avatar for يوسف_1
Member Avatar for Klahr_R
0
128
Member Avatar for yanamboro

hi, I want to ask about read data from .txt file and show them all to texbox in VB6 i just can do it for 1 line anyone can help me? sample like this : Dim OutputPath As String Dim sBaris$ Dim DROP() As Byte Dim strTeks As String OutputPath …

Member Avatar for Klahr_R
0
190
Member Avatar for bishopu19

I have developed a project using API functions in vb6. But it is detected as virus .Is there is anyway to solve this problem.. thanks in advance

Member Avatar for Ancient Dragon
0
56
Member Avatar for Fangling

hi, i have a datagrid which looks like: subject students eg1001 182737H 29837B 29837C 19282W eg1002 192837C 32810H so on and so forth. how can i do a counter and put into a column between subject and students? like: subject numberofstudent students eg1001 4 182737H 29837B 29837C 192823W eg1002 2 …

Member Avatar for Fangling
0
249
Member Avatar for jaai

hi could anyone help me come out of this problem.. I've my project with one mdi and three child forms.. when i run the mdi child forms vb6 stops working and it shows the following: Problem signature: Problem Event Name: APPCRASH Application Name: vb6.exe Application Version: 6.0.81.76 Application Timestamp: 3592011f …

Member Avatar for darprogra
0
3K
Member Avatar for frontier6444

Hello, I am trying to create a list that will display recently opened microsoft programs (word, excel, powerpoint, etc) and for it to only show the last 20 items in the list. I am new to programming and I created a ListBox but not sure where to go from there. …

Member Avatar for tinstaafl
0
138
Member Avatar for razamughal67

How to Extract url links to a url web address. Hello everyone i hope all is well. I want to extract all link to a Url Address in a list. for Example: i have a url link : www.geynstuff.com now we want to get all Url link in a listbox …

Member Avatar for jhai_salvador
0
844
Member Avatar for Mark Alonzo16

is it possible to use two different databases in vb 6.0? I will use DB A to fetch the records and save it to DB B,,Thanks :) Godbless

Member Avatar for RonalBertogi
0
108
Member Avatar for zawpai

Hi all, Could someone please explain me why "Listview.Selected" alway retuns a value? After I upload data into list view, system will highlight first line in list veiew. Although I dehighlight it and my UI will not see any selected item, but my softwre always get "return value = 1" …

Member Avatar for zawpai
0
128
Member Avatar for LobeRoni

Hi, I am new to this place and found this by searching for a log in system tutorial for a Visual Basic 2008 Express Edition. So far I have been able to put a code to have 3 users on: [code=Visual Basic]Public Class Form1 Private Sub Button1_Click(ByVal sender As System.Object, …

Member Avatar for sunilkumarasem
-1
2K
Member Avatar for LeNenne

dim x as integer dim myday as string myday = format$(now,"mm") for x = 0 to 11 image(x).picture = image(index).picture next if myday = myday then image1(index).picture= app.path & "\*.jpg" ' that's okej Now is the question when I have in app.path 12 pictures numbered from 01 to 12 How …

Member Avatar for Klahr_R
0
141
Member Avatar for ogrishmania

I'm trying to add [this](http://www.codeproject.com/Articles/15559/A-Windows-Forms-based-text-editor-with-HTML-output?msg=4610424#xx4610424xx) to my existing project. I'm right clicking the toolbox-> chose items-> select the exe. It automatically adds a reference to my existing project. But after I drop the control onto my form it gives me: "LiveSwitch.TextControl.Editor is not defined" 2 times and 1 "LiveSwitch is …

Member Avatar for ogrishmania
0
438
Member Avatar for Siddharth_1

I want to make a interface in vb6 which deals with excel file. Where we can select drive from drive box and select a excel file which is a source file and copy the value of cell from the source file and paste it into destination file's cell. my problem …

Member Avatar for Siddharth_1
0
2K
Member Avatar for LeNenne

Hi I have a progressbar and it's going from left to right but what I will it to do that it goes from right to left with full and take one step backwards after pressing commandbutton each time Le Nenne

Member Avatar for LeNenne
0
1K
Member Avatar for merilrosbern.ervoli

hi!im Nikka Ros i am a second year college taking up comp.prog.but the problem is i just have a few thing knew in creating a program then our instructor give us a final requirements is to create a system using vb...can you help me guys..please i'm begging you....god bless

Member Avatar for sbesch
0
202
Member Avatar for sw8revenge

i need some help... please help me convert this code into vb .net im using a device w/c is digital persona fingerprint scanner, the code works but it does not show any scanned image of the fingers in vb .net Private Sub cmdCancel_Click() op.Cancel lblMessages.Caption = "Operation canceled" Set op …

Member Avatar for arorastat3456
0
737
Member Avatar for themathprof

I have a vb6 frame which is on a form. I want to copy this frame or the entire form to a MS Word Document which I have opened. I need help with the VB6 code to do this. Thanks.

Member Avatar for Ancient Dragon
0
78
Member Avatar for LeNenne

Hi folks I wonder if this code can bee converted to VB6 or there are a simular code. Lenny Dim strMSG As String > strMSG = "This Demo Has Expired" & vbCrLf & "Please Contact Me to Obtain > the Full Version" > > If DCount("[autonumberID]", "app.path/phonetel.mdb") > 20 Or …

Member Avatar for bonzo2008
0
200
Member Avatar for jemartalaban_1

can u help me, i need to get the data from the table, but the table will be based on the text on textbox, like the fieldname that will be based on aniTypes.text ... AnimalRS.Open ("select * from & AniKindtxt.text & where AniTypes='" & AniTypestxt.Text & "'"), Animals this is …

Member Avatar for rishif2
0
126
Member Avatar for kinene tallman

hellow guys please make me understand what is the advantage of using ado(active data object)over dao(data access object) please assist me to understand the difference

Member Avatar for rishif2
0
244
Member Avatar for masakii
Member Avatar for rishif2
0
4K
Member Avatar for fx.eko

I want to try to show barcode in crystal report and print it on a printer through a crystal report, there is of a friend who can give me an example of a small program thanks in advance

0
130
Member Avatar for problematic:)

hi! can someone help me with my problem, I'm using msaccess2003 and vb6. I've been trying to determine how can I save data using one form to two database. the scenario is like this, I have one form, the details of some information of the customer will be input in …

Member Avatar for Mark Alonzo16
0
184
Member Avatar for nel gomez
Member Avatar for fhau013

could you please help me we're doing our independent study about visual c# 2008 could please teach ne how to connect mysql to C#? thanks for the help:)

Member Avatar for ddanbe
0
90
Member Avatar for newbie26

hi please help me..how can i add checkbox in a listview? i already set the properties of listview checkboxes to TRUE. but it appears in the first column..i wanted it on the last column.. is it possible?? or the other way: programmatically move the first column (with checkbox) to the …

Member Avatar for newbie26
0
263

The End.