| Thread | Last Post | Replies |
|
| Issue with gettin' a parent | 19 Dec 2005 19:26 GMT | 4 |
Hi!!! I got a weird issue when I try to get a form's parent. I made an function called getParenName like this Public Function GetParentName(frmm As Form) As String
|
| Using GetObject to extract icon color depth information? | 19 Dec 2005 18:43 GMT | 1 |
I have a series of hIcons generated from CreateIconFromResourceEx in another process that extracts the data from an ICO file. I use GetIconInfo to get pointers to the color and mask bitmaps. I use GetObject to get a BITMAP structure returned.
|
| Problem using unicode characters in open function | 19 Dec 2005 14:50 GMT | 1 |
I've a problem with unicode characters when using the open function in visual basic. If you've a korean character in the name of a file an try to open it in visual basic code with open function it fails. This doen't happen when using the textstream, but what if you need to use ...
|
| Video Editing API | 19 Dec 2005 13:20 GMT | 1 |
Does anyone know about a video editing API that has ability to disply, crop, zoom and stop action on videos. Any help would be great. Thanks Hari
|
| CloseHandle hangs when closing a COM port | 19 Dec 2005 13:13 GMT | 1 |
I have an USB device and its driver installs 4 virtual COM ports. I can open each of these Com ports, send and receive and close them. But sometimes the call of CloseHandle does not return., I even cannot kill the task via the task manager (Win XP sp2).
|
| How to program remote callback in VB???? | 17 Dec 2005 13:06 GMT | 4 |
Hi friends I am doing a project using VB which requires remote callback to the client's machines. Can anyone please tell me how to do it and its very urgent.. I checked the callback example in the samples directory thats comes
|
| Need VB6 App to use Classic Theme | 16 Dec 2005 18:21 GMT | 1 |
I've been asked to create a new VB app that looks similar to our Siebel CRM application. The colors and fonts are easy enough, BUT Siebel forms appear in Classic format (square corners, gray outline, etc.) The application is running on a WinXP machine using WinXP theme but is ...
|
| Transparent/Opacity Question | 16 Dec 2005 14:45 GMT | 11 |
I have an application which consists of a number of DC layers that I composite using a TransparentBLT off a pre-determined color. The application works just fine and no questions there. What I'd like to do now is best described in the graphics linked below that
|
| How to write to the console (Command Prompt) window VB 6 | 16 Dec 2005 06:05 GMT | 6 |
I must be missing something real simple, but i can't find it. I'm trying to write a batch program that has no windows (forms) and that sends data to the console (i.e. the Command Prompt window). The code below appears to run without error (either in the IDE or compiled into an ...
|
| How to use Getprinter in vb.net ? | 15 Dec 2005 13:04 GMT | 1 |
I am trying for a long time now to get the information of a printer. i have such cide in vb6 but having troubles moving it into vb.net. can anyone please provide me with the correct vb.net declaration (there are so many different versions online) and example of how to use these
|
| how can I get a Form (any control object) by it's hWnd or hDc in Visual Basic 6.0 | 15 Dec 2005 08:21 GMT | 3 |
May I request you to please let me know how can I get a Form object by it's hWnd or hDc in Visual Basic 6.0. I have a Sub as Private Sub PopulateLabesOfRespectiveForm (hwndOfForm as Long) Dim frm as Form
|
| how to get an 8 bit handle to a Bitmap image in .NET | 14 Dec 2005 14:35 GMT | 1 |
I load a file into a bitmap object. The bitmap object is in 8bits. I need to now supply the handle to a C dll which accepts and integer value (HBitmap). The problem I am having in .NET is when I try to get the handle, what is returned by GetHBitmap is 32 bits. The C routine
|
| How to Copy an Integer Array into A Picturebox | 14 Dec 2005 14:17 GMT | 2 |
Hello Experts, I am using a frame grabber to get an image from a camera. I access the frame grabber via a DLL function (WP13SaperaGetImage ---See Below) I send an array by Reference to the DLL and get back an array with
|
| Get DC From hIcon ? | 14 Dec 2005 14:00 GMT | 1 |
I have created an hIcon from scratch using CreateDIBSection, CreateBitmap, and CreateIconIndirect. In theory what I want to do is provide a user with a DC to party (draw) on. Shouldn't I be able to do that by getting the icon's info (GetIconInfo()),
|
| Icon (default Bytes) from scratch? | 14 Dec 2005 13:50 GMT | 4 |
I am looking to create an Icon (frame) from scratch, given height, width and color depth. What sizes/data should my XOR and AND buffers have? I think I would like to have the color portion empty (or flooded with a given color) and the transparent portion completely transperent. I ...
|