[RESOLVED] what is exactly ChrW function?
hello everyone so i have this question about the ChrW function let's say for example we do this char = ChrW(1584) then if we write the char variable in a file and we hex edit it we can see that the hex...
View Articlevb Ribbon Bar
how to insert command bar on Ribbon Bar like MS office Menu bar? Attached Images
View Article[RESOLVED] problem on mdiform and toolbar
I have this main form mdiform and I just knew that I cannot place a textbox or a label there to show any text messages of some sort that I want to display. Is there a way to place a textbox or label...
View ArticleVB6 - Frontend Development
Hi, I have been asked to take over the maintenance and development of the bespoke front-end software the company i work for use. The program is written in vb6 which is a programming language i have not...
View Articletimes used then pay
i need a code showing how many use is left them after its ran out you need to buy licence or purchase please help guys i forgoten then code.
View Articlechanging font size of a string
suppose I have this string status, I want to achieve to change the font size of each letter one by one and loop. I guess it has to do with mid and instr but I am not good at those yet.
View ArticleRun-time error '1004'.
Hi, need some pointers on how to resolve this issue, the message prompts when the excel report is generated half way. Run-time error '1004'. Application-defined or operation-defined error. The debugger...
View ArticleUnable to Post to Web Page Using Internet Transfer Control
This is my first post as I just joined today. I'm trying to create a program that will check the online connection status of a Skype adapter that is plugged into my network. The Skype adapter allows a...
View Article[RESOLVED] Delete list in ms Word through Vb 6
How to delete list in ms word through vb 6 i use this code but doesn't work. Code: Private Sub Command1_Click() Dim objWrd As New Word.Application Dim objDoc As New Word.Document Dim docPath As String...
View Article[RESOLVED] Check if a date is valid
Is there a VB6 built-in function that checks the validity of a specific date (according to the Gregorian calendar) or I must write my own? And I mean any date. Some are obvious, some are not: 29 feb...
View Articlehow to calculate remain quantity from inventory after selling
hey this is a liitle difficult i have 2 tabels one with inventory and one with cashregister now lets say i purchased 10 iphones and saved it in the inventory a customer comes buy and i sale him 5 so...
View ArticleNeed Help Drawing a Box in a Picturebox
The attached picture shows a dotted-line rectangle drawn on a Picturebox. Normally, to draw the rectangle you start in the upper left corner and drag the mouse to the lower right corner. After the...
View ArticleListview Change SubItems Forecolor
I have read several forum articles regarding the Listview Subitems Forecolor and I am unable to get it to work. Here is my code while adding items to the Listview Box. What I would like to do, Is...
View ArticleKey Return is detected in a secondary form
I have a primary form with a MSHierarchical Flexgrid control. when a press the enter key over the MSHierarchical Flexgrid control a secondary form is open. The problem is that the enter key is detected...
View ArticleWhat do these characters indicate?
:confused: Screen shot attached. Thanks Attached Images
View ArticleWhat is the CORRECT conversion for YUV to RGB?
I'm writing a graphics program that needs to convert standard YUV images to RGB. The problem is that every website I see that has the YUV to RGB conversion formula, has a slightly different formula....
View Article[RESOLVED] problem on moving on flexgrid
I have this msflexgrid with like 100 rows of records but intentionally I make the height of the msflexgrid only to show 8 rows of records so therefore the vertical scrollbar will show. I not familiar...
View ArticleSaving Listview content to Ms Access VB6
I have added another column header to my listview 'VAT' that loads from another table and populates to the listview. so far that is working fine now am trying to save the information on the listview to...
View Articletype mismatch problem
I am getting type mismatch problem like In my database the datatype for minimumlevel is integer and I am trying to updating this record from a textbox but I am getting type mismatch, so what I did was...
View Articlecannot save blank textbox
I cannot seem to save or update an empty textbox into a integer or varchar field in the database. What can be done if there is really no data to be save ?
View Article