10,987 Topics

Member Avatar for
Member Avatar for stanwaka

Hi people. I've been writing a little application and I want the user to be able to exit a form by pressing ESC key. I have tried a this so far but no joy: [code] Private Sub frmMenu_KeyPress(KeyAscii As Integer) If KeyAscii = 27 Then KeyAscii = 0 End End …

Member Avatar for leoimperial
0
103
Member Avatar for ReeciePoo

How do you add columns in list boxes so u can have sortable sections for us in a database project | Column 1 | Column 2 | Column 3| |-----------------------------------------| | Data here | Datahere | DataHere | ______________________________

Member Avatar for PVBert
0
98
Member Avatar for t3hfr3ak

Ok... I am making a frogger game and I have 3 Timers... 2 of them have 1 cars and 1 timer with 2 cars. Each time the timer goes through its cycle it declares the position of the car. Then Calls a function. The timer with the two cars Calls …

Member Avatar for t3hfr3ak
0
187
Member Avatar for click_me

Hi guys, i am new to the VB and i need help please ;) Here's my problem: I am required to find out the properties and codes of a box moving. I'm given directional arrows,a "random" button and a "start"button. When i click the start button, the box moves in …

Member Avatar for click_me
0
74
Member Avatar for ahmad-ezzeddine

please freinds can you help me to find a french PDF tutorial for VB if you have any site please post it to me he URL thank you all

Member Avatar for didier-fr
0
68
Member Avatar for ReeciePoo

Im havin noobie problems like making OK and Cancel buttons any help please lol?.. also how do u go about makin seperate dialog boxes so that when i click on New Entry it opens a "New Entry" Dialog?

Member Avatar for sk8ndestroy14
0
85
Member Avatar for ndeniche

does someone know of anywhere i can find tutorials 4 VB 6? I'm on vacation, so i have plenty of time to hang around, and i would love to learn VB the way it's suposed, since at college i had a teacher that was a total jerk, so... plz someone …

Member Avatar for sk8ndestroy14
0
90
Member Avatar for saldelmundo

Actually I have a lot more questions than this about this application that I'm working on, but this will at least get me started. I'm trying to get my app to look for a specific filename (C:\test.txt) we'll say. Every 100ms. Once the file exists, I want to run a …

Member Avatar for saldelmundo
0
127
Member Avatar for ReeciePoo

In VB6 How do u add tabs? and also how do u add those box thingies for e.g |-------------------------------------------------| |[U] Name | Sex | Age |[/U] [U]| Mary | F | 18 |[/U] [U]| James | M | 22 |[/U] [U]| Jane | F | 104 |[/U] bad example but …

Member Avatar for jbennet
0
102
Member Avatar for lucid_fox

Hello everyone, I am searching for help with a current problem involving MS Access and VB6. My situation is this: I have a (rather large) program written in VB6 that uses an MS Access database. I have user-level security implemented on the database itself, which (though a not-often used capability) …

0
72
Member Avatar for Knight_Blazer

I am try to create a couter that will show seconds and minutes. I need the counter to start at 0 seconds and 0 minutes. I made a label to display the the counter and named it Label1. I also have the timer object called Timer1. I think I might …

Member Avatar for vbCNEW
0
96
Member Avatar for TKSS

I need to add registry keys and replace registry keys inside a vbs script...I started one...and it executes fine. However, I want to append "M:\MLS\bin" portion to the end of the existing key...as you may guess, I don't want to overwrite all my PATH environmental variables...but that is what is …

0
90
Member Avatar for Missionary

Hello, I'm trying to create a multiplication table using For/Next loops in Visual Basic 6.0 for my beginning programming class, and I am totally lost and don't know what to do. Could anyone help me? It's supposed to be created using For/Next loops and other nested loops within the For/Next …

Member Avatar for davidcairns
0
136
Member Avatar for rutujagore

I am trying to open powerpoint slide through webbrowser using vb6 when i use ppt2003 this piece of code works : WebBrowser1.Navigate2 "D:\Documents and Settings\testers\Desktop\ComparePPT\newgrp.ppt" WebBrowser1.AddressBar = True this opens the ppt file in the web browser. But if i try the same code in powerpoint 2007 WebBrowser1.Navigate2 "D:\Documents and …

0
55
Member Avatar for JohnKelly

I have been using a call to SHBrowseForFolder to select a folder where the user can Load or Save files. We have a request to allow the user to create a new directory to save files. Is there a call to something similar to SHBrowseForFolder but one that allows a …

Member Avatar for davidcairns
0
118
Member Avatar for ReeciePoo

I was wondering, why is there alot more things like (button, textbox, tree-view and mroe) in 2005 then VB 6? is that all there is in vb6 or is there more?

Member Avatar for davidcairns
0
56
Member Avatar for MyMel

Hi everybody, Help PLEASE!! I'm sure it something simple but I can't seem get my mind around it right now. I am exporting [URL="http://database.ittoolbox.com/groups/technical-functional/access-l/copy-excel-sheet-to-a-preexisting-workbook-1428747#"]data[/URL] from a current access form to an excel spreadsheet then I am copying that data to an existing excel workbook where the data will be used …

Member Avatar for davidcairns
0
117
Member Avatar for husseina78

Dears im petroleum engineer i want to create a program that enables the user to draw a pipeline system which consists of pipeline segments,pumping station,valves etc... i want the user to draw the pipeline segment on a form as (line or arrow) and let this ([U]line or arrow[/U]) be an …

Member Avatar for vbCNEW
0
100
Member Avatar for t3hfr3ak

I am trying to make a game using VB... I am making frogger... and when he is on the grass I want the colour around the frog to be green then grey when he is on the road... so instead of setting the colour for each of them and having …

Member Avatar for vbCNEW
0
104
Member Avatar for jetaw03

in the properties window of the data control after i select the databasename, when i click the recordsource a dialog box appears which says "unrecognized database format".. what would be the problem?

Member Avatar for jetaw03
0
117
Member Avatar for purplegerbil

Hi, I have written an application using a MDI. This is working well. Within the toolbar it has over 10 buttons each opening a different window within the MDI. In the future I will be adding more to the application. My question is, is it possible to create an application …

Member Avatar for PVBert
0
96
Member Avatar for Fungus1487

hey all. I have self taught myself VB.net and VB6 but want to expand my knowledge. Can anyone reference any good intermediate Books for VB6 And/Or VB.net?

Member Avatar for jbennet
0
108
Member Avatar for Kees Baltus

I need to read "Title tag" and "original date"of pictures. I installed WIAaut.dll and put Commondialog on form. :'( I can read all items from the Img.Properties with a loop. It is difficult to find out how to get only the "Title tag" and "DateTimeOriginal".

Member Avatar for Kees Baltus
0
109
Member Avatar for ericseven

I was given an unused copy of Visual Basic 4 as a gift. Is it possible to upgrade this to Visual Basic 6? I've already searced MicrosSoft's web site, but I couldn't find any info about this.

Member Avatar for jbennet
0
171
Member Avatar for Nelly1965

I am processing word documents and would like to move the files to a new location after processing. What code do I use to move file from one directory to another.

Member Avatar for shasur
0
84
Member Avatar for Phreak

Hi Can you help with amending this code, so it no longer looks at the boot ini, but will look at apx 200 separate texts files called "textfile1.txt" "textfile2.txt" etc etc consecutively for the line of text "Max100" and remove and replace with "max200" This is a piece of code …

Member Avatar for shasur
0
92
Member Avatar for marlon ng

I got this from a book.: Forty students were asked to rate the quality of the food in the student cafeteria on a scale of 1 to 10 (1 means awful and 10 means excellent). Place the 40 responses in an Integer array and summarize the results of the poll. …

Member Avatar for scudzilla
0
190
Member Avatar for jetaw03

guys, i need help in using VB 6.0.can you help me to get a data from an excel file from ms access and put it in ms excel..pls help me guys..:'( here is the sample of the file in access: sum1 sum2 22321 123123 here is a sample of the …

0
67
Member Avatar for Randika

Hi, Can you please help me to solve this problem?It's... [B]How to restart and turn off the computer through VB6.0?[/B] [B]cordings needed.:rolleyes: [/B]

Member Avatar for jamello
0
228
Member Avatar for t3hfr3ak

I am having a small problem with my program... Right now I have a text document with name, file location, imdb rating, ect. I had it working last night to view the text and show all the info in labels. This is still working. The problem I am having is …

Member Avatar for t3hfr3ak
0
137

The End.