| Thread | Last Post | Replies |
|
| imge from mpeg | 21 Sep 2005 23:53 GMT | 1 |
I want to extract images from mpeg video. thanks for help.
|
| Difference | 21 Sep 2005 23:51 GMT | 1 |
I was using MoveToEx/LineTo to draw a line. I noticed that it will drop the last pixel co-ordinate from LineTo API. I am using now PolyLine function to draw lines. My question is 1. I read Polyline does not drop the last pixel, but to me it seems it does
|
| Resources Sought | 21 Sep 2005 20:18 GMT | 8 |
I need to develop some means of creating a pipework schematic drawing directly from VB6, first on a form or report in preview, and then a printable report. The specifications for the schematic will be in a database, and would look something like this:
|
| Print of power point file on desktop hangs on WaitforSingleObject | 21 Sep 2005 18:12 GMT | 2 |
I'm trying to print a MS powerpoint file on the desktop and it seems to hang on WaitForSingleObject SHELLEXECUTEINFO ShExecInfo; memset(&ShExecInfo,0,sizeof(SHELLEXECUTEINFO));
|
| How AUTO LEVELS is calculated | 21 Sep 2005 10:00 GMT | 2 |
I am using FreeImage, IJL, GDIPlus, ... but none of it has auto levels function, how can I calculate auto levels!? [SolarAngel]
|
| DrawIconEx weirdness under Win2K | 21 Sep 2005 09:46 GMT | 7 |
I use DrawIconEx to draw an icon onto a metafile DC. Everything works ok under WinXP but under Win2K I get a black square. What am I doing wrong? Code below is a simplified version of what I'm using (needs to be pasted in
|
| I Nominate this NewsGroup | 20 Sep 2005 23:49 GMT | 19 |
I want to nominate this newsgroup is THE MOST RESPONSIVE newsgroup on the Microsoft news server. My experience has been that I can post a question in this newsgroup and be confident of a response within hours. This is terriffic! Meanwhile I can
|
| GetTextExtentPoint32 | 20 Sep 2005 20:00 GMT | 2 |
I working for a long time ago about a class wich allow me to use a pictureBox in Himetric mode. I realize now that there's some troubles with this class. One is the use of writetext methode, wich use textout and
|
| WIN32_FIND_DATA - TIME MACHINE | 20 Sep 2005 15:09 GMT | 5 |
I have been using date (CreationDate assuming that this is date when the file was created) to sort files creating string key while reading data, and I have found something very strange: I have files created 17. september, renamed 18. september and last accessed 19. september but ...
|
| Access Violation Exception | 20 Sep 2005 14:32 GMT | 16 |
I have a problem that's driving me crazy!!! I have a vb6 app with various custom controls. One of them is the CommandBar control from vbAccelerator. The app hooks into the clipboard notification queue so that it knows what's being copied and pasted. All controls that I
|
| Stretch image to fill page | 20 Sep 2005 12:14 GMT | 1 |
I use the following code to print graphics stored in Bit (a bitmap object) to printer. pg is PrintDocument object. What should I do in order to force the image to stretch or shrink and fill
|
| Open Wireless Network dialog using VB6, possible? | 20 Sep 2005 05:56 GMT | 1 |
Is it possible to open the Wireless Network dialog using VB6 on XP? I tried using control panel cpl files to do it but that didn't work. e.g. Shell "Control.exe ncpa.cpl,@0,1" ...
|
| AnimateWindow API with form graphics | 19 Sep 2005 02:54 GMT | 2 |
Can anybody help me with trying to fade a form in and out using the AnimateWindow API? It's working fine except it does not show any graphics on the form that have been drawn onto it using line method, paintpicture, etc. I found some code that uses subclassing to make it work ...
|
| VB, sending messages to another app using SendMessage / PostMessage. | 18 Sep 2005 18:54 GMT | 8 |
Hello, could someone more fluent than I in VB please examine the following and help me understand where the problem may lie? Basically I begin by grabbing the handle to an "edit" control within the main program (a game, Jedi Academy), and try to input text into
|
| RGB formulas for mixing colors? | 18 Sep 2005 14:44 GMT | 2 |
I'm looking for general formulas that would let me do things like this: --Tint an RGB color with 20% white --Shade an RGB color with 50% black. --Mix two RGB colors
|