best way to float and move randomly a picture on top of a vb6 form
i am trying to determine how to float move randomly a picture on top of a form. should i use a picturebox or another borderless form or maybe even a child form. Once i determine the best way I will...
View ArticleHow do I update VB6? I tried and failed. :(
I tried updating using this patch: http://www.microsoft.com/en-us/downl....aspx?id=24417 It extracts an executable, and if I run that, it begins to copy files but after about 3 seconds, it closes out...
View ArticleConst BlockSize Issue
Hi folk, How are you All? I have below code it's work just fine by entered 100 record for each block and it's work fine but if i entered less than 100 record and close form and re-open it it's record...
View ArticleSimple Subtraction Code Misbehaves!
My apologies for using large font. At 73 years, I need to look at big fonts. That said, I am now posting full code. This code works only for MOON-STRN. All other combinations, i.e MOON-MERC, MOON-VENS,...
View ArticleDatabase Repair
So I've got a program that uses an MS Access 2000 database. If I have a program crash or system reboot sometimes the database gets damaged. When I open the DB with VB6 and get a message "Unrecognized...
View ArticleVB6 Custom Hardware Interfacing HELP
Hi All, This is a complex one so let me try and explain. I have a machine linked to a custom piece of hardware (PCI card) Cyberview GMHW2301, which connects to an array of equiptment including an LED...
View ArticleStuck With Visual Basic 6.0
I am a newbie, what I want to do is open a word document and do some find actions from Text1, but when I click the commandButton in second time, there is no action with the commandButton here is my...
View Articleembed javascript in page
Embed a javascript code to the web browser page - I have a web page that I created, and testing with vb6 to use the IE object. I want to insert this piece of code to the page, and let it alert, but it...
View ArticleLoading PDF files into my project as images...
I know that in the "Insertable Objects" tab on the Components window, that there is "Adobe Acrobat Document," but that isn't really what I'm looking for. I'm not sure what the "Adobe Acrobat 7.0...
View ArticleInconsistent Rich Text Scroll
I'm in the process of writing a control to add line numbers in a picture box into a RTB. So far so good. The only problem I cannot crack is the inconsistent scrolling when dragging the VScroll with the...
View Articleanybody familiar with vision software xcaliper?
xcaliper is an older vision application that loads into vb as OCX's
View ArticleIm tryin something and i rly rly need help
Attachment 90385 I want to know if any1 have an idea to filter my datagrid with this checkboxes Code: Sub listevents() With Form3 If .Text1.Text <> "" Then namefilter = "%" +...
View ArticleInserting string to sql failes using ODBC in VB 6
Hi, I am trying to insert record in MS Sql database using ODBC in VB 6 The parameters to stored procedure are integer and multiple string values. e.g param1:10 param2:"foo" param3:"bar" I use byte...
View ArticleHelp Me.Drowing in LoginScriptBox, requires help quite urgently in deed!!
Hello, I am writing this Thread to get some help from the VBForum members, as to how to do a LoginScript using a UserControl to do all of the necessary functions as to what I am trying to do, here...
View Articledirect me somewhere
can anyone tell me or link me to what i should be reading up on when it comes to adding and removing items on a list from a listbox. like have a textfield where i type something, click a button. it's...
View ArticleProgram throwing bookmark invalid error
Hello I have an app that loads data into an access DB for searching. It's been working fine for years now but all of a sudden it starts crashing with: Run-time error -2147217906 Bookmark is invalid. It...
View ArticleOpen file in same directory as open macro-enabled file (on USB drive)
Hi guys, I'm using the following code to bring text from a file into a cell in a word table. This works great when the files are on a desktop and I can specify the path but I now need to use this file...
View ArticlePrinting Reports Automatically from VB6
I have a report (based on a query which has one parameter (Date)) stored in Access I have code that will print the report directly from VB6 I am trying to get the report to print and pass the date...
View Articlecoding median in vb6
hi i have to show the mid range values on a screen so have three text boxes with number in them eg value1 2 value1 5 value1 7 and want to display the mid range value in a new text box any ideas how to...
View Article[VB6] Which Datagrid should i choose?
Hello guys, i'm still newbie in vb6 and i just want to ask about which datagrid should i use to make my datagrid like this (at the picture below) The red area are the header. (it can be merge like...
View Article