[RESOLVED] Adjust text height to fit in label width.
Problem with adjusting text point size to fit in width wise to a label. Basicly how to enumerate point sizes available in given font, so to substract correct value from previous point size? Code below...
View Article[RESOLVED] Is it possible to integrate VB 6.0 DLL to other Applications?
I just like to ask something if it would be possible to use Active X DLL in VB 6.0 with other applications. So that when I open/Install an application, files or folder, my form will show up first to...
View ArticleINSTR and string position....
i loop a txt file line by line. i need to check position of string in string line... for example is use to check "AAABBB" in line string: if instr(myline,"AAABBB")>0 then 'ok end if when the instr...
View ArticleWin7 32bit incompatibilities with VS6 and VB6
My VB6/Vc++ application uses the built in timer object. The VB app communicates back and forth with the C++ app at specific times. This was not an issue with previous versions of Windows, with...
View Article[RESOLVED] How to load data from txt file without space ?
i have this code to load data from txt file to msflexgrid and i have 2 txt file Data1.txt & Data2.txt The difference between the Data1 and Data2 is in the spaces between words the code load...
View Articledecimal in a label
Hi. I have 3 labels that have decimal numbel 3.2 and 0.9 and 2.7 for example I use this label4.caption=val(label1.caption)+val(label2.caption)+val(label3.caption and the result is 5 (add only the...
View ArticleFlexgrid
The column QTY is editable, what I want is to limit the value that the user can enter. On the picture above the default value is 2, what I want is the user can only enter value equal or less than with...
View ArticlePopup Menu
I have a popup menu that becomes visible from the tray notification area when I click on an icon. The popup menu has several options. The main form does not have to be visible when the popup menu is...
View Articlenot enough memory error
Hi I am using ADO to load data into an array and I am getting an error. Actually I've seen 2 different runtime errors. Runtime Error 7 : Out of Memory and Not enough storage is available to complete...
View Article[RESOLVED] Is There a way to sync Events From Access to google calendar?
Is There a way to sync Events From Access to google calendar? did some one ever tried this before? any help will be appreciated salsa :)
View Article[RESOLVED] Popup Menu
I have a popup menu that becomes visible from the tray notification area when I click on an icon. The popup menu has several options. The main form does not have to be visible when the popup menu is...
View Article440 Automation Error
I work on a company with a lot of systems developed on VB 6, yesterday a client called me because his system can open 4 windows each one with a datagrid. Someone how stopped to work on 3 of them...
View Articlemulti search in txt files
Hi! I have a problem with txt files. There are may txt files in folder. I need to search a few string in txt files. For example; Within each file "11.10.2016", alex martin,...
View ArticleExtracting date from string with other info in it
I have a bunch of files where I need to extract the date from the file name. The format and wording of the file name is not consistent and can vary. "3-26-15.txt" "5-16-14 wed.txt" "wed 5-16-14.txt"...
View ArticleLinker Error & Where/How do I see Linker Command
Hi All, I've known this stuff before, but forgotten it. I'm trying to compile a VERY large VB6 project and I'm getting a linker error: Just to make sure VB6 was okay, I compiled a much smaller project,...
View Article[RESOLVED] Automatically starting a VB6 program
I know how to auto start a program when I start the computer. I know how to auto stop a BV6 program when the screensaver starts. But is it possible, and if so how, to auto start a VB6 program when the...
View ArticleHow to get good system icon if system text and other items are increased by...
I need system icon Exclamation on Windows 7 system with text 190%. I use: Code: hIcon = LoadIcon(0, IDI_EXCLAMATION) DrawIcon Picture1.hDC, 0, 0, hIcon Or Code: ExtractIconEx...
View ArticleRDP client object server with port number
Anyone familiar with Microsoft RDP client object? I am able to launch the terminal server fine but if I need to supply a port to it, for example: server1:8080, then it would not launch. I RDP outside...
View ArticleHey
Hey guys im new here, was just hoping someone could point me in the right direction to create something like this: https://www.youtube.com/watch?v=hDd4F2iHcWs, but with a 3d character in 3rd person...
View ArticleNot able to update recordset
Hi , I have a recordset which is read from stored procedure(sp).The data in the recordset come from temporarily table in the stored procedure. After selecting the data into the VB6, i still need to do...
View Article