10,987 Topics

Member Avatar for
Member Avatar for rabbithaveit

Hey guys thanks for viewing this post. I have created an array to store usernames and passwords. Im tryning to get the array ReDim-ed mid program. Here is the array: [code] Public Sub Usernames_Passwords() [COLOR="green"]'Assigns names to array space 1[/COLOR] arrNames(0, 0) = "bnsjon" arrNames(1, 0) = "bnsjack" arrNames(2, 0) …

Member Avatar for hkdani
0
147
Member Avatar for sudeep123

ITs a simple textbox ITs works as a ID no in a program. So a person cannot have similar id no..so how to do that..anyone>>> If user enters the same number then display error message " you entered the same number" --when the user clicks the cmd.submit button.....

Member Avatar for jonc
0
100
Member Avatar for adeelghani

hellow to every body im new user to the vb 2005. plz help me out can anybody tel me how to get/send the data from mobile modem via serial port or to take data from microcontroller plz kindly answer me or reply at [EMAIL="adeel_ghani2003@yahoo.com"]adeel_ghani2003@yahoo.com[/EMAIL] thnks

Member Avatar for Jx_Man
0
65
Member Avatar for dev_kc

This is the code i am using for displaying data into the DataGrid,bt its not working,plz help Set DataGrid1.DataSource = rs If rs.EOF And rs.BOF Then MsgBox "Invalid Entry", vbOKOnly, "Stop!!" Exit Sub End If Do DataGrid1.Columns(0).Caption = rs!PS_NO DataGrid1.Columns(1).Caption = rs!Name DataGrid1.Columns(2).Caption = rs!DT_PREP DataGrid1.Columns(3).Caption = rs!ADV DataGrid1.Columns(4).Caption = …

Member Avatar for KSS
0
105
Member Avatar for prasadh_king

hi could anyone help me out with the below coding on send keys in Excel VBA I have a excel fiel in cel a1 i have username and password in cell a2 and i have a web page with login texbox and password text box and a submit button below …

Member Avatar for cguan_77
0
195
Member Avatar for arvin2006

Hi everyone! is there anyone has an idea on how to incorporate the biometrics scanner (time in/time out) with visual basic. For example, what would I need (devices, component, software, etc.etc..) such that I can manipulate the data in the biometrics device with visual basic programming and ms access as …

Member Avatar for arvin2006
0
945
Member Avatar for sudeep123

hey guys i am builing a program "alis score". what it does is calculate your GCSE grade and give a score for that...(total subjects divide by 9). I got like max. 9 subjects in my program and consists of three form.. I have finished all the programming but i got …

Member Avatar for hkdani
0
169
Member Avatar for tripes
Member Avatar for hkdani
0
418
Member Avatar for eman123

hi everyone i want to delete arecords from my databse which is in oracle through form which is in vb.when i enter the primary of a partcular table and click detele.it is shown in the massagebox that "a record has been deleteed"but when i ckeck in database the record remains …

0
47
Member Avatar for VBNick

I put together a simple speech recognizer. It works fine, but when I click the X to close it, it takes forever to unload... can I do anything about it? [CODE] Dim WithEvents RecoContext As SpInProcRecoContext 'RC Dim Grammar As ISpeechRecoGrammar Dim Recognizer As SpInprocRecognizer Private Sub Form_Unload(Cancel As Integer) …

Member Avatar for VBNick
0
156
Member Avatar for sal21

Here my code to fill listview. When the rset are a few the code work fats but with 154.478 rset the code use a very very time, have asuggestion? A frined suggest me to loop all rset and fill array next loop the array to fill listview. Other friend suggest …

Member Avatar for vb5prgrmr
0
156
Member Avatar for mwarut
Member Avatar for MrMie

Hi all.. im kinda new to vb..i tried to connect my data control to a text file generated by my visual data manager, but every time i tried to run the app..it says that i dont give a right location for my file, i dont specified the location from the …

Member Avatar for vb5prgrmr
0
1K
Member Avatar for PinoyDev

Good day!. I want to copy all the folder contents to a certain location. To be specific, i have a folder named (webproject) relative on my vb program path.When the form load, i want to copy all the content of this folder(webproject) to C:\wamp\wwww\onlineweb\.I just really dont know how to …

Member Avatar for PinoyDev
0
188
Member Avatar for lostprophet

Hi there, i m not a very advanced programmer so i have now come up against a brick wall. i need to use a VB code preferably on a command button, whereby the user enters a keyword into a text box, clicks the 'Search' command button, and then a procedure …

Member Avatar for koolsid
0
973
Member Avatar for rabbithaveit

Id like it so that when you click the 'x' button to close the program it doesnt just end. How do I apply code to the 'x' button? All help is appreciated, thanks in advance -Russell aka Rabbit

Member Avatar for jbennet
0
2K
Member Avatar for dc_24l

hey need some help guys. for example i have a text box and i will have input in it. but only numeric ones are allowed to be inputted in the text box if a character for example "a" is pressed the text box will not change and type the "a" …

Member Avatar for KSS
0
2K
Member Avatar for locsin

Greetings! anybody know how to print msflexgrid and the data contain in this flexgrid. I want to know how to print this flexgrid into my printer. thank in advance.

Member Avatar for nor_d83
0
2K
Member Avatar for oscarresonable

hi guyZz... Do you have any idea about the Pole Display...??? I have a project what's you called Point Of Sales System..... Then, I have a device/hardware that I want to connect it on my project... It is cash drawer, pole display and a card swipe...... any Idea how to …

Member Avatar for jonc
0
90
Member Avatar for shahji

I am trying to create a macro which could copy information from a datasheet and past it into sheets which are named as one of the Cells in column A. I have a datasheet which contains five columns full of data. Column A contains the Client references. There are 200 …

Member Avatar for Tu22
0
98
Member Avatar for abu taher

I made simple database project. just add a data and see it. but when I run it another computer it show a massage. massage is below: 'E:\Vb6\New folder\db1.mdb' is not a valid path. Make sure that the path name is spelled correctly and that you are connected the server on …

Member Avatar for abu taher
0
75
Member Avatar for firoz.raj

can anybody tell me why this function is not working . i have written a this function in module and i have called in a stock1 form but it is not working there.can you tell me why bold line is not working.[ATTACH]9331[/ATTACH] here is the code written in a module …

Member Avatar for abbajee
0
177
Member Avatar for ppsaway

can you pls help me how to make a vb program that will input keyboar character and then will output the reverse you enter....

Member Avatar for abbajee
0
69
Member Avatar for PinoyDev

Good day.! I want to check all the textbox and combo box if its null or not. Once they click on the button, if one txtbox or combo box is null it will give a message that incomplete entry. I have already posted this thread, but i noticed that when …

Member Avatar for koolsid
0
139
Member Avatar for swappy

I have a Project for CD Shop management. I have a wierd problem.. When I give a CD on Rent, it updates the CDDetails table as .. it does -1 from the stock..means if the stock was 10 and I rented a CD then it updates that column as 9. …

Member Avatar for vb5prgrmr
0
80
Member Avatar for razmca

Hi everyone... Iam new to VB, i want to know whether we have thread option in VB if so how can v implement that(Sample codes are appreciated). Right now iam using sleep but that ll not make it effecient so i need to implement thread concept... Scenerio: Iam working in …

Member Avatar for vb5prgrmr
0
86
Member Avatar for spacepilot5000

i have a list of data from database, when i click on an item from this list the value from list should go to the database through SQL criteria, but it doesn't happen, it throws "Data Type mismatch in criteria expression error" (error is hightighted with red in code part). …

Member Avatar for vb5prgrmr
0
125
Member Avatar for razmca

Hi everyone... Iam creating a setup file using VB6, in that i have to execute 2 exe file using shell command, in the mean time i need to add a progressbar to state the progress of that 2 exe's... How can i do that? Get me out of this problem... …

Member Avatar for vb5prgrmr
0
87
Member Avatar for PinoyDev

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 …

Member Avatar for koolsid
0
85
Member Avatar for PinoyDev

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

Member Avatar for PinoyDev
0
80

The End.