| Thread | Last Post | Replies |
|
| vb window modal obove other application | 13 Jun 2007 16:31 GMT | 6 |
I want to force a VB window to be modal above another application (ie : autocad or similar) by using an api function like setWindowPos. But i have only found how to put my vb window on the top of all windows, not only above the
|
| [VBA] CreateWindowEx | 13 Jun 2007 12:46 GMT | 2 |
Hi.. I need to create a translucent Static Form in VBA(Access) with BackGroundColor. I built it with this code:
|
| set and revoke NTFS rights using high level API | 12 Jun 2007 19:20 GMT | 2 |
Hi, everybody, I'm using a modified code (below) from http://support.microsoft.com/kb/295004 How to use high-level access control APIs from Visual Basic
|
| Problem with shellexecute with Adobe Reader version 8 | 12 Jun 2007 18:51 GMT | 5 |
I have a VB6 application which displays a PDF file using the shellexecute command. This was working fine with version 7 but with version 8 it returns the error 'file not found'. The command is: ShellExecute GetDesktopWindow(), "Open", frmPlot.PreviewFile, "", "",
|
| How can i using TextOut API WITHOUT anti-alias under WinXP? | 12 Jun 2007 15:33 GMT | 1 |
How can i using TextOut API WITHOUT anti-alias under WinXP? Thanks a lot!
|
| To rotate screen under WinXP | 10 Jun 2007 08:57 GMT | 5 |
I'm not sure, but reference MSDN ChangeDisplaySettingsEx can rotate screen if video driver support it. I try the third part products like IRotate and Pivot Pro and find that it really works. I have ATI (AMD) video and Catalist driver can rotate screen easy as well.
|
| wait for process termination | 07 Jun 2007 18:55 GMT | 14 |
with the corresponding APIs I tried to use the following code in order to monitorif an application I have started it terminated: Public Sub fAppControl(taskID As Double) Dim lRetValue As Long
|
| Declaration for StringToGuid | 07 Jun 2007 03:41 GMT | 2 |
I need to take a string representation of a GUID and convert it to a GUID data type. I see the API StringToGuid looks just to be what I need. But I can't find any MS documentation on it so I can't figure out how to declare it in my project. Does anyone know what the declaration ...
|
| MixerOpen-Api: how to retrieve the default-mixer? | 06 Jun 2007 22:42 GMT | 15 |
Could anybody help me to configure the call for the MixerOpen-Api, so that it returns the mixerdevice of the default mixer, that is set in setup - sound properties - audio? MixergetNumDevs returns 4 devices on my system, and the call of
|
| Converting C API to VB6 declaration | 06 Jun 2007 20:51 GMT | 2 |
WINSETUPAPI BOOL WINAPI SetupDiLoadClassIcon( IN LPGUID ClassGuid, OUT HICON *LargeIcon, OPTIONAL
|
| EM_CHARFROMPOS always return -1 | 03 Jun 2007 11:59 GMT | 7 |
Hi experts, We want to obtain character index given a mouse position but SendMessage with EM_CHARFROMPOS always return -1, please advice. Public Const EM_CHARFROMPOS = &HD7
|
| Remote Connection | 02 Jun 2007 10:35 GMT | 7 |
Dear Sir, I had developed application in VB 6. It is possible to find that Application is running under remote connection. Sanjay Shah
|