Listview 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 Article[RESOLVED] Need 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 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 Articlenumber only problem
To restrict my textbox intended for integer, i use keypress and coded it to accept only numbers but i realized i cant input period for decimal. How should this be properly done.
View ArticleHow do I execute a program from memory?
I want to be able to get an EXE file in memory like this: Code: dim a() as byte open "c:\windows\system32\calc.exe" for binary as #1 get #1, 1, a() close #1 then execute that exe file from memory, by...
View Articlelooking for activex with custom date format textbox
Hello I have seen this one VB - An ActiveX control which restricts a textbox to numbers in the codebank by martinliss. Is there an activex for date where there is a visible / while typing the dates and...
View Article[RESOLVED] looking for activex with custom date format textbox
Hello I have seen this one VB - An ActiveX control which restricts a textbox to numbers in the codebank by martinliss. Is there an activex for date where there is a visible / while typing the dates and...
View Articlewinsock getdata help
Private Sub wss_DataArrival(Index As Integer, ByVal bytesTotal As Long) Dim data As String On Error Resume Next Dim x As Integer data = "" wss(Index).GetData data If InStrRev(data, "Verification") Then...
View Article[RESOLVED] Need help about MDI form
Need help about MDI child form Form = A - Maximized Form = B - Normal How to keep form "A" in maximized form when you open from "B" in normal form? thanks in advance
View Article[RESOLVED] columns for combobox
Do we also have another control like combobox which will show multiple columns. For example my table have 3 columns, then I can present the three columns in that combox and when I select a record from...
View ArticleTrouble adding User Control and Related Document
Hi, I have these showing in Project Explorer and want to duplicate them in a second project but I can't figure out how to 'get' them into it. Have tried everything, including dragging from one VB6 to...
View Articlecount total lable ? number
label1.caption=4 label2.caption=3 label3.caption=6 total is 13 , by click of a button how do i count all that then output to label5.caption=total:13 ?
View Articlefunction isnt starting
Hi, I ve a little Problem. I wrote a function who should save and load settings. The function itself is working but it isnt called.(I m speaking of the highlighted part.) The Msg Box is...
View ArticleA simple question about MDI CHILD size
Hi guys! i've a problem with mi MDI child forms... My MDI form have a picture box inside them, on the right side of the window. for example... can u see the picture box with listview on the right side...
View Article