| Thread | Last Post | Replies |
|
| Convert Decimal Value to Time format ? | 31 Dec 2003 19:19 GMT | 2 |
How can I convert 0.93556 to display 0:56:08 time format ( i.e. 0 hours, 56 minutes, 08 seconds) Best Regards, Luqman
|
| Making labels stand out | 31 Dec 2003 17:49 GMT | 6 |
My forms are gonig to have a dark to green background and I want my labels to stand out. I'm gonig to use white for the colour of the actual labels, but you see a lot of the professional programs have a subtle drop shadow on the labels to
|
| Multilanguage Support | 30 Dec 2003 00:36 GMT | 1 |
I have a VB6 application that needs to support Multilanguage printing. Does anyone know of a way that this might be accomplished using either VB6, the use of a specific third party control, or in VB.Net (I would
|
| How to create a desktop shortcut? | 29 Dec 2003 22:05 GMT | 1 |
i want to have a commandbutton that, when clicked, will create a desktop shortcut to a pre-given file name on disk. any ideas?
|
| Compacting Access database | 25 Dec 2003 18:25 GMT | 1 |
Hello therer One of my actions is to reset Auto number in access database The way to do this is by removing data from access table and compact it. Is there a way to do this with vb code on visual studio (not on access VB) ?
|
| InStr vs InStrRev | 24 Dec 2003 02:47 GMT | 1 |
Hi, Good Day! May I know what's the difference btw Instr and Instrrev? Thanks in advanced. rgds,
|
| UDP/TCP control for Pocket PC and Windows CE | 23 Dec 2003 19:19 GMT | 1 |
I need to add the same functionality that was availabe with the winsock controls in VB 6 to my Pocket PC and Windows CE app. How do I do this? I have just upgraded to VS .NET 2003 in order to build these apps but am
|
| Separate a string | 23 Dec 2003 14:06 GMT | 1 |
Hi, Good Day! I'm doing some data patching. For eg. in my 'Phone', previously i hv both the office and handphone no. After patching, i'll hv another column called 1 'HP'.
|
| deploying DTS files | 23 Dec 2003 13:56 GMT | 1 |
hi, i've used a script in visual basic using dts with sql server 2000, but geeting problem when using it on a client machine, i'm deploying all sqlserver filles and the dts files:custtask.DLL,dtsffile.DLL,dtspkg.dll and dtspump.DLL
|
| Running MS Access Reports from VB6 | 23 Dec 2003 02:33 GMT | 4 |
Does anyone know what code is needed to run a MS Access report from within VB6? Many Thanks Baz
|
| Connecting to a share | 22 Dec 2003 18:00 GMT | 1 |
I need to write a program that connects to a NTFS share and accesses data. This will be written in VB6. I have been given the name of the share, it's in the following format \\123.456.789.357\myFolder\
|
| modifying code from c++ to vb | 22 Dec 2003 09:27 GMT | 1 |
does anyone know how i can modify the current c++ code to vb union _CSDATABLOCK { BYTE RAWData[CS_TRANSFER_BUFF_SIZE];
|
| RE: Could not compile after power outage | 20 Dec 2003 06:19 GMT | 1 |
To whomever it may concern: I recently experience a power outage due bad weather on Wednesday December 17. Now when I try to compile, the program almost finishes, and then I recieve an error,
|
| Automation error (Object invoked has disconnected from its clients) | 19 Dec 2003 04:57 GMT | 2 |
HI.. We have a VB 6 application (SP5)... running successfully on XP workstation. When I run the same application on Win 2000 server. I get a Automation Error message -2147417848 ( The object invoked has
|
| Drag controls | 18 Dec 2003 23:39 GMT | 2 |
How can I drag controls around on a form. I want to drag a Picturebox from one spot on a form and move it to another place? -Lou
|