[RESOLVED] Remove the item that matches the label caption from a listbox?
Hello there everyone. I am finishing up a prog that tracks students literacy centers. The way it works is students pick where they want to go on the computer, and the prog keeps a record, but sometimes...
View Articlehow to set data report cnnecton with ODBC
I have a vb6 application which runs data reports, I want my data reports to connect data base through ODBC, how I can do it. please help.
View ArticleBring Another Program To The Front
Hi, Building a program that you can type text into then press the "copy" and that button then brings for example notepad to the front and pastes the text in. I have mastered opening notepad fine and...
View ArticleSSTab Tab Load
Hey guys, i'm new member in this forum so hallo... :wave: I want ask some question about SSTab because i can't find the solutions in anywhere. Ok i have 2 forms, in first form i have some menu for call...
View ArticleRe: Classic VB - How can I make my form use Windows XP Styles?
Attachment 97293 i got this error ??
View Articleloop between subs
hi , how are you guys ? i hope you all fine ... here is the poblem i have some functions and i want to make loop between them here is an example for the thing that i want to do sub1 :showitems1()...
View ArticleHelp with code
I have a Family Tree program that I update every once in a while. I compile it and then send it off to family members. Because windows 7 uses VirtualStore to retain files, is ther a code I can write...
View ArticleSelect Then Update Data In Access Database
My Database: relationship Table: friend column: id,name,class,total -1,Michael,A,1 -2,Jack,B,2 -3,Samuel,C,3 -4,Bella,B,2 I have connection module,so the code just: Code: Dim Rsfriend As New...
View ArticleWindows 8 + VB6 + No CTRL-BREAK
Help!! I've got VB6 running on Windows 8 on a Del Inspiron 17R laptop. No BREAK key. No Scroll Lock key. No Pause key. So no way I could send a CTRL-BREAK key combo. I managed to do a key remap thing...
View ArticleOutlook Express Compacting Issue
As we all know Outlook Express needs to periodically compact its database for proper operation. However, I have recently discovered a very disturbing issue regarding the compacting process in Outlook...
View Article[VB6] - border style in a form
why these line of code is ignored: Code: If blnFullScreen = False Then     Me.WindowState = 0     Me.BorderStyle = 1   Else     Me.WindowState = 2     Me.BorderStyle = 0   End If...
View Articlewhat is this and what does it do?
form1 Code: Option Explicit Dim TotalS As Integer Dim CHdat() As String Dim SEhead() As String Dim UN As String Private Sub Form_Load() MsgBox "Proxy is listing on port 8080, click OK to continue",...
View ArticleRandom Access Records
I have random access files with a len of 256 the records are broken up into 80, 80, 80, 16 how do i seperate each entry onto its own line?
View ArticleListbox item removed but item List text stays visible
A listbox contains 5 items. The text of each item is "1", "2", "3", "4", and "5" Also each entry has it's ItemData with the same values; ie, 1 ,2, 3, 4, 5. So, the listbox looks like this: Code: Index...
View Articlewindows xp kill internet explorer 8 auto help
5 min ago got locked out of my pc unable to do anything for 30 min because m.f internet explorer froze is there anything i can use if before internet explorer is about to launch kill the process or...
View ArticleLost VB6 disc
I can't find my VB6 Pro installation disc, don't know how I could be so careless. Found the library but no VB6. I still have many clients running my VB6 apps. Any suggestions, thanks.
View ArticleHow to get last 4 digits from a textbox to a label?
Hi, I have a text fields which holds 8 digit numbers. And I want to take last 4 digits and show it in a label. How can I do it? Thanks in advance for any help. Ex: In a Text Box : "12345678" Result in...
View ArticleDate validation in combo boxes
There are three combo boxes in my program used to input the date (cboMonth, cboDay, and cboYear). Code: Private Function DateParse() 'refresh combobox values cboMonth.Clear cboDay.Clear cboYear.Clear...
View Articleneed help cant get taskmanager after this
this is what i used and now locked out of taskmanager everytime i try and get taskmanager its hidden and no icon show up in taskbar Code: Private Type NOTIFYICONDATA cbSize As Long hWnd As Long uId As...
View ArticleHow To Set More Than 1 Minute To A Timer
Many people facing this problem can't set timer more than 1 minute interval here is one of solution to all you need a timer and text box add this code to timer I am showing how to make timer interval...
View Article