Deleting 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 ArticleListView header drop down?
This is a really neat feature in Explorer and I'd like to add it to my ListView, but I'm not sure how: None of the documented styles for the header control do that. Anyone have any idea how to do it...
View ArticleHow to run opened form Directly?
I have a project in which i have added hundreds of forms....is there any way by which i can directly run(execute) opened form without changing in 'sub main' option?
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 ArticleUsing InStr to Search for Words on Web Page?
If I were to key in a word like "automobile" and open the first page for that particular word on Thesaurus.com, and then search within that web page in the Synonyms section for any synonyms, and then...
View ArticleHod do I get value selected from ComboBox VB6
Hi I'm using this line of code: txtFld.Text = comboValue.Text to get a value selected from ComboBox, but it doesn't show on TextField there after selecting it, any idea why? Thanks in advance
View Article[RESOLVED] update sql not executing part 2
I have this record in msflexgrid which is the basis for updating the database. I am not sure why I am getting error TYPE MISMATCH. What could be making that type mismatch error that unable me to update...
View ArticleClick Button In WebBrowser Control Not Working
Here is the HTML: Code: <input type="image" value="Say It!" class="sayButton" name="SayButton" src="images/tts_oddcast_sayit.gif" onClick="DoAction(this.form.textToSay.value,...
View ArticleHow to insert and Update 2 tables at once Via Sql
i created form that sells treatments and the history to save it now a customer comes along and buys 12 treatments for 120 Euro each time he comes to the salon to do a treatment that he paid for i...
View ArticleHow to make an array of values that corresponds to an array of images?
I have an array of images in a PictureClip control. It is arranged like this: Code: +---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+ | 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 |10 |11...
View Article[RESOLVED] Click Button In WebBrowser Control Not Working
Here is the HTML: Code: <input type="image" value="Say It!" class="sayButton" name="SayButton" src="images/tts_oddcast_sayit.gif" onClick="DoAction(this.form.textToSay.value,...
View Article