VB6 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 ArticleInitialize and allocate memory for String through pointer and/or memory routines
Hello, I wrote a routine that parses strings passed to it, and which will be looped millions of times. I refined it to the point that it's running pretty fast, but not quite where I want it. I can...
View Article[RESOLVED] VB File Copy Application
Would it be possible to make a VB application that can copy/move files that would be faster than using the conventional File Copy utility that comes with Windows?
View ArticleOpen File Security Warning
When I compiled the exe file and upload it to website, then download it on another PC, every time I try to open that file it prompts the message that relates to security and asks if I want to open it...
View ArticleVisual Basic picture box help
Hi, I am currently working through a project that keeps track of stock for my company. We have a website with all products on with pictures. What I want to know is ... I have a database with products...
View Articlemaking shoppping counter software ,getting started help
the software is relating to counter in shops or stores , the mail archivement of this new project is to calculate prices sub total item list logs by date additional = barcode reader and read the price...
View ArticleVisual Basic String Function - Extraction and assigning of numeric value from...
Hello VB experts.. I'm developing a program in VB that should count votes of candidates sent thru SMS or text messages. The program is designed to automatically add votes of candidates taken from...
View Article[RESOLVED] vb prgram
help me in coding for vb6 program... i want a coding that gets some text as input and produces output where every alternate character is replaced with "-"(hyphen)..... :confused:
View ArticleVb 6 program pop up form.
Hi. . im just begininng in vb6..i have created a little program that pops up when a time is up then a program will pop up(the one i made ) Attachment 99243 Anyone familiar with handycafe timer? This...
View ArticleSPEED UP time of copy from local to server dir
I have a .mdb file in c:\mydir\ i need to copy in \\server1\dir\ i used file copy and other command but the time of trasfering file is very very big!!!! Have other solution??? note: I need to use VBA...
View Articlei cant add smileys in richtextbox ???
hi , i need help for add smileys icons ( .gif images ) in richtextbox vb6 can anyone help me how i can add smileys + text in richtextbox ? please if you want share example thanks in advance
View ArticleGenerate Form2 as a exe
I have two forms Form1 and Form2 on Form1 i have a button that says generate and a textfield for the name of the exe how do I get that button to generate Form2 as a exe with the name as well?
View Article