Operation must use an updateable query.
Hi to all master, i'm new in vb6 programming and i'm creating a simple server/client connection which saves and delete a record. upon clicking the save button i always get an error of OPERATION MUST...
View ArticleKeeping Score in vb6
I am coding Pong in Visual Basic 6, I am currently struggling on how to keep a running-score for each paddle. I would like the game to be up to 10 "Points". Once a player has reached that he will be...
View Article[RESOLVED] how can i make a progressbar with 15 seconds duration countdown
how can i make a progressbar with 15 seconds duration countdown i mean like 15 ,14 and when it is 0 then msgbox popsout
View ArticleImage (or Label) Control Array (Index) within UserControl?
I am wondering if it is possible to use image or label control arrays on a UserControl? Like, if I were to use the following code: Code: For i = 1 To 12 Form1.UserControl1.Label1(i) = "X" Next Is...
View ArticleMake chart like this
hi.. iam use Ms. excel to make chart like this and the data source: KELURAHAN PENYAKIT QTY Kota 1 TBC KELENJAR 10 Kota 1 THYFUS DAN PARATHYFUS 1 Kota 2 TBC KELENJAR 6 Kota 3 TBC KLINIS TANPA...
View Articleset/calling OCX from different path of System32
I have a ocx in c:\mydir\myocx.ocx I need to calling this ocx from local dir insteda to system2. Note: i cannot have a permission to save this ocx in sytsem32 :mad::(;)
View ArticleChange Webbrowser Background Color On The Fly
I would like to know how to change the webbrowser background color on the fly. I've loaded a URL and I want to be able to possibly Document.Write a background color change. Any ideas?
View ArticleUsing PictureClip
I thought PictureClip holds an array of pictures (Rows and Columns) and in order to get a certain element you needed to reference it by it's row and column numbers but I do not see any property to do...
View ArticleDeleting Installation Proram
Hi, all. I want to make my installation program a "run once only" program. So I currently have the installation program install the compiled VB. When the VB.exe is run, I have the following code:...
View ArticleI want to get my Results as an array then Send them to an excel Sheet !!
Hi, I'm a Civil Engineer and I'm new to VB I've this assingment that should be delivered after 9 hours :cry: I should make an " Interaction Diagram " and that is some sort of a diagram between...
View ArticleStatus while copying files
Hello everyone, The purpose of this project is nothing more but to see if the files are still being copied, or if the process has stopped copying, or if the files or folders are still being copying,...
View Articlesum of columns in sql which includes null values
I'm trying to retrieve a field based on a condition as follows. A11, A13, A21 and A23 are the columns (Number data_type) may contain null values. My condtion is : Retrieve SubID where (A11+A13-A21)...
View ArticleForm Objects Position Top Left
Hi everyone, I was wondering if there is any tool in VB6 itself or a third-party-tool that can allow me to get the position of objects that I move in my form. I do this manually but is taking me for...
View ArticleSave MS Access Database file as a ZIP file with VB6 code
I would like to know how to save my MSAccess Database file as a ZIP file with the help of VB6 code. Can anyone help me please ?
View Articledisplaying just one name out of lot in List View
hi, yeah its me again now, i have saved data to my table in which fields are CustID, CustName, PrdID,PName while saving what happens is a Customer buys many Products, what i do there is i add all the...
View ArticleVb-Sql 2000 Date format Problem in query
I am using vb6 for developing my database application for storing and displaying data. The Problem is the date format in different computers using my application. The Client has different computers...
View ArticleVB6 Help: Delete Multiple Items
Hi good day mates =) I'm new here, sorry if this post is wrong. Problem: As the title said, I need help with; Listview multiple selected items and delete them. Code of Delete botton Code: Private Sub...
View Article[RESOLVED] update sql not executing
Code: Dim updatestr As String updatestr = "Update tbl_purchaseheader " updatestr = updatestr & "set rrponumber= " &...
View ArticleListbox help
I have problem getting item in List3 when clicked on list1 item Attached Files sample.zip (2.3 KB)
View ArticleDate Validation
Hi I have this code below, validating the date. so far it's just validating the date. I'm accepting a data from the user and I want to throw error also when they put future date, be it on the month or...
View Article