after 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 ArticleQuestion about Winsock OCX
Can I use the API funcition "setsockopt" in conjunction with the Winsock OCX? Or will I have to go all-API for my Winsock implementation, if I choose to use the "setsockopt" API call?
View ArticleSave button?
Hey guys, currently I'm making a basic text-editor program. So, I want to make a save button which will save all the text written. PLEASE HELP. (I'm using VB 6.0)
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 ArticleWhy 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 Articlerun time err 10 in vb6
hi what is the cause of run time error 10 this array is blocked or temporarily locked.
View Article