10,987 Topics

Member Avatar for
Member Avatar for IconKana

Hello fellow earthlings. Using VB6, I want to write a MENU program that executes exe files, or executes dll files. The MENU file should have a function that sends a parameter to A.exe, or B.dll as an example. If A.exe or B.dll received the parameter from the MENU, then they …

0
153
Member Avatar for INI

Good Morning guys, Can someone please tell me how to insert a fileopen dialog in VB? What I want is when the user clicks on a button, the program takes them to a particular directory or folder, that way they will be able to select files on their own from …

Member Avatar for IconKana
0
3K
Member Avatar for eriquetoxique

Hey guys, i have been stuck for over two weeks now on a pos system that i am creating. My form is connected to an access database but cannot update records either on the form from Access or on Access from a VB form. Can someone please help me throuh, …

0
80
Member Avatar for Hazuan Nazri

Hello, can somenone help me solve this problem? i try this code to insert my data into microssoft access 2013 database but when i insert, a new row is created with no data, someone can help me? this is my code for my save button, only date can insert. acsconn.Open() …

Member Avatar for Hazuan Nazri
0
265
Member Avatar for joshyjoy
Member Avatar for herowontcry

hi all, i am working on visual basic 6.. i am finding codes on how to ping url/ip address directly from vb6.Then, it will reply or response if there is succesfully ping or not.really needs someone help. I had try google and found codes but its provide error because it …

Member Avatar for Stuugie
0
52
Member Avatar for rasheedraj

Private Sub pre() Dim cnview As New ADODB.connection Dim rsemployee As New ADODB.Recordset Call connection(cnview, App.Path & "\Commissions.mdb", "endromida") Call Recordset(rsemployee, cnview, "SELECT * FROM commi_cus WHERE sha_no ='" & txtShaha.Text & "'") If recexist("commi_cus", "sha_no", txtShaha.Text, cnview) = True Then Call hlfocus(txtPrt): Exit Sub With rsemployee txtPrt.Text = .Fields!funa …

Member Avatar for Reverend Jim
0
67
Member Avatar for locsin

Greetings! Anybody know how to insert marquee or scrolling text message in statusbar panels using Visual Basic 6. I want to put scrolling message in my status bar anybody could help me plz. Thank you in advance.

Member Avatar for Kibepaul
0
1K
Member Avatar for maldz

im making an airline reservation system, now my question is how to do the seat reservation with different flight schedule in one form only. I dont have any idea on how to make it but i already make a form which has a 36 seats. so confusing. do i need …

0
86
Member Avatar for maldz

can you please help me on how to search multiple data and display it to my datagrid. im a newbie in vb6 and im having a hard time in coding.

Member Avatar for maldz
0
178
Member Avatar for marluke

hey..my name is marluke.. i want to know the code of Save, Edit and Delete using visual basic 6 and the database is Ms Access does any body wants to help me? please i really want to know and learn visual basic.. thanks for helping LuKeZ

Member Avatar for Mark_Jones
0
6K
Member Avatar for a.sithick

hello dani, I am using shape sql for datareport without dataenvironment conncetion towards parent-child relation ship table. But doesn't work with error. Because parent fields only accepted in my project. I am attaching my vb 6 project to your kind attention please. Option Explicit Dim con As ADODB.Connection Dim rs …

Member Avatar for a.sithick
0
841
Member Avatar for zebnoon

Hye, I have problem with Auto Generate Slip No from Database.I wrote following code to get last record but it does not give me last record. Please help me? [CODE]Private Sub Command1_Click() Module1.Connect Dim rs As New ADODB.Recordset Dim str As String str = "SELECT Item_ID FROM Entry_Tab" rs.CursorLocation = …

Member Avatar for rasheedraj
0
1K
Member Avatar for geoffy0404

hello I want a timer in my Access database form using Visual Basic I have the code dim i as integer=0 timer1= i label1.Text = "Remaining time:" + CStr(2500 - j) + "seconds" i = i + 1 If i > 5000 Then Timer1.Enabled = False commandbutton1.text=stop End If which …

Member Avatar for mridul.ahuja
0
250
Member Avatar for micca.jhai

Can someone help me?.How to alert data in Form automatically without clicking into the datagrid.I need to pop up the message box when the medicines expired without clicking in the datagrid. I have a table name inventory field names MedicineName, genericname, StockQuantity,"Expmonth", "Expday", "Expyear". here is my code Private Sub …

Member Avatar for mridul.ahuja
0
179
Member Avatar for natsume57

hi, can somebody help me? i am using visual basic 6.0 with microsoft access 2003 database i have a form that view the data from the database through the listview my problem is it says Compile Error: Method or data member not found heres my code Private Sub Form_Load() Dim …

Member Avatar for Reverend Jim
0
1K
Member Avatar for Encheiridion

hi, done some work is not finished yet but this two versions\stages are runable. and what is very helpfull, to read opinion, suggestion, critic, ideas, feelings about. here is the link: http://softwareconstructor.webs.com/ and i need to read what u think about two firsts: * tryout2 (10bm) * and tryout1 (190mb) …

Member Avatar for Jorge Cordeiro
0
190
Member Avatar for mizzrain.rain
Member Avatar for junnits23

Can anyone help me, how to make a sectioning syntax in my enrollment system. I can't think of a way on how to do it. This is my current logic. The student will input his/her General Average if it is >= 98 Then he/she is section 1. But if section …

Member Avatar for belalhamdy
0
89
Member Avatar for Alyssa_1

Sooo...I was told to start a new thread about this. So I'm trying to make a link between TextBox1.Text on Form1 to TextBox2.Text on Form 2. What I currently have is a line of code underneath my TextBox2_Change code reading: TextBox2 = Form1.TextBox1.Text This ALMOST does what I want it …

Member Avatar for belalhamdy
0
703
Member Avatar for sukanya.seluka

I am doing my final year project in college admission with vb6.0. i have completed 60% of the project.I have created several register forms for ug, pg, mphil and so on. And then i have admission register form.I have also created database for all those forms in oracle 10g. i …

0
147
Member Avatar for dre-logics

Use visual basic 2008 Form1 with a text box (ScanArtikelBarcode.txt )on it barcode scanner I use now this code to read a barcode Private Sub ScanArtikelBarcode_KeyDown(ByVal sender As Object, ByVal e As System.Windows.Forms.KeyEventArgs) Handles ScanArtikelBarcode.KeyDown ' This way I collected the scanned barcode and process it against my table and …

Member Avatar for dre-logics
0
347
Member Avatar for leonel68

i have a windows forms with 7 texboxes, i would like to save the input into a sqwl databse , but i am having a bit of problem, this is my code: Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim con As New SqlConnection("server = …

Member Avatar for Dany12345
1
3K
Member Avatar for tomas.fillipus

How can i code a program in visual basic.net that when a control for color or font is clicked the appearance of the text in the text boxes is altered according to the following rules 1. If the check box text box 1 is checked the appearance of the text …

0
77
Member Avatar for sukanya.seluka

i have a serial id, and i should fix that only 100 entries are allowed.How can i do this by code? and also how can i automatically generate consecutive numbers i.e from 1 to 100.Please help me frnds.I have to complete my project soon.

Member Avatar for sukanya.seluka
0
163
Member Avatar for hvebsr

I want to put the path and name of a spreadsheet, the page and number of pages and the date and time into the footer(s) and display it in Times New Roman 6 pts. I made the following macro: Range("A1").Select ActiveWindow.View = xlPageLayoutView` Application.PrintCommunication = False With ActiveSheet.PageSetup .LeftFooter = …

Member Avatar for hvebsr
0
293
Member Avatar for ashwinshenoy

Hi All, I have just completed my project in VB 2008 express edition. Now I want the project to be converted to .EXE so that I can deploy it on other computer / laptop. Could any one please help.... Regards, Ashwin

Member Avatar for joshl_1995
0
2K
Member Avatar for hvebsr

When I format the date so that a field gets the value as year-month-day-hour-minute-second, I omly see the date-portion, the rest is filled with zeros. I use: strDT = Format(Date, "yyyymmddhhmmss") I get '20140226000000' What goes wrong, or how can I get the desired result?

Member Avatar for hvebsr
0
95
Member Avatar for stan yost
Member Avatar for Alyssa_1
0
3K
Member Avatar for Sajjad_1

i want to run this Query with **ADODC control** and show result in **Datagird View** Private Sub Command1_Click() Dim Sell_tbl, Stock_Bottle, res As String Sell_tbl = "SELECT Sum((Quantity)*12) FROM Sell_Detail Where Cateogry='Large'" Stock_Bottle = "Select Sum(No_Of_Bottle) FROM Add_Bottle Where Cateogry='Large'" res = ((Sell_tbl) - (Stock_Bottle)) Adodc1.RecordSource = Sell_tbl Adodc1.Refresh Adodc1.Caption …

Member Avatar for abelingaw
0
326

The End.