Textbox and Label are not the same.
I have this code, try this Quote: Private Sub Command1_Click() Command3.Enabled = True Label15 = Val(Text3.Text) * Val(Text4.Text) Label16 = Val(Text5.Text) + Val(Text6.Text) Label14 = (Val(Text3.Text)...
View ArticleReading files in a specific directory by date creation and renaming them
Hi everyone , i need help from the Pros here in vb . I need a code that look into a specific directory and start renaming the files in that directory by creation date and hours . this is an example of...
View Article[RESOLVED] how to add multiply forms in visual basic 6
i made a new project and i want to transfer from my old project all the forms about 66 of them now one by one adding them is taking to long is there a way to add all these form at once to this project?...
View ArticleNeed Help With Logic to Tally Score For a Four-Score Game
I'm currently working on a Score Four game. I have all the graphics done, the moving of the balls from the pool of balls to the poles on the game board. Every thing works great. But now I am faced with...
View ArticleHi, everyone. I was wandering if there's away to get my source code back?
Hi, I have really big project that Iv been working on and I had to buy a new laptop, because it died, and I though that I have backed it up on my external hard drive, but it did not work I had to back...
View ArticleReading files in a specific directory by date creation and renaming them...
Hi everyone , i need help from the Pros here in vb . I need a code that look into a specific directory and start renaming the files in that directory by creation date and hours . this is an example of...
View Article[RESOLVED] VB5/6 code for "sign" function in VB.NET
Don't use NET, but trying to rework some NET code. What's left is the NET "sign" function. Anyone have a VB5/6 equivalent?
View ArticlePacker/Protector
hi i wanna protect my projects from crackers i need a good exe packer and too need a new method for packing my source in vb6 can uc ( user control ) help me to make this roll ? please if you want help...
View ArticleHow to Register a DAO350.dll file
I made a program about 10 years ago with VB5, and Office 97 and have been away from it for years. When trying to install the program into a new computer I am getting "unable to register DAO350.dll...
View ArticleUnable to consume WCF service from VB6
Scenario, 1. Created a WCF service with netNamedPipeBinding 2. Hosted it in windows service 3. Created a com visible wrapper component since wcf service will be consumed by VB6 4. Tested the com...
View ArticleProblem on creating exe file
I am having a problem on creating exe file. I compile the project, after compilation, I look for the exe file on the project folder but no exe file visible or created. Any ideas? Any help?
View ArticleMDI Child causes MDI Parent to disappear in Windows 7 64-bit
I am testing a VB6 application for compatibility as we move to Windows 7 64-bit desktops in 2014. I have noticed something that is very strange and can't work out why it's happening. When I open...
View Articleunexpected error number 429 has occurred" Activex component to create object
I am getting this error with nothing added to a simple 1-form test project (started new project, saved, compiled, attempted to deploy). Running an HP laptop with Windows 8.0, Visual Studio 6 Pro. When...
View Articlesystem using RFID device?
please help this thread.. What is the name for this system? Re-post from nanajol I am suppose to use a RFID (radio frequency identification device) to activate(open) a gate. i am to use visual basic 6...
View ArticleVB6 with MSEXcel...Exiting excell error...
Hi. The same application ran fine on Windows XP but is reporting an error on Windows 7: Please advice. Thank you Attached Images
View Articlesaving file to a public folder in windows 7
Hi. How do I save a file using Vb6 to a public location/folder where users profile/name is not needed?
View Articlei want 3rd party EXE application run inside form.
Hello! i want to add 3rd party EXE into vb form and only running inside form not outside running. here is exactly what i want same but when i was embed 3rd party exe then it always outside running not...
View Article[RESOLVED] how to copy ListView added files to temp folder
hello guys how to copy ListView added files to temp folder thank you
View ArticleDatePicker MaxDate
I have a DatePicker, and on properties I have set max date to today. the problem with this date is that it doesn't change it always keep today's date 17/12/20003, even if the date is 18/12/2013, and I...
View ArticleActivex component to create object but run normally in debug mode
Hi everybody, i installed a program written in VB6. The program was used COM+. For along time, the program run normally. Today, when i run it, it pop up an error: .."Activex component to create...
View Article