10,989 Topics
| |
please can u help me with all basic VB coding like... if command button is clicked from one form how can i link it to another form in the same project and a few examples of simple codings at the basic level... thankx a lot! | |
please help me out in wat could be the error in the below code as it is not running when it comes down to the openrecordset statement! [code] Private Sub cmdOK_Click() Dim rst As DAO.Recordset 'check for null password If IsNull(Trim(userid)) Then MsgBox "User Name required.", vbExclamation userid.SetFocus Exit Sub … | |
can someone please help me with using tabs and hw to set the system date in vb6 | |
I have a file structure that is common to all of the jobs I do. When I start a new job I go into my computer (Explorer) copy the folder to clipboard, go to another location on a different server and paste this folder then I have to rename it … | |
i want to call my a/c software tally in my vb programme. pls help me | |
I'm not sure why I want to do this, but it seems like I used to know how. Now I cant get it to work. The code would be something like: Public Sub FormattedString() '*** I want to break the string up into an array of '*** characters and reverse … | |
i need to open a msword file using vb6, read the data and insert a new data. could someone please help me with this. thanks in advance | |
There is a website that makes highly optimized VB code available. Something like VBSpeed or something like that. Does anyone have a link to it? | |
Hi! I expect the next program wait 1 sec. and exit but doesn't work. Could anybody help me? Private Sub Command1_Click() Timer1.Interval = 1000 Timer1.Enabled = True aaa = 0 lo: If aaa < 1 Then GoTo lo Else End End If End Sub Private Sub Timer1_Timer() aaa = 10 … | |
I can't find out if a form is in focus in my code. I have a form subclassed to catch an event that the form is being moved, so that I can have a separate form docked to it that moves along with it (without using a timer). But each … | |
Hi, I made a small Access DB that has a Date field in it (DUEDATE). The DB is used for demonstration purposes to show current orders. I need a function that would randomly update the orders due date in the table (orders). I would like to input a starting date … | |
I have a database all up and working and now need to create a grid view. I am very new to VB and have been using the book Visual Basic in easy steps by Tim Anderson. On page 108 it describes how to create a grid view. In the text … | |
I have a .mdb database that contains various records. One of the fields is date, ie '19/10/2008 00:00'. How do I sort the database by date? I an a beginner and currently learning with the 'Visual Basic in easy steps' by Tim Anderson. On page 104 he has an example … | |
I have been searching the net to find the simplest way to record audio from within VB. I found references to three different groups of APIs for wave in/out functions. Is there any reason I should use one rather than the other? as far as I can tell they all … | |
Is there any way through which I can split a single string into substrings with 20 characters each. The first string should contain first 20 characters. The seconds string should contain the next set of 20 characters and so on. Is it possible to do what I'm thinking? | |
If I create a database that has 3 fileds per record; [I]String1[/I], [I]String2 [/I]& [I]ResultString[/I]. I want the user to enter in the first 2 strings then the program creates ‘[I]ResultString[/I]’ by adding the String2 to String 1 itself. Ie if you enter Big as [I]String1 [/I]and Cat as [I]String2 … | |
I have written a program, it uses a lot of replace funtions with huge amounts of texts. Resultingly, It takes hell lot of time to operate. Is there any way I can increase its speed? | |
Dear Friends, I am attaching my test project with this mail. It will run on sharing folder and many user will access that programme but it is showing file already in used message; I am trying avoid this problem by my test project this programming will showing ip and computer … | |
Hello, I am new to excel or vba i want to convert a data to export it to some output folder from a csv files from input folder there are 100's of such file in c:\raw which i want to work with the input file's details are the headers of … | |
I think i need a group of developers i can work with. I am a student of the university of london. My problem is using excel, if you scan it auto retrieves the serial number unlike ordinary textboxes. Please how can i make my program compactible with a hand scanner | |
[B]hi everybody im new here and new in vb also and i need some help to learn vb.can i find somebody to help me ? plz.thanx.[/B] | |
Hi...I am making a speech recognition program for my own personal use, because I don't like the way the built in vista speech reco software works. Here are my questions: 1. when I open the app that I programmed in VB, it automatically opens vista's built in voice recognition software. … | |
Dear Sir, My project uses Ms Access as back end tool and visual basic as front end tool. I have a problem when i run my project's tmgmt.exe file more than one time then it shows tmgmt.exe file entry into taskmanager's process tab. Suppose i used that file 4 times … | |
Just for anyone, who, like me, has got along using VB6 without the mousewheel whilst editing in the IDE. Until today I just assumed it wasn't an option. There is a simple fix in the form of a free addin from microsoft. [URL="http://support.microsoft.com/kb/837910"]http://support.microsoft.com/kb/837910[/URL] What a difference!!!!!!:$ | |
i dont know how to post a question so that, i can create my question in this link... my question is all about how to create an oracle code database in vb6, im a student and beginner programmer... | |
Hi, all programmers of this Forum, I am using MS Axcel 2002 and I am trying to format Excel Sheet from VB so as to make a border within the selected cell. My CB code is as under and when I run this, it select the specified rangge, but no … | |
HOW TO USE THE FLEXGRID CONTROL FOR DATA ENTRY.......... responses are highly appreciated...............!!!!!!!!!!!!!!!! | |
Hello to all, I have a problem in connecting VB6 to MS Access 2003. I have tried all the instruction posted here in forum until the message appear every time I run the program "Supplied Provider is different from the one already in use." What does it mean? I am … | |
hi all, i am using ms date and time picker and am unable to assign a value to it. i am getting the error read only property. can anyone tell me how to solve this? thanks | |
I have put together this whole network account creation and audit process. The creation process starts with importing data from our ADP system into SQL 2005 and creating a .csv file for each of the 12 sites to create the network accounts, based on job title. Then I add in … |
The End.