9,979 Topics

Member Avatar for
Member Avatar for ArielSerrano

Hi i am new in VB6 trying to built a simple application : 1 userform with 15 combobox, 46 Textbox and 3 command button. (ComboBox1~15)Each combobox is populated with items, TextBox1~15 are user input, Textbox17~46 are automatically filled by excel application to be executed by command button, then if my …

Member Avatar for mohammad.islam
0
1K
Member Avatar for faza_1

hello, im newbie in VB 6, i have a question : i have text.file in text box like: 1 2 3 4 5 from that file, how to get average?? any help me,please???

Member Avatar for rproffitt
0
303
Member Avatar for rasheedraj

Private Sub cmdPrint_Click() Dim cnview As New ADODB.connection Dim rsview As New ADODB.Recordset Call connection(cnview, App.Path & "\Seeyou.mdb", "endromida") 'Call connection(cnview, "\\SEEYOU-PC\shared\Seeyou.mdb", "endromida") Call Recordset(rsview, cnview, "SELECT * FROM [order] where Edate = #" & txtEdate.Text & "#") If rsview.RecordCount = 0 Then MsgBox "No Record Found On Query.", vbCritical, …

Member Avatar for Santanu.Das
0
351
Member Avatar for choeychoco

hi every one. i have a vb6 application and i am using xampp as my database. it works fine when i access my database locally using the following code: Driver={MySQL ODBC 3.51 Driver};Database=NAME_OF_MY_DATABASE;Server=localhost; Port=3306;Option=13; but how will access xampp database stored in a remote pc in a network? thankz.

Member Avatar for choeychoco
0
3K
Member Avatar for abdullah_11

Hi all! I need help with Visual Basic.. ![vb.png](/attachments/small/4/7125b0dd5906a51d99082aad2a1a2add.png "align-right") Write a program that reads 3 integers numbers, then the program prints the square and cube of each. i want a one button and one label in form and the result i want in label . and thank you all

Member Avatar for Santanu.Das
0
405
Member Avatar for Garry_1

Hi I have 60 picture boxes on a form, I want to update these images using a for loop. I have tried Dim PCB as Image For i = 1 to 60 PCB(i).Image = mySampleProject.My.Resources.TestPCB1 next but get an error "Class 'System.Drawing.Image' cannot be indexed because it has no default …

Member Avatar for Reverend Jim
0
801
Member Avatar for Priya_14

I have database table created in sql server visual studio.I have one dashboard kind ,so whenever i want to change the value automatically balance amount should caluclate and display the changed value. Su Si Sa Sd Balance 10 12 13 14 ( Balance=Su+Si+Sa+Sd) 14 15 13 17 ( Balance=Su+Si+Sa+Sd) 17 …

Member Avatar for Priya_14
0
479
Member Avatar for tinstaafl

The algorithm for formatting code has has never treated vb.net comments properly. I've discovered a nifty work around that will format the code properly. Close the comment with another comment character(') and the algorithm will treat the rest as code. I've never tried it, but this should also work for …

Member Avatar for Dani
1
324
Member Avatar for Pranab_1

How to send sms from a GSM Mobile phone using VB Code. Kindly tell me what are the prerequisite for this. Kinldy tell me the steps. Kindly tell me about gateway.

Member Avatar for rproffitt
0
227
Member Avatar for Alvin_6

HI EVERYONE, I JUST WANT TO ASK YOUR HELP HOW TO CODE MY BUTTON IN VB.NET TO DISPLAY NUMBERS IN MY LABEL BOX TO THE ANOTHER FORM, I USED THIS CODE IN MY BUTTON " Queue.Label1.Text = Queue.Label1.Text + 1 ", but it shows only up to 9 and go …

Member Avatar for Santanu.Das
0
182
Member Avatar for seitan

to all programmer out there! i'm a new visual basic 6.0 user.. i wonder if there is possibility that i can run .exe program in visual basic that without installed visual basic? or is there any application needed. thanks in advance..

Member Avatar for Paul Simon
0
1K
Member Avatar for Ambivert_1

HEEEEEELP! How do I compute for the radius? Velocity,time,and displacement are given.I don't have an idea on how to code it.): Any help will be very much appreciated.(:

Member Avatar for tinstaafl
0
100
Member Avatar for Michael_59

I have developed an x86 application using Visual Studio 2008 with Visual Basic as the programming language. It uses .NET Framework 3.5. My databases are created in MS Access 2007. I have deployed my software on Windows XP all the way through Windows 10 with no problems up until now. …

Member Avatar for rproffitt
0
342
Member Avatar for Michael_57

I am struggling to do somehting so simple in Crystal Reports I have some numbers I.E 2.851 3.481 0.791 I want to round them up so they are 2.80 3.50 0.80

Member Avatar for Reverend Jim
0
172
Member Avatar for rroygaga

I need help. I am developing an application wherein the user selects multiple images and are displayed on a form. With this application, i need to convert these multiple images into a single image. Any ideas?

Member Avatar for Reverend Jim
0
2K
Member Avatar for Jeff-Bennett

I'm looking for a way to get the coordinates of a polygon offset x pixels within a known polygon. This seems to be a non-trivial problem, but I thought of a trick - What if I have the original polygon drawn by Windows with a thick line, the inside edges …

Member Avatar for Stagnant
0
494
Member Avatar for Calvince

Hello!!!! I am a novice programmer though, I am trying to code a vb 6.0 system that calculates total marks from the exams done and return the output. I only know the simplest way of addition, but I want the way to compute total by taking only the exams taken …

Member Avatar for Minimalist
0
215
Member Avatar for anisha.silva

hi, I have an excel sheet and the is a row filled with data the row starts from B5 everytime, what i want to do it to read the values of the cell until the row comes to an empty cell how do i do it, thanks appreciate a reply, …

Member Avatar for tinstaafl
0
14K
Member Avatar for sathish scrop

I have created an VB code which flech data from excel cells to ms word and save it as PDF. But when the macro try to take the empty cells in excel it throws a run time erroe 4198. Can some body help me on this. Private Sub Button2_Click() Dim …

Member Avatar for rproffitt
0
411
Member Avatar for SACHIN_6

Hi i have lots of lable list & i want to make one click button from this particular button we want one by one lable data search in master data & copy the selected data from Master data which is we selected & that data want to copy from One …

Member Avatar for pritaeas
0
111
Member Avatar for Jawad_6

I need Help in data report .how to print single recordset in datareport using dataenivronment .

Member Avatar for rproffitt
0
84
Member Avatar for Jollyyy100
Member Avatar for Supermike
0
2K
Member Avatar for Shabeer_2
Member Avatar for Prafull_1

Hi Team could you please tell me could I directly convert VB5 code to VB.NET? if yes what about the controls used into the application it is alo replaced automatically is there any freeware tool we have to do it if NO what is the option for doing it Thank …

Member Avatar for Mr.M
0
636
Member Avatar for jeffersonalomia

is it possible to apply this kind of alignment in vb6 listbox? Ex. aaa bbfawdawd bbbb adwadwa cc dawdawda if it is possible. Please specify the solution. thank you

Member Avatar for Minimalist
0
277
Member Avatar for Abraham_7
Member Avatar for _1_32

I have spent about 40 hours on this code so far. I have finally cleared the faults from it. I am a new coder. What I am trying to get it to do is to display the users name is the "type your guess " box as in "type your …

Member Avatar for Reverend Jim
0
486
Member Avatar for Prafull_1

Hi Dear could you please help for below issue Description: Previously our client is using ms office 2007 now client want to upgrade office to ms office 2013 we have VB5 application with access database (previouly it was .mdb and now it is converted to .accdb) so for that purpose …

Member Avatar for rproffitt
0
557
Member Avatar for Micheal_6

How can I make the URL displayed in the MessageBox clickable, such that when a user clicks on it, it will open the link in a web browser? string msg = "MyApp | v1.0.0.0.1" + Environment.NewLine + "© 2016 MyApp" + Environment.NewLine + "All Rights Reserved." + Environment.NewLine + "For …

Member Avatar for tinstaafl
0
3K
Member Avatar for jeffersonalomia

How to insert another row value in the listview of vb6? Thanks, - Jeff -

Member Avatar for matoo
0
197

The End.