473,537 Members | 2,672 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Visual Basic 4 / 5 / 6 Forum

Visual Basic programming language and IDE - Ask questions about rapid applicatoin development, GUI, database access, DAO, RDO, ADO, Active X Controls, objects, Microsoft Visual Basic 4/5/6.
18
2,041
Dököll
thread by: Dököll | last post Mar 25 '07 by: Dököll
Greetings and Salutations! You deserve a look at the finished product you have helped build. Will only post part of the code, judging by the massive if statement included: 'Application: Lyrical Content Reader Software 'Licensed To: Shunji Moriwaki 'Programmer: Dököll Solutions, Inc. 'Date: 01/31/07 'Time: 15:45 AM 'Credits: Prof. ...
18
1,254
thread by: Tomservo | last post Mar 18 '07 by: Dököll
The Image box is being populated via an If & Then statement, but I need to clear it before the condition changes. Are there any 'one-liners' out there?
18
3,365
thread by: godofredo | last post Apr 13 '07 by: Killer42
Hi everyone. I have 3 arrays of doubles that represent 3D coordinates. The arrays are of 8000 points so I put here a little example. x = { 0.3 , 0.6 , 0.2} y = {2.0 , 0.3 , 0.2} z = {1.0 , 2.0 , 3.0} So x(0),y(0),z(0) is a 3D point x(1),y(1),z(1) is another 3D point and so on. What I would like to do is to sort the 3D points in space...
18
11,129
thread by: ana10192000 | last post Jul 24 '07 by: Killer42
VB6.0 Private dbParts as Database Private dbParts as Recordset guys help, i can't execute my program compiler error says: " user-defined type not defined " i'm not much a knowledgable programmer, i'm still just a student, do explain it in a little bit detailed statements. thanks!
18
2,222
thread by: nfenlon | last post Jul 25 '07 by: Killer42
I'm new to VB express 2005 and am having some trouble with coding. I'm using a CASE structure in my program and i'm wondering if anyone can help me. Instead of Saying "Case 1,2,3,4" is there a way of saying "1 to 4". I've tried everything and nothing works. (TextBox1.Text >= 1) And (TextBox1.Text <= 4) didn't work either. PS: the actual...
18
2,466
xtianixm
thread by: xtianixm | last post Aug 2 '07 by: xtianixm
please can anybody help me on this. the image below is the output of my chart however the lower part of it that encircled with red is my problem! is anybody on this forum know how to change those number(1-12) into words because i want it to be january to december plss help!! http://www.xtianixm.110mb.com/graph.JPG
18
7,175
thread by: raghunadhs | last post Sep 5 '07 by: Killer42
Hi All, I have few pairs of float vlues, like (1.5,4.5),(4.67,8.90)..etc. Now i want to draw a graph among the points. is there any "Graph" control? is it possible to draw graphs in V.B 6.0? if it is possible,kindly let me know it. Thanks in advance: regards: raghunadhs.
18
17,762
thread by: vishwaskothari | last post Sep 17 '13 by: Chege
i need to develop a dynamic datareport . here by the word dynamic i mean that the contents of the report will vary according to the users input. for eg : i am doing a search operation.and the result of the search will vary according to the input. so i need to know how to map that varying result with the datareport. and one more thing...
18
3,526
thread by: yashumrhsn | last post Oct 16 '07 by: yashumrhsn
can anyone help me to get userid and password from access database..then it compares the userid and password and opens a new from that shows the details from the database for that user..
18
2,442
Mohan Krishna
thread by: Mohan Krishna | last post Oct 17 '07 by: Mohan Krishna
Hello everyone! I am using VB 6 on Windows XP. I tried to show a form named "prodListFrm", when a textbox named "prod1Txt" placed on another form named "customerFrm". But, it is happening that the form is loading for infinite times. Here is the code:- Private Sub prod1Txt_gotfocus() prodListFrm.Show vbModal prod1Txt.Text =...
18
3,956
lee123
thread by: lee123 | last post Nov 21 '07 by: daniel aristidou
is there a way to make random words or letters instead of numbers? lee123
18
1,559
thread by: Vbbeginner07 | last post Dec 18 '07 by: Vbbeginner07
Please go thru the code,the statement bolde d is not working, this is for code validation....... Code:(vb) str = ListView1.SelectedItem rs1.Open "select * from empdetail Where name='" & str & "'", conn, adOpenStatic, adLockOptimistic store = rs1!id If rs1.EOF Then conn.Execute "insert into...
18
7,244
thread by: if1467 | last post Mar 18 '08 by: Killer42
I am using VB in excel and I have a list of numbers in column A and I am trying to find which numbers match up to make a sum of another number. The list of numbers is quite lengthy, and there may be more then one combination. Ex. List = 1 2 3 4 5 6 Sum = 10 output = 1,2,3,4 and 1,3,6 and 1,4,5 and 2,3,5 and 4,6 Any ideas?
18
3,091
thread by: Andi Rustandi | last post Jul 22 '10 by: Andi Rustandi
Hi All, I have some problem with vb6 code. I have a data contain : :25:0186350587 :25:186350587 :25:86350587 :25:6350587 :25:350587
19
3,930
thread by: delwar66 | last post Nov 11 '06 by: Killer42
Hi everyone, I am a novice in vb scripting and trying to get something from it. I have a scripts that read an existing table, take the argument from 2nd column ( Firs colum is sequential number) and then populate the other colulm with info. Now my question: what would be the code to ask the scripts to read the table read the certain row number...
19
3,517
thread by: codeman54 | last post Jan 26 '07 by: willakawill
I need help to make a random function to randomize all of the presidents names can any one help me out with this? Thanx
19
1,741
thread by: Kubo | last post Mar 22 '07 by: Dököll
Hello, hope you can help with a problem I have creating a program of mine. What I want is when I press a button, an InputBox will appear stating "Write the food you want and press ok". I've done this, but I want that after you press OK a new window will appear and according what food you wrote before some info will come in it, info that I will...
19
9,707
thread by: rents | last post Apr 16 '07 by: Dököll
Hello everybody. I am a complete noob in writing VB code. I don't have a problem drawing a form, but when it comes to code. I am lost. I have a user interface design class and we have a small project due. I was wondering if anyone could give me some mega help. The project we have to complete is the following: The Fast Freight Shipping Company...
19
1,791
thread by: Filter2700 | last post May 29 '07 by: Killer42
I need to know how to make it so that when you click the commandbutton, text will appear in the OLE white box field thing. I'm new to VB6, so I'm thinking it's a command. I need some good step by step instructions on how to add the code to it or make it work. Also, what is the code to shutdown a PC? Thanks for any help, it's greatly...
19
11,679
thread by: smugcool | last post Jun 11 '07 by: kadghar
HI ALL, I am having multiple .csv files in a single directry. I wanted to import all these files in a excel file with semicolon delimeted by a single click of a button. Can anyone please help me to get rid of this problem. I am in urgent need. plz help. Regards Anup kumar
19
9,388
thread by: LucasLondon | last post May 5 '14 by: MoeG
Hi there, First of all apologies for the long post. Hope someone can offer some advice. I have about 200 columns of time series data that I need to perform a correlation analysis on in terms calculating lagged cross correlations between all the variables. Currently the data is stored in Excel. Variable 1 is in Column A, variable 2 in...
19
21,352
thread by: muddasirmunir | last post Oct 23 '07 by: muddasirmunir
can any body tell me how to round numbers in in exactly two decimal places i had use a function round(text1.text,2) but whenever there is zere(0) at the end it does not show it for eg for round function show 220.3 i want to show 220.30 (zero at the end)
19
3,603
thread by: brendanmcdonagh | last post Dec 3 '07 by: VACEPROGRAMER
Hi, Does anyone know how to display differences between 2 times from 2 different dtpicker displaying results in HH:mm rather than just h or n? I am designing a project for friend so she can enter her start, end, and lunch time in order to calculate total weekly hours worked. I did have a text box input way of doing until i realised that...
19
2,113
lee123
thread by: lee123 | last post Dec 31 '07 by: daniel aristidou
how do i change this code to do dates instead if time: CurrentTime = Format(Time, "hh:mm") If CurrentTime = txtBillTime.Text Then Beep frmAppointment.WindowState = 0 'Restore form End If lee123
19
3,216
daniel aristidou
thread by: daniel aristidou | last post Jun 1 '09 by: vacvac
Hi guys is there any possible way of creating 2 mouse cursors. I want to create a dj application that allows two mouses so you can syncronize certain taks such as "scratching" 1 cursor would be controlled by the mouse hardware and the other by a touchpad

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.