| Thread | Last Post | Replies |
|
| How to capture a specific IE window ID/Handle with VBA??? | 12 Jun 2005 02:59 GMT | 4 |
Does anyone know how to capture a specific Internet Explorer handle / ID then refer to it using VBA??? I have written a VB macro that opens a window using CreateObject... but after the script runs I have another script that should capture the open window object and do stuff... so
|
| Months Comparison | 12 Jun 2005 01:15 GMT | 1 |
I'm having a problem comparing months from two different arrays. The idea is to compare the month values from these two arrays (transactions & journals) and input into an array so that the latter only contains unique values. For example, data in the two arrays could be:
|
| Print to a Barcode Printer | 11 Jun 2005 03:40 GMT | 27 |
Here is my problem: I want to print to a barcode printer (Zebra 2844) in this way: I want to use true type fonts like "Arial Bold", so I used the printer method from VB. Perfect. Now I want to print barcodes too, but it have been not easy trying with barcode fonts and other methods, ...
|
| for...next...step | 10 Jun 2005 21:27 GMT | 5 |
This has to be simple.... just having a brainfart. (ABS?) What is an easier way to code: ... If x1 > x2 Then
|
| XP Visual Styles and Manifests | 10 Jun 2005 20:05 GMT | 5 |
I have a dll that is loaded by Internet Explorer. The dll displays a form at some point of its execution. The problem is that the XP Visual Styles aren't being applied to the controls in the form. I have called the API function InitControls in Form_Initialize. I
|
| Problem with MailMerge and Word 2003 | 10 Jun 2005 19:59 GMT | 4 |
The following code works perfectly when linking to Word 2000, but when using Word 2003, a dialog pops up asking me to select a table from the data base. I've checked Word2003 VBA HELP about a dozen times, and I can't see anything else to add or anything to change.
|
| WebBrowser mousemove? | 10 Jun 2005 19:49 GMT | 1 |
VB6 Is there a way to add a MouseMove event to the WebBrowser control? TIA... Calan
|
| Multiple colors in a RTB (RichTextBox) | 10 Jun 2005 19:21 GMT | 9 |
If I got a richtextbox where reads "RED BLUE YELLOW"
|
| vb.net will not install - help - help | 10 Jun 2005 17:13 GMT | 1 |
I had installed vb.net 2003 on my xp sp2 computer and it seemed to work ok. At some point it began to create executables that would not run. No errors, but start the program's exe and nothing happens.
|
| Quick Start folder | 10 Jun 2005 14:37 GMT | 2 |
Could someone tell me the official, failsafe way to get the Quick Start folder path? Is there an ID for use with SHGetSpecialFolderLocation? --
|
| System Menu | 09 Jun 2005 21:34 GMT | 2 |
I have a form with a FixedSingle Border Style. I want to remove all of the system menu. I do this by using RemoveMenu API and all works well. The form is loaded at exe start but not shown, and does not get unloaded until exe Shutdown.
|
| Staying at end of a richtextbox. | 09 Jun 2005 21:30 GMT | 2 |
Hello its me again :( dont hate me for being a starter. How do I stay at the end of a richtextbox object when its filling up of text? I have made an IRC client and each time someone says something (including
|
| Sorting on TIME | 09 Jun 2005 18:51 GMT | 12 |
Is there a way to sort a list using TIME. I have a listbox that contains the following entries: 10:00:00 PM 9:00:00 AM
|
| Painting of controls | 09 Jun 2005 16:40 GMT | 7 |
I have an app which has no titlebar but draws its own custom one instead. It processes the WM_SYSCOLORCHANGE message so as to redraw itself when there is a system colour change. The form uses autoredraw=true and all the other control on the form also use autoredraw=true (user ...
|
| Making Config file. | 09 Jun 2005 16:25 GMT | 4 |
So this is what reads in my text file. picpath1 = "C:\Mypath\picture1" picpath2 = "C:\Mypath\picture2" textpath1 = "C:\Mypath\text1.text"
|