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

Create fields in Existing table through Code

Hi How we can create new fields in existing table through Coding . IF fields already exists then it should not create else it should create . Thanks

View Article


Switch between worksheets

Hi everyone , I'm developpe an application in VB6 with a database in excel .All the functions work fine, one last thing is that I want to include a search function to look up for a word in every...

View Article


Storing 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 Article

Outlook 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 Article


what 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 Article

Random 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 Article

Listbox 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 Article


windows 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 Article


Lost 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 Article

How 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 Article

Date 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 Article

need 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 Article


How 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

MIDI 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 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

Use Findwindow by ".exe"

Hi, i'm trying to find "FlashPlayerPlugin_11_6_602_171.exe" in findwindow function but i couldn't because it need the caption not the program name So any ideas?? My code so far, Code: Private Declare...

View Article


Updating Listview columns

How can I update the whole column in form load? Okay, I have a listview that has Name, Date, Aging, Name, Employee Number as its column names. im having a problem in the 'Aging' column.. I need it to...

View Article

[RESOLVED] help: capture desktop

I tried to google and pscode to find sourcecode for capturing the desktop and I found many but all of them also catches the program the captures the desktop. what I want is to capture the desktop...

View Article

Create SCR Screensaver file dynamically..

..is it possible?

View Article
Browsing all 21979 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>