10,987 Topics

Member Avatar for
Member Avatar for aligatorfurr

I have to write a program that simulates a basketball game... I have the majority of it worked out with the following two exceptions 1) I can't figure out how to make my timer work. Each game is broken up into, quarters then into match ups. Each match up is …

Member Avatar for aligatorfurr
0
92
Member Avatar for ryan311

can anyone here know how to make a fade in and fade out label? in visual basic?

Member Avatar for Matt3144
0
120
Member Avatar for VBNick

Hi, I'm trying to make 3D clipping for my 3D projection program, and I am having trouble with the FOV calculations. The problem is that I set FOV to 45, but a point placed at 45 degrees from the camera does not appear at the edge of the viewport. I …

Member Avatar for VBNick
0
150
Member Avatar for yuleball

hi, i am using rtb. I want to print a specific character when user presses Alt+some key by using chrW() method. I want to detect in KeyPress() event of rtb when user presses Alt+Key. How can i do that? I know i can detect (Alt+x) like combinations in Key_Down event …

Member Avatar for Comatose
0
1K
Member Avatar for ryan311

i have 2 table in my database access 1 is temporary and the second one is temporary2, how can i save all the data in temporary to temporary2? im using adodb.

Member Avatar for choudhuryshouvi
0
85
Member Avatar for giovany

how do i learn programing?eventhough how hard i try to understand the languages, i can not absorb it, pls help me about it

Member Avatar for giovany
0
83
Member Avatar for visuallearner

Hello- I am new to Visual Basic and have done tutorials, as well as checked VB help and online to help me with this problem, but I can't figure it out. I am trying to make a 'Supervisor field' in an excel spreadsheet mandatory. If users do not complete this …

Member Avatar for Ramy Mahrous
0
191
Member Avatar for chopin2256

In excel, what I am trying to do is list the number of occurrences of column B, based on the number from column A. Here is sample data: [B] A..........B[/B] 3..........40 5..........56 2..........23 .......... .......... .......... .......... Example output to column C would be: [B]C[/B] 40, 40, 40 56, 56, …

Member Avatar for JacoMuller
0
87
Member Avatar for dreyes67

In my form I have a pull down that will display the names of all the clients. The users select a name, and it is entered in the field. But, then I have a few lazy Uses that will enter any thing to save time on their part. This is …

Member Avatar for visuallearner
0
148
Member Avatar for Hairul

Require help I had 2 question 1) What is the script when I select Option 1 click command button will go to form 2 and select option 2 click button command will go to Form 2? 2) What is the script connection within vb6 to mssql?

Member Avatar for Hairul
0
85
Member Avatar for kehar

Hi In vb6 I would like to display the contents of long message in more than one line. When I use the following command the entire message display in single line only thereby making the message box long The command that I am using is as under msgbox " abcd …

Member Avatar for debasisdas
0
89
Member Avatar for veledrom

Hi, Code below generates this error "Run-time error 424 Object required". What can i do? VB6. thanks [code] Private Sub Command3_Click() My.Computer.Registry.CurrentUser.CreateSubKey ("TestKey") End Sub [/code]

Member Avatar for Comatose
-1
164
Member Avatar for firoz.raj

[ATTACH]8892[/ATTACH]Sir i want to create a separator bar for the column in listbox ,i have written a code . it is working fine .but i need separator bar to distinguish column in a list box : [code] Dim con As ADODB.Connection Dim rs As ADODB.Recordset Dim i As Integer Private …

Member Avatar for firoz.raj
0
153
Member Avatar for veledrom

Hi, I want to create a little program to run xxx.exe stored in my server from my local PC. It will be run automatically when i start my PC. How can i do it? Thanks

Member Avatar for cguan_77
0
104
Member Avatar for aligatorfurr

I'm having problems writing to a seqential access file in VB 6 [code] My.Computer.FileSystem.WriteAllText(path & "checkinfo.txt", _ ourCheck.employee.PadRight(20) _ & ourCheck.check.ToString("N2").PadLeft(10) _ & ourCheck.chkdate.ToString("N2").PadLeft(10) _ & ourCheck.total.ToString("N2").PadLeft(10) _ & ControlChars.NewLine, True) [/code] my debugging errors are 'padleft' is not a member of char... any advise?

Member Avatar for aligatorfurr
0
96
Member Avatar for salman213

Hi I am new to VB but I was trying to just make a program so that if you press the letter A on your keyboard the text in a textbox is added to 1 (it starts at 0).... I'm using vb 2008 express edition. [CODE]Public Class Form1 Private Sub …

Member Avatar for jireh
0
147
Member Avatar for edward_paul05

<email/password snipped> ...,then,if u have an entered now in inbox download the filename system problem for my thesis. my program is in there,the problem is? how can i less and add the quantity of my items in database, for example ball 16 pieces if u have borrow 6 only all …

Member Avatar for jireh
0
109
Member Avatar for nagatron

Hallo to all VB programmers. . .I need help in viewing database using list. Please help me. . .I have this list of names in the database and I want to view it using listbox. Thank you for the help. . .God Bless Regards, Neil

Member Avatar for jireh
0
86
Member Avatar for RahulV

Hi, My parent MDI form (MDIForm1) has opens various child forms on their respective menu click events. I want to know that : 1) How will I check if a particular child form is already open? 2) On closing the MDIForm1 if any of the child forms are open then …

Member Avatar for jireh
0
224
Member Avatar for RahulV

Hi, Im not able to center a child form of a parent MDIForm (MDIForm1) it shows up error message "Invalid property value" while setting the StartUpPosition property to 1-CenterOwner, or 2-CenterScreen, or 3-WindowsDefault of the child form. How can I set all the StartUpPosition property of the child form? Please …

Member Avatar for jireh
0
671
Member Avatar for attari19

I have a decompiled VB 6.0 Project but source code in Native code but How I can convert Native Code to VB 6.0 Code ? Please solve this hot issue... SNIP

0
44
Member Avatar for Board22

plz help me , i would be very thank full to you i want to build a software in vb6 with folloeing features 1. i want to enter a numerical data sequenc vise in five rows and unlimeted colums like entering a data in microsoft office exel. whether it would …

Member Avatar for Board22
0
141
Member Avatar for dinilkarun

Please help me in positioning the scroll bar at the bottom of text. Please help me by providing the code snippet.

Member Avatar for Comatose
0
257
Member Avatar for Rombosia

Hi guys, I have OPOSPOSPrinter.ocx that I'm supposed to use to connect to a fiscal printer and print. I have installed it's drivers. According to the OCX's limited documentation, it says there should be an entry in HKEY_LOCAL_MACHINE\SOFTWARE\OLEforRetail\ServiceOPOS. I've juggled all I can on this entry with no avail. Is …

Member Avatar for jaasaria
0
578
Member Avatar for Ole Raptor

I have a Stored Procedure that is called through VB6 for a report. The Reports were working great until yesterday. Now all of the reports that use that sp are timing out. The default time is set to 60. I have adjusted this to 1000 and the report finally displays. …

Member Avatar for Ole Raptor
0
166
Member Avatar for Ravi Kant

Please Help me. Please see the attachment. I have created a project and have coding problem. Please help me. it's urgent.

Member Avatar for binoj_daniel
0
97
Member Avatar for vishal_nut

heyy i m makin a video splitter in VB 6.0...the problem is that wen i split a video file is 2 parts or more only ...the video gets splitted but only the first splitted video runs...others do not....i know the header wud not be present in other videos...now wat shud …

Member Avatar for vishal_nut
0
56
Member Avatar for brothertse2008

Im having trouble with my internet linking. I have a picture boc named [I][B]picq[/B][/I] that i want the user to be able to click to take them to a web page. i tried the following: picq.picture =(url) im new to this so bear with me

Member Avatar for brothertse2008
0
189
Member Avatar for firoz.raj

Can anybody tell me where should i pass sql statement in crystal report . suppose i want to pass these codes in crystal report.this would be greately appereciated. [code] RECORDSQL = "SELECT * From MR WHERE (((MR.Req_no)=" & Text12.Text & "));" rs.Open RECORDSQL, con, adOpenDynamic, adLockOptimistic [/code]

Member Avatar for firoz.raj
0
117
Member Avatar for rajeevppm
Member Avatar for Comatose
0
87

The End.