10,987 Topics

Member Avatar for
Member Avatar for rabbithaveit

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 …

Member Avatar for vb5prgrmr
0
168
Member Avatar for mike6850

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.

Member Avatar for vb5prgrmr
0
47
Member Avatar for firebolt

how would you code this then: when you drag the scroll bar, the value changes as you DRAG thanks

Member Avatar for abu taher
0
81
Member Avatar for dollmar

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...

Member Avatar for abbajee
0
65
Member Avatar for Loveleenah

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 …

Member Avatar for vb5prgrmr
0
66
Member Avatar for duaneg

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

Member Avatar for abu taher
0
29
Member Avatar for duaneg

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 …

Member Avatar for abu taher
0
89
Member Avatar for sweet_girl

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

Member Avatar for abu taher
0
128
Member Avatar for Maritime

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.

Member Avatar for debasisdas
0
58
Member Avatar for headedtomexico

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]

0
49
Member Avatar for dark_enig

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.

Member Avatar for hkdani
0
80
Member Avatar for animefun2

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 …

Member Avatar for hkdani
0
813
Member Avatar for devstudio.2007

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

Member Avatar for koolsid
0
108
Member Avatar for dev_kc

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) …

Member Avatar for dev_kc
0
194
Member Avatar for jaasaria

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.

Member Avatar for bornok15
0
97
Member Avatar for ericssionz

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 …

Member Avatar for dev_kc
0
63
Member Avatar for wookinhung

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 …

Member Avatar for koolsid
0
138
Member Avatar for johnkeartson

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.

Member Avatar for Zaq
0
106
Member Avatar for DrMcWheels

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 …

Member Avatar for vb5prgrmr
0
102
Member Avatar for fidelinho

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

Member Avatar for cguan_77
0
86
Member Avatar for astroboy0016

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??

Member Avatar for vb5prgrmr
0
47
Member Avatar for kehar

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 …

Member Avatar for vb5prgrmr
0
108
Member Avatar for badbloodyeyez

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 …

Member Avatar for vb5prgrmr
0
408
Member Avatar for nor_d83

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 …

Member Avatar for nor_d83
0
124
Member Avatar for abu taher

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.

0
72
Member Avatar for swappy

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 …

Member Avatar for swappy
0
388
Member Avatar for swappy

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..

Member Avatar for swappy
0
384
Member Avatar for cguan_77

hi guys, does anyone got an example on how to export outlook mails or contacts to pst thru vb6? thanks.. :)

0
57
Member Avatar for georgeajcka2009
Member Avatar for georgeajcka2009
0
526
Member Avatar for dinilkarun

Hi, I would like to query from you people if its possible to change back color either row wise or CELL wise in List box. Also I would like to know any other ways of listing record in forms other than in List box, Flex Grid and Data grid. Regards, …

Member Avatar for vb5prgrmr
0
110

The End.