| Thread | Last Post | Replies |
|
| Comparing 2 files | 29 Oct 2006 19:52 GMT | 10 |
Is there a way where we can compare the contents of 2 DOC file and also the contents of 2 MHT files (from websites) ? Thank you
|
| releasecapture > mousemove > flicker | 29 Oct 2006 19:20 GMT | 6 |
I want to move an object on mousemove using releasecapture. Ive demo'd the problem with the code below. If the mouse is left in the bottom end of the picbox it is rapidly within the capture area then it isnt and so on hence the flicker. Any logical way to prevent this or should i ...
|
| VB6 Code Using VBScript Arrays | 29 Oct 2006 16:51 GMT | 2 |
Yes, I am using VB6 to do VB Scripting (because I can) within VB6 programs. - Really because I want my users to be able to write and solve equations in my VB6 executable. I would like to use arrays in the VB Script code.
|
| lines don't stay on form... | 29 Oct 2006 11:32 GMT | 19 |
I use following code to draw some lines direct on a form. Connecting images. The problem is that when I set the focus to another form or another application and I return to my original form the images are still
|
| File locking in VB6 | 29 Oct 2006 02:13 GMT | 1 |
It's been a long time since I worked in VB6 and I'm at a new job where they have a VB6 application (server) that needs some work. One thing I want to do is scale it up across 2+ servers where the multiple instances would grab and work on large files from a shared file store.
|
| Array Sorting but return the index number as well | 29 Oct 2006 01:57 GMT | 6 |
Hi chaps I downloaded the following source code from Microsoft KB. Basically I am using the simple bubble sort routine to sort my Array called which I seeded with values.
|
| Copy locked files in Windows | 28 Oct 2006 14:35 GMT | 11 |
I would like to know how to copy files in Visual Basic 6 under Windows 2000 and XP when those files are locked because they are in use. I believe it has something to do with Volume Shadow Services but I am not certain. Can anyone advise me? Thank you!
|
| XP Manifest hell? | 28 Oct 2006 00:50 GMT | 4 |
I am unable to figure out this manifest thing. I use a manifest file for my vb6 apps (just like everyone else) so they take on the theme of the OS. For certain apps, with no apparent common thread of relation, I cannot get the manifest to work -- meaning, the application simply ...
|
| Profile x Debug on VB6 | 27 Oct 2006 21:29 GMT | 1 |
My english is poor, but I will try let my question. I need know if to do debugger on VB6, is it necessary I have administrator profile in Windows XP? Is it true? Is there another form/profile in Windows XP that I can do debugger without
|
| VB6: need to color specific days in a calendar | 27 Oct 2006 21:09 GMT | 1 |
Is there a calendar object in VB6 that allows you to control the background color for each individual day in the displayed month? I tried looking a MS MonthView and absImageCal but the coloring only extends to cursor and calendar background (in absImageCal)
|
| VB and doubles inconsistency | 27 Oct 2006 17:18 GMT | 3 |
I have the following code Private Sub Form_Load() Text1.Text = 1.8783 - 1.7691 End Sub
|
| Converting ISO-charset to Unicode | 27 Oct 2006 17:00 GMT | 2 |
I have in my Access 2000 database a lot of translations (German, Polish, Russian etc.). I have separate fields for each language. But all translations are saved in their ISO charset: Field "German": ISO-8859-1
|
| Log file be sent | 27 Oct 2006 16:57 GMT | 1 |
Hello, is there some way to let a log file created, be sent to a certain email address each time it's created??
|
| How to install multipleVB6 exes within one setup run? | 27 Oct 2006 15:54 GMT | 4 |
I want to install a group of VB6 compiled programs in one single setup. All programs are developped at the same PC and hence are calling the same controls and dlls, in different combinations. Is there an example available how to do this with the setup included in VB6,
|
| Trying to install VB6 in Vista | 27 Oct 2006 14:33 GMT | 9 |
I've installed Windows Vista (RC2 - build 7544) on a machine to experiment with. Now, I'm trying to get VB6 itself up and running. I installed VB6 - that seemed to go ok. But, now when I try to install service pack 5, it stops with a prompt telling me I have to have MDAC
|