473,543 Members | 2,030 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Visual Basic 4 / 5 / 6 Forum

Visual Basic programming language and IDE - Ask questions about rapid applicatoin development, GUI, database access, DAO, RDO, ADO, Active X Controls, objects, Microsoft Visual Basic 4/5/6.
6
7,024
Ali Rizwan
thread by: Ali Rizwan | last post Dec 26 '18 by: loy1234
Hello I want to make something like virtual keyboard if we press a button captioned A then A is inserted in a text file as the textfile is open . As we do in On screen Keyboard. Thanx
1
1,658
thread by: Odie1952 | last post Jan 8 '19 by: Odie1952
Below is a line of code that should work but doesn't. I am trying to change the code via access VBA. Me!WapvWk1_txtbx.ControlSource = "=DLookup("", "BBDK_WBus_New_2019_Wk1_Query")" Not sure what is wrong. I have tried to find the answers many times in many places. Please Help and I thank you in advance.
0
2,367
thread by: arunsingh768 | last post Jan 9 '19 by: arunsingh768
I want to display any excel data in msflexgrid in vb6
1
1,452
thread by: Pookaroo85 | last post Jan 31 '19 by: Pookaroo85
I have a button on a parent form. OnClick, I would like the subform datasheet to fill in a set of 11 records into one column (ValveID) with specific values. Consider it a sample set that is specific to each record of the parent form. Example: Record 1... ValveID = "Valve A" Record 2... ValveID = "Valve B" Record 3... ValveID =...
1
1,734
thread by: vishpuri | last post Feb 9 '19 by: Luuk
Is there a way i can combine Multiple Excel workbooks into One Excel Workbook using Access VBA. Something like when a user clicks on a button in access it will generate excel files and combine them to one excel workbook with different worksheets in it. TIA
0
1,729
thread by: Vermont886 | last post Feb 20 '19 by: Vermont886
I am creating a medical records program using VB6. I have a form that when it displays it has some fields that are black. They display with a black box around them. Has anyone else seen this error before using VB6? Thank you, Sharon
0
1,312
thread by: wardaddybane | last post Feb 25 '19 by: wardaddybane
My quastion is how do you program (X+1) (Y-2)
3
51,292
thread by: Killer42 | last post Mar 4 '19 by: ganeshsraman21
Here's a simple VB6 code snippet that uses the FileSystemObject model to find all the files in C:\Temp and load their names into a listbox. To use this sample, you need to set things up as follows: Create a new project in VB6 Add a form (this will probably happen by default, anyway) Pull down the Project menu and choose References. Find...
9
8,785
Ali Rizwan
thread by: Ali Rizwan | last post Mar 16 '19 by: manuaaa
Hello Everybody. I have use layered window for displaying fadeout effect to my application. If you want to see it how I do this thing then download the attachment and apply to your applications. Best of Luck. Goodbye.
0
1,420
thread by: LUIZ GUILHERME | last post Mar 18 '19 by: LUIZ GUILHERME
Hi everyone. I have visual basic comunity 2017, and a program with a form, a listview, a label and a button, with which I test cloning several Column headers with names “col 1”, “col 2”,etc. As I add column headers, the label shows the number of columns, no matter how many. That’s ok.works The cloning part is ok too,off course, because the label...
0
1,390
thread by: Harold Wade | last post Mar 22 '19 by: Harold Wade
My program compiles on one computer (Win 10) but not on another (Win 7). Why the Compile Error with the ".."" in the title highlighted? /CODE/forMainDisplay.cdlCommonDialog3.CancelError/CODE/
6
1,727
thread by: AnotherNovice | last post Apr 11 '19 by: AnotherNovice
I'm trying to write a program to keep track of the wines in my wine racks. I want the contents of the Listbox to display the contents of the Rack chosen from a ComboBox. I've got a form with Command Buttons to add and remove from the list and add new racks to the ComboBox. Google searches weren't very helpful (most search results just showed...
1
1,919
thread by: Zalini | last post Apr 24 '19 by: Zalini
I recently bought a new USED tower with a fresh CLEAN install of Win 10 Pro x64. I have an SSD drive as my main drive and a regular 7200 HD for storage. I have been getting this error code ONLY when I reboot my PC and open reaper. I have kept the PC on most of the time but lately have shut it down a couple of times and have noticed this error.......
2
1,745
thread by: R1RAY | last post Apr 29 '19 by: R1RAY
I am in way over my head. Here’s the scenario: hours of operation are between 7:00 AM and 4:00 PM. One type of document is to be scanned within 4 hours, another type by 10:00 AM, the 3rd type within 3 business days. I need to create the SLA (Service Level Agreement due date and time) for each entry, depending on the type. One problem I am...
2
1,765
thread by: rc1234 | last post May 1 '19 by: zmbd
Hi, I'm working with Access 2010 with the primary key set to the first field that generates ID numbers automatically as you go to the next row of the table. The AutoNumber option has been changed to Number in the Design View and now will not go back to AutoNumber. The table has many missing lines as some were deleted so it is not...
7
14,692
thread by: premMS143 | last post May 5 '19 by: Gastone Katebe
How to make multiple instance of an application We have created a application using VB as front end & Access as Back End. That application was installed in Server & permission given to a single user for the data entry. Now our Manager's idea is to use/access that VB application 3 persons at a time.Is it possible to access the...
0
1,325
thread by: Gastone Katebe | last post May 6 '19 by: Gastone Katebe
Morning Mr Aruz...hope u are fine. Please i am also asking which is the perfect 100% database encryption or how do you encryp the databse from hackers online 1. in php 2. visual basic Thanks Katebe
1
1,603
thread by: Squiddley1957 | last post May 15 '19 by: zmbd
Hello All Can someone point me in the right direction? I want to write a macro that will insert a text box into a Word document at the current insertion point. Also to format the box, i.e. Font, font size, etc. I can get the box ok but not at the insertion point. Thanks in advance.
1
1,429
thread by: mrukmana02 | last post Jun 9 '19 by: zmbd
Hello everyone. I need your help to finishing my Diploma Final Project. I was created MMI (Man Main Interface) using Visual Basic (Visual Studio 2012). My database using MySQL in phpMyAdmin. So, i want to look the data for example yesterday, a week ago, 3 days ago. And i used DateTimePicker. How the solution for filter data using DateTimePicker?
1
1,524
thread by: mrukmana02 | last post Jun 9 '19 by: zmbd
Hello everyone. I need your help to finishing my Diploma Final Project. I have database MySQL in phpMyAdmin. And to show the data, i was created MMI (Man Main Interface) by Visual Studio 2012. I choosed Visual Basic. Because database was receiver data from arduino every second. How to setting automatic refresh every second the data?
2
1,572
thread by: elema guyo | last post Jun 20 '19 by: zmbd
write an algorithm that could be used to implement selection sort in a vb program
2
1,581
thread by: ianyjones | last post Jul 9 '19 by: ianyjones
Good morning folks, A newby here, so a big thank you, in advance to everyone. Much appreciated!!. Please forgive me if this post is in the wrong "place". Some years ago now, I studied and done (did ?) some Computer Programming........Graphics mainly.......in BASIC (Basica, GW-Basic mainly) and Pascal (Borland Turbo Pascal). I still do...
0
1,348
thread by: Forionis | last post Jul 27 '19 by: Forionis
I have totally 10 checkboxes and 2 of them are ticking the other 8 checkboxes like if I click ACheckbox; Checkbox1,Checkbox2,Checkbox3,Checkbox4 will be ticked and as same with BCheckbox. I want to do ticking 4 checkboxes without ACheckbox and BCheckbox makes the other checkboxes disabled. I looked at the Internet for solving my problem and in...
0
1,405
thread by: wlmostia | last post Jul 31 '19 by: wlmostia
I have had a problem happen to me twice when I was running test programs. In the current program, I have 4 labels that are next to 3 comboboxes and a textbox and a button. The label are lined up horizontal very close to the combo/text boxes. The runtime version was initially identical to the as designed form. After a certain point, the labels...
5
1,630
thread by: kledki | last post Aug 13 '19 by: Nauticalgent
I have a function tha I have written which I am trying to run from a macro using Runcode. The macro that I am trying to call the function from is the OnClick event of a command button. Basically, I want to print a different page of my reort dependent upon the value in the text control "Text28." But when I press the button, the code is function is...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.