How 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 ArticleMdi Child tabbing problem
Hi guyz, frm_main : mdiform child : 10 x child of frm_main which has some objects covers whole form windowstate property is maximized for each child forms. when i open 1rst child there is no problem...
View Articlehow to calculate tax like % betweeen 3 text files
hey this is a liitle bit hard(for me) im trying to calculate a txt between 3 textboxes Code: 1) text is txt(2).txt ( RS!InvBeforetax this is currency value in the DB) this is when i put a number like...
View ArticleQuestion about Picturebox
I have a VB program I am working on. On the Form is a picturebox called Picture1. It's ScaleMode is set to vbPixels and it's ScaleWidth is 216 pixels and it's height is 72 pixels. In a sub some of the...
View Article[RESOLVED] combobox showing the same name twice after editing
hey i got combobo set to property 2 now when i add a new record and store it everything is ok but when i edit the current record the combobox show me the same name twice why? im sitting on this like...
View Article[RESOLVED] how to calculate tax like % betweeen 3 text files
hey this is a liitle bit hard(for me) im trying to calculate a txt between 3 textboxes Code: 1) text is txt(2).txt ( RS!InvBeforetax this is currency value in the DB) this is when i put a number like...
View Article