473,544 Members | 1,843 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.
11
1,238
Stang02GT
thread by: Stang02GT | last post Jul 27 '07 by: Stang02GT
I know very little about excel and if anyone has looked through the Access forum i am just gettting my feet wet with VB coding. Is it possible to do VB code in Excel that will look at a column F in all four of my tabs, and if a cell in the column F says "completed" it will be moved to another Tab Called "completed" in my work book?
11
4,195
thread by: gayano | last post Aug 4 '07 by: gayano
HI, What i trying to do is when a user try to add new item that already in the table (example try to add a "name" that already in the "Name_Table") msgbox pops up and tell the user that the name is already in the table is there anyway to do this in Visual basic 2005 Thanks (Any help)
11
6,054
thread by: lucky13 | last post Sep 17 '07 by: lucky13
Hello to all, can anyone please help in how to import the excel file into Access through VB Code. I have written a prog. but i m getting error as "Sntax Error in From Clause"
11
3,179
thread by: Stwange | last post Aug 20 '07 by: Killer42
I'm looking to add custom menu bars to a VB program. It was actually written in VBA with Access, and I have a custom menu on the access menu bar, but I want to hide the access window, so I need to move the menu bar onto the VB form, how do I do this? Thank-you in advance.
11
7,665
Ali Rizwan
thread by: Ali Rizwan | last post Aug 22 '07 by: Killer42
Hello everybody. I have a problem in fso.copyfiles in vb6.0.Please help me in copying files and how to rename them. Thanks
11
1,745
thread by: jacobevans | last post Aug 22 '07 by: Killer42
I want to be able to have someone click a command button, then have a directory form show, that part is complete. Now i need help adding all the files in this directory to a list with the extensions ".mp3, .wav, and .mid". this is what i have so far. Private Sub cmdAddDir_Click() Dim di As New IO .DirectoryInfo ("c:\") Dim diar1 As IO...
11
8,643
thread by: deeptismuley | last post Aug 27 '07 by: Killer42
Hello, i want to write an array to a text file using visual basic. the output should look like this for a 5X5 sized array. 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0
11
1,325
thread by: zaaba | last post Aug 30 '07 by: zaaba
Hi all. I'm new here and also new in VB programming. Just need a little help from you all. My question is how VB can read data in calendar form. The coding that I create is like this. For Day = 1 To 31 Line Input #2, strLineDataED 'intMonth = 0 'Np = 1 'For Month = 1 To 12 'strMonthP(intMonth) = Format(Mid(strLineDataED, 1, 7),...
11
7,881
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..
11
6,930
thread by: k4012656 | last post Sep 12 '07 by: k4012656
HI...Im researching for how to auto filter the text box while im typing inside it (ex. I type A in the VB textbox and all records that have letter A will appear dropdown and as I proceed typing Am all records that have Am will appear dropdown) plzzzzzzzzzzzzzz..... any one can give me some code how to do this in my VB 6.0 project....Im using sql...
11
1,619
thread by: alive84 | last post Sep 5 '07 by: SammyB
Hi There, I have written a little script that should splitt FirstName, Mr.Ms.Miss and LastName. However, the raw data I received with which I will have to use my VB script, is a bit more complicated, and I can't solve that challenge yet. I need some tips from experts. :-) 'Uses the Excel VBA split function Sub MyExcelSplitCells() Dim...
11
7,700
thread by: BlackMustard | last post Sep 8 '07 by: BlackMustard
hi i would like to open a document template (saved as a regular .doc), replace a couple of instances of "XXXX" with a user-specified number. i imported the library "microsoft word 11.0 object library" and tried playing around a little with the syntax help in vb6, but didn't find anything helpful. is there an easy way to open a document, run...
11
2,363
thread by: Mishika9486 | last post Sep 18 '07 by: Mishika9486
Hi pals.. i hav developed an application in vb nd am tryin to connect using oracle.. it gives the following error using ADODC and ODBC "test connection failure because of an error in initializing provider.driver for oracle]" please help..
11
4,921
cindy2
thread by: cindy2 | last post Sep 18 '07 by: cindy2
Hi everyone, I have 4 textboxes on form1. On runtime the user will be asked to fill in names. After that, I want these names placed RANDOMLY on 4 labels (form2). How should I do that? I am trying it for ages but I still don't have a clue to get them random. Please help me. Cindy
11
1,337
thread by: Jeff G | last post Sep 21 '07 by: Killer42
Hi. I am very new to VB. Using VB 2005. I have worked for 25 years with procedural progamming, but never object or event driven. I have a form with a tab control and 10 tabs. Each tab has a tree. Each branch of the tree is a menu selection. The parameter for a generic subroutine is contained in the node tag. I would like to capture ANY...
11
5,215
thread by: amolbehl | last post Dec 30 '13 by: oducille
Hi. Does anyone know how to implement queue in VB6.0 ? I just need the push function to push end of queue and pop to remove an item from top of the queue.
11
1,410
thread by: creative1 | last post Sep 28 '07 by: creative1
hi everyone, I want to make a quick access to the first button in the tool bar.To start a transation on press Enter Key from the Enter pad. or you can assume that I want to set a default selection on one menu option.I can't program fro keypress or keydown evern for the mdiform.What I should do ? thanks in advance farhana
11
2,293
thread by: sumuka | last post Oct 11 '07 by: Killer42
Hello, I'm doing a vb project which contains some data in flexgrid the data in the flexgrid can change upon each and every execution . Now each data in the grid correspond to one particular icon in the form so when the user clicks on the grid i want that particular icon to start blinking .I'm not able to achieve it .Plz can someone help me out...
11
16,463
thread by: ITprogramer17 | last post Oct 7 '07 by: Killer42
Hi... How to add 4+6 when you use two textbox, the first textbox is for the input and the other one if for the output..
11
13,529
Ali Rizwan
thread by: Ali Rizwan | last post Oct 15 '07 by: Killer42
Hi all, We all have seen a close button on right side of title bar on any form in vb6.0 I want that if i click on that button form doesn't terminate a timer control will enabled. Suppose if i click on close button a msgwill appear or a timer control will enabled true. But form will not terminated. Thanx
11
2,310
thread by: metalheadstorm | last post Nov 6 '07 by: Killer42
Ok thanks to venna I now have a timer working on my login form which when I go to another form the counter still ticks over. Now I've been working on a way of detecting when the mouse has been moved so that I can set a value, say to 1 when it is moved and then the timer gets to 60x5 (5 mins) it sets a value to 1 and then if they're both one...
11
1,537
thread by: creative1 | last post Oct 23 '07 by: Killer42
Hi All I have a menu bar in vb6 project. I want to set default control to the first option. If the menu bar has following (File Edit Purchase Report...) I want to set default control on first option of File. So that user may press Alt button to do that. Can someone help?
11
1,485
thread by: moamin123 | last post Nov 7 '07 by: kadghar
I have created a keyboard program i am using a textbox as the output and buttons for the input. is there anyone who knows hw i could use the caps lock feature i am currently tryin 2 use a check box however the problem arises after i uncheck the box because if i pres another button the letters still apear in CAPITALS
11
1,436
Mohan Krishna
thread by: Mohan Krishna | last post Nov 15 '07 by: Mohan Krishna
Hi everyone Please help me in getting any other colors, which are not available in the VB 6 Color Pallette. Can we get any dll for that?
11
2,540
thread by: jaz215 | last post Jan 31 '08 by: jrtox
Hi. I want the user to input a password on an inputbox. How do I make this without showing the actual password? In textboxes you can set the view to all ********. How do I do this in inputboxes?

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.