| Thread | Last Post | Replies |
|
| Feedback/ Change request | 30 Mar 2008 00:32 GMT | 3 |
I would like to have a function in my app that allows the user to send me feedback/ change requests. But I don't have any other idea than to open the user's mail program. Thanks for any tipps.
|
| Some label controls appear black on some computers | 29 Mar 2008 20:22 GMT | 12 |
I have a .exe application developed with vb6 sp6 on XP SP2 at 1280 by 1024 resolution. It contains a number of controls including text boxes, labels, combo boxes, list boxes, and images. While, it has been working fine on all computers, one computer (XP SP2) shows 3 of labels in ...
|
| open password protected (.mdb file) | 29 Mar 2008 19:08 GMT | 1 |
how to open password protected .mdb file with DAO just i want to open the database , but not to connect to any tables within kindly advise any one
|
| How to test for proper case in files | 29 Mar 2008 19:08 GMT | 9 |
How can I test all the files in a directory and list the ones that are not proper case? Can I do a ... If Not string(format, vbpropercase) then
|
| Passing class as an object to ActiveX dll | 29 Mar 2008 14:01 GMT | 11 |
When you pass a class (defined in VBA) as an object to an ActiveX dll is it possible to get intellisense of the properties/methods of that passed class in the ActiveX dll?
|
| Macro to look and place into certain column | 29 Mar 2008 01:21 GMT | 1 |
I need a macro to look at worksheet "Mar 08" starting in Column "C6" look down the column and if there is a 0,1,2,3,4 the return the amount in column "G" to worksheet "Summary" starting in column "C6" fill down, then look at the same worksheet and if there is a 5,6,7,8 then look ...
|
| vb6.0 use rs232 have some problem | 28 Mar 2008 20:40 GMT | 3 |
first .....forgive my poor english i have a problem --------------------------------------------------- Private Sub RS232_OnComm()
|
| Visual Basic 6 and HTTPS | 28 Mar 2008 17:30 GMT | 9 |
Hello My Friend, I need a little help about VB6 and HTTPS. I want to connect with a VB 6 program into a HTTPS website with a user and a password, and after this I must to upload a .txt file. Does someone have a example for me? Or a How To?
|
| Looking for a way to play avi | 28 Mar 2008 16:26 GMT | 7 |
not full screen-in fact the window can be 320x240 but I need to be able to read to time of the playing movie hh:mmm:sss:fff. I would like to be able to rewind and ff (scrub). Is there something like this that you all know about? Does the media player ocx do this? If so, any good ...
|
| certificate revocation list | 28 Mar 2008 14:45 GMT | 27 |
Is there any samples to read certificate revocation list from vb.net? Thanks LK
|
| loading, Flipping and saving jpgs | 28 Mar 2008 12:48 GMT | 58 |
I have a toshiba security camera (IK-WB15A) that FTP's jpg files to a folder. Since the camera is mounted in a way that the picture is upside down I need to automatically flip the picture right side up.(The camer has a setting to do this but it only changes the real-time view, ...
|
| Store Images in Access Database | 28 Mar 2008 11:48 GMT | 6 |
I've developed an VB6 app that integrates with Access for application resource management. One thing I would like to do would allow the database to store basic images... most likely jpegs and maybe bitmaps. My question. Does anyone have a good piece of VB6 code that writes ...
|
| Can anyone recommend free skinning s/w for VB6? | 28 Mar 2008 11:38 GMT | 1 |
I'm using the NeoCaption one, but (as someone warned...) there is a minor bug in it and the code is very, very involved. WindowBlinds seems fantastic, but it's commercialware and costs a fortune.
|
| Looking to write an application to record the name and time of when a user start any and all applications in Windows XP/Vista | 28 Mar 2008 07:11 GMT | 1 |
Does anybody know of a standard event that is call when an application starts? Something like filesystemwatcher that has an executed event? Thanks
|
| MSCOMM a Processor Hog? | 28 Mar 2008 04:03 GMT | 7 |
I'm working on an application that uses the MSCOMM control, and I'm finding that it seems to eat up about 25% of the processor when it's loaded, and another 25% with each additional instance that talks to another serial port. Is this normal? It's a polling application that
|