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

[RESOLVED] .AddNew won't create new key

It's a long story, but the long and short is, I'm trying to rewrite my latest project. My computer went in for repair and they had to reformat the HDD. When I restored my data from the backup, all, and...

View Article


VB6 as a CGI

Hi there guys, I was researching on that topic, both to have a better understanding of the interns of a web server and as a oportunity to know better how to work with VB6. I did exactly like this...

View Article


Form Class - Cut Title & Close Button

Hi members I am totally new in creating class and is leaping frogging on some codes which creates a form that has a title. I wish to have a form with no title & no close button. What are the codes...

View Article

Winsock Control (Multiple Connections) help

Hello, im trying to make my Remote Administration Tool, and i know about create it with just one connection. But i wanna create it with multiple connections like 2 or more computers execute the server,...

View Article

VB6 SP6 update not installing correctly.

Upon running vbrun60sp6.exe (KB290887-X86), it brought up a progress bar and then closed out. I'm not sure if it was supposed to launch a full-screen installation screen or if it completed correctly,...

View Article


Image may be NSFW.
Clik here to view.

path finding

hi How to draw the path in line with arrow? and don't draw pink painted locations. :sick: thanx

View Article

[RESOLVED] connecting a combobox to access database

hi I want to connect a combobox to fields of an access file,I did it using a DBcombobox;but problem is when I exit the form of if the text shown in dbcombo is not equal with text shown in load time...

View Article

Clock replacement

Hi, How do I make a program that replaces the clock in the system tray? :)

View Article


Form & Image Resize Complication

Hello Gurus. This is a very complicated resizeing question. I have searched in all the internet but couldn't find the answer so finally i end up here to ask you for help. My Question. I programatically...

View Article


Interfacing Arduino with Visual Basic 6.0

Hi guys, Our project is about automatic cocktail maker using arduino and visual basic. does anyone know if this project is possible/feasible? The dispensing mechanism is "Time Base". So we are thinking...

View Article

Where Does Font Size Originate

I been trying to find where the Font Size value originates. In using LOGFONT width, I get close when comparing it to Font Size but it is Not always the same. Any help appreciated. Davidi

View Article

Image may be NSFW.
Clik here to view.

Count Issue

Dear Folk, I have three tables, 1- Customer from (TbCustomer) 2- Total numbers from (TbStore) 3- Return numbers from (TbOldSale) Rest = Total numbers - Return numbers Now I'm counting numbers for each...

View Article

Help for Society account information

Dear forum friend, i want society's account information type help for vb 6. i am newbie for this software. anyone help me for this society. criteria:-- 1. Member Information 2. Fund Collection 3. Bank...

View Article


SAPI source

http://msdn.microsoft.com/en-us/libr...peak_Wave_File Hello, I want to learn how to write SAPI, found microsoft provide that SAPI document, is it where can found that full project source code. any...

View Article

adding 5 working days to current date

Based current date i need to add 5 working days? How to? Tks.

View Article


Take RichTextBox Text and append to Unicode File?

Hello everyone, I have a photography program that captures photo details in a richtextbox. But I want to append that information into either a new or existing text file. The existing text file is...

View Article

[RESOLVED] Simple clock (system tray popup)

Code: Private Sub Form_Load()       'the form must be fully visible before calling Shell_NotifyIcon       Me.Show       Me.Refresh       With nid         .cbSize = Len(nid)         .hwnd = Me.hwnd...

View Article


Clock system tray pop up box on event (time change)

http://www.vbforums.com/showthread.p...em-tray-popup) Now I want what I've asked for in the thread title. The event would be for example the time changing to "12:00" Thanks a lot

View Article

Image may be NSFW.
Clik here to view.

How to Know the record number to search result

please Attachment 90169? in this example Attached Files example.rar‎ (209.5 KB)

View Article

Error Handling

Code: Private Declare Function URLDownloadToFile Lib "urlmon" _ Alias "URLDownloadToFileA" _ (ByVal pCaller As Long, _ ByVal szURL As String, _ ByVal szFileName As String, _ ByVal dwReserved As Long,...

View Article
Browsing all 21905 articles
Browse latest View live