12,425 Topics

Member Avatar for
Member Avatar for bk_yogeshvaidya

I am using railway reservation project. I am using for passenger Reservation Train_No,Boogie_no,Seat_No. I have problem with While Selecting Same Train_No,Boogie_no,Seat_No from two Pc's. It gives error duplicate values. What I will do When Two user selecting same values simultaneously. Please Suggest me Idea for this Project. I am Using …

Member Avatar for ramulal
0
139
Member Avatar for OldQBasicer

I want tu use more than one form in my project and be able to code a button or something that will do that. I tried this on Form1 and it worked. [CODE]Public Class Form1 Private Sub Button1_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles Button1.Click 'Goes from this …

Member Avatar for vb5prgrmr
0
124
Member Avatar for mimi8469

hello every1, am doin my final yr dissertation on cd database ( audio cd and mp3 cd). I'm to develop something similar to media player. My software should be able to copy cds and save on computer. user should b able to search 4 a specific song and play it. …

Member Avatar for vb5prgrmr
0
242
Member Avatar for BeeS

VB6 main app that starts multiple copies of one activex exe. using createobject and thread per object. need to communicate with the activex exe from the main app to start and to monitor progress. very low communications rate so communications speed is NOT a problem. need withevents to Dim it. …

Member Avatar for vb5prgrmr
0
141
Member Avatar for tomafik

I want to write a program that mainly use voice commands but I don't know how can I get vb6 voice commands. would you help me?

Member Avatar for vb5prgrmr
0
381
Member Avatar for abu taher

after complete all process when I press finish then show a msg: "unexpected error number 70 has occured: permission dinied." what I need to do.

Member Avatar for vb5prgrmr
0
91
Member Avatar for OldQBasicer

New to VB and using Visual Studio 2008. Trying to declare variables and arrays that can be used outside a specific procedure. I want to make the variable universally available within the program. I think I know how to do the declaration, I just can't find where in the code …

Member Avatar for SCBWV
0
91
Member Avatar for Samuel Yiau

HI All, I am new to VBA and I got a very simple question: I have a column of data and some of them are useless, I only need the data of cell 1,3,6,9,12 and so on....and the rest of cell need to be deleted and shifted up so that …

0
45
Member Avatar for phpbeginners
Member Avatar for phpbeginners
0
565
Member Avatar for jess99

Where should I post for Visual Basic 2008 I m new at this and I encounter a problem with a program Thanks!

Member Avatar for jess99
0
77
Member Avatar for ebumark

Plz i need to design a bible game in visual basic 6.0. Can somebody advice me.

Member Avatar for RayvenHawk
-1
142
Member Avatar for kcasmir

Hi, I want to generate an unpredictable random integer number but i dont know how. Below is my function to generate between (1 to 8)which keeps returning '6' on first run which is predicted and also, i dont want the numbers to repeat itself. Private Function RandomIt(Hv As long, Lv …

Member Avatar for kcasmir
0
107
Member Avatar for ipodkilla

hey im a freshmen in hightschool and i need to learn to code, i was hoping some one could tell me the the [COLOR="Green"]visuial basic [/COLOR]version of this [COLOR="Red"].NET [/COLOR]codeing and i know i made a few mestakes Dim Name As String Console.WriteLine("your name here" {} ) Dim Name As …

Member Avatar for ipodkilla
0
143
Member Avatar for dawn10

Hi all, I have the following macro to open an email template and edit the recepients. So far i could only open the email template from a .oft file stored on my local drive. Could you advise how to open it directly from a web link? I tried to replace …

0
54
Member Avatar for rhenerlau

This code is to split a Microsoft Access database and re-connect it on launch so that you can use Access on a multi user network...After Splitting the database manually, place the following code in the form that launches when the database is launched...

Member Avatar for azadohy
-3
257
Member Avatar for ravikatare

Hi, I am new user of VB & Excel Programming, so i need some study material & site reference for getting materrial Please Help Me [email]ravialwayssmile@gmail.com[/email]

Member Avatar for AndreRet
0
107
Member Avatar for coollife

In my combo box i have kannada words like karnataka kerala mandya mysore kannada something like this , On key press event of combo box if ka (kannada alphabet is pressed) it should list the karnataka or whichever matches the word how to do this

Member Avatar for AndreRet
0
319
Member Avatar for PoisonedHeart

Hi guys, good day, just want to ask if there's a function that determines the number of days in a month, In a Roman Calendar, the days in a month are either 30 or 31, but if it's a leap year(every 4 years) the month of February is 29 instead …

Member Avatar for elkhartlynn
0
158
Member Avatar for Ghost34

im just wondering if anyone cold send me an example of how to put upload and browse picture in vb 6.0 with database access 97

Member Avatar for debasisdas
0
104
Member Avatar for Israelsimba

Hello All. i have just finished coding a small subscriptions project for a magazine. My main challenge now is the package is supposed to send emails to subscribers notifying them if their days are due. email notifications are supposed to be sent to clients telling them of the status of …

Member Avatar for debasisdas
0
113
Member Avatar for Afi83

Hi there I have an application in VB6 I want to use Crystal report (8.5) for reporting. In my application I have a ability to archive part of my database. Then I want to change my database location based on my database name. In my report I have subreport then …

0
78
Member Avatar for kcasmir

I want to populate my msflexgrid with lots of data from a database and it takes seconds for the process to complete. In that case, i need to include a progress bar that shows the progress of the process above and i do not know the code that will simultaneously …

Member Avatar for ImMoRtAl-
0
210
Member Avatar for abu taher

if I write 500 in a textbox then a label.caption show "Profit". If I write -500 the the label.caption show Loss. I write code[CODE]If Format(Text1, "0000000") Then Label1.Caption = "Profit"[/CODE] but for -500 what I need to write?

Member Avatar for Vineeth K
0
130
Member Avatar for nareshkumar131

I have a combo box on a form and I want to load some items in this combo box at run time from a database table of access. For this I have written below code. But when I start my program this message appears. Run-time error '91': Object variable or …

Member Avatar for nareshkumar131
0
256
Member Avatar for Ednutt

Good day to you all, I feel very excited being in the midst of gurus and great enthusiasts of programming... I have a little challenge in completing a program intended to read records from a file <notepad> and place them in an orderly manner on a pdf file <so as …

Member Avatar for vb5prgrmr
0
72
Member Avatar for abu taher

I have two dtpicker. here I want I select two date from dtpicker and the total sum of amount will show in two diffrent textbox. like: I have two field, expense and income. the total amount of expenses will show in a textbox by selected date and other textbox show …

Member Avatar for Ednutt
0
280
Member Avatar for kalual

Hi Guys, I am stuck i need reports in my VB 6.0 small project (Crate Management System, anyone with good tutorials or ready to help me on this one, i have used ADODC and a Microsoft Access Database.

Member Avatar for kalual
0
97
Member Avatar for abu taher

in my data report I have two rptfunction. both of them show the total sum. here I want 1 extra rptfuncion show the calculate amount. I mean it show (1st rptfunction - 2nd rptfunction). like: 1st rpt...2000 and 2nd rpt....1500. so the 3rd rpt... show 500. and one more thing …

Member Avatar for abu taher
0
67
Member Avatar for Jithan_palakkal
Member Avatar for vineeth5march19
Member Avatar for vb5prgrmr
0
89
Member Avatar for krishna_veni

Can someone help me to create a login screen. I am new to VB and don't know how to proceed with. I have VB 6.0 and MS-Access 2003 and Ms-Access 2007. I have a form with 2 textbox(userid & password) 2 buttons (Login and Exit) A database with name Login.mdb …

Member Avatar for abu taher
0
98
Member Avatar for OldQBasicer

In the mid-'90s I wrote in Quick Basic some lab simulations for science classes I was teaching. I want to rewrite them in VB and thought that I could just paste old QB code into VB... not so, of course. I want to know how to read data from within …

Member Avatar for OldQBasicer
0
983
Member Avatar for abu taher

when I run my project then a msg was shown: "object doesn't support this property or method" but when I press ok then the project run. no problem occurred. Now what I need to do?

Member Avatar for abu taher
0
102
Member Avatar for ntuthuzelojames

What would be the code if the log book is maintained by the secretary of the company to calculate and manage the leave days taken by the employees. The secretary is able to view the information of an employee except their salary remuneration. The basic principle of the company is …

Member Avatar for abu taher
0
130
Member Avatar for snakay

[B][/B]Hi, How do I pass my variable or textbox data from form to Active Reports class where I prepare my sql string so that I can use my variable in "Where" clause..like[inlinecode] select * from personnel where name=' " + textboxName.Text + " ' "; [/inlinecode] Thanks, snky

Member Avatar for snakay
0
2K
Member Avatar for caroline09

i need the right coding for search: i am currently working in a line verification system, but i have trouble creating cmdFind for searching telephone details, ex. i would like to search for a specific tel details, i want to use search by telephone number...please kindly help me...thank you and …

Member Avatar for abu taher
0
35
Member Avatar for wil0022

Good day sir.. i just want to know how to link the access and VB6? and im wondering if how ado works...

Member Avatar for abu taher
0
136
Member Avatar for odiug

I bought my first mac, a mbp 13", one month ago. I miss a few things: Cancel, Home, End, keys. The posibility to easily resize my windows, (why apple has only the bottom right corner to resize windows?). No built in capacity to write on NTFS hard disk. HOWEVER, the …

Member Avatar for Wasser
0
111
Member Avatar for Israelsimba

Hello there!! i am glad for the help i have recieved before which helped solve my problems. my challenge now is that the following code fails to save to my Access 2007 database. it doesnt give me any errors but it does nothing. i want details i enter into the …

Member Avatar for Israelsimba
0
83
Member Avatar for PysKo

Hi i need some help with a project i'm working on. Little explanation on it first then ill tell you where i am what i need help with and post code and maybe a screenshot. Well its a usb launcher its supposed to launch your usb drive and also has …

Member Avatar for allenmico
0
152
Member Avatar for gemini2011

I cannot figure out how you go about playing a Wav/MIDI file in a VB Program. I found one thing but it didn't work. This is a little old but the version is Visual Basic 4.0. It actually runs on Windows XP!!

Member Avatar for nikhilvsbunty
0
588
Member Avatar for dre-logics

I use Visual basic 8.0, Cyrstal Reports v10 what is included in Visual basic 8.0 and MYSQL 5.0. I have installed :mysql-connector-odbc-5.1.5-win32.msi I have database Articles with two fields: article nr article discription To connect to my MYSQL database within My form i use this: Dim Myconn As New MySqlConnection …

Member Avatar for TomW
-1
180
Member Avatar for xfrolox

Hi all I'm new in this forum, I'm trying to make a tool for a game. But in this tool i need a countdown but i only know how to do it by seconds, i need help by making it Hours:Minutes:Seconds [00:00:00]. Button1 Timer1.Start() Button2 Timer1.Stop() Button3 Textbox1.text = "" …

Member Avatar for xfrolox
0
129
Member Avatar for xWiredx

is there a specific character for Ctrl? for example in Alt.. when you type &Save in the caption of a button.. the key that you gonna press is Alt+S.. how about for Ctrl?

Member Avatar for vb5prgrmr
0
78
Member Avatar for Israelsimba

Anyone please help. Why is it that [B]Adodc.recordset.save[/B] cannot work. it says...object in the with variable not set.... can anyone tell me what the problem is and is it normal to use [code]Adodc.Recordset.fields "name" = txtname .text;[/code] what is wrong with my code. is anything missing there because i cannot …

Member Avatar for vb5prgrmr
0
105
Member Avatar for Roebuc

Hello All, I might be developing an IVR System for a unique school project. This is something I have never done before and I am currently in the researching phase of the project. Can anyone point me to some valuable articles, tutorials, definitions, open source programs for review, and anything …

Member Avatar for Roebuc
0
181
Member Avatar for snurd

I need help to write the code to filter a Recordset called Data1 and a Field called AWEIGHT, when loading a form. I tried the following and it does not work. After the form is opened I only want to be able to search the filtered records. An example would …

Member Avatar for snurd
0
245
Member Avatar for dernel4u

how do i write a vb code to develop an electronic case management system for a legal firm

Member Avatar for shashanderson
0
92
Member Avatar for amharper

I do not understand how to get modules to recognize variables that have been declared Public in the frmMain section. When I try to use a variable in a module, and the variable has already been declared as Public in the frmMain section, VB shows an error that says the …

Member Avatar for vb5prgrmr
0
97
Member Avatar for culebrin

Hi, Is there any chance to get a visual basic 6 compiler for free? I mean, I have a vb6 project (made with the visual studio 6 IDE), but I have no IDE (visual studio 6 or something). Thank you very much. Omar

Member Avatar for vb5prgrmr
0
348

The End.