[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 ArticleGet 2 mouse cursors on a form?
Hi there everyone. I am working on some math programs for teaching students, and the schools have these touch screen computers which are awesome, but I was wondering if there was a way to get more than...
View ArticleCreate & Populate table in VB6
Hi, I have need for a lookup table in VB6 but see no way to make a table. Is there a table control? Via Google I found mention of Flexigrid but this isn't in my Components-Controls list. If/When a...
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[RESOLVED] Why does this code unload my whole project?
There are two forms. The first one(form1) has a command button. When you click it, it calls the second form(form2) using this code: Code: form2.show In form2 there are two picture boxes. The first...
View Articlehow to write hex conversion in VB 6.0
Hi ... i try to follow the code below for my hex coversion somehow it says "sub or function not define" in hexadecimal line. Code: Private Sub Hex_Click() Dim value As Double Dim hex As Double...
View Articlewriting to excel by VB code when the same file window is open
Hi, I am trying to log the data into a excel file continuisly which will be received from the com port. I want to do this in a in interval of time. Also, if i keep the file widow open I should be able...
View Article