473,554 Members | 2,460 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.
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 =...
0
2,370
thread by: arunsingh768 | last post Jan 9 '19 by: arunsingh768
I want to display any excel data in msflexgrid in vb6
1
1,659
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.
6
7,025
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
0
1,519
thread by: Sweetice | last post Dec 14 '18 by: Sweetice
Hi, I have my Application(designed in vb6) running in background. For some reasons close button in my application only hides the form and the application still runs in background and is available in process tab. When i kill application from Application tab in task manager, i'm successfully able to capture logoff details in Form_Unload event....
0
1,542
thread by: cmand | last post Dec 10 '18 by: cmand
Hi I have to have my users input either postal code or zip code in Access. I want them to use lookup to choose either postal code or zip code from drop down and then the appropriate input mask to appear within that same field. is that possible? Thanks.
0
1,762
thread by: gunapriyan | last post Dec 10 '18 by: gunapriyan
Friends, I had designed an project using VB 6.0 and SQL 2008. Data Storage part is over. Now i am stuck up with display multiple table values in Data Report. Please find my tables and values in Attachment 1; Please find the dataraport design which i want to display to the end user in Attachment 2. I am facing problem in Data Report...
0
1,440
anoble1
thread by: anoble1 | last post Dec 4 '18 by: anoble1
Hi, I have simple program i made where if you press the Alt key you get a messagebox. Is there anyway to have this program always running in background and if you hit the Alt key you will get a message? Can you tell it to always be looking? Private Sub Form1_KeyDown(ByVal sender As Object, ByVal e As System.Windows.Forms.KeyEventArgs) Handles...
0
1,340
thread by: chaitanyat21 | last post Nov 27 '18 by: chaitanyat21
populate combobox which is in datagrid in vb6.
15
8,402
thread by: halo combat22 | last post Nov 27 '18 by: motaxclc
I am looking for some help on a program that when you write a number it will determine it if is prime or not. Any help is appreciated.
1
1,440
anoble1
thread by: anoble1 | last post Nov 21 '18 by: tdrsam
Hi guys. I am looking for a solution to see if a website is still running. Is there a check to see if a website is running ever few minutes and somehow alert user?
1
1,679
thread by: federicocefalo | last post Nov 9 '18 by: JClinton
I'm working on a program for reading a txt file. the file is read and its data are sent to the viewers with an indeterminate cycle every minute. I wanted to replace the sleep with a timer. I tried the same procedure under timers instead of under button1 but it does not work. how can I proceed with the change. Public Class Form1 Dim disco1...
0
1,260
thread by: kittykatmac1 | last post Oct 22 '18 by: kittykatmac1
Hello, My question is how can i check a check box and get the out come of money in the label right next to it and the the total of all of it. like this I already have a check box o grooming where the money is suppose to appear o vet calls 6 more of the check boxes and labels then the I already have my code for exiting and clearing...
0
1,236
thread by: Bilyaminu | last post Oct 21 '18 by: Bilyaminu
Please which code should I use to save data from form to table in access 2007
0
1,902
thread by: Mahmoud Hassan | last post Sep 30 '18 by: Mahmoud Hassan
my code: Excel.Application excelapp = new Excel.Application(); Excel.Workbook`enter code here` excelbook; string path = "mypath"; excelbook = excelapp.Workbooks.Open(path, 0, False, 5,System.Reflection.Missing.Value, System.Reflection.Missing.Value,False, ...
7
1,611
thread by: Merlene | last post Sep 28 '18 by: PhilOfWalton
I would firstly, like to add a bullet to a Form textbox as soon as the user begins typing and secondly, add a bullet to each new line. I have code that works fine when the datatype is short text but I am unable to get something that works for long text/ memo. I am using Ms Access 2013. This is what I use for the short text:
1
1,456
thread by: jdwils | last post Sep 17 '18 by: PhilOfWalton
Hello, I have no knowledge of Visual Basic to be honest; The comment at the end of the code shows where I pinched the code from. All works apart for my first "null" section that I tried to add, if someone could explain why this doesn't work that would be great. Site wouldn't let me explain issue further as apparently my info was marked as...
0
1,182
thread by: nabusafe | last post Sep 10 '18 by: nabusafe
So I'm having an issue with my current code. Sub ExpandRanges() Dim X As Long, CG As Variant, Rng As Range, Cell As Range Dim Series As String, CommaGroups() As String, DashGroups() As String Dim j As Long, lastrow As Long j = 0 lastrow = Cells(Rows.Count, "H").End(xlUp).Row
1
1,905
thread by: dkubly | last post Sep 5 '18 by: zmbd
Getting an error in the following code... Private Declare Function RegisterWindowMessage Lib "user32" Alias "RegisterWindowMessageA" (ByVal lpString As String) As Long Error message = "The code in this project must be updated for use on 64-bit system... PtrSafe attribute
9
27,958
spider1916
thread by: spider1916 | last post Aug 27 '18 by: mukilan89
I am using the common dialog control to allow my users to select any printer available to them. The code I am using keeps changing the selected printer to the default printer............I don't want that. I can't find anything with a propar salution to my problem. I JUST WANT TO PRINT A REPORT!!!!!!! No setting needs to be changed, ever....
1
2,793
thread by: neeta3 | last post Aug 14 '18 by: zmbd
I want to scrape data from QWS3270 or quick3270 application using Vba application. Unable to find any way to automate qws3270 application. only jolly giant has few info about this but not useful.
6
2,204
thread by: erikasdv | last post Jul 31 '18 by: erikasdv
Hi all, I am brand new to VBA/T-SQL so apologies if anything is unclear or it is a stupid question. I have the following simple Macro to refresh data in a query table that runs fine on Excel 2016 on my PC: Sub RefreshVIPData() ' ' RefreshVIPData Macro '
1
1,509
thread by: delichon | last post Jul 26 '18 by: PhilOfWalton
Hi everyone, I am tring to list more than one value in a combobox which is in a userform with dlookup. But the code takes only first value. =DLookUp("FIYAT_LISTE_KODU";"dbo_PRG_VIEW_CARISOZFIYATLISTHR";"= '" & & "'") What will you suggest me?
11
7,888
thread by: fireman87 | last post Jul 14 '18 by: John Alexander
Hi, Can anyone tell me how I can generate a tone in VB6 I need to be able to set the frequency and duration in ms it also needs to go to the line out or speaker out of the sound card. I have limited programming experience, so a detailed explanation is appreciated Thanks..
0
1,595
thread by: paolo71 | last post Jul 14 '18 by: paolo71
I have attached the source code written in Visual Basic 6 and I can not translate it in Visual 10 Express, I tried with different translators and even by hand, I modified the parameters that did not work but nothing starts but does not play any files in Visual Basic 10 Express , if you succeed you let me know. Thank you.

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.