Quantcast
Channel: VBForums - Visual Basic 6 and Earlier
Browsing all 21845 articles
Browse latest View live
↧

[RESOLVED] how to enter only 1 thing in listview

hey im trying to enter only 1 thing in the listview i get error object variable this is the code Code:     If NewRec Then         Dim NewID As Long         NewID = NextID("HairID", "HairDressers")...

View Article


OCR sample code?

Does anyone have any OCR sample code? I am not sure of the font size or font type, but its always the same size and type of font, I would say maybe 20pt? I would love to get some sample code in VB.

View Article


[RESOLVED] Create fields

Hi I have written the below code sql = "ALTER TABLE cust ADD COLUMN ctype TEXT (1)" cnn.Execute sql MsgBox ("Fields Successfully created !") I want if field already exists then it should give message...

View Article

[RESOLVED] Picture

dim x as integer dim myday as string myday = format$(now,"mm") for x = 0 to 11 image(x).picture = image(index).picture next if myday = myday then image1(index).picture= app.path & "\*.jpg" ' that's...

View Article

General Discussion on Database Updates and Application Updates

Good Day, In the past I got great tips and guidance for a problem I had using this forum. So I thought I would as the Guru's again for some more guidance/tips What would be considered a good way to...

View Article


data interpolation

Hello hope everybody is fine ! Please, I tried to look in old post without success I'd like to find a sub, capable of giving me a polinomial interpolation of some data ex A B A1 B1 A2 B2 A3 B3 I'd like...

View Article

Unknown Publisher?

Hi, does anyone have the same issue? This "Unknown Publisher" security warning dialog always pops up upon opening your own exe, which strangely works fine when it's newly compiled! I noticed this...

View Article

remove webbrowser lines

hi i need a code for deleting any lines of webbrowser i need have a limite for my webbrowser this means i need code for i have webbrowser by only 2000 line if my webbrowser lines are 2001 auto remove...

View Article


VB6 Collision detection help

Hi, I am currently making a 2D side-scrolling game as part of my A-level computing project, but i cannot figure out how to make collision detection. This is the code i have at the moment, I have an...

View Article


type mismatch after saving data

hey i get error type mismatch when i save something i have to combobox with numbers in at and the combos values are text in the DB the thing is it saves me the data in the listview and after gives me...

View Article

Enumerate And Load Specific Icon From Multires Icon File Or Resource

Hello, If you load any VB6 compiled executable with no custom icons or icon resources in an icon or resource manager, you'll see 3 icons: - 16x16 16 Colors - 32x32 16 Colors - 32x32 2 Colors Back to VB...

View Article

[RESOLVED] how to sort listview by combobox

hey i have a combobox with names that i populate from a table in the database now in the combobox the are names i am trying to sort the listview by picking a name from the combobox i dont use additem...

View Article

how do i make my own forn theme

Hi every one good afternoon . How do I make my own themes, i have seen many done but I'm looking for a tutorial or an example how to do this please help thanks for your time. Andrea

View Article


Using Ctrl+C and ctrl+V

Hello All, I'm trying to use control key ctrl+c to copy from textbox and use ctrl+v to paste in webform field as following but code not paste text in webform field! please what I'm doing wrong? or is...

View Article

Geometry Lab

Should anyone be interested. I have constructed an interactive software "Geometry Lab" in VB 6. Free when requested. (http://geometrylab.org )

View Article


Adfly and get URL from SKIP button

Hello everyone! To understand what I mean to say, check this link <removed by moderator> If i hit right mouse click on yellow SKIP button (right top of the screen) I can get the COPY URL method,...

View Article

Finding my program instance in LAN computer and send a message to close that...

I want to Find a running instance of my program in any of the network computer and if found, send a message to that user to terminate that program. Its like sending message from program to the same...

View Article


[RESOLVED] how to delete records using delete from clause

how to delete record comparing rs(0)=text1 and rs(1)=text2 Code: cn.Execute "Delete from table where name =" & txtname & "', surname='" & txtsurname & "'"

View Article

Loading controls

Hey guys, Two questions here: 1) Using the Load Control function, is there a way to save the control so its still there after I close the program? So, if there is textbox(0) at design time then...

View Article

interface easycap 2.0

how to make the interface easycap 2.0 to Visual Basic 6.0?

View Article
Browsing all 21845 articles
Browse latest View live