Save text submitted by a user in the text box to a txt file in VB 5
Hey there, i was wondering if any one knew any code or tips that would help me acomplish a small program im trying to create? i wanted to make a basic word processing program, i have most of the key...
View Articlevb6 and timeout error when moveNext on last selection
Hello; I am having problems with VB6 and SQL Server 2005 and 2008. I am working with an application, built by a vendor but I have put a lot of work into myself. It is an archive and retrieve app that...
View ArticleHow do I write in textbox like terminal ?
Hello everyone i need write in textbox or richtextbox like terminal in Linux Exam: The textbox start order like this Order:~# Here write any Command i have in my code if i write command does not exist...
View ArticleBasic Network Practice?
I've developed an application before to be run in the main PC only. Last year, the company required me to make a client side application where it can be put to other workstations but some processes and...
View Article[RESOLVED] How to Set which Option Button is True
Hi, I have a form with 3 option buttons on it and having trouble with settings. I've tried .Option1.value = 1 and .Option1 = True in Form_Load but always the same button is selected. How can I set the...
View ArticleHTML entity Unicode Hex Character
Hello! I receive permanently a XML document wich contain strings like this: "Iași" "Galați" "Rīgas pilsēta" What can I do to convert automatically from VB...
View Article[RESOLVED] Forms - viewing and opening
Hi, I have a couple of questions about Forms. I want to use one as a sort of msgbox. But after I unload it, the next Show command invokes an error that it was previously unloaded. How would I get...
View Articlepopulating the datacombo control in vb6
I am trying to populate a datacombo control in vb6 using ado and my challenge is that the datacombo only shows up with the first row in the collection. I have shown my code below. I want it to show all...
View ArticleCmd button fore colour
Been reading a bit about this and it looks like the best option is to use a Check box or radio button with Style=1. After clicking though, it leaves a marquee dotted line on the control until you click...
View ArticleCheck_OCX.exe
"An application has been developed (Check_OCX.exe) that will find all the OCX files on your local computer system, identify if they are a VB6 control, and determine if they are current (or out of...
View ArticleHow to Check the internet connections adapters list?
Hello :wave: I have 2 internet connection on my pc, where one is broad-band connection "Local Area Connection" and another is a dial-up connection "Idea Internet". Now here I want to get the list of...
View Article[RESOLVED] Cmd button fore colour
Been reading a bit about this and it looks like the best option is to use a Check box or radio button with Style=1. After clicking though, it leaves a marquee dotted line on the control until you click...
View ArticleVB6 Rotation
Hey guys ! I would love to know how or.. if we actually can rotate an object using VB6 :-) Hm.. Hm.. I don't have any idea how to do it so if any nice people there who would have the pleasure to wrote...
View Articlestrings comparison issue
hi guys, i am having a little strange( is a silly issue mostly) problem with handling of strings and files. basically what im doing is i've a file on my server which has the login info for a user.. the...
View ArticleKill vs Deletefile
I can use kill and Deletefile command in vb6 to delete a file. But which one is better to use and why?
View Articlevb6 always loads the wrong dll msxml6 version
Hi I am trying to get the following code working on Windows 8 Dim objXML As MSXML2.DOMDocument Dim objNode As MSXML2.IXMLDOMElement I understand that the version of MSXML6 that comes with windows 8...
View ArticleCpu Utilization in vb6
Attachment 99175 Code: Private Wmi As Object, Locator As Object Private PrevCpuTime As Long, SampleRate As Long Private Sub Form_Load() SampleRate = 2 'in seconds Timer1.Interval = SampleRate *...
View ArticleMozilla Control Error
Hello everyone, I have downloaded and installed the latest version of "Mozilla Active X control 1.7.12" from Code: http://www.iol.ie/~locka/mozilla/control.htm Added it's component "mozctl.dll" in my...
View Article