| Thread | Last Post | Replies |
|
| How to read/write WAB? | 06 May 2005 20:29 GMT | 3 |
How can I access the windows address book having installed Outlook Express only (without Office, Outlook, etc.)? At Microsoft I only found a C or C++ example but no pure VB/WinAPI code, and googling for WAB didn't help me.
|
| High Dynamic Range (HDR) | 06 May 2005 19:13 GMT | 4 |
Perhaps slightly off topic, but here goes anyway... I saw a reference to High Dynamic Range a couple of days ago in another group after which I discovered "HDR Shop". However, I'd like to "roll my own" because the above program has some limitations.
|
| Can I get bmp resolution (e.g. pixels per inch) from vb6 | 06 May 2005 15:55 GMT | 1 |
does anyone know if it's possible to retrieve the reolution of a bitmap image using VB6 and maybe an API call ? I can get the images width, height and color depth but need to fing the amount of pixels per inch. Cheers !
|
| Question regarding Polygon API | 06 May 2005 14:48 GMT | 2 |
I am using the Polygon API in an ActiveX dll that also includes all the VB PrinterObject. Everything works fine and "honor" the ScaleMode except polygon. I use Acrobat PDF as my "print preview". All coordinates for the
|
| drag and drop controls | 06 May 2005 07:48 GMT | 7 |
short version: how to drag and drop objects on the form (purpose is to change the position of the specific control) long version:
|
| DragOver behaves differently in UserControl? | 05 May 2005 23:23 GMT | 10 |
I've tried to get an answer to this on a couple of other newsgroups without success - I'm beginning to suspect that some API wizardry is required, and you guys are the ones to advise me. Apologies for multi-posting - I promise I'm only doing it one group at a time!
|
| Monitor LAN activity with VB? | 05 May 2005 23:10 GMT | 2 |
I posted this on another VB newsgroup but didn't get any response. Since I assume this would involve working with API's, I'm hoping someone here might be able to help me get started. I want to write a program (VB6) that can monitor the activity on a
|
| Help how to open a file and copy to a different folder. | 05 May 2005 21:16 GMT | 1 |
I am designing a form that can accept a file from local computer and make a duplicate on the server computer. I used GetOpenFileName function to retrieve the file name that I want to upload,
|
| How to show captured by the capSetCallbackOnFrame video frames? | 05 May 2005 18:55 GMT | 12 |
To make video conference I'm using capSetCallbackOnFrame to capture video. The problem is how can I show captured frames to user. I understand that it has to be some standard API, but I can't find it. Thanks for answers!
|
| keylogger | 05 May 2005 18:42 GMT | 1 |
I found an example in the net where a keylogger catches all keys systemwide calling each millisecond GetAsyncKeyState. This is, of course, wasting ressources, 30% cpu time at my pc. Is there an example available using a systemwide hook so that I don't need 30% cpu time
|
| Running a console application using CreateProcess | 05 May 2005 17:18 GMT | 3 |
From a vb 6 application I need to spawn off a configurable program - a way of adding some extra functionality to a GUI that is up for substantial periods. Because I need it to be asynchronous, and also be able to terminate the spawned process if it takes too long (memory & ...
|
| Loading .reg file | 05 May 2005 13:55 GMT | 1 |
I'm trying to load a .reg file created by export from regedit.exe. I tried RegLoadKey, RegRestorekey etc., but nothing works. I also tried RegSaveKey but I get just an empty file. I'm doing this under WinXP SP2. Any help? Thanks
|
| LogonUser & CreateProcessAsUser | 05 May 2005 09:21 GMT | 4 |
i wanted to use LogonUser() and CreateProcessAsUser() in my sandbox-activeX-dll for use on a asp-webpage (on IIS5). unfortunately i ran into the following problem: - when i call LogonUser() with LOGON32_LOGON_NETWORK, i get a handle i
|
| Get a network username from a machine name | 05 May 2005 09:13 GMT | 1 |
I was wondering if anyone knew of a way to get the full username of the current user logged onto a remote machine. Basically I want to be able to pass a network machine name to a function and it returns the user's full network name :
|
| API number randomizer? | 05 May 2005 01:51 GMT | 12 |
Is there any other API randomize method? I ask because I keep getting a wrong value for the following below: Beds(BedCounter).alarms = Int((0 - 2) * Rnd) + 1 I keep getting -1 when the range is 0 to 2 (i.e. 0,1,2).
|