| Thread | Last Post | Replies |
|
| Nearest colour problem | 10 Jan 2008 18:39 GMT | 10 |
A problem with trying to find the nearest colour. I have an image which I use GetPixel to return the colour of various points. However .... not all colours returned will be a System/Known/Pre- defined colour. So they wont have corresponding names - this is a
|
| ascii file reader | 10 Jan 2008 16:35 GMT | 2 |
hi, i have an ascii file which is updated realtime,its tick data. I want to read that file in realtime as and when its updated tick by tick,and then store that line fields, (seperated by comma) in some
|
| using an array of shapes parameter in vb6 | 10 Jan 2008 08:56 GMT | 1 |
I am using VB6 and have set up a procedure with the parameter LCDLine() which is an array of shapes. Well something is adrift because it will not compile on line ....LcdLine(I).Visible = False Any help will be greatly received
|
| how to save internet pages (pdf) | 10 Jan 2008 00:12 GMT | 4 |
Can anyone tell me how to save pdf files on the internet with VB. The pdf files are numbered sequentially, so let's say the URL is: "http:\\www.abc.com\page01.pdf" "http:\\www.abc.com\page02.pdf"
|
| Bug with the PopMenu control from vbAccelerator | 08 Jan 2008 03:15 GMT | 1 |
I use the PopMenu control found on vbAccelerator in my VB6 app and on some PC the menu suddenly disappear after about one hour, without any reason. By disappearing I mean the menu "ribon" is still there but it is empty (no File, Edit, View, etc). And nothing bring them back,
|
| add date string to filename | 07 Jan 2008 20:48 GMT | 4 |
Could someone tell me a better way I can add the current days date to a filename. eg I have the following but this doesnt work for dates where the month or day is less than 10. ie I get 200817 instead of 20080107.
|
| CommonDialog substitute? | 07 Jan 2008 18:06 GMT | 1 |
Anyone know a substitute to the CommonDialog (save method) that do not require to enter a file name? I only need to browse for the proper directory, maybe create one, but not enter the file name. The current CommonDialog (save method) require to enter
|
| Migrating from QuickBasic to VisualBasic | 07 Jan 2008 14:07 GMT | 11 |
I have translated one of my small QB programs to VB5, and it works. But there is one thing that is bugging me: the text size in my MsgBox output is too small. I've tried the online manual and I can't readily find a solution in
|
| Form Size | 07 Jan 2008 00:01 GMT | 4 |
Is there anyway to create a Form whose size is bigger than the screen? I've tried setting it's height at runtime but it didn't work... Cheers, Michael
|
| Array problem | 05 Jan 2008 23:10 GMT | 3 |
Probably a simple problem but not for me. Array x misbehaves. x was initially a dynamic array, subsequently a ReDim x(3) Code :- Public Function cansub(x() As Long, y() As Long) As Boolean
|
| How can a class module, also be a type? | 04 Jan 2008 01:42 GMT | 7 |
I'm having difficulty comprehending how this works. In this project, there are two class modules: - cThumbnailGenerator - pcMemDC
|
| system.XML in VB6 | 02 Jan 2008 22:57 GMT | 6 |
I want to do some programming using XML in VB6, specifically MS Access. I have some sample VB.Net code that I can use. It has << Imports System.XML >> at the start of the code.
|
| Trouble sending a string when using a VB Dll in Delphi | 02 Jan 2008 20:45 GMT | 1 |
I am using a dll created in VB. This dll allows me to access a sign connected to the pc via USB. I am not able to get any help from the creator of the dll. I am using a app created in Delphi to try and access the dll. I use 3
|
| Date Time Difference... | 02 Jan 2008 15:07 GMT | 3 |
I was wondering if someone could help me here. Since I'm running and iMac, I don't have Visual Basic (6) installed. I want a small function returns the number of seconds between two dates. Can anyone help me with this? I would appreciate it.
|