Quantcast
Channel: VBForums - Visual Basic 6 and Earlier
Browsing all 21259 articles
Browse latest View live
↧

What 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


Image may be NSFW.
Clik here to view.

[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 Article

Saving 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 Article

type 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 Article


cannot 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

number 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 Article

How 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 Article


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 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 Article

winsock 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 Article


Trouble 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 Article

count 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 Article


function 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 Article

Image may be NSFW.
Clik here to view.

A 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


InStr Help - I B Confused

I an debugging some code from others that searches a string ( sBuffer) for a CRLF and then based on the result of the InStr executes something. Here is the line of code that takes a look at the string...

View Article

How to check if record already exists in a file?

Here is the code I use to save Names in a .dat file. How can I check first if the name already exists? Thank you. Code: Private Sub SaveNamesDat()...

View Article

Copy a picture from one Picturebox to another but only non-white

I have two Pictureboxes, Pic1 and Pic2. Pic2 has a small multi-colored picture on it. How do I copy only non-white pixels from the small picture on Pic2 over to Pic1 using BitBlt or any API that copies.

View Article
Browsing all 21259 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>