Custom 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 ArticleHow to determine the Width and Height of Form
I'm making a custom message display Form and I want to resize the Form where the width will be dependent on the length of the longest line and the height will be dependent on the number of lines. All...
View ArticleCheck In
Hi, I'm creating a checkin form for a hotel. I've created the whole interface of the form and my problem is that i don't know where should i save the information entered? For example, the user fills up...
View ArticleWhy is this OCX keeps on restarting itself???
Hello, I am writing an OCX for my website, which is: http://www.theimp.zxq.net/ Also that when I get it to begin the Website, everything works out right but when the mouse is moved or clicked, then it...
View ArticleDefine cookies in webbrowser navigate
Hello I want to use specific cookies when navigating a webbrowser. I have this code but it causes a syntax error. Code: webbrowser1.navigate("http://domain.tld/page.ext/","","","","Cookie: foo=bar;...
View ArticleSQL to filter records from access table in vb6
Hello, I have this table for a payment log where there are a fields such as the PaymentID, DatePaid, Name. So in this table a single person can be having many payments records with different dates. I...
View Article