10,992 Topics
![]() | |
Hello! I was reading a lot about all kinds of programs here for COMport but i need samothing less complicated so i lost interest in rreading kilometer post thet are more advanced form my level. Thnig is that i just need to output 0 or 1, i don't need any … | |
[B]i am doing project on company store management.i have created a login form which asks for userid and password.this userid & paswword will be stored in database in oracle.so when the user types his id and password and clicks ok button it will first check whether the id corresponds to … | |
Hi guys just wondering can any1 help i have a project for collage and vb6 is really not my thing yet Its my firdt year in collage and im doing computer maintenance and repairs Vb6 is apart of it and to me it doesn't make any sence to me can … | |
Hello Expertz I am using following function to compare two string.But i want to compare String with strings list like: str1="A" str2="A,B,C,D" [code=vb] Public Function CompareString(ByVal str1 As String, ByVal str2 As String) As Boolean Dim i As Integer = 0 For i = 0 To str2.Length - str1.Length If … | |
A calendar can be created easily in VB..but can the details be stored in Oracle...will it be too complicated? I want to create calendars for different departments and store them in separate tables for a Patient Management system.. Please advice.. | |
Can someone please show me a code syntax on how to update an SQL database programmatically ( execute on click of button). I want to get all records from the "Student" database table where StudentStatus = 'New'' .Find a particular RegDate (2001/02/02) , StudNo ( 200144176) and update it's StudentStatus … | |
Hi, How can I call the program that have exetension *.pps(PowerPoint Show) ? Not .exe! thanks! :sad: | |
Hi guys, Been an IT student for a few months now, and I've been kinda struggling along until now, but my last assignement I can't do. I don't expect anybody to do my homework for me, but I do want to just be able to understand the code rather then … | |
My problem is that i have been asked to try and find out how to, and to make a program in VB which is linked to an access database. I help out at a charity band thing which happens every week. there are three bands play (but that doesnt matter) … | |
Hi Guys, I am using that inet FTP control in VB6. I can download files from the FTP server to my local directory, but during the download, i lose network connection and the application just bombs out. How do I resume the download to where it left off in VB6? … | |
Could someone please suggest a way I can get the following sub to work? I'm trying to check to see if a field in a datagrid has been changed. I get runtime error 424 Object Required. Thanks [Private Sub DbGrid1_BeforeUpdate(Cancel As Integer) If DBGrid1.Columns(1).Value.DataChanged = True Then ' Check for … | |
Hello, I am very new to the IT field and I just need some type of guidance and types on making flowcharts, data dictionaries, and pseudocodes. I think I am making them harder than what they are. I have a homework assignment that I just need some guidance on how … | |
I am using vb 6.0 and i would like to get the difference between two time of the same date. Thanks | |
I had created one project using Ms access as backend.I have four forms in it.I cant able to create exe for that project.When i click make exe it is not responding(when i click the task manager it displays that not responding.im using xp os).Can some one help me pls....:sad: | |
How can I run some code when I click on an arrow of a data control? | |
Hi, guyes, i am finding the multiple projects executable file which r developed in vb6.0 but can someone tell me how to intrupped other executable project files when an executable file is already running:p | |
I have a client application that needs to talk to a server. I am using UDP through Winsock to pass the Client IP address so the Server can then talk directly using TCPIP to the client. I need to uniquely identify the client machine and thought that using the MAC … | |
Hi there I was wondering how to get visaul basic to bring up another form when a button is clicked. what I am looking to do is have a database (SQL 2005) that uses two tables but in the same database but have each table on a different form. but … | |
i have written a small application in vb, and i want to write a installation program, so as if we click on setup file my application should start installing, and even i want to detect other hard drives that exsits on the system and want to copy the application backup … | |
HI.im new here..i would like to know if you could help me with the codes of the timer control.heres what i like to do...i would like to create a timer that has a time limit of seconds for example after 10 second the next form will appear..as simple as that..but … | |
My mouse won't let me scroll through pages of my code in VB6. It works with other apps like MS Word or Explorer | |
hello there everyone! i just want to ask if what would be the process of copying data coming from the excel worksheet to a vb database? so that no need to encode data in the vb program, just insert the storage device then copy the data to the vb program … | |
Please help me, about make class module to manipulation database ACCESS (*.mdb), so i can execute SQL statement like SELECT, INSERT, DELETE and UPDATE database itself.. I made my own project sample VB6.0 with no class modules at all, i thought my code/script not very powerfull.. Can you help me??? … | |
Hi there, I am trying to import a dbase file into an access database. Is there a way of doing this at a command level? I can do it using recordset but it's extremely slow. Pls help. thanks in advance. Please I need a code. Newvbguy | |
Hello, My work is a data base in acess 2000. In a form for a combo box I have set the rule 'No duplicates' to avoid duplicates as the primary field of the form is a differrnt one. However as the form carries many fields after this thers is no … | |
I have a large report with many rows and many pages. I have to calculate total of each page and then pass that total to another page and so no resulting to the final total at the last page. how do i do it.. | |
Hi, I am trying to write a VBA macro to save an excel file as a tab delimited txt file which allows the user to input their own filename. The ability to automatically add the current date would very useful but not essential. I have limited VB or VBA experience. … | |
What is the easiest way to migrate a project, with about 40 forms, 3 modules, 3 classes, and several designers (Crystal Reports) from VB6 to .Net 2003?? Any ideas? | |
Heya i was thinking about trying my hand at programming (once again) so I picked up my trusty ol' VB6...and it hit me.. I have no clue as to where to start, as i've just forgotten about everything i've learned. A great start would be muchly appreciated. I was trying … | |
Hello, I am new to programming.. ( yes i'm another newb) I 'm working on a small database project. I want to add the ability to read barcodes. I have read other posts and have been a great help. I would like the input from the barcode reader to generate … | |
I would like to learn vb6.. I have NO experience in code... Is this something i could teach my self with books and stuff... What kind of math skills are required??? | |
I am using VB6 and have a form that is loaded by user action during normal programme execution. There are several Variables (Strings) declared in the General Declaration of the form. When the user has completed the task the form is then Unloaded. If the user then selects the option … | |
Good afternoon (or whatever would be applicable to your location). I have a couple of problems here that I need some help on. I have searched the boards here a bit and found some similar questions and answers, but none of them that actually address what I am currently dealing … | |
Hello guys, im trying to connect to .dbf table every time i try to query from the table it gives a error [Microsoft][ODBC Visual FoxPro]Operator/operand type ,mismatch heres my sample code... [code] Dim conn As ADODB.Connection Dim squery As String Dim rs As ADODB.Recordset Set conn = New ADODB.Connection conn.Open … | |
Forgive me if this is explained elsewhere (or direct me to it). I've extensively searched for the answer. I have limited experience in VB 4 and 5 but don't have the time to continue to learn later versions. I write small stand-a-lone applications for myself but my questions suround controlling … | |
Hi, I have a real time application which I write and and support in VB5 running under Windows 98 to XP. If the user has set the options under Power Scheme to turn off the disk or processor it can cause problems to the system. Does anyone know how to … | |
How do I copy a recordset to a new access db table? The new db is already created. Basically I have queryed a recordset from an access db, I want to run another sql on the existing recordset, and the only way I know how to do that would be … | |
Please let me know how to take the system date and time through VB6."There is a text box,caption must be the system date and time".So how to do it?give me the cordings of it.Please... | |
Hi, I am having a problem with the below,basically what I'm trying to do is allow the user to enter upper case,lower case ,or alternating text ..like Cw888 or cW888 for example using [B]or[/B] ... it works fine for one command button,that is it displays the error message if the … | |
Hello, I've got a question, I want to use an acces database on a server. I want to use VB 6 to connect the database ussing the internet. Is this possible and how?? I don't want to use a VPM connection. André | |
Hi, I am beginner of VB. Now I am working on VB 6. The project that I am working was working properly. I have added another form to that project. While inserting text box values into the database it is giving error 424- object required. When I insert the values … | |
Does anyone know how to do single instance in VB.. Pls help me... | |
i am integrating Encryption/Decryption Software (PGP) with VB6 COM Add-In application.....i need to find out the version of "PGP" software programmatically....much obliged if somebody help me out.....Simply speaking how can we find version of a "Software" installed on our computer using VB6 programming. Thanx | |
I want to know how to do search for records in tables using Visual basic in MS access. Example let say we have a table name "abc" in the following format with the saved records like that Company code and About company are two text fields in tables. Companycode ................... … | |
is there a way to determine which MDIChild form is currently active, when all of them are open at the same time. | |
i want to use crystal report in vb6 to building a complex report by geting data from access database plez someone hellp me thanks | |
i hope to find help pleaz i want to criat a complex Report by geting data from access table database thanks | |
hi there experts!!!im a new member in this site and i want to know certain thing about vb: code of: 1.creating new password 2. adding new user 3. editing password 4. editing username i know this is very simple for you guys i hope you can help me on this … | |
I have created activex dll using vb6. I have registered it using regsvr32 on my clients pc. I call the dll functions from both VB exe file and Excel VBA. All works fine so far. When I Remake my DLL file with VB6 both the VB exe and the Excel … | |
Here is VB6 Code:[code=VB]Attachement = objMail.Attachments.Add("D:\message.doc.pgp")[/Code] I am trying to automatically attach a file with outlook email......objMail.Attachments.Add method is unable to read the file "message.doc.pgp" very first time when the code execute.....On second n later executions it start recognizing the file n work fine but y not the first time. … |
The End.