Msgbox with the good answer(work with file)
hi guys.I have to do a projekt for school.We have to do a quiz.We must take data from a file txt and I;ve got a problem.I've got 2 Option Buttons(Yes and No) and i need to make a msgbox with the...
View ArticleI need some help regarding in looping for scroll list :((
Hi Programmers, I have a problem regarding on how to display a multiple query values in scroll bar . Please look at the picture. Here is the scenario, : The user is trying to search a book, but the...
View ArticleConverting code for new Engine change over i need help
Old Program Engine: Konfuze Edit ReRelease New Prgram Engine: Eclipse Origins 2.3 Event system.(clean copy link of this source: Link ) Reason for not asking the engine fourm: they refuse to help people...
View Articlepassword protect an image file
Is there a way to password protect a jpg file directly to the jpg file? Like when the jpg file is open, you will need to supply a password to successfully open it. It sound like its not a vb6 issue but...
View Article[RESOLVED] password protect a file
Is there a way to password protect a jpg file directly to the jpg file like when you open the jpg file it will ask for a password? If this cannot be done, what is the other way to protect this jpg...
View ArticleOpen several files using Command
Goodmorning :) I have built a program of which I wish only one instance opened at time. To do this, I used Mutex and related API calls: Code: Function Is2ndInstance() As Boolean   Dim hMutex As Long...
View ArticleProbably elementary collection question
I assume this should be an easy question to answer, but I'm not too experienced with classes so it's far from obvious to me. What's wrong with the class code below, namely the Let x property? An error...
View Articleafter edit picture disappears
hello everyone i have a small problem i have a students recored with a photo when i add the students then the photo is displayed when i edit a student and change his date of birth or something else...
View Article[RESOLVED] Global Arrays
Hi, I'm doing my computing soursework for school and have come across one final problem which I though would be very simple to correct. All I need to do is define 2 different arrays so that they are...
View Articlehow to: sms site in vb6
guys how to use internet controls in vb6. I have seen a free sms website and I want to use it to send sms using application. Can you give me example how to do this? thanks.
View ArticleMethod 'folder' of iovctl failed Runtime Error -1975336103
Hi everyone, Long time reader (and I have been helped with many issues I've had). and first-time poster :) I hope this is in the correct place (AFAIK it is). I fiddled with some Project References and...
View Articleconverting from VB.NET to VB6
Hi Everyone - I know this is a VB6 forum, however, my end result needs to be in VB6 and not VB.NET.... The code below is VB.NET, but I need my code transfered to VB6. Basically what I am doing is...
View Articlewebbrowser html elements
Where can I see other information about webbrowser control html elements like wb.Document.All ?
View ArticleObject Library not registered? what....
Every time I add a control I get a Object Library not registered, and it happens when I open some of my old projects form vb6.0, please help me Because I cant do anything. Thanks.
View ArticleGet DVD drives status
anyone knows how to get the status of what is doing a DVD drive? I needs to knows few things, 1) if there is inserted something (which media type: Empty, CD, DVD5, DVD9) 2) if it is RECORDING that...
View ArticleDraw a trapezium from a file with gdi+
hi i've downloaded the project : [VB6] GDI+ Usage & Samples what i'd like to do is similar to "PolygonBlt", but instead of a rectangle, i would like a trapezium the sample project uses the function...
View Articlewebbrowser1 always error
Private Sub Command1_Click() On Error GoTo Err_Handler wb.Navigate "http://www.websitename.com/" Exit_Sub: Exit Sub ' Err_Handler: MsgBox "Error", vbInformation, "Error3" Resume Exit_Sub End Sub...
View Articlewhat is scitype?
Hi... i look through internet...there is a part of calculation using scitype(command1.index)caption...what does scitype for? thanks for your sharing explanation:)
View Articleclear and add new items in 2nd Column of ListView ?
How to clear and add new items in 2nd Column of ListView without clear all listview ?
View Article