VB6 consume web service with SOAP 3.0
I would want that someone help me to develop the code to consume a webservice using SOAP 3.0 & VB6 or guide me to a internet site Here's the wsdl: Code: <?xml version="1.0" encoding="UTF-8"...
View ArticleDuplicating a Form
I want to create another Form similar to Form1 with controls .. I do not want to use select all , copy and past method for Form2 .. I tried to save Form1 as with different name and tried to add Form as...
View Articlecolor listview gets error after refreshing
i have a code that colors a row in the listview when i run it for the first time then i see the colored listview and everything is ok when i open the listview again or refresh then i get error there is...
View ArticleVisual Basic 6.0 question
Hey all, For the past year at school I have been doing Visual Basic in a computing class, I do not know much at all about the language itself but am learning quite quickly. My issue is I want to be...
View ArticleInputing data into Microsoft Access from Visual Basic 6 Problem
Hi, IÂ’m completely new to Visual Basic 6, I only learned the basic a bit from a book Visual Basic for Beginner. So when it came to a harder coding, I got easily confused. I have a problem in inputting...
View ArticleHelp with mouse_event
So I am coding a mouse clicker and got everything working like grabbing the position, setting how many times you want to repeat, etc. The only problem is getting the mouse to click on every loop...
View Articlemade this program how this make read must
Hello my first thread in this web site i make a program please help me my program is consist in picture box and cammand button and 4 text box seen in picture and when i click button then result show...
View ArticleDate format in VBS script
Hi, I have no knowledge in VBS. I use a small application named Clavier+ (Keyboard+) Such application allows to assign a VBS script to a hotkey. As an example the following short VBS script can be...
View Article[RESOLVED] color listview gets error after refreshing
i have a code that colors a row in the listview when i run it for the first time then i see the colored listview and everything is ok when i open the listview again or refresh then i get error there is...
View ArticleImages removed from Picturebox if object moves on top
I'm using BitBlt to draw colored balls on a Picturebox. Also using BitBlt I can randomly move these balls around the Picturebox using the mouse pointer. The problem I have is that the ball images get...
View Article[RESOLVED] saving all textboxes
hi on my form it creates some html pages in a textbox at runtime this looks on forms and lists all known textboxes i just need to save them all its finding them ok Code: Dim lines() As String, i As...
View ArticleDownload multiple files simultaneously by using an array of these controls
Hi, I am using Ultimate Winsock Downloader (HTTP, FTP, Files > 4GB) to try and download simultaneously by making the controls into control arrays. However, if I have vb Code: loader.DownloadHTTP...
View ArticleNeed help with FileName
In an application I need to open a textfile,"James.txt" The following code works : Open "James.txt" for input as #1 Input #1,abc My next step is to use FileName instead of "James.txt" Open FileName for...
View Article[Help] Stuck on program
I have encountered a block in my programming escapade. The project that I am working on is from a visual basic 6.0 programming book and is a program that opens a data file filled with roman numerals,...
View ArticleAny help with teaching software to convert from VB3?
Dear All, Apologies if this is a question that doesn't have a solution and you've heard it many times! ;-) I have some old code (see content of mak file below) in VB3 that I would like to try to get to...
View ArticleHow to read xml in vb 6
Hi sir, am learning jabber. i want to make a room searcher. send xml: Code: <iq type='set' id='Nimbuzz_SearchRooms' to='conference.nimbuzz.com'><query xmlns='jabber:iq:search'><set...
View ArticleI need help WebBrowser
How do I move the event from the web On Check Source Code: <div class="innerBox content" style="position: relative; width: 160px; z-index: 2; font-size: 12px; font-weight: normal; color: rgb(37,...
View Article1 computer can send mail the other one cant
i have a email form where i send mail or to 1 customer or to all customers in my laptop its working fine in my pc when i try to send to all it dosnt do nothing i can pick a person from the list and...
View ArticleCopy Data from One database to Other
I have two MS ACCESS databases (Db1 and Db2) with many tables, i want to copy all data from Source Database to Target Database using vb6.
View Articleappend all .txt file in one big file
in c:\mydir\ have approx 12 13 .txt file... i need to join all .txt from c:\mydir\ in one big .txt file named BIG.txt in the same dir... how tow?
View Article