Ignoring Runtime error 13 and 70
Hi All In my project I want to ignore runtime errors 13 and 70 or maybe all errors and if they do happen to send them to a log file I need this to happen at any stage of my program running. Any help on...
View ArticleListbox, Columns Question
I'm workin on this program that takes the string from the listindex (if the listindex has multiple words), and seperates all the words into its own index. For example "Welcome to vb" "forums enjoy."...
View ArticleChanging Fontsize in Win7 works, but when Prgm runs on Vista, no results
I realize this is probably not the best way to change fontsize, but it is what I am currently using...it works on my WIn7, but when I run the same program on Vista, no changes occur...unfortunately, I...
View ArticleHelp with vb an Sql program
I'm trying to make in vb program that will allow me to do the following. I have in in text file which I trying to make in auto vb program to send to sql table. Im trying to make the column row to match...
View ArticleHow can i print directly to a network printer?
Hi guys! :D i was using the printer.print command to make some reports with visual basic, but... this kind of command, only accept a windows default printer. I'm thinking about print my reports through...
View ArticlePrior Year (Period) CarryOver Offset
Looking for input on best solution to a carryover offset from prior year (period). The DB table of concern is organized by date. Each transaction in the table has a corresponding transaction that...
View Articlecombobox dosnt pull item name from the database
hey im trying to retrive items from a db with a combobox and display it in a text for somereson it dosnt show nothing here is the code Code: Private Sub Cmb4_Click() Set RS = CN.Execute("SELECT InvItem...
View Article[RESOLVED] VB6 Forum Question.....copying code.....
When someone posts code like this below...how can I copy it without capturing the line numbers? When I copy-paste, I get line numbers and NO carriage returns, so I have do delete the numbs, and insert...
View Articleinvaild property value in mdi
hey very starnge thing happens when i try to open a form in mdi child i get a error invaild property value when i press debug i see this: Code: Private Sub Form_Resize() If MDImain.WindowState <>...
View ArticleHOW to creat hotkey after mouse klick
someone help me i want to creat software an can auto press number/letter at keybord after right mouse click :(
View ArticleRequest for ebook entitled "Visual Basic 6: How to Program" by Deite et. al.,...
Dearest members and administrators, Hello, and a pleasant day to everyone. I do not know if it is okay to request ebook on this forum, although I saw some thread that gives links to ebooks for...
View ArticleSending small segments of bytes to the waveOut API
I have an array full of sound data. Actually, it's 612000 bytes of sound data for this particular file that I loaded into a byte array How can I play small segments of this wave file at a time? I know...
View ArticleCreation of a VB6 exe that runs launches a program with user defined paramaters
Hi all, I hope someone can assist. I used to do a bit of VB6 programming a while ago, but for one reason or another I haven't touched it in ages. :( I am running Windows 7 and am about to reinstall VB6...
View ArticleMShFlexGrid and Formatting SubSet
Hello i have this problem and i really need some help I have made a shaped recordset and passed it as datasource to a MsHFlexGid The FG fill nicely with all the data and "hides" all the extra...
View Article[RESOLVED] space every letter in textbox (need help)
how to put space in every letter? sample : silhouette to s i l h o u e t t e
View Articleaccess font file from Server
Hi, I am creating windows based application in Visual basic 6.0. I have a font file (.ttf) present in one folder on my website. I want to access this file & assign font to label control in my...
View Articlehow to get the last populated row of excel?
I want to find out the last populated row of an excel sheet so as to manipulate sheets with varaiable lenghts.please provide valuable suggestion.
View Article[RESOLVED] combobox dosnt pull item name from the database
hey im trying to retrive items from a db with a combobox and display it in a text for somereson it dosnt show nothing here is the code Code: Private Sub Cmb4_Click() Set RS = CN.Execute("SELECT InvItem...
View Article[RESOLVED] invaild property value in mdi
hey very starnge thing happens when i try to open a form in mdi child i get a error invaild property value when i press debug i see this: Code: Private Sub Form_Resize() If MDImain.WindowState <>...
View Article