Help 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 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 ArticleStoring different data types in the same memory space.
I am writing an application to read a motor controller via a serial MODBUS interface. Numeric data is transmitted in IEEE 754 single-precision format, so I have to store each data value in memory as 4...
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 ArticleMIDI receive User Control Callback problem
I'm trying to create a User Control that receives MIDI and then generates an event whenever MIDI is received. It's hacked from simple demos I've found online (which I know work). The problem is that I...
View Articleproblem in database
when connected the database (access 2007) with vb6 program- displaying the following message (unreconganized database format ---path of the database)
View ArticleVB6 and Office 2007 and Later
I have the following problem. I'm using VB6 to open a Word document and before I open the document I add mergefields. These fields can be put on the document, and saved, so later in the process I can...
View ArticleHelp with query
Im working with SQL table, which have data of Parts names, along with Price of the parts. My table have the following Column; Part Descr, Qty, Cost. This table keep data for the whole year, but lets...
View Article[RESOLVED] To show list in Listview when other Listview selected
gud day, I have listview1 with "Category" and each category has list of Technicians. And when Category is selected in listview1, the list of Technician should display in listview2. I was trying with...
View Article[RESOLVED] help: inserting mysql date
good day guys. i have this example code: Code: dim str1 as string str1="update table1 set transdate=" & Date cn.execute str1 the problem now is when I check the record transdate, the data is...
View Article