10,992 Topics

Member Avatar for
Member Avatar for johans22

I am very new to vb6.0. I got these questions: in vba 6.0, how to check if time is between today 6:00 PM and next day 6:00 AM then do something. in vba 6.0, how to check if time is between today 1:00 AM and 6:00 AM then do something. …

Member Avatar for mlesniak
0
118
Member Avatar for Linh_1

can someone show me how to do this please? I am new to programming languge? here is the requirement? Thanks. Create a database table with 10 records with the following fields: Lastname, FirstName, Phone Number, Street Address, City, State, Zipcode. The table name is: “User Info”. Please create the table …

Member Avatar for Aslam Mansoor
0
344
Member Avatar for Madhu_5

Plz tell step step procedure to play music in my Microsoft visual studio 2005 for my opengl projects

Member Avatar for djjeavons
0
220
Member Avatar for djjeavons

This snippet demonstrates how you can add VBA code to an Excel file at run time. **Prerequisites** In this snippet I am using Microsoft Excel 2013 with the Microsoft Excel 15.0 object library. Before you can use this code, you will have to change a setting within Microsoft Excel to …

0
2K
Member Avatar for ranilxmie

hi.. I want to create a similar loop, but what is need is to copy a range of data (example from A1:A10) for about 5 times. meaning, 1st copy, A1:A10 in B1:10, then copy A1:A10 again in B11:B20 and so on for 5 times.. any expert advise pls ?

0
109
Member Avatar for krish_1

Hi Dan, i am looking for something where i click on the button and the excel sheet opens. i have created buttons on the VB excel but i am looking for the coding about how should i link the excel sheet with the command button? please can you help? regards, …

Member Avatar for DaveAmour
0
206
Member Avatar for Mahantesh_1

Count Equal Numbers in Text box How ? Hey guys, I want to Know is there any way to Count Similar Numbers which entered in single textbox in VB6 as a example; i have textbox named txt1 in that user can type any value (2,12,23,2,34,12,2,2,23,54,12....) (separate the values by adding …

Member Avatar for Reverend Jim
0
370
Member Avatar for lyca

Please help me in solving this error of my project. This error appear when i enter this character [ it shows me that i enter an invalid string. where particularly is the error? does it concern with the keyascci? thanks for ur help.

Member Avatar for Minimalist
0
371
Member Avatar for Elliot_1

For my computing GCSE course i had to create a keyword cipher and most of my class did it in VB console, so so did it. Little did I know, it was the most difficult project i have had to code. I can't figure out what is wrong with the …

Member Avatar for Elliot_1
0
205
Member Avatar for Mr.M

Hi Dw. I'm creating a multi-client/server program. I have developed both client and server the server will connect up to 3 clients simultaneously and each client may send an action request to a server at anytime and the server should be able to reply to only that particular client, at …

Member Avatar for Mr.M
0
200
Member Avatar for gordon_1

I am trying to create a program using the console application to solve quadratic equations but the math.sqrt syntax is producing the wrong answers

Member Avatar for gordon_1
0
99
Member Avatar for Christian_4

I have a system named library system and all works properly but not in borrowing i can search the books i want to borrow but when i input my member_ID i encountered runtime error which says " No value given for one or more required parameters" but i have filled …

Member Avatar for Christian_4
0
330
Member Avatar for AndrewBone

hello, I have in my procedure this code: 1. Selelect Case Count 2. Case 1 3. Call MySub1() 4. Case 2 5. Call MySub2() 6. Case 3 7. Call MySub3() 8. '... 9. Case N 10. Call MySubN() 11.End Select But using an array: 1. Dim ArrMySubs(N) as string 2. …

Member Avatar for djjeavons
0
97
Member Avatar for tanidani

Hallo, I need to make in practice a application running in WIN7. This application must read continuously the sound(noise) received from the microphone and, if the level of the sound(noise) is higher that a adjustable value, to activate to display some random files (messages) on the screen and at the …

Member Avatar for mridul.ahuja
0
372
Member Avatar for Liwons

Can you help me to fix this pls. Ty :) ![Untitled.png](/attachments/large/4/56bcf602f2b942d369db5fac83e05b45.png "align-center")

Member Avatar for mridul.ahuja
0
127
Member Avatar for Mr.M

Hi Dw I'm creating a program in Visual Basic 5.0 and what I want is to listen to keyboard keys the main form that I will be using to listen to the keys will be hidden so that is my problem to detect the keys while the form is hidden. …

Member Avatar for Mr.M
0
374
Member Avatar for Bashar_1

hi all this code give me input box i want to make the Characters like this ******* Dim x As String x = InputBox("inter password") If x = Label1.Text Then Me.Hide() frm_chose.Show() Exit Sub End If MsgBox("try again")

Member Avatar for mridul.ahuja
0
892
Member Avatar for lyca

im a complete newbie in visual basic and im currently working on my first project which is the book borrowing system. the project is almost done except with this error. Syntax error(missing operator) in query expression 'Title like %Mathew Henry's Commentary:GEnesis to Revelation%"

Member Avatar for lyca
0
281
Member Avatar for Liwons

SELECT BANK ACCOUNT.*FROM BANK ACCOUNT ORDER BY ACCOUNT NAME What is the missing operator here? In sql statement, pls I need help

Member Avatar for Liwons
0
134
Member Avatar for Liwons
Member Avatar for djjeavons
0
119
Member Avatar for Liwons

Dim searchvar As String Dim sbookmark As String searchvar = Text1 searchvar = Trim$(searchvar) If searchvar <> " " Then With Data1.Recordset sbookmark = .Bookmark .FindFirst "ACCOUNT NO like'" + searchvar + "*'" If .NoMatch Then MsgBox " No Record Found " .Bookmark = sbookmark End If End With End …

Member Avatar for djjeavons
0
292
Member Avatar for genie_ps

Hi, I am a new member in this site. I am also just learning VB6. I made some progress in programming a report generator for my farm. However, after having designed a report using Data Report designer, I keep getting the same result or reports repeatedly although I have changed …

Member Avatar for borge438
0
3K
Member Avatar for Nicolei

I Dont Know How To Add The Login Code And The Poll Code This Is My Layout Created In Visual Studio 2013 Login [Click Here](http://i300.photobucket.com/albums/nn4/Nicolei_Esperida/Screenshot%2016_zpscdvryyx0.png?t=1425394848) Poll/Voting [Click Here](http://i300.photobucket.com/albums/nn4/Nicolei_Esperida/Screenshot%2018_zpsqjyvn3pk.png?t=1425394868)

Member Avatar for ddanbe
0
240
Member Avatar for MAILENE

Hi to all! I am having a 69 fields in datagrid, i can add data into it but as i have selected certain row, not all data displays on the corrsponding textbox. there are 5 fields didn't display "runtime error subscript out of range"... here is the code: Private Sub …

Member Avatar for Reverend Jim
0
207
Member Avatar for Samir@ymail

Dear sir, I am getting some port input in ASCII form, and wanted to convert it in HEX form, I have used following code '\\\\\\\\\\\\\\\\\\\\\\\\\////////////////////////////////////////// For A = 1 To Len(sText) HexIt = HexIt & Hex$(Asc(Mid(sText, A, 1))) & Space$(1) On Error Resume Next DoEvents Next A HexIt = Mid$(HexIt, …

Member Avatar for Minimalist
0
168
Member Avatar for Alessandrorenzi

I have to call a Sub in "parametric" way, for instance instead of: call MySubCompute( par1, par2, par3) in a way like this: dim MyString as string MyString="MySubCompute" call MyString....... can you help me?

Member Avatar for Santanu.Das
0
77
Member Avatar for Papa_Don

Hi Group, I've written a macro to save a copy of the spreadsheet at the end of each day. I tried to test it as a shared file and learned the macro wouldn't work. Is this normal for a shared document? If so, is there a way around this? How …

Member Avatar for Reverend Jim
0
326
Member Avatar for SaRa Ahmad

Set rs2 = New ADODB.Recordset rs2.Open "select * from company_name", db, adOpenKeyset, adLockBatchOptimistic rs2.AddNew If pdfpath <> "" Then Set pdffile = New ADODB.Stream pdffile.Type = adTypeBinary pdffile.Open pdffile.LoadFromFile pdfpath rs2.Fields("pdf") = pdffile.Read rs2!co_no = Val(co_no.Text) rs2!co_name = co_name.Text ''' pdffile.Close Set pdffile = Nothing rs2.Update Set rs2 = Nothing …

Member Avatar for Goutami_1
0
1K
Member Avatar for ClaireBear82

Hi, I need to write a program which counts the frequencies of heads and tails when a coin is tossed 15 times. The user enters H or h for heads, T or t for tails. to record the outcome of each toss. It does 15 tosses then you have to …

Member Avatar for Reverend Jim
0
137
Member Avatar for Spark_2

I'm trying to take some basic form data (item and quantity), from a form where this sort of information is filled out by a user, and after the user clicks "ADD", the entered info is moved to a DataGridView on a different page. The following code: Me.DataGridView1.Rows.Add(...) ...does not work …

Member Avatar for Spark_2
0
4K
Member Avatar for benghoi

Hi Im new with this and tryng to learn thru reading any sources in internet, but i have no idea where to find a solution to my problem. Every time i save or update a new entry to my database it working find but when im trying to search the …

Member Avatar for Santanu.Das
0
245
Member Avatar for Centorpe

I've managed (over a very long time) to write a program in VB using Visual Studio 2008. This program is now published to my website and works well. Probably because people shy away from downloading and running .exe files or due to lack of my understanding of search engines, I …

Member Avatar for AleMonteiro
0
1K
Member Avatar for Lacrecen

hello!~ i have a search button on my form and i need to search all the information inside the "information" table. i have 10 fields. what i've code is: adoInfo.RecordSource = "select * from information where name+age+score+birthdate+gender+civilstatus+citizenship+contactnumber+address+email like '%" & txtSearch.Text & "%'" adoInfo.Refresh If adoInfo.Recordset.RecordCount = 0 Then MsgBox …

Member Avatar for slavica.k
0
206
Member Avatar for wezhas

im studing my a'level may please help me to solve this problem **scenareo** the hk university's mathematics dpt is looking for a way to automate the determination of the roots of a quadratic equation. The equation is of the form ax2+bx+c=0 where a,b and c are abitrary constants. The solution …

Member Avatar for Minimalist
0
120
Member Avatar for M.I.Sahil

AOA, I m using vb6 with Access 2010 (DAO recordset) and Crystal Reports 9.22 I have developed a projet in vb6 it works fine at desing time but when i Install it (i mean after Package and deployment) and run the projet everything works fine but when i run reports …

Member Avatar for M.I.Sahil
0
2K
Member Avatar for jhaiyz

Hi to all daniwebians! I want to make application that starts automatically when windows starts! Anyone can help me? Thanks!!!

Member Avatar for jhaiyz
0
110
Member Avatar for realgerra

Input and store the temperature recorded for a month. you must store the temperature in two dimensional arrays, one for the midday temperature and one for the midnight temperature. All the temperature must be validated on entry and any invalid temperature rejected. you must decide your own validation rules. you …

Member Avatar for happygeek
0
80
Member Avatar for diazv2

I want to create a login form by taking the text written on the notepad file in the same folder . is there anything that can help me

Member Avatar for diazv2
0
115
Member Avatar for Michelle_5

Is there any difference between visual basic 6 and 2010? SAP not working in vb 2010, help! :(

Member Avatar for jhaiyz
0
86
Member Avatar for jhaiyz
Member Avatar for jhaiyz
0
109
Member Avatar for wegdan

i need to connect the data grid to access db using ado code and vb6 (without using adodc control)and diplay the result of a select statemet on it and here is the code that i am using (it give me a run time errorr 3705 : the operation is not …

Member Avatar for jhaiyz
0
4K
Member Avatar for Shanu_1

i am in need of coding for retrieving data from access database using combo box, which means retrieing the stored particular details that for eg, retrieving particular students details using the students id that is retrievied by combo box.

Member Avatar for jhaiyz
0
93
Member Avatar for Papa_Don

I need to identify how the code identifies that a file is at the "eof" (end of file). Here's why: On Monday's, I'm having to combine text files created over the weekend that will eventually be read and pulled into an Excel spreadsheet (generally there are three files). Using VB.net, …

Member Avatar for |-|x
0
448
Member Avatar for Nova6112

Hi, I'm developing VB6.0 Project using SqlServer2008. After completing the project if i'm using MsAccess the .mdb file will be stored in Package but when i'm using SqlServer Which file shouli use or how can i use sqlserver for using in other system which are not installed SQLServer2008

Member Avatar for JerryFJustic
0
133
Member Avatar for M.I.Sahil

AOA, I m using VB6 as front end and MS ACCESS 2010 as Database (DAO recordset) , I have created some Parametric queries in Access and also created some Crystal reports based on those queries, all this work find in designe mode, but when i compile the project and make …

Member Avatar for M.I.Sahil
0
454
Member Avatar for edzel joh

i am a student college ,we have a project that covers the inventory and pos i need help for giving me some advise to create this project using vb.net and ms acces

Member Avatar for Reverend Jim
0
338
Member Avatar for M.I.Sahil

Can anybody let me know, why i receive a (Runtime error 3319: Syntax Error in union Query), when I run the following union Query : sSQL = "SELECT 0 AS VoucherNo, #" & Format((txtFromDt), "dd/MMM/yy") & "# AS VoucherDate, " _ & "Vendors.VendorName, ""[Balance Brought Forward]"" AS Narration, 0 AS …

Member Avatar for M.I.Sahil
0
376
Member Avatar for PinoyDev

I am creating a table dynamically of which fields are date. I have a running code below but I want to remove those doble quotes in both sides.. If I remove the chr(34) on both ends, I get this error saving "invalid field defination". My code and table screen shots …

Member Avatar for PinoyDev
0
145
Member Avatar for Hari om
Member Avatar for Pompy

Hi i am trying to do this project for class and i have been stuck on it for a couple of days Here is the assignment **Array Assignment Write a program that allows the user to enter up to 20 Pro team names and then displays them. The user doesn’t …

Member Avatar for Santanu.Das
0
184

The End.