| Thread | Last Post | Replies |
|
| mciSendString video dimensions | 25 Jul 2004 17:22 GMT | 4 |
I'm currently playing AVI-files using the mciSendString API-function. Placing the video into a picturebox is no problem using "window handle ...". But how do I get the dimensions of the video, to size the picturebox to the correct size?
|
| Detect Opened Folders' Addresses | 25 Jul 2004 12:01 GMT | 13 |
How do I detect the currently opened Folder windows in Windows XP, from VB? Code sample or pointer to one will be very much appreciated! Thanks! Don
|
| LoadImage replaces Transparent Background with Black, how can I fix that? | 24 Jul 2004 21:39 GMT | 1 |
I've got an Icon File that has a transparent background and I need to set this icon like the icon's form in run time. Whe I do this with LoadImage function, the transparent background is replaced with black. I can't use a resource file, I need to set the icon from an icon file, ...
|
| Save and load rtf files | 23 Jul 2004 20:04 GMT | 5 |
I have been using the following code in visual basic 5 to load and save my rtf files but would like to find another way to do this without using the filesystemobject. Could someone help with a more visual basic method.
|
| Build an ActiveX Control | 23 Jul 2004 17:40 GMT | 1 |
I have posted this question on the Controls news group but i have had no luck in getting an answer. So if there is an answer i think it would probably be to do with API's. I would like to build a control that is basicly a text box that when you
|
| MPG still Capture | 23 Jul 2004 15:30 GMT | 1 |
I'm looking for source code to capture stills from MPG files. Anyone know of a site where I might download the code, or at least get some assistance? Thanks!
|
| Convert .BMP To .JPG | 23 Jul 2004 15:17 GMT | 2 |
if any one have a way to show me how can I conver the bmp file to JPG file in vb PLz do it now. i need it very much. thanks and bye.
|
| ICON Extract and Saving to ico File | 23 Jul 2004 13:15 GMT | 1 |
Mike, That does work. I am going to play with it a bit and let you know how it goes. Do you think it will be better to put the code in a class or a module.
|
| How to get a nearest value in 24-bit color mode for a value in 32-bit color mode? | 23 Jul 2004 13:00 GMT | 2 |
Different values are returned when method point(X,Y) for picturebox is used to get the color value seperately in 24-bit color mode or 32-bit color mode. I want to regard both these values as the same. How can I judge them? Maybe the value obtained in 32-bit color mode should be ...
|
| How to get the mouse button clicked on a list view | 23 Jul 2004 12:01 GMT | 3 |
How can we get the mouse button clicked on a list view or a tree view control. When i click on a node or item in a tree view or list view control, if i have right clicked i need to show a pop up menu. How can this be made possible. Is there something builtin to the list view or tree ...
|
| Setting a default folder using SHBrowseForFolder | 23 Jul 2004 09:05 GMT | 4 |
Hi NG, i use the API-Function SHBrowseForFolder in a vb6-programm to browse for a folder. I now want him to go to a certain directory (that i have stored in a string, eg. "c:\download") when i open the dialog-box. How can i achive
|
| Create e-mail w/attachments *AND* subject/body thru own client | 23 Jul 2004 09:00 GMT | 7 |
I'm trying to find a way to dinamically generate e-mail messages with mailto/subject/body AND an attachment included to be sent using the user's default e-mail client. This is where I'm at:
|
| CreateWindow and DTPicker object? | 22 Jul 2004 22:55 GMT | 2 |
In a VB5 project, I'd like to create a window dynamically using the CreateWindow() API, but this window requires the DTPicker object found in MSCOMCT2.OCX. Does someone know if this object is actually located in a standard DLL
|
| Polygon filled with transparent bitmap | 22 Jul 2004 21:26 GMT | 2 |
GDI allows to create pattern brush (from 8x8 bitmap for example). Such brush will fill polygons with some pattern (like GDI defined hatch styles). How to make such polygon transparent ? Thanks in advance
|
| file-info | 22 Jul 2004 18:21 GMT | 3 |
Can you please explain me the arguments dwhandle, dwlen and lpData of the following api: Public Declare Function GetFileVersionInfo Lib "Version.dll" Alias _ "GetFileVersionInfoA" (ByVal lptstrFilename As String, ByVal _
|