10,989 Topics
| |
Good day! I want to check all txtbox and combox(style=2) in a form when the user click save. If one textbox or one combobox is not fill in then i will show a message that cannot submit. One or more fields requires entry.I dont know whats wrong with my code … | |
I have created a flash system manual which is located relative in my program path at folder named manual. When the user click [I]play[/I] i will play the flashmanual.swf in a folder named manual relative to my program. I have coded it below but it returns error: Please help. [code=vb] … | |
Iv used arrays to store usernames Iv stored the array data in a procedure called "Usernames" But im wondering if its possible to then use the arrays to do a crosscheck validation for a login. Iv done some extent of research and Im either typng it wrong...Or I dont know … | |
Getting back to coding after15 years. Looking to purchase VB4 Language Manual to help me remember all that I've forgotten. Thanks for any help. | |
how would you code this then: when you drag the scroll bar, the value changes as you DRAG thanks | |
plz help me plz... pls see my attachment...how can i edit datagrid with excel as database....i want my data to be dynamically transfer to excel also excel to vb.. thanks in advance... | |
HI, I want to open a file whcih is kept on one server. File should open when i click on check box I am using the code Private Sub Check1_Click() Dim xlTmp As Excel.Application Set xlTmp = New Excel.Application xlTmp.Workbooks.Open filNam End Sub Code is working fine but the file … | |
trying to finish vb 6 application... I have a few bugs that need fixing ... and I need help creating a set up file.. Can someone please contact me? Then I can explain problems more in detail [email]duanegirardin@rogers.com[/email] Best Regards dg | |
Hi Again, Is there anybody out there who wants to discuss visual basic ? I don't have any formal training, but I have a deep interest in all aspects of programming in VB. So if anyboby has the same interest and feels that you can teach me a thing or … | |
hi , I need to know how can I connect Microsoft access with VB,I need to have wide space in programming in MS access...regards | |
Hello, I have wrote code to display moon illuminated disc in the sky using API's, i want to make crescent inclined like a real moon in the sky. in fact want to rotate moon with an angle to left or right. | |
I'm having a problem with one of my users being able to connect to a website using my VB app, i accidently posted it in the .net forum. [URL="http://www.daniweb.com/forums/post831548.html#post831548"]http://www.daniweb.com/forums/post831548.html#post831548[/URL] | |
Hi Im new at VB Programming and I am in the middle of a project. I was wondering if there is a function or some other way of checking the number of decimal places a number has. | |
Hi I want to link my program in vb6 to the system calendar in windows XP by using shell but to be able to do that i need to know the default path or file location of the system calendar ( i was searching all day and still didnt find … | |
Dear All, I want to read Content of Text File for example my test.txt file Content is "True" means i want to Show Message box as Finish how to do this ......... regards user | |
How can i print values on the word document from access table,there are more than 1 records for a single person Here recordcount holds 4 values,bt it is not beng printed on the word doc,it is coming out of the procedure [code] If rs.RecordCount <> 0 Then If Not IsNull(rs!Name) … | |
hi guys im using crystal report 8.5. but i wanted to print some report in the network by using some share printer. it is possible ? please kindly share some idea on how it take. thx in advance. | |
any one help me to connect my vb6 form value to oracle 9i database ? How to retrieve a data from a table in oracle to visual basic form and to search on vb frm form retrieve the search value from oracle please help? also help me to how to … | |
Good day, I am currently facing a problem with my VB6 program. I would like to send a form activated from the program of one pc to another pc linked together which doesn't have the same program. How can I do that? I only need to send the form to … | |
Hello guys, Is there a code of confirmed the work of a program For example, I have run a program called "daniweb.exe" I want to know whether the program works or not by vb 6 code Thank you. | |
I was just wondering if there was a forum for newbies and novices such as myself. I used to do some programming as a hobby back in the 90's. I learned on GW Basic or more precisely, I taught myself and I wrote some pretty cool stuff including file manipulation … | |
is it possible to attach a combo box to an input box ( or maybe a label or textbox) ? be more precised, i would like to know how to get codes for combo box thanks for advance | |
how can i embed my visual basic 6.0(.vbp) program into web using html?or any language i can use to embed it.. my thesis is about a 3d web application..we are planning to use vb..the 3d web application is simulator of building house.. any suggestion?? | |
Hi, I would like to replace the ACCESS with SQL Server 2000 enterprise edition. But I have the following problems: 1. While installing SQL should I install as Server or Client. 2. How to connect the SQL with VB 6 for saving,retrieving, modifying data using ADODB connectivity. Pl help me … | |
Hi, I would like to know how can I make the system beep louder I know you can change the frequency of the beep but its not loud enough as I am using it in a noisy environment. How can I sound the loudest system beep or make the system … | |
Hello everybody.. I have tried to use these codes that I got from a book. I'm using MSFlexGrid, with the Grd name. It was set to be invisible (false visible). And when i enter the year (tahun) needed in the "txttahun" textbox, it will only show the data that related … | |
I want when I write some text in a textbox it direct pass in data report. I mean generally a data report connect a database and show data from it. but here I want I write and it pass that time data report. | |
I have two tables in my database, one customer and other cddetails.. n i`m trying to search both tables for letter entered by user.. The code for Customer table works fine...but the code for cddetails is giving me some problem... I would appreciate if some could help me out... Here … | |
if db.open = true then db.close End if I want some code like this where it will check in the form load and if the connection is open , and if it is open it will close it.. | |
hi guys, does anyone got an example on how to export outlook mails or contacts to pst thru vb6? thanks.. :) |
The End.