[RESOLVED] command line and new object
I run into a scenario that I am stuck. I have an exe, and in the program, there's this sequence: 1. Create an object provided by API. 2. Call that object to login. 3. On logoff, call that object to...
View Article[RESOLVED] How do I determine the distance from border of Form to border of...
On a Form I have a Picturebox. How do I calculate the distance from Form.Left to Picture1.Left and Form.Top to Picture1.Top The Form and the Picturebox have ScaleMode = vbPixels
View ArticleBeware of the Default Command Button
I had a very perplexing problem that took a while to figure out, so I thought I would pass it on. I had 2 communications programs, the original Host and a Client that was copied from the original and...
View Article[RESOLVED] Checking multiple words existance in a textfield
Hello, Guess I'm having a textbox named Text1 (or richtextbox, if it isn't possible in textbox) filled with some alphabetical music notes that are separated by commas, like: Quote: A,B,C#,D,E,F#,G#...
View ArticleDragging a picture from one application to another using OLEDragDrop
When you start to drag an image from one app to another you see that drag icon (see attached image) but I would like to show the image I'm dragging instead. Can this be done and how? Attached Images Â
View Articlewebbrowser and tv tuner
good day. may I ask if anybody has already a code for viewing streaming with webbrowser control from a tv tuner.
View Article[RESOLVED] Need Help (VB6 + Access Multiple user update)
How to allow multiple users to get into the same Access database? multiple users having a problem on updating records at the same time. only 1 user can successfully update record. What am i doing...
View Article[RESOLVED] how to prevent this msg by showing up
i have a Mdiform and a chid form each time i open the child form and then want to exit the program i see this any way to fix this? Attached Images Â
View Article[RESOLVED] time in time out
i have form for employees when they come to work and punch in and out so far i managed to code the punch in clock but not the punch out clock cant figure it out i tried something but i get a error...
View ArticleDLL/OCX Registry Problem With Win 7
Hi All. Actually I have 2 Questions Related to Registry Problem. 1. System : Windows 7, 64Bit I'm getting an eror Code : 0x8002801c if I'm trying to Reg. the files "Tabctl32.ocx" and "COMCTL32.OCX" and...
View Articlehow to check username as password before punching the clock in & update the...
i'm trying to check before a user punches in his name and his password i played with it and every time a different error shows up. end if without else, variable not define, and so on or it enters...
View ArticleNeed Help VB6 + MYSQL
I am trying to create a remote database using MYSQL PC #1 : Connected and NO PROBLEM : this is where the database located (can add,save and delete) PC #2 : Cant connect to server. I'm getting error :...
View Article[RESOLVED] Invalid Property Value? Why?!?!
Good morning, I am using the below. But I am throwing an error at sub item 21 and 22. When I go into debug mode and hover over 21 & 22, it states Invalid Property Value. However if I hover of the...
View Article[RESOLVED] Listview item click throwing error messages.
Good afternoon again, I have the below. It was working at one point. I started to modify and add textboxes to modify it for a different function and I cannot get it to do what I want anymore. I have a...
View ArticleVisual basic 6 were for art thou :)
Hi all, Does anybody know where I can get a copy of VB 6.Ive been searching all over the place but cant seem to find it.Do Microsoft have a free version because they seem to be giving their more modern...
View ArticleTiming single vs double
I'm testing a function that loops about 10000 times and performs more or less complicated math operations. It turns out that when all variables are sinlge it takes longer than if they are double. Does...
View ArticleVB6 Dll works in Windows 2003 server but not in XP
Hello, I created a Dll using VB6, when the dll is compiled in WIndows 2003 Server, works perfectly... But when i take the same source, and compile it in a Windows XP computer, the Dll doesnt do...
View Articlekworld multimedia vb6
hellow guys, I have this kworld multimedia tv tuner, fullname is pci analog tv card lite. I want to use it with vb6. Any ideas how i can do this?
View ArticleHow do I do a perspective transform on an image?
I need to know how to map a normal rectangular image into any user-created quadrilateral (none of the sides have to be parallel in a general quadrilateral). One website had info that has given me a...
View Article