| Thread | Last Post | Replies |
|
| Controlling already open IE window | 01 Apr 2005 00:38 GMT | 6 |
I'm currently using set IEOBJ = CreateObject("InternetExplorer.Application") to create a browser object and give the "IEOBJ" browser commands such as navigate("url") etc.
|
| Ways to speed up blting and stretch blting | 31 Mar 2005 23:45 GMT | 2 |
It's quiet...too quiet. So I'll ask a completely subjective question and see if anyone wants to chime in! I'm making a drawing program -- this thing opens up an image that is a floorplan of some building, and our users can draw on it things like colored
|
| Common Dialog Api ? | 31 Mar 2005 22:44 GMT | 5 |
Are there any new common dialog api to call the new dialog boxes as those in Office 2003 instead of the standard ones? Thanks, Ivan
|
| APIs for bitmaps & jpegs | 31 Mar 2005 21:10 GMT | 3 |
Sorry, I'm newbie here. Wich api's are used to get properties and pixel colors of images? (.bmp, .gif, .jpg)??
|
| MCardReadMemory | 31 Mar 2005 06:00 GMT | 1 |
Firstly - I am sorry if its the wrong group - I searched/googled for two weeks and could not find a solution. I am trying to use SCM smart card reader. I have problems with MCardReadMemory.
|
| WaitForSingleObject milliseconds=0 | 31 Mar 2005 01:48 GMT | 5 |
I have written a program that watches changes in a certain folder. The interval that I use is controlled by a timer control, to avoid hangups. At startup I first of all call: lCurrent = FindFirstChangeNotification(tFolder, 0, FILE_NOTIFY_CHANGE_ALL)
|
| How to customize button labels for the MsgBox? | 31 Mar 2005 00:55 GMT | 4 |
I'd like to show the standard VB6 message box with 3 buttons MsgBox "Hello!", vbYesNoCancel and want the last button label to be mine ("Settings"). How me to change? Is it possible with api calls or is there another simpler
|
| DrawShadowText | 31 Mar 2005 00:48 GMT | 19 |
Does anyone know how I can implement this API into VB6? I've done a google search and fund very little. All I'm looking for is the declare. I'll work out the rest. BTW. I'm already aware I need to use InitCommonControls and a manifest file.
|
| How to represent Alt and CTRL in SendMessage using WM_COPYDATA | 30 Mar 2005 20:55 GMT | 4 |
How does one represent Alt and Ctrl characters in String data? Can vbKeyControl be used for the CTRL character? Other than wdKeyAlt (in Word), I've not found anything for Alt. What needs to be used?
|
| Resizing a borderless form at runtime | 30 Mar 2005 16:37 GMT | 1 |
I am using SendMessage to move the form Anyway to resize the form (probably using the sendmessage) on action:mousemove ?
|
| Dropping accents from characters | 30 Mar 2005 12:46 GMT | 3 |
Does anyone know of a way of dropping accents (diacritical marks) from extended Latin alphabetic characters in order to generate a 7-bit ASCII fall-back? For instance: 'A-acute' mapping to a simple 'A', etc I expected the FoldString API to do it, but it doesn't. Neither is there a
|
| Paper trays | 30 Mar 2005 11:12 GMT | 4 |
Is there a way to retrieve the quantity of paper in each paper trays (Empty, Full, 1/4, ...) ? Thx in advance, Serge
|
| General API Question ? | 29 Mar 2005 14:33 GMT | 6 |
Private Declare Function FindWindowEx Lib "user32" Alias "FindWindowExA" (ByVal hWnd1 As Long, ByVal hWnd2 As Long, ByVal lpsz1 As String, ByVal lpsz2 As String) As Long hWnd = FindWindowEx(hWnd, 0, "TrayNotifyWnd", vbNullString)
|
| Why does my Start button flicker? | 29 Mar 2005 09:14 GMT | 7 |
Every few seconds my start button flickers. Does anybody have an idea why? Regards, Roy
|
| Ellipse API Bug in Windows XP | 28 Mar 2005 20:07 GMT | 7 |
The ellipse function does not work in Windows XP for certain co-ordinates in which it should draw a circle. In earlier versions of Windows there was no problem. This simple VB6 example shows the problem.
|