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

[RESOLVED] Using HWND

I have the hWnd of App1. How does App2 use the hWnd and send a message to make App1 hide or close.

View Article


Clipboard problem

I need to put a transparent .GIF in the Clipboard (Clipboard.SetData Image1.Picture, vbCFBitmap) but when I call it (Image2.Picture = Clipboard.GetData) it is not transparent. Anyway to do that?

View Article


Pop-up dialogue to stay in front when focus returns

Hi all Let's say I have frmMain and frmAddItem. There is a button on frmMain to show frmAddItem, using: Code: frmAddItem.Show 1, Me A previous discussion on this forum suggested this makes frmAddItem...

View Article

[RESOLVED] how to check if one of more textboxes is equal to others

Hi suppose I have 40 Text boxes OR 40 Dtpickers and Command Control Button I need to check all 40 text boxes if any one is equal to other or not Code: Private Sub Command1_Click() ' Here I need the...

View Article

What is Excepinfo and how to use it

Hi, What is Excepinfo and how do I use it? Example vb Code: Dim ex as EXCEPINFO Thanks, Nightwalker

View Article


[RESOLVED] cant search with the same name letters in the listview

something strange happens when im trying to search the listview if i have a word that is phone then i cant type those words in the listview p h o n e dosnt let me search the correct word i checked the...

View Article

Please Help Finding All Database servers in a local network

I searched the internet and found the following code: Code: Dim ss As SQLDMO.Application     Dim nm As NameList     Set ss = SQLDMO.Application     Set nm = ss.ListAvailableSQLServers     For lc = 1 To...

View Article

Need help (Payment Scheduling)

Need help about payment scheduling? for example, Payment Starts on : 01/15/2013 (Date Picker) Payment type is : Semi monthly (2 Cutoffs in 1 month) Payment terms is : 6 (equivalent is 3 months) the...

View Article


[RESOLVED] SOAP Toolkit 3.0 in italiano.

Ciao a tutti, ho scaricato la versione 3.0 del SOAP Toolkit 3.0 in inglese, ma installandoli mi dice che non lo può fare perché il programma da aggiornare non è installato nel sistema. In realtà io ho...

View Article


Find pixel pattern vb6.0

Find group of pixels with color. too set/record/play Quote: Option Explicit Private Declare Function FindWindow Lib "user32" Alias "FindWindowA" (ByVal lpClassName As String, ByVal lpWindowName As...

View Article

Looking for Installshield Express version 3.x

Hi All, Has anyone got a link to InstallShield Express from version 3 to 3.5x? I need this old version to open a few old files and to create an MSI file. Any help would be more appreciated. Thanks in...

View Article

Setting an Object to a Form

Is there anyway an Object can be set to a Form without specifying the Form name

View Article

Form2.......FormNN

In a single VB project that has multiple Forms where Form1 is the main Form and Form2 thru NNN are used as speciality Forms Is it possible to "release" these Forms from custody of Form1? I want to move...

View Article


Need the simplest way to SMOOTH scroll a rich text box. Like movie credits.

I need the code for smooth / slow scrolling of a richtextbox in vb6 Very much like movie credits. thanks in advance

View Article

Image may be NSFW.
Clik here to view.

Progress bar not updating

Hi, I am using DigiRev's Ultimate Winsock Downloader (HTTP, FTP, Files > 4GB) to download files and the code works. However, if I try to use the code in my own project (the exact same code and...

View Article


Image may be NSFW.
Clik here to view.

ERROR Procedure declaration does not match description of event or procedure...

Dear Friends, i've problems when compiling my project that using Microsoft Active-X Data Objects 2.7 Library, the error is : my Operating System is Windows 7 Professional 64-bit when i was using...

View Article

item dosnt display with its picture

i have a inventory where i store products and a picture after i add a new product and its picture and save it i can add the same product if i order the same thing well i added 2 diffrent products with...

View Article


Read Data from RS232

Hi I have 2 comm ports and data is coming on 2 simultaneously . Is it possible to get which data is coming from which port. Thanks

View Article

how to calculate time in and out when i log off the system

is there a way to calculate the time in and time out to show in the table LogTotal = LogIn + LogOut this is the code : when i log in the system Code: ULog = NextID("LogID", "Logs") CN.Execute "INSERT...

View Article

Do While... Loop Question

If I wanted to blink an image control within the following Do While... Loop portion of the code without having to pause the Do While... Loop timer, how can I code it so it works properly? Here is a...

View Article
Browsing all 21990 articles
Browse latest View live