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

Slight problem with audio streaming

I'm making a voice chat using audio streaming. Everything works fine; I can talk into mic and voice is sent to client and sound is played in sync. However, I come upon a slight little problem that I...

View Article


Html code

I need something like this to view page by html code :o Code: Dim SourceHTML As String SourceHTML = <embed src="http://www.youtube.com/v/F1jQZ2KeKfc" type="application/x-shockwave-flash"...

View Article


ObjectFromLresult

All, I am using this ObjectFromLresult API to get the web page document form, and users input boxes. It works on all machine but fails on one particular machine. Since this is an API, could it be...

View Article

Printing multiple pages in colour

I have quite a simple VB6 project. It has a textbox called "txtCustomer" and another textbox called "txtNumBoxes". Basically just type in an address to txtCustomer and a number into txtNumBoxes and...

View Article

FileSystemObject and SubFolders

Hello guys, I am trying to create an updater in vb6 using CRC32 checksums. I have got the checksum creation code but I don't know how to go into a file directory and get the path of the file. I am...

View Article


[RESOLVED] How to test a byte array for amount of data

I have a byte array loaded with sound recorded data but it is quit possible that the array is not completely full so I need a way to check for the amount of data in the array. I'm thinking maybe if I...

View Article

Problem with HTML help Workshop (using bookmarks)

Hi ! I'm about to create a new help file (.chm) for my application. For that reason I've made some html-files, each one with few boomarks, that works pretty well internally and with cross links to each...

View Article

IE tab

I am not really sure if this is my vb fault or not. It's a very simple executable that shells an Internet explorer, hide it and then END. The issue I am having is that, if I launch an IE application,...

View Article


Why do I not get a Type Mismatch

Dim ByteArray(32) as byte ' ' Do some stuff ' ByteArray(2) = "" I would have thought a Type mismatch error on loading a "" into a byte array

View Article


VB6 Not Null problem

I'm stuck with this one When I do the test it is not working When there is nothing in rsCard!Young1,rsCard!Young1 retuns Null it works When rsCard!Young1 returns somethings like 25 ore "25" it keeps...

View Article

Form Style Question

Is it possible to have a borderless Form but also have menu items?

View Article

Numbers Only and - Only

Hi All I am try to only type numbers in a textbox and stop letters from going into textbox which works fine, But I also want ------- to appear in textbox I looked up on the internet and should be...

View Article

How do I subclass to capture titlebar events

How do I write a subclass to capture titlebar events; such as capturing when user has mouse down on titlebar and moved the Form, etc? Also, if not then how can I make a titlebar to replace the system...

View Article


Event doesn't fire when filling external combobox with sendmessage, only text...

I need to use the "Save As" dialog box to save a file on the Desktop. (Windows XP) To do that I made this code to change value of the combobox on the top combobox to "desktop". When I run it, the text...

View Article

[RESOLVED] How to make Listview not to truncate trailing zeroes after decimal

Hello, I made a program to import data from Excel spreadsheet. It seems everytime datas with trailing zero will be truncated. For eg. 1245.60 will turn out as 1245.6 1245.61 appears ok - 1245.61...

View Article


QRCode 2D barcode

Hi, Can you tell me where I can find a free dll or something for me to do QRCode 2D barcode in VB6? Thank you in advance.

View Article

Need help about listview

listview1 : records - james - jamie - jon - mon listview 2 : records - james - jamie - jon how to transfer records from listview 1 to listview 2 without duplicating records only the new record can be...

View Article


8555 error obtaining Printer info in VB 6 app in Window app

Hello I have an old VB 6 app where i m trying to run a report. But it shows "8555 error. . Errror obtaining Printer information" in Windows 7 This works fyn on XP but not on Windows 7, though it is...

View Article

How can i generate a dinamic datareport ?

Hi Guys! :D i've a problem with a big blocks with codes to format my datareports in moving, resize and change the objects of the reports. The system offers many ways to show the listview information,...

View Article

Image and mdb

Guys, please solve or give me the link about this: I have a picture in 'Image1', but I don't know how to save it to my mdb database. And I also don't know how to retrieve it from my database to...

View Article
Browsing all 21090 articles
Browse latest View live