Havin Issues with my Loop
I'm workin on this program that takes all the strings in a list and turns them 1337(leet for those who may not know). The leet function is working but it won't move to the next string in the list. I've...
View ArticleSQLite3
Hi all, I am at complete wits' end. I just cannot get a working demo using sqlite3. I am thwarted either by broken links, demos not running, my casual knowledge of VB.... Can someone give me a pointer...
View ArticleSave a small integer array as part of a udt
How to include this array into the udt below mMarkedNumber(1 To 10) As Integer can this be done if yes how ? Public Type SavedKenoGameGame tmpbetMode As Integer tmpSpotMarked As String * 2...
View Article[RESOLVED] Send a header with cookie using xmlhttp
Hello I want to send a header (GET) containing cookies returned by a previous GET header. First header: Code: http://mymodel.blogfa.com/comments/?blogid=mymodel&postid=17&timezone=12600 GET...
View ArticleGet ProgId or CLSID From Object/Variant
Background I need to be able to determine the ProgId or CLSID of an object held in the generic Object variable type, or Variant type. Google and forum searches have been unsuccessful. I have a project...
View ArticleVB6 How to replace a string in a text file?
Example my text file looks like this: 1234567 44 1234654 34 5654376 20 Lets say 1234654 represents student number and 34 is the balance. When I search and load a student number, I want to be able to...
View ArticleCustom MsgBox
I need to make a custom MsgBox. I'm thinking to just use a picturebox with the message and a custom button. My main concern, regardless of how I make it, is I need to know how to make it modal just...
View ArticleVB6 SP6 Installation Error
Hi all, Here is my environment: OS: Windows 7 Pro 64-bit I have already installed Visual Basic 6.0. I want to install the Service Pack 6. However, the setup cannot continue and it says: Thanks, Lester...
View Articlewinsock(i) help splitting then sending data out
i have a list1 containing my urls list http://www.example.com/submit.php http://www.e12ple.com1/ela/submit.php http://www.e3423ple.com2/subfolder/submit.php http://www.exple.com3/p33/asdsz/submit.php...
View ArticleRun-time Error '3021': Either BOF or EOF is True
My program is a simple inventory system. It has a 3 main form which are Main,Add and Edit form Error: Every time I tried to select an item from the listview and press the Edit it shows an error....
View ArticleWinsock Packet Issue
I'm workin on a program that connects or logs in to a website. The website is on a vbulletin board. I sniffed the packet and put it in my program, but i can't find anything that explains exactly what...
View Article[RESOLVED] DIY door lock
good day. I have this biometric device and I want to use it with another do it yourself door lock. Can I ask for an idea how to do this? I was planning to use small dynamo motor but I dont know how to...
View ArticleHELP CODE: Search All Category
Hello =) i'm Mark from Philippines My program has a 6 field names via Access Database Problem: I wanted to have a Search box which can search 2 field name data. My current code has the ability to...
View ArticleForm display problem
Hi, I have a problem with one of my applications. It has a MIDI form and some child forms that i display when needed. The problem is that when the child forms are displayed the content of that child...
View ArticleDragDrop attachments from outlook (2010) on a listview (or any other component)
I'm trying to understand if it's possible to support OleDragDrop attachments directly from outlook to our application. The format's that are given aren't documented in any VB6 document. There are 3...
View ArticleVB6 Install to XP nightmares!
Hi All, Having real problems installing VS6 Enterprise to Windows XP Pro SP3 I already have VS/VB 6.0 Installer v1.5 from nuke.vbcorner.net - and that installed to Win 7 and Win 8 no problem! On XP,...
View ArticleDisk or network error
Hello everyone, When I start a project and access a database I get the following erro: "Disk or network error". It worked without this error, but because I used the database name and the recordsource...
View ArticleControl msflexgrid flicker
I have an 80 number msflexgrid that randomly selects 20 numbers and puts a different image selected cells I have tried to put a small sleep to control the flicker, but it either does not help or slows...
View ArticleLine command doesn't work
What's wrong with my code Code: Private Sub Form_Load() Me.BackColor = RGB(83, 83, 83) Me.DrawWidth = 3 Me.Line (0, 0)-(Me.Width, Me.Height), RGB(124, 35, 2), B End Sub
View Article